2340fc0e36440bcd674e34183e0f2407d09eea53
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 14225] By: jhi                                   on 2002/01/12  20:28:05
35         Log: Subject: [PATCH 2] Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems with gdbm
36              From: Jonathan Stowe <gellyfish@gellyfish.com>
37              Date: Sat, 12 Jan 2002 11:13:02 +0000 (GMT) 
38              Message-ID: <Pine.LNX.4.44.0201121107400.26602-100000@orpheus.gellyfish.com>    
39      Branch: perl
40            ! Configure config_h.SH
41 ____________________________________________________________________________
42 [ 14224] By: jhi                                   on 2002/01/12  20:18:02
43         Log: Quick reformat using indent -kr -nce, as requested
44              by Dan Kogai and suggest by NI-S.
45      Branch: perl
46            ! ext/Encode/encengine.c
47 ____________________________________________________________________________
48 [ 14223] By: jhi                                   on 2002/01/12  20:08:54
49         Log: Couple more Unicode lookbehind tests.
50      Branch: perl
51            ! t/op/pat.t
52 ____________________________________________________________________________
53 [ 14222] By: jhi                                   on 2002/01/12  20:05:29
54         Log: Sharp S as a special treat for our German UTF-8 testers :-)
55      Branch: perl
56            ! pod/perlunicode.pod regexec.c t/op/pat.t utf8.h
57 ____________________________________________________________________________
58 [ 14221] By: jhi                                   on 2002/01/12  18:38:54
59         Log: Subject: {PATCH] Fix:  Re: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs   
60              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
61              Date: Sat, 12 Jan 2002 20:37:32 +0100
62              Message-ID: <3C409E8C.16203.196C2D3@localhost>
63      Branch: perl
64            ! ext/B/B/Deparse.pm
65 ____________________________________________________________________________
66 [ 14220] By: jhi                                   on 2002/01/12  18:27:32
67         Log: Hrmph.  Is having a test for an exact version of MM_Unix.pm
68              really worth the bits it's printed on?
69      Branch: perl
70            ! lib/ExtUtils/t/MM_Unix.t
71 ____________________________________________________________________________
72 [ 14219] By: jhi                                   on 2002/01/12  18:06:49
73         Log: Special treatment for U+03B0 and U+0390 in //i,
74              this means that we can remove the minlen pessimisations
75              introduced by the #14096.
76      Branch: perl
77            ! pp_hot.c regcomp.c regexec.c
78 ____________________________________________________________________________
79 [ 14218] By: jhi                                   on 2002/01/12  16:14:52
80         Log: Integrate perlio;
81              
82              Abstract out the cloning of SvPVX and handle shared pv in a 
83              safe (if suboptimal) manner. Does not fix op/fork.t :-(
84              
85              Win32-ize socketpair test
86              - Win32 can fork even though $Config{d_fork} is undef
87              - SOCK_DGRAM does not work - skip those tests.
88      Branch: perl
89           !> ext/Socket/socketpair.t sv.c
90 ____________________________________________________________________________
91 [ 14217] By: jhi                                   on 2002/01/12  16:09:59
92         Log: One should first drop the real uid, not the effective uid.
93              [ID 20020110.003]
94      Branch: perl
95            ! utils/perldoc.PL
96 ____________________________________________________________________________
97 [ 14216] By: jhi                                   on 2002/01/12  15:50:38
98         Log: Subject: [PATCH] B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xs
99              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
100              Date: Fri, 11 Jan 2002 23:29:48 +0100
101              Message-ID: <3C3F756C.4581.2E2A938@localhost>
102      Branch: perl
103            + ext/B/C/C.xs ext/B/C/Makefile.PL
104            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/B/C.pm t/TEST
105            ! utils/perlcc.PL
106 ____________________________________________________________________________
107 [ 14215] By: jhi                                   on 2002/01/12  15:22:01
108         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
109              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>               
110              Date: Fri, 11 Jan 2002 14:29:30 -0800
111              Message-ID: <15423.26442.891378.802062@soda.csua.berkeley.edu>
112      Branch: perl
113            ! ext/B/t/concise.t
114 ____________________________________________________________________________
115 [ 14212] By: ams                                   on 2002/01/12  06:10:52
116         Log: Subject: [PATCH] More fixes for Stratus VOS
117              From: "Green, Paul" <Paul.Green@stratus.com>
118              Date: Fri, 11 Jan 2002 17:30:37 -0500
119              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534D3@exna3.stratus.com>
120      Branch: perl
121            ! hints/vos.sh lib/ExtUtils/MM_Unix.pm
122 ____________________________________________________________________________
123 [ 14211] By: jhi                                   on 2002/01/12  06:01:29
124         Log: Upgrade to CGI.pm 2.80.
125      Branch: perl
126            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t
127 ____________________________________________________________________________
128 [ 14210] By: jhi                                   on 2002/01/12  05:57:36
129         Log: FAQ sync.
130      Branch: perl
131            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
132            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
133            ! pod/perlfaq8.pod
134 ____________________________________________________________________________
135 [ 14209] By: jhi                                   on 2002/01/12  05:54:24
136         Log: This is getting embarrassing.
137      Branch: perl
138            ! t/op/pat.t
139 ____________________________________________________________________________
140 [ 14208] By: jhi                                   on 2002/01/12  05:30:03
141         Log: Doc tweaks.
142      Branch: perl
143            ! pod/perlunicode.pod
144 ____________________________________________________________________________
145 [ 14207] By: jhi                                   on 2002/01/12  05:16:55
146         Log: Updating the test count is good; also rephrasing
147              so that there is no ok output containing "not".
148      Branch: perl
149            ! t/op/pat.t
150 ____________________________________________________________________________
151 [ 14206] By: jhi                                   on 2002/01/12  05:11:20
152         Log: Andreas is busy :-)
153      Branch: perl
154            ! doop.c t/op/unisprintf.t
155 ____________________________________________________________________________
156 [ 14205] By: jhi                                   on 2002/01/12  04:55:20
157         Log: Unicode lookbehind looked bad.
158      Branch: perl
159            ! regexec.c t/op/pat.t
160 ____________________________________________________________________________
161 [ 14204] By: jhi                                   on 2002/01/12  01:43:48
162         Log: Garbage collection.
163      Branch: perl
164            ! t/run/kill_perl.t
165 ____________________________________________________________________________
166 [ 14203] By: jhi                                   on 2002/01/12  00:10:51
167         Log: Subject: [PATCH] export win32_async_check or Perl_despatch_signals
168              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
169              Date: Fri, 11 Jan 2002 23:29:48 +0100
170              Message-ID: <3C3F756C.21561.2E2A9CE@localhost>
171      Branch: perl
172            ! embed.fnc global.sym makedef.pl
173 ____________________________________________________________________________
174 [ 14202] By: jhi                                   on 2002/01/12  00:07:41
175         Log: Subject: [PATCH] perldelta nit?
176              From: Robert Spier <rspier@pobox.com>
177              Date: Fri, 11 Jan 2002 15:19:16 -0800
178              Message-ID: <15423.29428.164185.251700@rls.cx>
179      Branch: perl
180            ! pod/perldelta.pod
181 ____________________________________________________________________________
182 [ 14201] By: jhi                                   on 2002/01/12  00:06:02
183         Log: Subject: Re: [PATCH lib/AnyDBM_File.t] Convert to Test::More
184              From: Michael G Schwern <schwern@pobox.com>
185              Date: Fri, 11 Jan 2002 17:08:17 -0500
186              Message-ID: <20020111220817.GG2838@blackrider>
187      Branch: perl
188            ! t/run/kill_perl.t t/test.pl
189 ____________________________________________________________________________
190 [ 14200] By: jhi                                   on 2002/01/12  00:02:05
191         Log: Subject: [PATCH] Correct misleading error message
192              From: Mike Guy <mjtg@cam.ac.uk>
193              Date: Fri, 11 Jan 2002 18:36:33 +0000
194              Message-Id: <E16P6XZ-0005kA-00@draco.cus.cam.ac.uk>
195              
196              hash assignment -> anonymous hash
197      Branch: perl
198            ! pod/perldiag.pod pp.c t/lib/warnings/pp t/op/hashwarn.t
199 ____________________________________________________________________________
200 [ 14199] By: jhi                                   on 2002/01/11  23:58:00
201         Log: Subject: [PATCH bleadperl] Shut down warnings in Normalize.c          
202              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
203              Date: Fri, 11 Jan 2002 16:58:14 +0100
204              Message-ID: <543058204.20020111165814@tesla.rcub.bg.ac.yu>
205      Branch: perl
206            ! ext/Unicode/Normalize/mkheader
207 ____________________________________________________________________________
208 [ 14198] By: jhi                                   on 2002/01/11  23:53:05
209         Log: Add a new test for is-sprintf-preserving Unicodeness:
210              #14194 and an old one from kill_perl.t (I could have used
211              sprintf.t, but it's format was quite fixed, and I didn't
212              feel like breaking the format)
213      Branch: perl
214            + t/op/unisprintf.t
215            ! MANIFEST t/run/kill_perl.t
216 ____________________________________________________________________________
217 [ 14197] By: jhi                                   on 2002/01/11  21:48:49
218         Log: Integrate perlio;
219              Install dummy signal() handlers for Win32's SIGINT and SIGBREAK
220      Branch: perl
221           !> win32/win32.c
222 ____________________________________________________________________________
223 [ 14195] By: jhi                                   on 2002/01/11  20:07:35
224         Log: Integrate perlio;
225              A mostly-stable version of "new" Win32 signal/kill support.
226      Branch: perl
227           !> MANIFEST XSUB.h mg.c t/run/kill_perl.t toke.c win32/config.bc
228           !> win32/config.gc win32/config.vc win32/config_H.bc
229           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
230           !> win32/makefile.mk win32/win32.c win32/win32.h
231 ____________________________________________________________________________
232 [ 14194] By: jhi                                   on 2002/01/11  20:04:26
233         Log: Fix for
234              
235              Subject: UTF-8 sprintf bug in bleadperl
236              From: andreas.koenig@anima.de (Andreas J. Koenig)
237              Date: 11 Jan 2002 15:47:15 +0100
238              Message-ID: <m3vge99c7g.fsf@anima.de>
239              
240              I have tests, have just to figure out where to put them
241              since op/sprintf looks a bit unfriendly for tests of
242              somewhat freer form.
243      Branch: perl
244            ! doop.c sv.c
245 ____________________________________________________________________________
246 [ 14191] By: jhi                                   on 2002/01/11  15:34:53
247         Log: Update Changes.
248      Branch: perl
249            ! Changes patchlevel.h
250 ____________________________________________________________________________
251 [ 14190] By: jhi                                   on 2002/01/11  14:52:51
252         Log: Subject: [PATCH] Re: Magic numbers in B::Concise
253              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
254              Date: Thu, 10 Jan 2002 18:21:34 -0800
255              Message-ID: <15422.19502.380275.403187@soda.csua.berkeley.edu>
256      Branch: perl
257            + ext/B/t/concise.t
258            ! MANIFEST
259 ____________________________________________________________________________
260 [ 14189] By: jhi                                   on 2002/01/11  14:51:11
261         Log: Upgrade to CGI.pm 2.79.  Manual tweaks were
262              necessary in form.t and html.t @INC setups.
263      Branch: perl
264            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/t/form.t lib/CGI/t/html.t
265 ____________________________________________________________________________
266 [ 14188] By: jhi                                   on 2002/01/11  14:31:17
267         Log: Yet another twist.
268      Branch: perl
269            ! t/test.pl
270 ____________________________________________________________________________
271 [ 14187] By: jhi                                   on 2002/01/11  14:14:12
272         Log: Subject: [ PATCH ] AIX to pick the correct CC if more than one installed
273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
274              Date: Fri, 11 Jan 2002 13:04:15 +0100      
275              Message-Id: <20020111125951.BD84.H.M.BRAND@hccnet.nl>
276      Branch: perl
277            ! hints/aix.sh
278 ____________________________________________________________________________
279 [ 14186] By: jhi                                   on 2002/01/11  14:13:02
280         Log: Subject: [REPATCH] RE: [PATCH lib/AnyDBM_File.t] null key support back in DB v3
281              From: Jonathan Stowe <gellyfish@gellyfish.com> 
282              Date: Fri, 11 Jan 2002 09:28:46 +0000 (GMT)
283              Message-ID: <Pine.LNX.4.33.0201110927480.10327-100000@orpheus.gellyfish.com>
284      Branch: perl
285            ! lib/AnyDBM_File.t
286 ____________________________________________________________________________
287 [ 14185] By: jhi                                   on 2002/01/11  14:10:01
288         Log: Arguments were being mangled.
289      Branch: perl
290            ! t/test.pl
291 ____________________________________________________________________________
292 [ 14184] By: jhi                                   on 2002/01/11  14:05:53
293         Log: Subject: [PATCH lib/AnyDBM_File.t] Convert to Test::More
294              From: Jonathan Stowe <gellyfish@gellyfish.com>
295              Date: Thu, 10 Jan 2002 19:55:15 +0000 (GMT)
296              Message-ID: <Pine.LNX.4.33.0201101948360.9717-100000@orpheus.gellyfish.com>
297      Branch: perl
298            ! lib/AnyDBM_File.t
299 ____________________________________________________________________________
300 [ 14183] By: jhi                                   on 2002/01/11  13:59:22
301         Log: Subject: [PATCH t/run/kill_perl.t t/test.pl] Seperating kill_perl()
302              From: Michael G Schwern <schwern@pobox.com> 
303              Date: Fri, 11 Jan 2002 04:26:27 -0500
304              Message-ID: <20020111092626.GA16544@blackrider>
305      Branch: perl
306            ! t/run/kill_perl.t t/test.pl
307 ____________________________________________________________________________
308 [ 14182] By: jhi                                   on 2002/01/11  13:57:59
309         Log: Subject: [PATCH] Test::Harness 2.01
310              From: Michael G Schwern <schwern@pobox.com> 
311              Date: Thu, 10 Jan 2002 21:11:24 -0500
312              Message-ID: <20020111021123.GA30666@blackrider>
313      Branch: perl
314            + lib/Test/Harness/Assert.pm lib/Test/Harness/Iterator.pm
315            + lib/Test/Harness/Straps.pm lib/Test/Harness/t/00compile.t
316            + lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
317            + lib/Test/Harness/t/nonumbers.t
318            + lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
319            + t/lib/sample-tests/lone_not_bug
320            + t/lib/sample-tests/out_of_order t/lib/sample-tests/taint
321            + t/lib/sample-tests/vms_nit
322            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
323            ! lib/Test/Harness/t/base.t lib/Test/Harness/t/test-harness.t
324 ____________________________________________________________________________
325 [ 14181] By: jhi                                   on 2002/01/11  13:57:38
326         Log: patch is silly when creating new files: don't run
327              patch more than once.
328      Branch: perl
329            ! lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
330 ____________________________________________________________________________
331 [ 14180] By: jhi                                   on 2002/01/11  13:53:49
332         Log: Forgot from #14179.
333      Branch: perl
334            ! lib/Pod/InputObjects.pm lib/Pod/t/InputObjects.t
335 ____________________________________________________________________________
336 [ 14179] By: jhi                                   on 2002/01/11  13:24:13
337         Log: Subject: [PATCH] is() undef/'' behavior change
338              From: Michael G Schwern <schwern@pobox.com> 
339              Date: Fri, 11 Jan 2002 03:35:51 -0500
340              Message-ID: <20020111083551.GC30666@blackrider>
341              
342              Subject: [PATCH] Pod::InputObjects warnings & is() undef/'' fix
343              From: Michael G Schwern <schwern@pobox.com> 
344              Date: Fri, 11 Jan 2002 03:37:44 -0500
345              Message-ID: <20020111083744.GD30666@blackrider>
346      Branch: perl
347            ! ext/re/re.t lib/AutoSplit.t lib/DB.t lib/ExtUtils/t/Command.t
348            ! lib/ExtUtils/t/Manifest.t lib/Pod/InputObjects.pm
349            ! lib/Pod/t/InputObjects.t lib/blib.t
350 ____________________________________________________________________________
351 [ 14178] By: jhi                                   on 2002/01/11  13:21:59
352         Log: Subject: [PATCH] Test::Simple/More/Builder/Tutorial 0.41
353              From: Michael G Schwern <schwern@pobox.com> 
354              Date: Thu, 10 Jan 2002 19:56:23 -0500
355              Message-ID: <20020111005623.GA13192@blackrider>
356      Branch: perl
357            + lib/Test/Simple/t/buffer.t lib/Test/Simple/t/diag.t
358            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
359            ! lib/Test/Simple.pm lib/Test/Simple/Changes
360            ! lib/Test/Simple/t/Builder.t lib/Test/Simple/t/More.t
361            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
362            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
363            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/filehandles.t
364            ! lib/Test/Simple/t/import.t lib/Test/Simple/t/is_deeply.t
365            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_ending.t
366            ! lib/Test/Simple/t/no_header.t lib/Test/Simple/t/no_plan.t
367            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan.t
368            ! lib/Test/Simple/t/plan_is_noplan.t
369            ! lib/Test/Simple/t/plan_no_plan.t
370            ! lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/simple.t
371            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/skipall.t
372            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
373            ! lib/Test/Simple/t/use_ok.t lib/Test/Simple/t/useing.t
374            ! lib/Test/Tutorial.pod
375 ____________________________________________________________________________
376 [ 14177] By: gsar                                  on 2002/01/11  02:56:05
377         Log: malloc() things must be free()d, not Safefree()d (bug in change#11280
378              revealed by -D_USE_MSVCRT_MEM_ALLOC -D_USE_LINKED_LIST)
379              
380              turns out even the malloc() was never really needed to begin with,
381              so get rid of it
382      Branch: perl
383            ! sv.c
384 ____________________________________________________________________________
385 [ 14176] By: jhi                                   on 2002/01/11  02:11:21
386         Log: Small doc tweaks.
387      Branch: perl
388            ! pod/perluniintro.pod
389 ____________________________________________________________________________
390 [ 14175] By: gsar                                  on 2002/01/11  01:05:15
391         Log: support using the CRT's malloc() family of functions instead of
392              the internal one when ithreads is enabled; allocate large blocks
393              using VirtualAlloc() since the Heap*() functions may only be tuned
394              for small allocations (from Doug Lankshear <dougl@ActiveState.com>)
395              
396              pass -D_USE_MSVCRT_MEM_ALLOC via cflags to enable the CRT's malloc();
397              also see comments at the top of win32/vmem.h for other options that
398              can be set
399      Branch: perl
400            ! win32/vmem.h
401 ____________________________________________________________________________
402 [ 14174] By: jhi                                   on 2002/01/10  19:33:29
403         Log: Subject: micropatch
404              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
405              Date: Thu, 10 Jan 2002 18:20:58 +0000
406              Message-Id: <200201101820.g0AIKw208580@crypt.compulink.co.uk>
407      Branch: perl
408            ! regcomp.c
409 ____________________________________________________________________________
410 [ 14173] By: jhi                                   on 2002/01/10  19:32:16
411         Log: Subject: [PATCH] Embed.t on Win32
412              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
413              Date: Thu, 10 Jan 2002 18:56:21 +0100
414              Message-ID: <3C3DE3D5.7359.1FEB994@localhost>
415      Branch: perl
416            ! lib/ExtUtils/t/Embed.t
417 ____________________________________________________________________________
418 [ 14172] By: jhi                                   on 2002/01/10  19:31:00
419         Log: Subject: Re: [PATCH] No 'once' warnings for variables declared with our
420              From: Gisle Aas <gisle@ActiveState.com>
421              Date: 10 Jan 2002 08:56:05 -0800
422              Message-ID: <lrg05ep2l6.fsf@caliper.activestate.com>
423      Branch: perl
424            ! toke.c
425 ____________________________________________________________________________
426 [ 14171] By: jhi                                   on 2002/01/10  19:29:08
427         Log: Subject: [PATCH] doc fixes
428              From: "Brendan O'Dea" <bod@debian.org>
429              Date: Fri, 11 Jan 2002 03:49:54 +1100
430              Message-ID: <20020110164954.GA21891@compusol.com.au>
431      Branch: perl
432            ! lib/I18N/Collate.pm pod/perlfunc.pod
433 ____________________________________________________________________________
434 [ 14170] By: jhi                                   on 2002/01/10  17:48:42
435         Log: Integrate perlio; More signal hackery.
436      Branch: perl
437           !> win32/win32.c
438 ____________________________________________________________________________
439 [ 14169] By: jhi                                   on 2002/01/10  17:47:34
440         Log: No need to show internal encodings, or return them
441              in random order.
442      Branch: perl
443            ! ext/Encode/Encode.pm
444 ____________________________________________________________________________
445 [ 14166] By: jhi                                   on 2002/01/10  15:24:41
446         Log: I think we can claim to be supporting Unicode
447              "loose matching" now.
448      Branch: perl
449            ! pod/perlunicode.pod
450 ____________________________________________________________________________
451 [ 14165] By: jhi                                   on 2002/01/10  15:07:56
452         Log: Subject: doc patch
453              From: mjd@plover.com
454              Date: 10 Jan 2002 15:12:27 -0000
455              Message-ID: <20020110151227.14850.qmail@plover.com>
456      Branch: perl
457            ! pod/perlrun.pod
458 ____________________________________________________________________________
459 [ 14164] By: jhi                                   on 2002/01/10  14:54:38
460         Log: Subject: Re: [ID 20011223.001] accept leaks memory
461              From: Andy Dougherty <doughera@lafayette.edu>
462              Date: Thu, 10 Jan 2002 10:13:07 -0500 (EST)
463              Message-ID: <Pine.SOL.4.10.10201100919390.4429-100000@maxwell.phys.lafayette.edu>
464      Branch: perl
465            ! hints/linux.sh
466 ____________________________________________________________________________
467 [ 14163] By: jhi                                   on 2002/01/10  14:52:08
468         Log: Integrate perlio; Skeleton coding of more kill() support on Win32.
469      Branch: perl
470           !> win32/win32.c
471 ____________________________________________________________________________
472 [ 14162] By: jhi                                   on 2002/01/10  14:50:03
473         Log: Subject: [PATCH] Magic numbers in B::Concise
474              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
475              Date: Wed, 9 Jan 2002 23:04:01 -0800
476              Message-ID: <15421.15585.813580.211907@soda.csua.berkeley.edu>
477      Branch: perl
478            ! ext/B/B/Concise.pm ext/B/O.pm
479 ____________________________________________________________________________
480 [ 14161] By: jhi                                   on 2002/01/10  14:48:52
481         Log: Subject: [PATCH] No 'once' warnings for variables declared with our
482              From: Gisle Aas <gisle@ActiveState.com>
483              Date: 09 Jan 2002 21:52:40 -0800
484              Message-ID: <lrg05e7nx3.fsf@caliper.activestate.com>
485      Branch: perl
486            ! t/lib/strict/vars toke.c
487 ____________________________________________________________________________
488 [ 14159] By: jhi                                   on 2002/01/09  21:28:13
489         Log: Subject: [PATCH] B::Deparse : support for \[...] prototypes
490              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
491              Date: Wed, 9 Jan 2002 23:24:32 +0100
492              Message-ID: <20020109232432.A692@rafael>
493      Branch: perl
494            ! ext/B/B/Deparse.pm
495 ____________________________________________________________________________
496 [ 14158] By: jhi                                   on 2002/01/09  21:25:19
497         Log: Subject: Re: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
498              From: Jonathan Stowe <gellyfish@gellyfish.com>
499              Date: Wed, 9 Jan 2002 19:37:38 +0000 (GMT)
500              Message-ID: <Pine.LNX.4.33.0201091924020.21574-100000@orpheus.gellyfish.com>
501      Branch: perl
502            ! t/run/kill_perl.t
503 ____________________________________________________________________________
504 [ 14157] By: jhi                                   on 2002/01/09  19:59:28
505         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
506              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
507              Date: Wed, 09 Jan 2002 20:16:54 +0000
508              Message-Id: <200201092016.g09KGsi30119@crypt.compulink.co.uk>
509      Branch: perl
510            ! regexec.c
511 ____________________________________________________________________________
512 [ 14156] By: jhi                                   on 2002/01/09  19:46:27
513         Log: Subject: [Patch @14129] fixes Unicode::Normalize
514              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
515              Date: Thu, 10 Jan 2002 01:08:56 +0900
516              Message-Id: <20020110010110.690B.BQW10602@nifty.com>
517      Branch: perl
518            - ext/Unicode/Normalize/Normalize.pod
519            ! MANIFEST ext/Unicode/Normalize/Makefile.PL
520            ! ext/Unicode/Normalize/Normalize.pm
521            ! ext/Unicode/Normalize/Normalize.xs
522            ! ext/Unicode/Normalize/mkheader
523 ____________________________________________________________________________
524 [ 14155] By: jhi                                   on 2002/01/09  19:09:15
525         Log: Integrate perlio; (Re-)implement alarm() for Win32.
526      Branch: perl
527           !> win32/config.vc win32/config_H.vc win32/win32.c win32/win32.h
528           !> win32/win32iop.h
529 ____________________________________________________________________________
530 [ 14154] By: jhi                                   on 2002/01/09  19:08:15
531         Log: Subject: [PATCH] op/readdir.t (was Re: perl@14152)
532              From: Nicholas Clark <nick@unfortu.net>
533              Date: Wed, 9 Jan 2002 17:56:04 +0000
534              Message-ID: <20020109175604.H354@Bagpuss.unfortu.net>
535      Branch: perl
536            ! t/op/readdir.t
537 ____________________________________________________________________________
538 [ 14152] By: jhi                                   on 2002/01/09  14:37:01
539         Log: Update Changes.
540      Branch: perl
541            ! Changes patchlevel.h
542 ____________________________________________________________________________
543 [ 14150] By: jhi                                   on 2002/01/09  14:27:23
544         Log: Thinko.
545      Branch: perl
546            ! ext/threads/t/stress_re.t
547 ____________________________________________________________________________
548 [ 14149] By: jhi                                   on 2002/01/09  13:47:31
549         Log: Subject: Re: [ID 20020109.002] /(?m:...\s*$)/ is not backtracking properly
550              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
551              Date: Wed, 09 Jan 2002 13:37:17 +0000                
552              Message-Id: <200201091337.g09DbH519379@crypt.compulink.co.uk>
553      Branch: perl
554            ! regexec.c t/op/re_tests
555 ____________________________________________________________________________
556 [ 14148] By: jhi                                   on 2002/01/09  13:00:09
557         Log: Subject: Re: Weird Malformed warning in bleadperl    
558              From: andreas.koenig@anima.de (Andreas J. Koenig)    
559              Date: 09 Jan 2002 11:12:37 +0100
560              Message-ID: <m3itabbzoq.fsf@anima.de>
561      Branch: perl
562            ! regexec.c t/op/pat.t
563 ____________________________________________________________________________
564 [ 14147] By: jhi                                   on 2002/01/09  12:59:42
565         Log: Forgot stress_re.t from MANIFEST.
566      Branch: perl
567            ! MANIFEST
568 ____________________________________________________________________________
569 [ 14146] By: jhi                                   on 2002/01/09  12:47:27
570         Log: In dumping use isPRINT() instead of isprint() so that locale
571              does not come into play.
572      Branch: perl
573            ! utf8.c
574 ____________________________________________________________________________
575 [ 14145] By: jhi                                   on 2002/01/09  02:52:39
576         Log: Add a threads stress test for regular expressions
577              (mostly just a modified stress_string.t) and doesn't
578              test that much of regular expressions, just that $1
579              doesn't get stomped by competing threads (as it does
580              in the 5005threads of old).
581      Branch: perl
582            + ext/threads/t/stress_re.t
583            ! MANIFEST
584 ____________________________________________________________________________
585 [ 14144] By: jhi                                   on 2002/01/09  02:28:33
586         Log: Subject: Re: [ID 20010912.007] substr reference core dump
587              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
588              Date: Tue, 08 Jan 2002 19:17:50 +0000
589              Message-Id: <200201081917.g08JHoE15793@crypt.compulink.co.uk>
590      Branch: perl
591            ! scope.c t/run/kill_perl.t
592 ____________________________________________________________________________
593 [ 14143] By: jhi                                   on 2002/01/09  01:32:05
594         Log: SANY (. with /s) wasn't happy on Unicode.
595      Branch: perl
596            ! regexec.c t/op/pat.t
597 ____________________________________________________________________________
598 [ 14142] By: ams                                   on 2002/01/08  22:42:10
599         Log: Subject: [PATCH] perldebug nit
600              From: Tels <tels@bloodgate.com>
601              Date: Wed, 09 Jan 2002 00:08:59 +0100 (CET)
602      Branch: perl
603            ! pod/perldebug.pod
604 ____________________________________________________________________________
605 [ 14141] By: ams                                   on 2002/01/08  21:32:59
606         Log: Subject: [PATCH] Minor fix to perl/Makefile.SH
607              From: "Green, Paul" <Paul.Green@stratus.com>
608              Date: Tue, 8 Jan 2002 17:31:35 -0500
609              Message-Id: <95AE3CDB3543D511883A0020485B38B9023534A3@exna3.stratus.com>
610      Branch: perl
611            ! Makefile.SH
612 ____________________________________________________________________________
613 [ 14140] By: ams                                   on 2002/01/08  21:27:57
614         Log: Subject: [PATCH] Re: Slight chokage from Deparse
615              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
616              Date: Tue, 8 Jan 2002 23:04:45 +0100
617              Message-Id: <20020108230445.A4798@rafael>
618      Branch: perl
619            ! ext/B/B/Deparse.pm
620 ____________________________________________________________________________
621 [ 14139] By: jhi                                   on 2002/01/08  19:13:43
622         Log: Subject: [patch] peep() is rude
623              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>            
624              Date: Tue, 08 Jan 2002 19:17:50 +0000            
625              Message-Id: <200201081917.g08JHoW15789@crypt.compulink.co.uk>
626      Branch: perl
627            ! op.c t/run/kill_perl.t
628 ____________________________________________________________________________
629 [ 14138] By: jhi                                   on 2002/01/08  19:01:16
630         Log: unifold is really an op test since it requires
631              no external modules for its actual testing:
632              only the unicore CaseFold.txt file, and File::Spec
633              to portably access that file.
634      Branch: perl
635            + t/op/unifold.t
636            - lib/unifold.t
637            ! MANIFEST
638 ____________________________________________________________________________
639 [ 14137] By: jhi                                   on 2002/01/08  16:29:48
640         Log: Subject: [patch] save a test 
641              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
642              Date: Tue, 08 Jan 2002 16:18:47 +0000
643              Message-Id: <200201081618.g08GIlN02821@crypt.compulink.co.uk>          
644      Branch: perl
645            ! regcomp.c
646 ____________________________________________________________________________
647 [ 14135] By: jhi                                   on 2002/01/08  15:12:38
648         Log: Subject: Not OK 13843 
649              From: andreas.koenig@anima.de (Andreas J. Koenig)
650              Date: 08 Jan 2002 14:12:29 +0100
651              Message-ID: <m38zb9c7gi.fsf@anima.de>
652      Branch: perl
653            ! op.c t/op/subst.t
654 ____________________________________________________________________________
655 [ 14134] By: jhi                                   on 2002/01/08  14:30:00
656         Log: Missed one variant of the fold testing, noticed bu Hugo.
657      Branch: perl
658            ! lib/unifold.t
659 ____________________________________________________________________________
660 [ 14133] By: jhi                                   on 2002/01/08  14:23:39
661         Log: Enchance the Storable magic description.
662      Branch: perl
663            ! ext/Storable/Storable.pm
664 ____________________________________________________________________________
665 [ 14132] By: ams                                   on 2002/01/08  09:16:12
666         Log: Subject: [PATCH] don't installperl pods
667              From: H.Merijn Brand <h.m.brand@hccnet.nl>
668              Date: Tue, 08 Jan 2002 10:36:01 +0100
669              Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl>
670      Branch: perl
671            ! installperl
672 ____________________________________________________________________________
673 [ 14131] By: ams                                   on 2002/01/08  03:38:40
674         Log: Subject: Math-BigInt v1.49 released
675              From: Tels <perl_dummy@bloodgate.com>
676              Date: Tue, 08 Jan 2002 03:09:34 +0100 (CET)
677      Branch: perl
678            + lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/require.t
679            + lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/use.t
680            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
681            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
682            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
683            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
684            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/mbimbf.t
685            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
686            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
687            ! t/lib/Math/BigInt/Subclass.pm
688 ____________________________________________________________________________
689 [ 14130] By: jhi                                   on 2002/01/08  02:13:53
690         Log: A little better comments.
691      Branch: perl
692            ! regexec.c
693 ____________________________________________________________________________
694 [ 14129] By: jhi                                   on 2002/01/07  23:45:05
695         Log: No normalization form DNF.
696      Branch: perl
697            ! ext/Unicode/Normalize/Normalize.pm
698 ____________________________________________________________________________
699 [ 14128] By: jhi                                   on 2002/01/07  23:40:15
700         Log: Extension nits found by -Wall (several from threads
701              and threads::shared, but leaving them to Arthur).
702      Branch: perl
703            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
704            ! ext/Devel/PPPort/PPPort.xs ext/List/Util/Util.xs
705            ! ext/Opcode/Opcode.xs ext/Unicode/Normalize/Normalize.xs
706            ! ext/Unicode/Normalize/mkheader x2p/str.c
707 ____________________________________________________________________________
708 [ 14125] By: ams                                   on 2002/01/07  22:03:22
709         Log: Subject: [PATCH] better Exporter docs (Re: [PATCH @13746] Leaner exporter)
710              From: Nicholas Clark (sans From field in mail header)
711              Date: Mon, 7 Jan 2002 16:18:23 +0000
712              Message-Id: <20020107161823.A599@Bagpuss.unfortu.net>
713      Branch: perl
714            ! lib/Exporter.pm
715 ____________________________________________________________________________
716 [ 14124] By: ams                                   on 2002/01/07  21:46:11
717         Log: Subject: [PATCH] Last patch needed to get Perl5.7 to build natively on VOS
718              From: "Green, Paul" <Paul.Green@stratus.com>
719              Date: Mon, 7 Jan 2002 16:59:38 -0500
720              Message-Id: <95AE3CDB3543D511883A0020485B38B90235349B@exna3.stratus.com>
721      Branch: perl
722            ! ext/Errno/Errno_pm.PL perl.h t/TEST t/test.pl vos/vosish.h
723 ____________________________________________________________________________
724 [ 14122] By: jhi                                   on 2002/01/07  16:09:50
725         Log: Update Changes.
726      Branch: perl
727            ! Changes patchlevel.h
728 ____________________________________________________________________________
729 [ 14121] By: jhi                                   on 2002/01/07  16:03:34
730         Log: Subject: [PATCH] Correct module name in perldelta*                 
731              From: Mike Guy <mjtg@cam.ac.uk>
732              Date: Mon, 07 Jan 2002 17:02:43 +0000
733              Message-Id: <E16NdAZ-0001SW-00@draco.cus.cam.ac.uk>
734      Branch: perl
735            ! pod/perl561delta.pod pod/perl56delta.pod
736 ____________________________________________________________________________
737 [ 14120] By: jhi                                   on 2002/01/07  15:55:25
738         Log: AUTHORS update.
739      Branch: perl
740            ! AUTHORS
741 ____________________________________________________________________________
742 [ 14119] By: jhi                                   on 2002/01/07  15:52:34
743         Log: Add file magic for Storable, from Jim Cromie <jcromie@divsol.com>
744      Branch: perl
745            ! ext/Storable/Storable.pm
746 ____________________________________________________________________________
747 [ 14118] By: jhi                                   on 2002/01/07  15:06:25
748         Log: perldelta updates.
749      Branch: perl
750            ! pod/perldelta.pod
751 ____________________________________________________________________________
752 [ 14117] By: jhi                                   on 2002/01/07  13:52:30
753         Log: Document the flags of pv_uni_display().
754      Branch: perl
755            ! pod/perlapi.pod utf8.c
756 ____________________________________________________________________________
757 [ 14116] By: jhi                                   on 2002/01/07  13:49:17
758         Log: Forgot from #14115.
759      Branch: perl
760            ! t/op/re_tests
761 ____________________________________________________________________________
762 [ 14115] By: jhi                                   on 2002/01/07  13:48:06
763         Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d  
764              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
765              Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST)
766              Message-ID: <Pine.GSO.4.21.0201061532400.27018-100000@crusoe.crusoe.net>
767      Branch: perl
768            ! regcomp.c
769 ____________________________________________________________________________
770 [ 14114] By: jhi                                   on 2002/01/07  04:44:05
771         Log: More regex and utf8 debug dumping.
772      Branch: perl
773            ! dump.c regcomp.c regexec.c utf8.c utf8.h
774 ____________________________________________________________________________
775 [ 14113] By: jhi                                   on 2002/01/07  01:05:01
776         Log: Unused variable.
777      Branch: perl
778            ! regcomp.c
779 ____________________________________________________________________________
780 [ 14112] By: jhi                                   on 2002/01/07  00:52:46
781         Log: Regen toc.
782      Branch: perl
783            ! pod/perltoc.pod
784 ____________________________________________________________________________
785 [ 14111] By: jhi                                   on 2002/01/07  00:03:57
786         Log: capitalize correctly, noticed by David Dyck.
787      Branch: perl
788            ! lib/sort.pm
789 ____________________________________________________________________________
790 [ 14109] By: jhi                                   on 2002/01/06  20:51:32
791         Log: No need to overqualify.
792      Branch: perl
793            ! lib/sort.pm
794 ____________________________________________________________________________
795 [ 14108] By: jhi                                   on 2002/01/06  20:38:34
796         Log: PL_debug_pad wasn't initialized to zeroes which broke
797              ithreads + DEBUGGING.
798      Branch: perl
799            ! sv.c
800 ____________________________________________________________________________
801 [ 14107] By: jhi                                   on 2002/01/06  15:39:31
802         Log: Update Changes.
803      Branch: perl
804            ! Changes patchlevel.h
805 ____________________________________________________________________________
806 [ 14106] By: jhi                                   on 2002/01/06  15:33:51
807         Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose)
808              From: Jonathan Stowe <gellyfish@gellyfish.com>
809              Date: Sat, 5 Jan 2002 12:43:47 +0000 (GMT)
810              Message-ID: <Pine.LNX.4.33.0201051240130.5428-100000@orpheus.gellyfish.com>
811      Branch: perl
812            ! pp_sys.c
813 ____________________________________________________________________________
814 [ 14105] By: jhi                                   on 2002/01/06  15:11:15
815         Log: DB_File sync from Paul Marquess.
816      Branch: perl
817            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
818            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
819            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
820 ____________________________________________________________________________
821 [ 14104] By: jhi                                   on 2002/01/06  15:08:14
822         Log: Subject: [PATCH] B, B::C, perlcc, t/TEST
823              From: "Mattia Barbon" <mbarbon@dsi.unive.it>  
824              Date: Sun, 6 Jan 2002 11:44:30 +0100
825              Message-ID: <3C38389E.7831.493570@localhost>
826      Branch: perl
827            ! ext/B/B.xs ext/B/B/C.pm ext/B/defsubs_h.PL t/TEST
828            ! utils/perlcc.PL
829 ____________________________________________________________________________
830 [ 14103] By: jhi                                   on 2002/01/06  14:57:01
831         Log: Tests for #14098.
832      Branch: perl
833            ! t/op/lc.t
834 ____________________________________________________________________________
835 [ 14101] By: ams                                   on 2002/01/06  04:52:50
836         Log: Subject: [PATCH] Bad prototype detection now an optional warning
837              From: Sam Tregar <sam@tregar.com>
838              Date: Sun, 6 Jan 2002 00:29:25 -0500 (EST)
839              Message-Id: <Pine.LNX.4.33.0201060023160.3715-200000@localhost.localdomain>
840      Branch: perl
841            ! pod/perldelta.pod pod/perldiag.pod pod/perlsub.pod
842            ! t/comp/proto.t toke.c
843 ____________________________________________________________________________
844 [ 14100] By: ams                                   on 2002/01/06  01:56:59
845         Log: Subject: [PATCH] Correct several Stratus VOS build issues
846              From: "Green, Paul" <Paul.Green@stratus.com>
847              Date: Sat, 5 Jan 2002 21:30:56 -0500
848              Message-Id: <95AE3CDB3543D511883A0020485B38B90235348A@exna3.stratus.com>
849      Branch: perl
850            ! ext/Time/HiRes/HiRes.xs hints/vos.sh perl.h vos/vosish.h
851 ____________________________________________________________________________
852 [ 14099] By: jhi                                   on 2002/01/05  22:51:38
853         Log: Further perl.org URL elaboration from Ask.
854      Branch: perl
855            ! pod/perlfaq1.pod pod/perlfaq2.pod
856 ____________________________________________________________________________
857 [ 14098] By: jhi                                   on 2002/01/05  22:47:59
858         Log: The same problem with To{Lower,Title,Upper}
859              as earlier with ToFold.
860      Branch: perl
861            ! lib/unicore/To/Lower.pl lib/unicore/To/Title.pl
862            ! lib/unicore/To/Upper.pl lib/unicore/mktables
863 ____________________________________________________________________________
864 [ 14097] By: jhi                                   on 2002/01/05  22:11:35
865         Log: Retract #14057 for now; the alarm/setitimer timers
866              seen to be the same in many systems, which leads into
867              hangups.
868      Branch: perl
869            ! ext/Time/HiRes/HiRes.t
870 ____________________________________________________________________________
871 [ 14096] By: jhi                                   on 2002/01/05  22:09:20
872         Log: Finish up (ha!) the Unicode case folding;
873              enhance regex dumping code.
874      Branch: perl
875            + lib/unifold.t
876            ! MANIFEST embed.fnc embed.h perl.h pp_hot.c proto.h regcomp.c
877            ! regcomp.h regexec.c t/op/pat.t utf8.c utf8.h
878 ____________________________________________________________________________
879 [ 14095] By: jhi                                   on 2002/01/05  22:07:33
880         Log: Use the perl.org news gw instead of the perl.com one
881              (from Ask).
882      Branch: perl
883            ! pod/perlfaq1.pod pod/perlfaq2.pod
884 ____________________________________________________________________________
885 [ 14094] By: jhi                                   on 2002/01/05  21:26:09
886         Log: Zero() wasn't documented.
887      Branch: perl
888            ! pod/perlclib.pod
889 ____________________________________________________________________________
890 [ 14093] By: ams                                   on 2002/01/05  17:58:35
891         Log: Subject: [PATCH] make lib/Memoize/t/tie_ndbm.t tidy up more.
892              From: Nicholas Clark <nick@unfortu.net>
893              Date: Sat, 5 Jan 2002 18:55:39 +0000
894              Message-Id: <20020105185538.K300@Bagpuss.unfortu.net>
895      Branch: perl
896            ! lib/Memoize/t/tie_ndbm.t
897 ____________________________________________________________________________
898 [ 14092] By: jhi                                   on 2002/01/05  17:26:05
899         Log: Also UNICOS/mk has deviant socketpair().
900      Branch: perl
901            ! ext/Socket/socketpair.t
902 ____________________________________________________________________________
903 [ 14091] By: jhi                                   on 2002/01/05  17:21:12
904         Log: Ooops.  Retract the regex parts of #14090.
905      Branch: perl
906            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
907 ____________________________________________________________________________
908 [ 14090] By: jhi                                   on 2002/01/05  17:18:43
909         Log: Subject: [REPATCH] Re: [PATCH] Re: socketpair blip on unicos/mk, too
910              From: Nicholas Clark <nick@unfortu.net> 
911              Date: Sat, 5 Jan 2002 18:10:13 +0000
912              Message-ID: <20020105181013.I300@Bagpuss.unfortu.net>              
913      Branch: perl
914            ! embed.fnc embed.h ext/Socket/socketpair.t proto.h regcomp.c
915            ! regcomp.h regexec.c
916 ____________________________________________________________________________
917 [ 14089] By: jhi                                   on 2002/01/05  15:42:12
918         Log: Integrate perlio; a missing aTHX.
919      Branch: perl
920           !> op.c
921 ____________________________________________________________________________
922 [ 14085] By: jhi                                   on 2002/01/04  23:36:23
923         Log: In the UTF-8 branch of crypt() the extra \0 byte is required,
924              found by Marc Lehmann.
925      Branch: perl
926            ! pp.c
927 ____________________________________________________________________________
928 [ 14084] By: jhi                                   on 2002/01/04  22:57:03
929         Log: Subject: Re: [PATCH op.c] Bad \[...] prototype checking
930              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
931              Date: Sat, 5 Jan 2002 00:31:12 +0100
932              Message-ID: <20020105003112.E1850@rafael>              
933      Branch: perl
934            ! t/comp/proto.t
935 ____________________________________________________________________________
936 [ 14083] By: jhi                                   on 2002/01/04  22:56:23
937         Log: A bit of "perl.com" cleanup.
938      Branch: perl
939            ! pod/perldelta.pod pod/perldiag.pod pod/perlfaq.pod
940            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
941            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq8.pod
942            ! pod/perlmodlib.PL pod/perlmodlib.pod
943 ____________________________________________________________________________
944 [ 14082] By: jhi                                   on 2002/01/04  21:53:30
945         Log: Subject: [PATCH op.c] Bad \[...] prototype checking
946              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
947              Date: Fri, 4 Jan 2002 23:35:19 +0100
948              Message-ID: <20020104233519.A1850@rafael>
949      Branch: perl
950            ! op.c
951 ____________________________________________________________________________
952 [ 14081] By: jhi                                   on 2002/01/04  21:45:22
953         Log: Integrate change #14062 from macperl;
954              Define setbuf, setvbuf for Mac OS
955      Branch: perl
956           !> ext/IO/IO.xs
957 ____________________________________________________________________________
958 [ 14078] By: jhi                                   on 2002/01/04  21:07:05
959         Log: Display the native pwd command.
960      Branch: perl
961            ! ext/Cwd/t/cwd.t
962 ____________________________________________________________________________
963 [ 14077] By: jhi                                   on 2002/01/04  21:00:53
964         Log: Under Mac OS X /dev/stdout is normally a symlink,
965              but when running the test it seems to become a socket.
966              So let's extend our censorship.
967      Branch: perl
968            ! t/op/stat.t
969 ____________________________________________________________________________
970 [ 14068] By: jhi                                   on 2002/01/04  20:24:59
971         Log: If we do have socketpair(), make my_socketpair()
972              just call the real socketpair().  This way we always
973              have real code behind my_socketpair() and a symbol
974              corresponding to the my_socketpair in global.sym.
975      Branch: perl
976            ! embed.fnc embed.h makedef.pl proto.h util.c
977 ____________________________________________________________________________
978 [ 14060] By: jhi                                   on 2002/01/04  20:06:58
979         Log: Spread the good word of "env".
980      Branch: perl
981            ! pod/perlhack.pod pod/perllocale.pod pod/perlrun.pod
982 ____________________________________________________________________________
983 [ 14059] By: jhi                                   on 2002/01/04  19:57:11
984         Log: Till the system tests do something non-Win*, better rename
985              the test so that people on other platforms don't get confused.
986              (Not win32system, because assumedly there's win64, too.)
987      Branch: perl
988            + t/op/winsystem.t
989            - t/op/system.t
990            ! MANIFEST
991 ____________________________________________________________________________
992 [ 14058] By: jhi                                   on 2002/01/04  19:48:09
993         Log: Some tweaks.
994      Branch: perl
995            ! lib/Pod/t/Functions.t
996 ____________________________________________________________________________
997 [ 14057] By: ams                                   on 2002/01/04  17:40:31
998         Log: (retracted by #14057)
999              
1000              Subject: [PATCH] Time/HiRes/HiRes.t
1001              From: Nicholas Clark <nick@unfortu.net>
1002              Date: Fri, 4 Jan 2002 17:28:46 +0000
1003              Message-Id: <20020104172845.D1013@Bagpuss.unfortu.net>
1004      Branch: perl
1005            ! ext/Time/HiRes/HiRes.t
1006 ____________________________________________________________________________
1007 [ 14056] By: jhi                                   on 2002/01/04  17:35:34
1008         Log: Subject: [PATCH lib/Pod/Functions.pm] + Docs and test         
1009              From: Abe Timmerman <abe@ztreet.demon.nl>
1010              Date: Fri, 04 Jan 2002 18:42:33 +0100
1011              Message-ID: <bm5b3usi1f65td4c9bo9fand20p0vnupf2@4ax.com>      
1012      Branch: perl
1013            + lib/Pod/t/Functions.t
1014            ! MANIFEST lib/Pod/Functions.pm
1015 ____________________________________________________________________________
1016 [ 14055] By: jhi                                   on 2002/01/04  14:33:09
1017         Log: Subject: [PATCH perl@14042] Devel::PPPort Makefile.PL umpteenth try
1018              From: "Craig A. Berry" <craigberry@mac.com>
1019              Date: Thu, 3 Jan 2002 17:32:20 -0600
1020              Message-Id: <a05101004b85a82bb7352@[172.16.52.1]>
1021      Branch: perl
1022            ! ext/Devel/PPPort/Makefile.PL lib/ExtUtils/MM_Unix.pm
1023 ____________________________________________________________________________
1024 [ 14054] By: jhi                                   on 2002/01/04  04:04:05
1025         Log: Document the U+0085, U+2028, and U+2029.
1026      Branch: perl
1027            ! pod/perlre.pod pod/perlretut.pod
1028 ____________________________________________________________________________
1029 [ 14053] By: ams                                   on 2002/01/04  03:27:44
1030         Log: Subject: [PATCH] warn if not CORE::dump
1031              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1032              Date: Thu, 3 Jan 2002 22:04:00 +0100
1033              Message-Id: <20020103220400.A13958@rafael>
1034      Branch: perl
1035            ! pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke toke.c
1036 ____________________________________________________________________________
1037 [ 14052] By: jhi                                   on 2002/01/04  03:13:50
1038         Log: Add U+0085, U+2028, and U+2029 to \s under Unicode.
1039      Branch: perl
1040            ! lib/unicore/Is/SpacePerl.pl lib/unicore/mktables t/op/pat.t
1041 ____________________________________________________________________________
1042 [ 14051] By: ams                                   on 2002/01/04  03:00:12
1043         Log: Subject: [PATCH] File::Compare::VERSION
1044              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1045              Date: Thu, 3 Jan 2002 23:42:52 +0100
1046              Message-Id: <20020103234252.G13958@rafael>
1047      Branch: perl
1048            ! lib/File/Compare.pm
1049 ____________________________________________________________________________
1050 [ 14050] By: ams                                   on 2002/01/04  02:58:05
1051         Log: Subject: [PATCH @14042] threads::shared doc
1052              From: =?iso-8859-1?q?Andy=20Bussey?= <andybussey@yahoo.co.uk>
1053              Date: Thu, 3 Jan 2002 23:24:13 +0000 (GMT)
1054              Message-Id: <20020103232413.3690.qmail@web21001.mail.yahoo.com>
1055      Branch: perl
1056            ! ext/threads/shared/shared.pm
1057 ____________________________________________________________________________
1058 [ 14049] By: jhi                                   on 2002/01/03  20:38:22
1059         Log: #14048 exposed few false positives, to be fixed soonish.
1060      Branch: perl
1061            ! t/op/pat.t
1062 ____________________________________________________________________________
1063 [ 14048] By: jhi                                   on 2002/01/03  20:36:38
1064         Log: Do not add the first characters of multicharacter foldings
1065              into character classes.
1066      Branch: perl
1067            ! regcomp.c
1068 ____________________________________________________________________________
1069 [ 14047] By: jhi                                   on 2002/01/03  20:30:55
1070         Log: A bit of testing for #14046.
1071      Branch: perl
1072            ! t/op/pat.t
1073 ____________________________________________________________________________
1074 [ 14046] By: jhi                                   on 2002/01/03  20:22:48
1075         Log: Allow emitting the foldcased version of "\x{df}", "ss"
1076              (among others, another example would be \x{fb00} -> "ff")
1077      Branch: perl
1078            ! regcomp.c
1079 ____________________________________________________________________________
1080 [ 14045] By: jhi                                   on 2002/01/03  19:29:35
1081         Log: Subject: [PATCH] File::Spec & NetWare
1082              From: Dave Rolsky <autarch@urth.org>
1083              Date: Thu, 3 Jan 2002 12:53:19 -0600 (CST)
1084              Message-ID: <Pine.LNX.4.43.0201031252130.27977-100000@urth.org>
1085      Branch: perl
1086            - lib/File/Spec/NW5.pm
1087            ! MANIFEST lib/File/Spec.pm
1088 ____________________________________________________________________________
1089 [ 14044] By: jhi                                   on 2002/01/03  19:26:53
1090         Log: FAQ sync (RCS Ids only?)
1091      Branch: perl
1092            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
1093 ____________________________________________________________________________
1094 [ 14043] By: jhi                                   on 2002/01/03  19:25:48
1095         Log: AUTHORs updates.
1096      Branch: perl
1097            ! AUTHORS
1098 ____________________________________________________________________________
1099 [ 14042] By: jhi                                   on 2002/01/03  16:04:24
1100         Log: Update Changes.
1101      Branch: perl
1102            ! Changes patchlevel.h
1103 ____________________________________________________________________________
1104 [ 14041] By: jhi                                   on 2002/01/03  15:57:42
1105         Log: Missed the =head1 additions.
1106      Branch: perl
1107            ! XSUB.h av.c av.h cop.h cv.h doio.c gv.c gv.h handy.h hv.h
1108            ! intrpvar.h mg.c numeric.c op.c op.h perl.c pp.h pp_sort.c
1109            ! scope.h sharedsv.c sv.c sv.h thrdvar.h universal.c utf8.c
1110            ! util.c
1111 ____________________________________________________________________________
1112 [ 14040] By: jhi                                   on 2002/01/03  15:05:06
1113         Log: Subject: [PATCH lib/Carp/Heavy.pm lib/Carp.t] obscure warning from Carp::Heavy
1114              From: Robin Barker <rmb1@cise.npl.co.uk>
1115              Date: Thu, 3 Jan 2002 15:26:20 GMT
1116              Message-Id: <200201031526.PAA06095@tempest.npl.co.uk>            
1117      Branch: perl
1118            ! lib/Carp.t lib/Carp/Heavy.pm
1119 ____________________________________________________________________________
1120 [ 14039] By: jhi                                   on 2002/01/03  15:02:12
1121         Log: Subject: [PATCH hv.c] 
1122              From: Robin Barker <rmb1@cise.npl.co.uk>
1123              Date: Thu, 3 Jan 2002 14:49:06 GMT
1124              Message-Id: <200201031449.OAA26137@tempest.npl.co.uk>            
1125              
1126              -Wformat check.
1127      Branch: perl
1128            ! hv.c
1129 ____________________________________________________________________________
1130 [ 14038] By: jhi                                   on 2002/01/03  15:01:09
1131         Log: NetWare tweaks from Ananth Kesari.
1132      Branch: perl
1133            ! NetWare/t/NWScripts.pl lib/File/Find.pm
1134 ____________________________________________________________________________
1135 [ 14037] By: jhi                                   on 2002/01/03  13:41:38
1136         Log: Cast.
1137      Branch: perl
1138            ! regexec.c
1139 ____________________________________________________________________________
1140 [ 14036] By: ams                                   on 2002/01/03  12:12:31
1141         Log: Grammar fix suggested by Gwyn Judd.
1142      Branch: perl
1143            ! pod/perldiag.pod
1144 ____________________________________________________________________________
1145 [ 14033] By: ams                                   on 2002/01/03  08:24:24
1146         Log: Subject: Not ok 14031: PPPort Makefile.PL
1147              From: andreas.koenig@anima.de (Andreas J. Koenig)
1148              Date: 03 Jan 2002 10:17:46 +0100
1149              Message-Id: <m3sn9n94jp.fsf@anima.de>
1150      Branch: perl
1151            ! ext/Devel/PPPort/Makefile.PL
1152 ____________________________________________________________________________
1153 [ 14031] By: jhi                                   on 2002/01/03  01:52:04
1154         Log: Off-by-one is my middle name.
1155      Branch: perl
1156            ! regexec.c
1157 ____________________________________________________________________________
1158 [ 14030] By: ams                                   on 2002/01/02  23:56:37
1159         Log: Subject: [PATCH @14015] threads::shared disabling
1160              From: Andy Bussey <andybussey@yahoo.co.uk>
1161              Date: Thu, 3 Jan 2002 00:46:58 +0000 (GMT)
1162              Message-Id: <20020103004658.97969.qmail@web21006.mail.yahoo.com>
1163      Branch: perl
1164            + ext/threads/shared/t/no_share.t
1165            ! MANIFEST ext/threads/shared/shared.pm ext/threads/threads.pm
1166 ____________________________________________________________________________
1167 [ 14029] By: jhi                                   on 2002/01/02  23:40:08
1168         Log: Simon's new perlapi scheme, I hope I got all the pieces.
1169      Branch: perl
1170            + autodoc.pl embed.fnc
1171            ! MANIFEST Makefile.SH embed.pl pod/perlapi.pod
1172 ____________________________________________________________________________
1173 [ 14028] By: jhi                                   on 2002/01/02  23:29:03
1174         Log: Integrate perlio; more PPPort Makefile source dependence removal
1175      Branch: perl
1176           !> ext/Devel/PPPort/Makefile.PL perl.h
1177 ____________________________________________________________________________
1178 [ 14027] By: ams                                   on 2002/01/02  21:42:50
1179         Log: Subject: [PATCH perldiag] errors caused by the "my Dog $spot" syntax
1180              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1181              Date: Wed, 2 Jan 2002 23:09:13 +0100
1182              Message-Id: <20020102230913.A17373@rafael>
1183      Branch: perl
1184            ! pod/perldiag.pod
1185 ____________________________________________________________________________
1186 [ 14026] By: ams                                   on 2002/01/02  21:38:34
1187         Log: Subject: Re: PATCH: lib/Term/Cap.pm
1188              From: Jonathan Stowe <gellyfish@gellyfish.com>
1189              Date: Wed, 2 Jan 2002 21:50:36 +0000 (GMT)
1190              Message-Id: <Pine.LNX.4.33.0201022144370.6042-100000@orpheus.gellyfish.com>
1191      Branch: perl
1192            ! lib/Term/Cap.pm
1193 ____________________________________________________________________________
1194 [ 14025] By: ams                                   on 2002/01/02  18:34:26
1195         Log: Subject: [PATCH] Bad prototype detection changed from error to warning
1196              From: Sam Tregar <sam@tregar.com>
1197              Date: Wed, 2 Jan 2002 14:04:26 -0500 (EST)
1198              Message-Id: <Pine.LNX.4.33.0201021400110.15420-200000@localhost.localdomain>
1199      Branch: perl
1200            ! pod/perldiag.pod t/comp/proto.t toke.c
1201 ____________________________________________________________________________
1202 [ 14024] By: ams                                   on 2002/01/02  18:16:12
1203         Log: Subject: PATCH: lib/Term/Cap.pm
1204              From: Norton Allen <allen@huarp.harvard.edu>
1205              Date: Wed, 2 Jan 2002 14:22:09 -0500 (est)
1206              Message-Id: <200201021922.OAA18505@bottesini.harvard.edu>
1207      Branch: perl
1208            ! lib/Term/Cap.pm
1209 ____________________________________________________________________________
1210 [ 14023] By: ams                                   on 2002/01/02  18:12:31
1211         Log: Subject: PATCH: lib/Cwd.pm for QNX4
1212              From: Norton Allen <allen@huarp.harvard.edu>
1213              Date: Wed, 2 Jan 2002 14:19:42 -0500 (est)
1214              Message-Id: <200201021919.OAA18012@bottesini.harvard.edu>
1215      Branch: perl
1216            ! lib/Cwd.pm
1217 ____________________________________________________________________________
1218 [ 14020] By: ams                                   on 2002/01/02  17:06:27
1219         Log: Fix misplaced application of #14016.
1220      Branch: perl
1221            ! op.c
1222 ____________________________________________________________________________
1223 [ 14019] By: jhi                                   on 2002/01/02  16:51:38
1224         Log: Integrate perlio; avoid uninit debug_pad.
1225      Branch: perl
1226           !> sv.c
1227 ____________________________________________________________________________
1228 [ 14018] By: jhi                                   on 2002/01/02  16:50:22
1229         Log: makedepend VOS fix from Paul Green.
1230      Branch: perl
1231            ! makedepend.SH
1232 ____________________________________________________________________________
1233 [ 14016] By: ams                                   on 2002/01/02  15:58:11
1234         Log: Subject: [PATCH] random crash in B::LISTOP::last
1235              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1236              Date: Wed, 2 Jan 2002 17:37:28 +0100
1237              Message-Id: <3C334558.3906.19CB98D@localhost>
1238      Branch: perl
1239            ! op.c
1240 ____________________________________________________________________________
1241 [ 14015] By: jhi                                   on 2002/01/02  15:21:12
1242         Log: Update Changes.
1243      Branch: perl
1244            ! Changes patchlevel.h
1245 ____________________________________________________________________________
1246 [ 14014] By: jhi                                   on 2002/01/02  15:12:57
1247         Log: One more iteration of the ibcmp_utf8() interface,
1248              hopefully this is a convergent iteration...
1249      Branch: perl
1250            ! embed.pl pod/perlapi.pod proto.h regexec.c t/op/pat.t utf8.c
1251 ____________________________________________________________________________
1252 [ 14013] By: ams                                   on 2002/01/02  13:43:58
1253         Log: Upgrade to podlators-1.19.
1254      Branch: perl
1255            + lib/Pod/t/man.t lib/Pod/t/text-errors.t
1256            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
1257            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.cap
1258            ! lib/Pod/t/basic.clr lib/Pod/t/basic.man lib/Pod/t/basic.ovr
1259            ! lib/Pod/t/basic.pod lib/Pod/t/basic.txt
1260 ____________________________________________________________________________
1261 [ 14012] By: ams                                   on 2002/01/02  09:48:51
1262         Log: Subject: [ID 20011219.004] Pod::Usage does not terminate with a true value
1263              From: martyn@inpharmatica.co.uk
1264              Date: Wed, 19 Dec 2001 19:05:00 +0000
1265              Message-Id: <E16Gm1U-00005z-00@baker-st.inpharmatica.co.uk>
1266      Branch: perl
1267            ! lib/Pod/Usage.pm
1268 ____________________________________________________________________________
1269 [ 14010] By: jhi                                   on 2002/01/02  03:59:22
1270         Log: Make ibcmp_utf8() optionally progress in either string for
1271              as long as it takes and optionally record how far it got.
1272      Branch: perl
1273            ! embed.h embed.pl pod/perlapi.pod proto.h regexec.c utf8.c
1274 ____________________________________________________________________________
1275 [ 14009] By: jhi                                   on 2002/01/02  00:35:15
1276         Log: Once more try to get the PPPort Makefile right.
1277      Branch: perl
1278            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/ppport_h.PL
1279 ____________________________________________________________________________
1280 [ 14008] By: jhi                                   on 2002/01/02  00:03:27
1281         Log: -Wall silencing.
1282      Branch: perl
1283            ! utf8.c
1284 ____________________________________________________________________________
1285 [ 14007] By: jhi                                   on 2002/01/01  23:48:19
1286         Log: Subject: [PATCH B::Deparse] alternate way to figure out prototypes
1287              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1288              Date: Tue, 1 Jan 2002 22:45:21 +0100       
1289              Message-ID: <20020101224521.A691@rafael>
1290      Branch: perl
1291            ! ext/B/B/Deparse.pm
1292 ____________________________________________________________________________
1293 [ 14006] By: jhi                                   on 2002/01/01  23:40:10
1294         Log: VOS tweak from Paul Green: VOS has different O_BINARY
1295              and O_TEXT, but VOS always uses LF, never CRLF.
1296      Branch: perl
1297            ! perl.h
1298 ____________________________________________________________________________
1299 [ 14005] By: jhi                                   on 2002/01/01  23:34:25
1300         Log: Make ibcmp_utf8() more robust and make regmatch() use it.
1301      Branch: perl
1302            ! regexec.c utf8.c
1303 ____________________________________________________________________________
1304 [ 14004] By: jhi                                   on 2002/01/01  18:27:50
1305         Log: Now that to_utf8_fold() was fixed.
1306      Branch: perl
1307            ! regcomp.c regexec.c
1308 ____________________________________________________________________________
1309 [ 14003] By: jhi                                   on 2002/01/01  18:04:02
1310         Log: Integrate perlio; experimental binmode() re-coding.
1311      Branch: perl
1312           !> perlio.c
1313 ____________________________________________________________________________
1314 [ 14002] By: jhi                                   on 2002/01/01  17:53:44
1315         Log: Document the to_utf8_*() functions.
1316      Branch: perl
1317            ! embed.pl pod/perlapi.pod utf8.c
1318 ____________________________________________________________________________
1319 [ 14001] By: jhi                                   on 2002/01/01  17:29:05
1320         Log: Better support for multicharacter foldings.
1321              Now all but two of the CaseFold.txt cases work-- but
1322              only when the target string is single-character, more
1323              debugging needed.
1324      Branch: perl
1325            ! regexec.c
1326 ____________________________________________________________________________
1327 [ 14000] By: ams                                   on 2002/01/01  15:59:43
1328         Log: Subject: [PATCH] don't installperl pods
1329              From: Nicholas Clark <nick@unfortu.net>
1330              Date: Tue, 1 Jan 2002 16:44:12 +0000
1331              Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net>
1332      Branch: perl
1333            ! installperl
1334 ____________________________________________________________________________
1335 [ 13999] By: ams                                   on 2002/01/01  14:34:04
1336         Log: Subject: [PATCH] perldiag.pod transposition
1337              From: Nicholas Clark <nick@unfortu.net>
1338              Date: Tue, 1 Jan 2002 15:03:52 +0000
1339              Message-Id: <20020101150350.A2963@Bagpuss.unfortu.net>
1340      Branch: perl
1341            ! pod/perldiag.pod
1342 ____________________________________________________________________________
1343 [ 13998] By: ams                                   on 2002/01/01  13:36:49
1344         Log: Subject: [PATCH perldiag] Corrections : unknown warning category
1345              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1346              Date: Tue, 1 Jan 2002 15:12:36 +0100
1347              Message-Id: <20020101151236.A951@rafael>
1348      Branch: perl
1349            ! pod/perldiag.pod
1350 ____________________________________________________________________________
1351 [ 13997] By: ams                                   on 2002/01/01  13:33:06
1352         Log: Subject: [better PATCH] Re: Low-lights of Win32 / bleadperl
1353              From: Nicholas Clark <nick@unfortu.net>
1354              Date: Tue, 1 Jan 2002 13:13:17 +0000
1355              Message-Id: <20020101131316.A475@Bagpuss.unfortu.net>
1356      Branch: perl
1357            ! ext/Socket/socketpair.t
1358 ____________________________________________________________________________
1359 [ 13996] By: ams                                   on 2002/01/01  04:44:28
1360         Log: Subject: [PATCH @13746] Leaner exporter
1361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1362              Date: Mon, 31 Dec 2001 18:16:08 -0500
1363              Message-Id: <20011231181608.A29253@math.ohio-state.edu>
1364      Branch: perl
1365            ! ext/B/t/stash.t lib/Exporter.pm lib/Exporter/Heavy.pm
1366 ____________________________________________________________________________
1367 [ 13995] By: ams                                   on 2002/01/01  04:29:44
1368         Log: Subject: [PATCH @13746] h2xs broken
1369              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1370              Date: Mon, 31 Dec 2001 17:48:55 -0500
1371              Message-Id: <20011231174855.A29128@math.ohio-state.edu>
1372      Branch: perl
1373            ! utils/h2xs.PL
1374 ____________________________________________________________________________
1375 [ 13994] By: ams                                   on 2002/01/01  04:25:46
1376         Log: Subject: Re: [PATCH @13746] uninstalled build of modules broken
1377              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1378              Date: Mon, 31 Dec 2001 17:42:25 -0500
1379              Message-Id: <20011231174225.A29048@math.ohio-state.edu>
1380      Branch: perl
1381            ! lib/ExtUtils/MM_Unix.pm
1382 ____________________________________________________________________________
1383 [ 13993] By: jhi                                   on 2002/01/01  03:45:24
1384         Log: Rename the variables to be a bit more consistent.
1385      Branch: perl
1386            ! utf8.c
1387 ____________________________________________________________________________
1388 [ 13992] By: jhi                                   on 2002/01/01  03:35:01
1389         Log: Unnecessary/Lingering UTF8 flag might mess up caseless matching
1390              (found by Jeffrey Friedl)
1391      Branch: perl
1392            ! regexec.c t/op/pat.t utf8.c
1393 ____________________________________________________________________________
1394 [ 13990] By: jhi                                   on 2001/12/31  17:13:12
1395         Log: Update Changes.
1396      Branch: perl
1397            ! Changes patchlevel.h
1398 ____________________________________________________________________________
1399 [ 13989] By: jhi                                   on 2001/12/31  16:47:28
1400         Log: Less unused ones.
1401      Branch: perl
1402            ! regexec.c
1403 ____________________________________________________________________________
1404 [ 13988] By: jhi                                   on 2001/12/31  16:46:29
1405         Log: Unused variable.
1406      Branch: perl
1407            ! regcomp.c
1408 ____________________________________________________________________________
1409 [ 13987] By: jhi                                   on 2001/12/31  16:41:15
1410         Log: Forgotten file.
1411      Branch: perl
1412            ! MANIFEST
1413 ____________________________________________________________________________
1414 [ 13986] By: jhi                                   on 2001/12/31  16:35:57
1415         Log: Subject: Re: Cygwin: one down one to go 
1416              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1417              Date: Mon, 31 Dec 2001 18:34:36 +0100
1418              Message-Id: <20011231183002.E067.H.M.BRAND@hccnet.nl>
1419      Branch: perl
1420            ! cygwin/Makefile.SHs
1421 ____________________________________________________________________________
1422 [ 13985] By: jhi                                   on 2001/12/31  16:33:08
1423         Log: Add some comments to the recent Unicode case-folding saga.
1424      Branch: perl
1425            ! regcomp.c regexec.c
1426 ____________________________________________________________________________
1427 [ 13984] By: jhi                                   on 2001/12/31  16:19:13
1428         Log: Slight comment tweakage.
1429      Branch: perl
1430            ! ext/I18N/Langinfo/Langinfo.t
1431 ____________________________________________________________________________
1432 [ 13983] By: jhi                                   on 2001/12/31  16:05:18
1433         Log: Clarify the BeOS O_TEXT/O_BINARY situation.
1434      Branch: perl
1435            ! perl.h
1436 ____________________________________________________________________________
1437 [ 13982] By: jhi                                   on 2001/12/31  15:05:36
1438         Log: Subject: [ PATCH] Cygwin: one down one to go
1439              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1440              Date: Mon, 31 Dec 2001 17:03:40 +0100
1441              Message-Id: <20011231170025.E05B.H.M.BRAND@hccnet.nl>
1442      Branch: perl
1443            ! lib/Pod/t/basic.t
1444 ____________________________________________________________________________
1445 [ 13981] By: jhi                                   on 2001/12/31  14:44:03
1446         Log: Tweak the dependencies not to recompile everytime,
1447              as suggested by NI-S.
1448      Branch: perl
1449            ! ext/Devel/PPPort/Makefile.PL
1450 ____________________________________________________________________________
1451 [ 13980] By: jhi                                   on 2001/12/31  14:29:17
1452         Log: Planning still not right.
1453      Branch: perl
1454            ! lib/User/grent.t
1455 ____________________________________________________________________________
1456 [ 13979] By: jhi                                   on 2001/12/31  14:19:55
1457         Log: Subject: [PATCH lib/User/grent.t] Double double test test header header
1458              From: Michael G Schwern <schwern@pobox.com>
1459              Date: Sun, 30 Dec 2001 18:07:55 -0500
1460              Message-ID: <20011230230755.GG12840@blackrider>
1461              
1462              (lib/User/grent, really)
1463      Branch: perl
1464            ! lib/User/grent.t
1465 ____________________________________________________________________________
1466 [ 13978] By: jhi                                   on 2001/12/31  14:17:55
1467         Log: Integrate perlio; cleanup, in particular avoid accidental
1468              PerlIO_flush(NULL) if PerlIONext is NULL.
1469      Branch: perl
1470           !> ext/Devel/PPPort/MANIFEST perlio.c perliol.h
1471 ____________________________________________________________________________
1472 [ 13977] By: jhi                                   on 2001/12/31  14:15:58
1473         Log: Subject: typo in IO::Socket::INET.pm
1474              From: mjd@plover.com
1475              Date: 31 Dec 2001 14:31:10 -0000
1476              Message-ID: <20011231143110.4989.qmail@plover.com>
1477      Branch: perl
1478            ! ext/IO/lib/IO/Socket/INET.pm
1479 ____________________________________________________________________________
1480 [ 13974] By: jhi                                   on 2001/12/31  04:59:53
1481         Log: Subject: Re: [PATCH] Basic bad prototype detection
1482              From: Sam Tregar <sam@tregar.com>
1483              Date: Mon, 31 Dec 2001 00:50:30 -0500 (EST)
1484              Message-ID: <Pine.LNX.4.33.0112310017090.9102-200000@localhost.localdomain>
1485      Branch: perl
1486            ! t/comp/proto.t toke.c
1487 ____________________________________________________________________________
1488 [ 13973] By: jhi                                   on 2001/12/31  04:14:45
1489         Log: Subject: [PATCH] configure.com / scriptdirexp
1490              From: "Craig A. Berry" <craigberry@mac.com>
1491              Date: Sun, 30 Dec 2001 15:47:28 -0600
1492              Message-Id: <a05101004b8553b205841@[172.16.52.1]>
1493      Branch: perl
1494            ! configure.com
1495 ____________________________________________________________________________
1496 [ 13972] By: jhi                                   on 2001/12/31  04:07:35
1497         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t] resolve problems with tools_other() and htmlifypods
1498              From: Abe Timmerman <abe@ztreet.demon.nl>
1499              Date: Mon, 31 Dec 2001 03:55:27 +0100
1500              Message-ID: <u0kv2ussgukot09trgjkosn8uootjkcebv@4ax.com>
1501      Branch: perl
1502            ! lib/ExtUtils/t/MM_Win32.t
1503 ____________________________________________________________________________
1504 [ 13971] By: jhi                                   on 2001/12/31  04:05:46
1505         Log: Subject: [PATCH] Basic bad prototype detection
1506              From: Sam Tregar <sam@tregar.com> 
1507              Date: Sun, 30 Dec 2001 19:57:55 -0500 (EST) 
1508              Message-ID: <Pine.LNX.4.33.0112301948270.9102-200000@localhost.localdomain>
1509      Branch: perl
1510            ! pod/perldiag.pod t/comp/proto.t toke.c
1511 ____________________________________________________________________________
1512 [ 13970] By: jhi                                   on 2001/12/31  03:53:54
1513         Log: Makefiles are sloppy about the exe suffix
1514              (from Paul Green)
1515      Branch: perl
1516            ! Makefile.SH x2p/Makefile.SH
1517 ____________________________________________________________________________
1518 [ 13969] By: jhi                                   on 2001/12/31  03:42:15
1519         Log: Delay folding until necessary; start of handling
1520              folding into several characters.
1521      Branch: perl
1522            ! regcomp.c regexec.c
1523 ____________________________________________________________________________
1524 [ 13968] By: jhi                                   on 2001/12/31  00:35:35
1525         Log: gcc -Wall dewhine.
1526      Branch: perl
1527            ! regexec.c
1528 ____________________________________________________________________________
1529 [ 13967] By: jhi                                   on 2001/12/31  00:29:37
1530         Log: More Unicode folding tweaks, avoid potential false matches.
1531      Branch: perl
1532            ! regexec.c
1533 ____________________________________________________________________________
1534 [ 13966] By: jhi                                   on 2001/12/30  23:30:56
1535         Log: Make that six wrongs.
1536      Branch: perl
1537            ! regexec.c utf8.c
1538 ____________________________________________________________________________
1539 [ 13965] By: jhi                                   on 2001/12/30  23:12:17
1540         Log: Four wrongs can make a right.
1541      Branch: perl
1542            ! regexec.c utf8.c
1543 ____________________________________________________________________________
1544 [ 13964] By: jhi                                   on 2001/12/30  21:12:25
1545         Log: Fix all the I case foldings as per CaseFold.txt.
1546      Branch: perl
1547            ! regcomp.c regexec.c
1548 ____________________________________________________________________________
1549 [ 13963] By: jhi                                   on 2001/12/30  20:04:32
1550         Log: Fix all the C(ommon) case foldings as per CaseFold.txt.
1551      Branch: perl
1552            ! lib/unicore/To/Fold.pl lib/unicore/mktables regcomp.c
1553            ! regexec.c utf8.c
1554 ____________________________________________________________________________
1555 [ 13961] By: jhi                                   on 2001/12/30  17:35:45
1556         Log: Integrate perlio; more win32 stuff:
1557              
1558              A. Use Perl_my_socketpair()
1559              B. Use PerlSock_xxxx() rather than raw xxxx() so we get to
1560              load winsock.
1561              C. (In passing) work round fact that $$ is now SvREADONLY
1562              so we need to take special measures to set it during
1563              pseudo-fork.
1564      Branch: perl
1565           !> util.c win32/perlhost.h
1566 ____________________________________________________________________________
1567 [ 13960] By: jhi                                   on 2001/12/30  17:33:24
1568         Log: Fix ppport.h for Unix.
1569      Branch: perl
1570            + ext/Devel/PPPort/ppport_h.PL
1571            - ext/Devel/PPPort/ppport.h.PL
1572            ! MANIFEST ext/Devel/PPPort/Makefile.PL
1573 ____________________________________________________________________________
1574 [ 13958] By: jhi                                   on 2001/12/30  16:33:58
1575         Log: Integrate perlio; win32 kicking.
1576      Branch: perl
1577           +> ext/Devel/PPPort/ppport.h.PL
1578           !> embed.h embed.pl ext/Devel/PPPort/Makefile.PL
1579           !> ext/Devel/PPPort/t/test.t ext/Errno/Errno_pm.PL global.sym
1580           !> proto.h
1581 ____________________________________________________________________________
1582 [ 13956] By: jhi                                   on 2001/12/30  16:32:11
1583         Log: Must look for cat also in $PATH (noticed by Philip Newton).
1584      Branch: perl
1585            ! Configure
1586 ____________________________________________________________________________
1587 [ 13955] By: jhi                                   on 2001/12/30  16:19:46
1588         Log: Subject: [PATCH] POSIX to understand _SC_PAGESIZE
1589              From: Blair Zajac <blair@orcaware.com>
1590              Date: Sat, 29 Dec 2001 22:37:03 -0800
1591              Message-ID: <3C2EB60F.BB4321DD@orcaware.com>
1592      Branch: perl
1593            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
1594 ____________________________________________________________________________
1595 [ 13954] By: jhi                                   on 2001/12/30  16:17:44
1596         Log: Regen files.
1597      Branch: perl
1598            ! embed.h global.sym pod/perlapi.pod uconfig.h
1599 ____________________________________________________________________________
1600 [ 13953] By: jhi                                   on 2001/12/30  15:57:25
1601         Log: Subject: [PATCH] -t without -w 
1602              From: Michael G Schwern <schwern@pobox.com>
1603              Date: Sat, 29 Dec 2001 23:46:25 -0500
1604              Message-ID: <20011230044625.GA14386@blackrider>
1605      Branch: perl
1606            ! perl.c pod/perlrun.pod pp_ctl.c t/run/switcht.t warnings.h
1607            ! warnings.pl
1608 ____________________________________________________________________________
1609 [ 13952] By: jhi                                   on 2001/12/30  15:52:59
1610         Log: Subject: Re: Win32 snag - File::Find File::Spec and Config.pm
1611              From: Dave Rolsky <autarch@urth.org>               
1612              Date: Sat, 29 Dec 2001 23:16:54 -0600 (CST) 
1613              Message-ID: <Pine.LNX.4.43.0112292305270.16562-100000@urth.org>
1614              
1615              $^O is NetWare, not Netware.
1616      Branch: perl
1617            ! lib/ExtUtils/MakeMaker.pm lib/File/Spec.pm
1618 ____________________________________________________________________________
1619 [ 13951] By: jhi                                   on 2001/12/30  15:51:19
1620         Log: Sarathy thinks undoing C++ comments from C++ files
1621              is a bit too zealous.
1622      Branch: perl
1623            ! win32/perlhost.h win32/vmem.h
1624 ____________________________________________________________________________
1625 [ 13947] By: nick                                  on 2001/12/30  11:35:51
1626         Log: More Cwd tidy up
1627      Branch: perl
1628            ! MANIFEST installperl
1629 ____________________________________________________________________________
1630 [ 13946] By: nick                                  on 2001/12/30  11:12:42
1631         Log: Undo a mess trying Cwd.pm in its ext directory
1632      Branch: perl
1633            + lib/Cwd.pm
1634            - ext/Cwd/Cwd.pm
1635 ____________________________________________________________________________
1636 [ 13943] By: jhi                                   on 2001/12/29  21:30:48
1637         Log: Update Changes.
1638      Branch: perl
1639            ! Changes patchlevel.h
1640 ____________________________________________________________________________
1641 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
1642         Log: Subject: [PATCH] cleaner close on tests, take 2
1643              From: andreas.koenig@anima.de (Andreas J. Koenig)
1644              Date: 29 Dec 2001 21:42:37 +0100
1645              Message-ID: <m33d1tvjuq.fsf@anima.de>
1646              
1647              (the DB_File patches)
1648      Branch: perl
1649            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1650            ! ext/DB_File/t/db-recno.t
1651 ____________________________________________________________________________
1652 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
1653         Log: Integrate perlio; regen'ed config_H.?c
1654      Branch: perl
1655           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
1656 ____________________________________________________________________________
1657 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
1658         Log: Subject: [PATCH] cleaner close on tests, take 2             
1659              From: andreas.koenig@anima.de (Andreas J. Koenig)
1660              Date: 29 Dec 2001 21:42:37 +0100
1661              Message-ID: <m33d1tvjuq.fsf@anima.de>
1662              
1663              (except for the three DB_File patch fragments)
1664      Branch: perl
1665            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
1666            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
1667            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
1668            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
1669            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
1670            ! t/op/runlevel.t t/op/write.t t/run/switches.t
1671 ____________________________________________________________________________
1672 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
1673         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
1674              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1675              Date: Sat, 29 Dec 2001 20:38:59 +0100
1676              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
1677              
1678              (NetWare tree not touched because it's very //)
1679      Branch: perl
1680            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
1681            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
1682            ! wince/include/errno.h wince/include/netdb.h
1683            ! wince/include/sys/socket.h wince/include/sys/stat.h
1684            ! wince/perllib.c wince/perlmain.c wince/win32.h
1685            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
1686            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
1687 ____________________________________________________________________________
1688 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
1689         Log: Give up on serious testing of langinfo().  Leave the old
1690              code in place, though.
1691      Branch: perl
1692            ! ext/I18N/Langinfo/Langinfo.t
1693 ____________________________________________________________________________
1694 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
1695         Log: Integrate perlio;
1696              
1697              Define the two socket error numbers in terms of WSAEXXXXX equivalents
1698              
1699              Fudge Config.pm so File::Spec does not croak.
1700      Branch: perl
1701           !> win32/FindExt.pm win32/win32.h
1702 ____________________________________________________________________________
1703 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
1704         Log: VOS tweaks from Paul Green.
1705              
1706              The Configure tweaks: the _exe needs to be
1707              set after the init; VOS has fd 3 hardwired to /dev/tty;
1708              the grep/ln/make substitutions really need to stick.
1709      Branch: perl
1710            ! Configure hints/vos.sh perl.h util.c vos/build.cm
1711            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
1712            ! vos/config.ga.h vos/vosish.h
1713 ____________________________________________________________________________
1714 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
1715         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
1716              From: coral@eekeek.org
1717              Date: Fri, 28 Dec 2001 19:58:22 -0500      
1718              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
1719      Branch: perl
1720            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
1721            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
1722            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
1723            ! pod/perlunicode.pod pod/perlxs.pod util.c
1724 ____________________________________________________________________________
1725 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
1726         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
1727      Branch: perl
1728            ! t/op/exec.t
1729 ____________________________________________________________________________
1730 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
1731         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
1732              From: Abe Timmerman <abe@ztreet.demon.nl>
1733              Date: Sat, 29 Dec 2001 13:10:06 +0100
1734              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
1735      Branch: perl
1736            + lib/Pod/t/InputObjects.t
1737 ____________________________________________________________________________
1738 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
1739         Log: Integrate perlio;
1740              
1741              Quick fix (after couple of clever fixes failed) for
1742              "accept leaks memory" fail [ID 20011223.001]
1743              
1744              Nick Clark's embed.pl fix for my_socketpair
1745      Branch: perl
1746           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
1747 ____________________________________________________________________________
1748 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
1749         Log: Slight tweaks on the MM_Win32.t.
1750      Branch: perl
1751            ! lib/ExtUtils/t/MM_Win32.t
1752 ____________________________________________________________________________
1753 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
1754         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
1755              From: Abe Timmerman <abe@ztreet.demon.nl>
1756              Date: Sat, 29 Dec 2001 12:51:36 +0100
1757              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
1758      Branch: perl
1759            + lib/ExtUtils/t/MM_Win32.t
1760            ! MANIFEST
1761 ____________________________________________________________________________
1762 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
1763         Log: Subject: [PATCH] Module names and other nits
1764              From: Autrijus Tang <autrijus@autrijus.org>                 
1765              Date: Sat, 29 Dec 2001 01:59:28 +0800
1766              Message-ID: <20011229015928.A29712@geb.elixus.org>              
1767      Branch: perl
1768            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
1769            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
1770            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
1771            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
1772            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
1773 ____________________________________________________________________________
1774 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
1775         Log: socketpair tweaks from Nicholas Clark.
1776      Branch: perl
1777            ! ext/Socket/socketpair.t util.c
1778 ____________________________________________________________________________
1779 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
1780         Log: Retract #13917.
1781      Branch: perl
1782            ! doop.c
1783 ____________________________________________________________________________
1784 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
1785         Log: Subject: provisional MakeMaker patch for VMS
1786              From: "Craig A. Berry" <craigberry@mac.com> 
1787              Date: Thu, 27 Dec 2001 22:29:37 -0600
1788              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
1789      Branch: perl
1790            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1791 ____________________________________________________________________________
1792 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
1793         Log: (retracted by #13919)
1794      Branch: perl
1795            ! doop.c
1796 ____________________________________________________________________________
1797 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
1798         Log: Remove debris in any case.
1799      Branch: perl
1800            ! Configure
1801 ____________________________________________________________________________
1802 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
1803         Log: Subject: [PATCH] Re: B::walksymtable oddness
1804              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1805              Date: Thu, 27 Dec 2001 19:14:24 +0100
1806              Message-ID: <3C2B7310.861.18820D0@localhost>
1807      Branch: perl
1808            ! ext/B/B.pm
1809 ____________________________________________________________________________
1810 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
1811         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
1812              From: Nicholas Clark <nick@unfortu.net> 
1813              Date: Fri, 28 Dec 2001 00:43:02 +0000
1814              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
1815      Branch: perl
1816            ! ext/Socket/socketpair.t
1817 ____________________________________________________________________________
1818 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
1819         Log: Fast Latin1<->UTF-8 conversion for older Perls.
1820      Branch: perl
1821            ! pod/perluniintro.pod
1822 ____________________________________________________________________________
1823 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
1824         Log: Update Changes.
1825      Branch: perl
1826            ! Changes patchlevel.h
1827 ____________________________________________________________________________
1828 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
1829         Log: More wait status trickery for BeOS.
1830      Branch: perl
1831            ! ext/POSIX/POSIX.xs
1832 ____________________________________________________________________________
1833 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
1834         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
1835      Branch: perl
1836            ! Configure
1837 ____________________________________________________________________________
1838 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
1839         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
1840              From: gbarr@monty.mutatus.co.uk
1841              Date: 27 Dec 2001 14:41:36 -0000
1842              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
1843      Branch: perl
1844            ! lib/ExtUtils/t/Embed.t
1845 ____________________________________________________________________________
1846 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
1847         Log: Subject: [PATCH] Re: socketpair emulation
1848              From: Nicholas Clark <nick@unfortu.net> 
1849              Date: Wed, 26 Dec 2001 20:08:14 +0000
1850              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
1851      Branch: perl
1852            ! ext/Socket/socketpair.t
1853 ____________________________________________________________________________
1854 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
1855         Log: Subject: [DOC PATCH] left is right and right is left
1856              From: Philip Newton <Philip.Newton@gmx.net>
1857              Date: Thu, 27 Dec 2001 10:04:17 +0100
1858              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
1859      Branch: perl
1860            ! pod/perlfunc.pod pod/perlport.pod
1861 ____________________________________________________________________________
1862 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
1863         Log: Subject: [PATCH] check return of close
1864              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1865              Date: 27 Dec 2001 09:47:30 +0100
1866              Message-ID: <m3ellhgicd.fsf@anima.de> 
1867              
1868              Subject: [PATCH] improve error reporting
1869              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1870              Date: 27 Dec 2001 09:54:55 +0100
1871              Message-ID: <m3adw5gi00.fsf@anima.de> 
1872              
1873              Subject: [PATCH] check return value of close
1874              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1875              Date: 27 Dec 2001 10:03:55 +0100
1876              Message-ID: <m3666tghl0.fsf@anima.de> 
1877              
1878              Subject: [PATCH] return of close
1879              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1880              Date: 27 Dec 2001 10:22:15 +0100
1881              Message-ID: <m31yhhggqg.fsf@anima.de> 
1882      Branch: perl
1883            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
1884            ! t/io/fflush.t
1885 ____________________________________________________________________________
1886 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
1887         Log: Subject: [PATCH] check return of close
1888              From: andreas.koenig@anima.de (Andreas J. Koenig)            
1889              Date: 27 Dec 2001 09:47:30 +0100
1890              Message-ID: <m3ellhgicd.fsf@anima.de> 
1891      Branch: perl
1892            ! t/base/rs.t
1893 ____________________________________________________________________________
1894 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
1895         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
1896              From: andreas.koenig@anima.de (Andreas J. Koenig)
1897              Date: 27 Dec 2001 09:21:16 +0100
1898              Message-ID: <m3n105gjk3.fsf@anima.de>
1899      Branch: perl
1900            ! t/op/sysio.t
1901 ____________________________________________________________________________
1902 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
1903         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
1904              From: "Gerrit P. Haase" <gp@familiehaase.de>
1905              Date: Thu, 27 Dec 2001 09:23:55 +0100 
1906              Message-ID: <98211521662.20011227092355@familiehaase.de>
1907      Branch: perl
1908            ! lib/ExtUtils/t/MM_Cygwin.t
1909 ____________________________________________________________________________
1910 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
1911         Log: Replace the awful (most likely generated and not very persistent)
1912              URL with something tangible.
1913      Branch: perl
1914            ! README.hpux
1915 ____________________________________________________________________________
1916 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
1917         Log: Naughty /dev/printer (ls -l, really) of IRIX.
1918      Branch: perl
1919            ! t/op/stat.t
1920 ____________________________________________________________________________
1921 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
1922         Log: Upgrade to Net::Ping 2.10.
1923      Branch: perl
1924            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
1925            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
1926            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
1927            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
1928 ____________________________________________________________________________
1929 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
1930         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
1931              (this showed up in Benchmark.t)
1932      Branch: perl
1933            ! pp_sys.c
1934 ____________________________________________________________________________
1935 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
1936         Log: BeOS updates.
1937      Branch: perl
1938            ! README.beos beos/beos.c
1939 ____________________________________________________________________________
1940 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
1941         Log: Subject: Re: bleadperl doesn't compile
1942              From: "Gerrit P. Haase" <gp@familiehaase.de>
1943              Date: Wed, 26 Dec 2001 21:29:08 +0100
1944              Message-ID: <22168634623.20011226212908@familiehaase.de>
1945              
1946              Cygwin with multiplicity.
1947      Branch: perl
1948            ! perlio.c
1949 ____________________________________________________________________________
1950 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
1951         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
1952              From: Nicholas Clark <nick@ccl4.org>
1953              Date: Wed, 26 Dec 2001 19:07:33 +0000
1954              Message-ID: <20011226190732.J48842@plum.flirble.org>            
1955              
1956              socketpair() (un)signedness nit.
1957      Branch: perl
1958            ! util.c
1959 ____________________________________________________________________________
1960 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
1961         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
1962              From: Nicholas Clark <nick@ccl4.org>
1963              Date: Wed, 26 Dec 2001 19:19:47 +0000
1964              Message-ID: <20011226191946.K48842@plum.flirble.org>
1965              
1966              Use report_evil_fh().
1967      Branch: perl
1968            ! doio.c
1969 ____________________________________________________________________________
1970 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
1971         Log: Bad $? assumptions.
1972      Branch: perl
1973            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
1974 ____________________________________________________________________________
1975 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
1976         Log: Net::Ping isn't going to work much without
1977              the Socket extension; fail more gracefully.
1978      Branch: perl
1979            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1980            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1981            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
1982            ! lib/Net/Ping/t/300_ping_stream.t
1983 ____________________________________________________________________________
1984 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
1985         Log: test -d /system is a bit too generic test for VOS
1986              (false hit in BeOS)
1987      Branch: perl
1988            ! Configure
1989 ____________________________________________________________________________
1990 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
1991         Log: No AF_UNIX in BeOS.
1992      Branch: perl
1993            ! util.c
1994 ____________________________________________________________________________
1995 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
1996         Log: FAQ sync.
1997      Branch: perl
1998            ! pod/perlfaq5.pod
1999 ____________________________________________________________________________
2000 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
2001         Log: Update Changes.
2002      Branch: perl
2003            ! Changes patchlevel.h
2004 ____________________________________________________________________________
2005 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
2006         Log: Make -t equal -tw.
2007      Branch: perl
2008            ! perl.c pod/perlrun.pod
2009 ____________________________________________________________________________
2010 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
2011         Log: Subject: Re: Not OK 13881
2012              From: John Peacock <jpeacock@rowman.com>
2013              Date: Tue, 25 Dec 2001 06:02:12 -0500
2014              Message-ID: <3C285CB4.8040006@rowman.com>
2015      Branch: perl
2016            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
2017 ____________________________________________________________________________
2018 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
2019         Log: Subject: Re: Not OK 13881
2020              From: andreas.koenig@anima.de (Andreas J. Koenig)
2021              Date: 25 Dec 2001 07:33:23 +0100
2022              Message-ID: <m3bsgnajws.fsf@anima.de>
2023      Branch: perl
2024            ! op.c
2025 ____________________________________________________________________________
2026 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
2027         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
2028              From: Mark-Jason Dominus <mjd@plover.com>    
2029              Date: Mon, 24 Dec 2001 18:14:48 -0500
2030              Message-ID: <20011224231448.25826.qmail@plover.com>
2031      Branch: perl
2032            ! op.c t/op/eval.t
2033 ____________________________________________________________________________
2034 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
2035         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
2036              From: Dave Rolsky <autarch@urth.org>
2037              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
2038              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
2039      Branch: perl
2040            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
2041            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
2042            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
2043            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
2044            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
2045 ____________________________________________________________________________
2046 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
2047         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
2048              From: Jeffrey Friedl <jfriedl@yahoo.com>
2049              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
2050              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
2051              
2052              The rest of the tests for plus few extras.
2053      Branch: perl
2054            ! t/op/pat.t
2055 ____________________________________________________________________________
2056 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
2057         Log: No-op.
2058      Branch: perl
2059            ! Configure
2060 ____________________________________________________________________________
2061 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
2062         Log: More constant casting.
2063      Branch: perl
2064            ! regexec.c
2065 ____________________________________________________________________________
2066 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
2067         Log: Subject: perlhack.pod 
2068              From: "John P. Linderman" <jpl@research.att.com>
2069              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
2070              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
2071      Branch: perl
2072            ! pod/perlhack.pod
2073 ____________________________________________________________________________
2074 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
2075         Log: File::Find patch patches from Thomas Wegner.
2076      Branch: perl
2077            ! lib/File/Find.pm
2078 ____________________________________________________________________________
2079 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
2080         Log: Subject: Re: socketpair emulation 
2081              From: Nicholas Clark <nick@unfortu.net>                 
2082              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
2083              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
2084      Branch: perl
2085            ! ext/Socket/socketpair.t
2086 ____________________________________________________________________________
2087 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
2088         Log: Must cast constants if they can be quads.
2089      Branch: perl
2090            ! regcomp.c
2091 ____________________________________________________________________________
2092 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
2093         Log: Promote the e/uid to wide enough un/signed integers
2094              and printf them as such.
2095      Branch: perl
2096            ! taint.c
2097 ____________________________________________________________________________
2098 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
2099         Log: The U32 alignment test wasn't really working, noticed
2100              by Paul Green.  Now the test works, but this means that
2101              we may see coredumps from the test.   I sure hope MMUless
2102              places don't crash on the test.
2103      Branch: perl
2104            ! Configure
2105 ____________________________________________________________________________
2106 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
2107         Log: More VOS tweaks.
2108      Branch: perl
2109            ! Configure
2110 ____________________________________________________________________________
2111 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
2112         Log: The funky final sigma casefolding.
2113      Branch: perl
2114            ! regcomp.c regexec.c t/op/pat.t utf8.h
2115 ____________________________________________________________________________
2116 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
2117         Log: Update Changes.
2118      Branch: perl
2119            ! Changes patchlevel.h
2120 ____________________________________________________________________________
2121 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
2122         Log: Move the \C and \X to pat.t.
2123      Branch: perl
2124            ! t/op/pat.t t/op/re_tests
2125 ____________________________________________________________________________
2126 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
2127         Log: More logical test ordering.
2128      Branch: perl
2129            ! perl.h
2130 ____________________________________________________________________________
2131 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
2132         Log: Integrate perlio;
2133              
2134              Add at least the "important" PerlIO_xxxx functions to embed.pl
2135              so that they get implicit pTHX_ and we can avoid slow dTHX.
2136              
2137              Put PerlIO stuff inside EXTERN C
2138              
2139              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
2140      Branch: perl
2141           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
2142           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
2143           !> win32/win32.c
2144 ____________________________________________________________________________
2145 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
2146         Log: Even more \X fixing.
2147      Branch: perl
2148            ! regexec.c t/op/pat.t
2149 ____________________________________________________________________________
2150 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
2151         Log: More \X fixing.
2152      Branch: perl
2153            ! regexec.c t/op/pat.t
2154 ____________________________________________________________________________
2155 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
2156         Log: Fix encoding pragma.
2157      Branch: perl
2158            ! regcomp.c
2159 ____________________________________________________________________________
2160 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
2161         Log: Subject: socketpair emulation
2162              From: Nicholas Clark <nick@unfortu.net>
2163              Date: Sat, 22 Dec 2001 18:38:18 +0000
2164              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
2165      Branch: perl
2166            + ext/Socket/socketpair.t
2167            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
2168            ! pp_sys.c proto.h util.c
2169 ____________________________________________________________________________
2170 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
2171         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
2172              From: Jeffrey Friedl <jfriedl@yahoo.com>
2173              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
2174              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
2175              
2176              (partially applied, most of the new tests need to be rethought)
2177      Branch: perl
2178            ! regcomp.c t/op/re_tests
2179 ____________________________________________________________________________
2180 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
2181         Log: Small tweaks.
2182      Branch: perl
2183            ! handy.h regexec.c
2184 ____________________________________________________________________________
2185 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
2186         Log: Unicode casefolding continues.
2187              (lib/encoding.t still failing.)
2188      Branch: perl
2189            ! regexec.c t/op/pat.t
2190 ____________________________________________________________________________
2191 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
2192         Log: Rework the make logic (again).
2193      Branch: perl
2194            ! Configure
2195 ____________________________________________________________________________
2196 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
2197         Log: Integrate perlio;
2198              Fix mis-parse of autoloaded usage code by declaring the sub
2199              Correct checking code which Ilya spotted was tripped by CR at EOF.
2200              The CR at EOF fix earlier broke CR at end-of-buffer.
2201      Branch: perl
2202            ! regexec.c
2203           !> ext/POSIX/POSIX.pm perlio.c sv.c
2204 ____________________________________________________________________________
2205 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
2206         Log: More Unicode casing fixes.
2207      Branch: perl
2208            ! regexec.c t/op/pat.t
2209 ____________________________________________________________________________
2210 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
2211         Log: Unicode casefolding fixes.
2212      Branch: perl
2213            ! op.c regcomp.c regexec.c t/op/pat.t
2214 ____________________________________________________________________________
2215 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
2216         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
2217              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
2218              Date: Sat, 22 Dec 2001 00:01:29 +0100
2219              Message-ID: <20011222000129.A713@rafael>
2220      Branch: perl
2221            ! ext/B/B/Deparse.pm
2222 ____________________________________________________________________________
2223 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
2224         Log: VOS config from Paul Green.
2225      Branch: perl
2226            ! hints/vos.sh
2227 ____________________________________________________________________________
2228 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
2229         Log: Subject: [PATCH @13746] CreateTTY on OS/2
2230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2231              Date: Fri, 21 Dec 2001 15:59:45 -0500
2232              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
2233      Branch: perl
2234            ! lib/perl5db.pl
2235 ____________________________________________________________________________
2236 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
2237         Log: Subject: [PATCH @13746] uninstalled build of modules broken
2238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2239              Date: Fri, 21 Dec 2001 15:49:09 -0500
2240              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
2241      Branch: perl
2242            ! lib/ExtUtils/MM_Unix.pm
2243 ____________________________________________________________________________
2244 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
2245         Log: Subject: [PATCH @13746] OS/2 File::* modules
2246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2247              Date: Fri, 21 Dec 2001 15:43:24 -0500
2248              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
2249      Branch: perl
2250            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
2251 ____________________________________________________________________________
2252 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
2253         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
2254              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2255              Date: Fri, 21 Dec 2001 17:29:07 +0100
2256              Message-ID: <3C236353.6625C4C0@alcatel.at>
2257      Branch: perl
2258            ! pod/perltie.pod
2259 ____________________________________________________________________________
2260 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
2261         Log: Further VOS tweaks: the _exe needs to be introduced
2262              in the very beginning, and the make/gmake needs special
2263              VOS logic.
2264      Branch: perl
2265            ! Configure Makefile.SH
2266 ____________________________________________________________________________
2267 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
2268         Log: Update Changes.
2269      Branch: perl
2270            ! Changes patchlevel.h
2271 ____________________________________________________________________________
2272 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
2273         Log: Also the search for cat needs to be _exe-aware.
2274      Branch: perl
2275            ! Configure
2276 ____________________________________________________________________________
2277 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
2278         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
2279              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2280              Date: Fri, 21 Dec 2001 14:02:01 +0100
2281              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
2282      Branch: perl
2283            ! ext/B/B/Xref.pm
2284 ____________________________________________________________________________
2285 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
2286         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
2287      Branch: perl
2288            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2289            ! ext/B/t/assembler.t
2290 ____________________________________________________________________________
2291 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
2292         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
2293              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2294              Date: Fri, 21 Dec 2001 11:15:38 +0100
2295              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
2296      Branch: perl
2297            ! hv.c
2298 ____________________________________________________________________________
2299 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
2300         Log: A plan is good.
2301      Branch: perl
2302            ! ext/re/re.t
2303 ____________________________________________________________________________
2304 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
2305         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
2306              From: chromatic <chromatic@rmci.net>
2307              Date: Thu, 20 Dec 2001 16:16:48 -0700
2308              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
2309      Branch: perl
2310            + ext/re/re.t
2311            ! MANIFEST
2312 ____________________________________________________________________________
2313 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
2314         Log: Synchronize the skippage message.
2315      Branch: perl
2316            ! lib/ExtUtils/t/MM_OS2.t
2317 ____________________________________________________________________________
2318 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
2319         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
2320              From: chromatic <chromatic@rmci.net>
2321              Date: Thu, 20 Dec 2001 16:09:10 -0700
2322              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
2323      Branch: perl
2324            + lib/ExtUtils/t/MM_OS2.t
2325            ! MANIFEST
2326 ____________________________________________________________________________
2327 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
2328         Log: Subject: perlfunc.pod patch re flock via fcntl
2329              From: "Tye McQueen" <tye@metronet.com>
2330              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
2331              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
2332      Branch: perl
2333            ! pod/perlfunc.pod
2334 ____________________________________________________________________________
2335 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
2336         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
2337              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
2338              (the Unicode maximum code point) warnable offenses.
2339      Branch: perl
2340            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
2341            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
2342 ____________________________________________________________________________
2343 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
2344         Log: Sterner admonishment on -t.
2345      Branch: perl
2346            ! pod/perlrun.pod
2347 ____________________________________________________________________________
2348 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
2349         Log: Subject: [PATCH B::Dpparse] minor qr// fix
2350              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2351              Date: Thu, 20 Dec 2001 22:53:34 +0100
2352              Message-ID: <20011220225334.A735@rafael>
2353      Branch: perl
2354            ! ext/B/B/Deparse.pm
2355 ____________________________________________________________________________
2356 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
2357         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
2358              From: Robert Spier <rspier@pobox.com>
2359              Date: Thu, 20 Dec 2001 08:10:00 -0800
2360              Message-ID: <15394.3416.693353.107334@rls.cx>
2361      Branch: perl
2362            ! lib/Carp/Heavy.pm
2363 ____________________________________________________________________________
2364 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
2365         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
2366      Branch: perl
2367           !> win32/win32io.c
2368 ____________________________________________________________________________
2369 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
2370         Log: Subject: Re: [PATCH pod/perliol.pod] resend
2371              From: Stas Bekman <stas@stason.org>
2372              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
2373              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
2374      Branch: perl
2375            ! pod/perliol.pod
2376 ____________________________________________________________________________
2377 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
2378         Log: Fix up the APIs noone hopefully uses.
2379      Branch: perl
2380            ! utf8.c
2381 ____________________________________________________________________________
2382 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
2383         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
2384              Date: Wed, 19 Dec 2001 14:13:38 -0800
2385              From: Robert Spier <rspier@pobox.com>
2386              Message-ID: <15393.4370.605214.548582@rls.cx>
2387      Branch: perl
2388            ! lib/Carp.t lib/Carp/Heavy.pm
2389 ____________________________________________________________________________
2390 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
2391         Log: Some bincompat clawbacks.
2392      Branch: perl
2393            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
2394            ! wince/perldll.def
2395 ____________________________________________________________________________
2396 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
2397         Log: gcc pacifying (RH 7.1/ia64).
2398      Branch: perl
2399            ! pp.c
2400 ____________________________________________________________________________
2401 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
2402         Log: Update Changes.
2403      Branch: perl
2404            ! Changes patchlevel.h
2405 ____________________________________________________________________________
2406 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
2407         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2408              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2409              Date: Wed, 19 Dec 2001 12:35:07 +0100
2410              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
2411              
2412              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
2413              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2414              Date: Wed, 19 Dec 2001 17:34:51 +0000
2415              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
2416      Branch: perl
2417            ! pod/perlre.pod
2418 ____________________________________________________________________________
2419 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
2420         Log: Integrate perlio.
2421      Branch: perl
2422           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2423           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
2424 ____________________________________________________________________________
2425 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
2426         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
2427      Branch: perl
2428            ! ext/B/B/Assembler.pm
2429 ____________________________________________________________________________
2430 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
2431         Log: Reword the alarm explanation.
2432      Branch: perl
2433            ! pod/perlfunc.pod
2434 ____________________________________________________________________________
2435 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
2436         Log: Subject: [PATCH @13746] OS/2 build
2437              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
2438              Date: Wed, 19 Dec 2001 02:45:41 -0500
2439              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
2440              
2441              (skipped the t/TEST change)
2442      Branch: perl
2443            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
2444            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
2445            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
2446 ____________________________________________________________________________
2447 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
2448         Log: Upgrade to Net::Ping 2.09.
2449      Branch: perl
2450            + lib/Net/Ping/CHANGES lib/Net/Ping/README
2451            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
2452            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
2453            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
2454            + lib/Net/Ping/t/300_ping_stream.t
2455            ! MANIFEST lib/Net/Ping.pm
2456 ____________________________________________________________________________
2457 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
2458         Log: B::Assembler/B::Disassembler patches and test;
2459              from Wolfgang Laun.
2460              
2461              TODO: getting perlcc working.
2462      Branch: perl
2463            + ext/B/t/assembler.t
2464            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
2465 ____________________________________________________________________________
2466 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
2467         Log: Can't printf U8s as UVs.
2468      Branch: perl
2469            ! utf8.c
2470 ____________________________________________________________________________
2471 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
2472         Log: Subject: Re: [PATCH] ...while $var = glob(...)
2473              From: Robin Houston <robin@kitsite.com> 
2474              Date: Wed, 19 Dec 2001 13:48:55 +0000
2475              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
2476              
2477              Not exactly a glob test but internal-logically correct.
2478      Branch: perl
2479            ! t/op/glob.t
2480 ____________________________________________________________________________
2481 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
2482         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
2483              From: Michael G Schwern <schwern@pobox.com> 
2484              Date: Wed, 19 Dec 2001 07:42:54 -0500
2485              Message-ID: <20011219124254.GF8630@blackrider>
2486      Branch: perl
2487            + lib/lib.t
2488            ! MANIFEST lib/lib_pm.PL
2489 ____________________________________________________________________________
2490 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
2491         Log: Integrate with perlio.
2492      Branch: perl
2493           !> hv.c hv.h scope.c util.c
2494 ____________________________________________________________________________
2495 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
2496         Log: Regen toc.
2497      Branch: perl
2498            ! pod/perltoc.pod
2499 ____________________________________________________________________________
2500 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
2501         Log: FAQ sync.
2502      Branch: perl
2503            ! pod/perlfaq5.pod
2504 ____________________________________________________________________________
2505 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
2506         Log: Reformat round.
2507      Branch: perl
2508            ! pod/perlunicode.pod
2509 ____________________________________________________________________________
2510 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
2511         Log: Subject: [PATCH] pod/perlunicode.pod
2512              From: Jeffrey Friedl <jfriedl@yahoo.com>
2513              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
2514              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
2515      Branch: perl
2516            ! pod/perlunicode.pod
2517 ____________________________________________________________________________
2518 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
2519         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2520              From: Jeffrey Friedl <jfriedl@yahoo.com>
2521              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
2522              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
2523      Branch: perl
2524            ! pod/perluniintro.pod
2525 ____________________________________________________________________________
2526 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
2527         Log: Slight pod reformatting.
2528      Branch: perl
2529            ! pod/perluniintro.pod
2530 ____________________________________________________________________________
2531 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
2532         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
2533              From: Jeffrey Friedl <jfriedl@yahoo.com>    
2534              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
2535              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
2536      Branch: perl
2537            ! pod/perluniintro.pod
2538 ____________________________________________________________________________
2539 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
2540         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
2541              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2542              Date: Wed, 19 Dec 2001 01:45:23 +0000
2543              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
2544      Branch: perl
2545            ! sv.c
2546 ____________________________________________________________________________
2547 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
2548         Log: Subject: Porting/checkURL.pl
2549              From: abigail@foad.org
2550              Date: Tue, 18 Dec 2001 19:03:22 +0100          
2551              Message-ID: <20011218180322.8278.qmail@foad.org> 
2552      Branch: perl
2553            ! Porting/checkURL.pl
2554 ____________________________________________________________________________
2555 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
2556         Log: A bit too oversweeping matching in #13778.
2557      Branch: perl
2558            ! Configure
2559 ____________________________________________________________________________
2560 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
2561         Log: Re-gen Configure based on #13778..13781.
2562      Branch: perl
2563            ! Configure config_h.SH
2564 ____________________________________________________________________________
2565 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
2566         Log: Subject: Re: Benchmark.t failure on Linux
2567              From: Nicholas Clark <nick@ccl4.org>
2568              Date: Tue, 18 Dec 2001 22:51:25 +0000
2569              Message-ID: <20011218225124.N21702@plum.flirble.org>
2570      Branch: perl
2571            ! lib/Benchmark.t
2572 ____________________________________________________________________________
2573 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
2574         Log: Re-applying #13752 until a better solution can be found.
2575      Branch: perl
2576            ! lib/ExtUtils/t/MM_Unix.t
2577 ____________________________________________________________________________
2578 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
2579         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
2580              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
2581              Date: Tue, 18 Dec 2001 12:05:40 -0500
2582              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
2583      Branch: perl
2584            ! lib/Exporter.pm
2585 ____________________________________________________________________________
2586 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
2587         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
2588              findings -- some of the warnings I can't explain except
2589              by NVgf being detected wrong, though.
2590      Branch: perl
2591            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
2592 ____________________________________________________________________________
2593 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
2594         Log: Subject: [PATCH] pod/perluniintro.pod
2595              From: Jeffrey Friedl <jfriedl@yahoo.com>
2596              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
2597              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
2598      Branch: perl
2599            ! pod/perluniintro.pod
2600 ____________________________________________________________________________
2601 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
2602         Log: ".pm" is the native executable suffix in VOS.
2603      Branch: perl
2604            ! hints/vos.sh
2605 ____________________________________________________________________________
2606 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
2607         Log: Integrate perlio;
2608              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
2609      Branch: perl
2610           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
2611 ____________________________________________________________________________
2612 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
2613         Log: (Undone by #13766.)
2614              Retract #13752.
2615      Branch: perl
2616            ! lib/ExtUtils/t/MM_Unix.t
2617 ____________________________________________________________________________
2618 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
2619         Log: Echoes of #13757.
2620      Branch: perl
2621            ! t/lib/warnings/utf8
2622 ____________________________________________________________________________
2623 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
2624         Log: Make the utf8 malformedness messages more verbose.
2625      Branch: perl
2626            ! lib/utf8.t utf8.c
2627 ____________________________________________________________________________
2628 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
2629         Log: README.aix updates from Jens-Uwe Mager.
2630      Branch: perl
2631            ! README.aix
2632 ____________________________________________________________________________
2633 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
2634         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
2635              From: Michael G Schwern <schwern@pobox.com>
2636              Date: Tue, 18 Dec 2001 00:58:18 -0500
2637              Message-ID: <20011218055818.GC4362@blackrider>
2638      Branch: perl
2639            ! lib/Benchmark.t
2640 ____________________________________________________________________________
2641 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
2642         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
2643              From: Michael G Schwern <schwern@pobox.com>
2644              Date: Tue, 18 Dec 2001 00:40:38 -0500
2645              Message-ID: <20011218054038.GB4362@blackrider>
2646      Branch: perl
2647            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
2648 ____________________________________________________________________________
2649 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
2650         Log: (reintroduced by #13766)
2651              (retracted by #13759)
2652              
2653              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
2654              From: Michael G Schwern <schwern@pobox.com>  
2655              Date: Tue, 18 Dec 2001 00:00:23 -0500
2656              Message-ID: <20011218050023.GA27893@blackrider>
2657      Branch: perl
2658            ! lib/ExtUtils/t/MM_Unix.t
2659 ____________________________________________________________________________
2660 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
2661         Log: Re-patch #13749.
2662      Branch: perl
2663            ! t/op/glob.t
2664 ____________________________________________________________________________
2665 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
2666         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
2667              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2668              Date: Tue, 18 Dec 2001 12:55:43 +0000
2669              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
2670      Branch: perl
2671            ! ext/Devel/Peek/Peek.pm
2672 ____________________________________________________________________________
2673 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
2674         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
2675              From: Robin Houston <robin@kitsite.com> 
2676              Date: Tue, 18 Dec 2001 14:54:33 +0000
2677              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
2678      Branch: perl
2679            ! t/op/glob.t
2680 ____________________________________________________________________________
2681 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
2682         Log: Subject: [PATCH] slightly more for Exporter.pm
2683              From: Nicholas Clark <nick@ccl4.org>
2684              Date: Tue, 18 Dec 2001 00:22:03 +0000
2685              Message-ID: <20011218002203.M21702@plum.flirble.org>
2686      Branch: perl
2687            ! lib/Exporter.pm
2688 ____________________________________________________________________________
2689 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
2690         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
2691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2692              Date: Mon, 17 Dec 2001 16:37:18 +0100
2693              Message-ID: <20011217163718.A2292@rafael>
2694              
2695              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
2696              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2697              Date: Mon, 17 Dec 2001 23:17:06 +0100
2698              Message-ID: <20011217231706.A730@rafael>
2699      Branch: perl
2700            ! pod/perlsub.pod pp.c toke.c
2701 ____________________________________________________________________________
2702 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
2703         Log: Update Changes.
2704      Branch: perl
2705            ! Changes patchlevel.h
2706 ____________________________________________________________________________
2707 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
2708         Log: New test warrants a MANIFEST entry.
2709      Branch: perl
2710            ! MANIFEST
2711 ____________________________________________________________________________
2712 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
2713         Log: Subject: Re: [PATCH] ...while $var = glob(...)
2714              From: Robin Houston <robin@kitsite.com>
2715              Date: Mon, 17 Dec 2001 20:27:30 +0000
2716              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
2717              
2718              Can't portably unlink open files.
2719      Branch: perl
2720            ! t/op/glob.t
2721 ____________________________________________________________________________
2722 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
2723         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
2724      Branch: perl
2725            ! pod/perluniintro.pod
2726 ____________________________________________________________________________
2727 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
2728         Log: Move typeglob test from glob.t to gv.t.
2729      Branch: perl
2730            ! t/op/glob.t t/op/gv.t
2731 ____________________________________________________________________________
2732 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
2733         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
2734              From: Robin Houston <robin@kitsite.com> 
2735              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
2736              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
2737      Branch: perl
2738            ! t/op/glob.t
2739 ____________________________________________________________________________
2740 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
2741         Log: Demote the surrogate and non-character errors to warnings.
2742      Branch: perl
2743            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
2744 ____________________________________________________________________________
2745 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
2746         Log: Subject: [PATCH] more POSIX tests, and more autoloading
2747              From: Nicholas Clark <nick@ccl4.org>
2748              Date: Mon, 17 Dec 2001 18:27:47 +0000
2749              Message-ID: <20011217182747.D21702@plum.flirble.org>
2750      Branch: perl
2751            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
2752 ____________________________________________________________________________
2753 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
2754         Log: Subject: [PATCH] ...while $var = glob(...)
2755              From: Robin Houston <robin@kitsite.com> 
2756              Date: Mon, 17 Dec 2001 15:51:54 +0000
2757              Message-ID: <20011217155153.A311@robin.kitsite.com>
2758      Branch: perl
2759            ! op.c
2760 ____________________________________________________________________________
2761 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
2762         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
2763              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2764              Date: Mon, 17 Dec 2001 15:23:01 +0100
2765              Message-ID: <20011217152301.A704@rafael>
2766      Branch: perl
2767            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
2768 ____________________________________________________________________________
2769 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
2770         Log: The system() vs $SIG{ARLM} is no more a todo.
2771      Branch: perl
2772            ! t/op/alarm.t
2773 ____________________________________________________________________________
2774 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
2775         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
2776              From: Michael G Schwern <schwern@pobox.com>
2777              Date: Sun, 16 Dec 2001 23:59:01 -0500
2778              Message-ID: <20011217045901.GL17232@blackrider>
2779      Branch: perl
2780            + t/op/alarm.t
2781            ! MANIFEST
2782 ____________________________________________________________________________
2783 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
2784         Log: s/UNIX/Unix/
2785      Branch: perl
2786            ! MANIFEST
2787 ____________________________________________________________________________
2788 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
2789         Log: Move ExtUtils tests to lib/ExtUtils/t.
2790      Branch: perl
2791            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
2792            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
2793            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
2794            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
2795            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
2796            + lib/ExtUtils/t/testlib.t
2797            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
2798            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
2799            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
2800            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
2801            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
2802            ! MANIFEST
2803 ____________________________________________________________________________
2804 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
2805         Log: Subject: [PATCH] MM_Unix tests, and some questions
2806              From: Tels <perl_dummy@bloodgate.com>
2807              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
2808              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
2809              
2810              Subject: Re: [PATCH] MM_Unix tests, and some questions
2811              From: Tels <perl_dummy@bloodgate.com>
2812              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
2813              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
2814      Branch: perl
2815            + lib/ExtUtils/MM_Unix.t
2816            ! MANIFEST lib/ExtUtils/MM_Unix.pm
2817 ____________________________________________________________________________
2818 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
2819         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
2820              From: Michael G Schwern <schwern@pobox.com>
2821              Date: Sun, 16 Dec 2001 17:53:55 -0500
2822              Message-ID: <20011216225354.GE8900@blackrider>
2823      Branch: perl
2824            ! lib/ExtUtils/MM_Unix.pm
2825 ____________________________________________________________________________
2826 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
2827         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
2828              From: Michael G Schwern <schwern@pobox.com>                
2829              Date: Sun, 16 Dec 2001 16:12:55 -0500
2830              Message-ID: <20011216211255.GV8900@blackrider>
2831      Branch: perl
2832            ! ext/B/B/Deparse.pm
2833 ____________________________________________________________________________
2834 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
2835         Log: Subject: [PATCH] Exporter.pm
2836              From: Nicholas Clark <nick@ccl4.org>
2837              Date: Sun, 16 Dec 2001 19:24:25 +0000
2838              Message-ID: <20011216192425.R21702@plum.flirble.org>
2839      Branch: perl
2840            ! lib/Exporter.pm
2841 ____________________________________________________________________________
2842 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
2843         Log: Subject: [PATCH] Exporter.t (and question)
2844              From: Nicholas Clark <nick@ccl4.org>
2845              Date: Sun, 16 Dec 2001 17:24:55 +0000
2846              Message-ID: <20011216172455.P21702@plum.flirble.org>
2847      Branch: perl
2848            ! lib/Exporter.t
2849 ____________________________________________________________________________
2850 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
2851         Log: Subject: Re: perl@13661
2852              From: "John P. Linderman" <jpl@research.att.com>              
2853              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
2854              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
2855      Branch: perl
2856            ! pp_sort.c
2857 ____________________________________________________________________________
2858 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
2859         Log: Subject: Will the real Unicode encoding please stand up?
2860              From: Jeffrey Friedl <jfriedl@yahoo.com>
2861              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
2862              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
2863      Branch: perl
2864            ! pod/perluniintro.pod
2865 ____________________________________________________________________________
2866 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
2867         Log: Integrate perlio; interruptable system().
2868      Branch: perl
2869           !> util.c
2870 ____________________________________________________________________________
2871 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
2872         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
2873              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
2874              and characters beyond 0x10FFF should be disallowed, too,
2875              but some tests would need changing, but more importantly some
2876              APIs would need remodeling since one can easily generate such
2877              characters either by bitwise complements, tr complements, or
2878              v-strings.
2879      Branch: perl
2880            ! pod/perldiag.pod utf8.c
2881 ____________________________________________________________________________
2882 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
2883         Log: Make surrogates illegal also on EBCDIC.
2884      Branch: perl
2885            ! utf8.c
2886 ____________________________________________________________________________
2887 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
2888         Log: Subject: [patch @13687] Unicode::Collate 0.10
2889              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
2890              Date: Sun, 16 Dec 2001 21:22:12 +0900
2891              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
2892      Branch: perl
2893            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
2894            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
2895 ____________________________________________________________________________
2896 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
2897         Log: More documentation for the encoding pragma.
2898      Branch: perl
2899            ! lib/encoding.pm
2900 ____________________________________________________________________________
2901 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
2902         Log: Subject: [PATCH] lib/open.pm 
2903              From: Jeffrey Friedl <jfriedl@yahoo.com>
2904              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
2905              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
2906      Branch: perl
2907            ! lib/open.pm
2908 ____________________________________________________________________________
2909 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
2910         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
2911              From: chromatic <chromatic@rmci.net>
2912              Date: Sat, 15 Dec 2001 23:24:40 -0700
2913              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
2914      Branch: perl
2915            + lib/ExtUtils/Installed.t
2916            ! MANIFEST
2917 ____________________________________________________________________________
2918 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
2919         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
2920              From: Michael G Schwern <schwern@pobox.com>
2921              Date: Sun, 16 Dec 2001 01:14:00 -0500
2922              Message-ID: <20011216061400.GC8900@blackrider>
2923      Branch: perl
2924            ! lib/diagnostics.pm
2925 ____________________________________________________________________________
2926 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
2927         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
2928              From: Michael G Schwern <schwern@pobox.com>
2929              Date: Sun, 16 Dec 2001 01:12:42 -0500
2930              Message-ID: <20011216061242.GB8900@blackrider>
2931      Branch: perl
2932            ! t/test.pl
2933 ____________________________________________________________________________
2934 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
2935         Log: I sometimes outsmart myself.
2936      Branch: perl
2937            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
2938 ____________________________________________________________________________
2939 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
2940         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
2941              From: Michael G Schwern <schwern@pobox.com>
2942              Date: Sat, 15 Dec 2001 15:08:29 -0500
2943              Message-ID: <20011215200829.GK1548@blackrider>
2944      Branch: perl
2945            ! lib/AutoSplit.pm
2946 ____________________________________________________________________________
2947 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
2948         Log: perlunicode enchancements suggested by Jeffrey Friedl.
2949      Branch: perl
2950            ! pod/perlunicode.pod
2951 ____________________________________________________________________________
2952 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
2953         Log: Subject: [PATCH] perlunicode.pod
2954              From: Jeffrey Friedl <jfriedl@yahoo.com>
2955              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
2956              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
2957      Branch: perl
2958            ! pod/perlunicode.pod
2959 ____________________________________________________________________________
2960 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
2961         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
2962              From: Jeffrey Friedl <jfriedl@yahoo.com>
2963              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
2964              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
2965      Branch: perl
2966            ! lib/utf8_heavy.pl
2967 ____________________________________________________________________________
2968 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
2969         Log: Can't create surrogates; so can't match them, either.
2970      Branch: perl
2971            ! pod/perlunicode.pod
2972 ____________________________________________________________________________
2973 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
2974         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
2975              From: Michael G Schwern <schwern@pobox.com>
2976              Date: Sat, 15 Dec 2001 21:20:35 -0500
2977              Message-ID: <20011216022035.GE5672@blackrider>
2978      Branch: perl
2979            ! t/test.pl
2980 ____________________________________________________________________________
2981 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
2982         Log: Make creating UTF-8 surrogates a punishable act.
2983      Branch: perl
2984            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
2985 ____________________________________________________________________________
2986 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
2987         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2988      Branch: perl
2989            + lib/unicore/In/172.pl lib/unicore/In/173.pl
2990            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
2991            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
2992            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
2993            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
2994            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
2995 ____________________________________________________________________________
2996 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
2997         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
2998              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2999              Date: Sat, 15 Dec 2001 23:21:43 +0100
3000              Message-ID: <20011215232143.A11790@rafael>
3001      Branch: perl
3002            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
3003 ____________________________________________________________________________
3004 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
3005         Log: Make charnames more robust.
3006      Branch: perl
3007            ! lib/charnames.pm
3008 ____________________________________________________________________________
3009 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
3010         Log: The hoops one has to jump through.
3011      Branch: perl
3012            ! ext/I18N/Langinfo/Langinfo.pm
3013 ____________________________________________________________________________
3014 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
3015         Log: Subject: [PATCH] perlstyle.pod nit on warnings
3016              From: Autrijus Tang <autrijus@egb.elixus.org>
3017              Date: Sat, 15 Dec 2001 04:24:34 -0800
3018              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
3019      Branch: perl
3020            ! pod/perlstyle.pod
3021 ____________________________________________________________________________
3022 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
3023         Log: I don't think we are in FooOS, Toto.
3024      Branch: perl
3025            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
3026 ____________________________________________________________________________
3027 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
3028         Log: Subject: Re: Untested modules update:  There's more than we thought
3029              From: chromatic <chromatic@rmci.net>
3030              Date: Fri, 14 Dec 2001 17:20:24 -0700
3031              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
3032      Branch: perl
3033            + lib/ExtUtils/MM_Cygwin.t
3034            ! MANIFEST
3035 ____________________________________________________________________________
3036 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
3037         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
3038              From: Michael G Schwern <schwern@pobox.com> 
3039              Date: Fri, 14 Dec 2001 20:59:42 -0500
3040              Message-ID: <20011215015942.GF28596@blackrider>
3041      Branch: perl
3042            ! t/TEST
3043 ____________________________________________________________________________
3044 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
3045         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
3046              From: Michael G Schwern <schwern@pobox.com> 
3047              Date: Fri, 14 Dec 2001 20:03:46 -0500
3048              Message-ID: <20011215010346.GD28596@blackrider>
3049      Branch: perl
3050            + ext/B/t/bblock.t
3051            ! MANIFEST
3052 ____________________________________________________________________________
3053 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
3054         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
3055              From: Michael G Schwern <schwern@pobox.com> 
3056              Date: Fri, 14 Dec 2001 19:59:13 -0500
3057              Message-ID: <20011215005913.GC28596@blackrider>
3058      Branch: perl
3059            ! ext/B/B/Bblock.pm
3060 ____________________________________________________________________________
3061 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
3062         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
3063              From: Michael G Schwern <schwern@pobox.com> 
3064              Date: Fri, 14 Dec 2001 19:36:12 -0500
3065              Message-ID: <20011215003611.GA28596@blackrider>
3066      Branch: perl
3067            + ext/B/t/asmdata.t
3068            ! MANIFEST
3069 ____________________________________________________________________________
3070 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
3071         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
3072              From: Michael G Schwern <schwern@pobox.com> 
3073              Date: Fri, 14 Dec 2001 19:14:14 -0500
3074              Message-ID: <20011215001414.GA25077@blackrider>
3075      Branch: perl
3076            ! bytecode.pl ext/B/B/Asmdata.pm
3077 ____________________________________________________________________________
3078 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
3079         Log: Permissions.
3080      Branch: perl
3081            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
3082            ! ext/Devel/PPPort/module3.c
3083 ____________________________________________________________________________
3084 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
3085         Log: Benchmark test from Nicholas Clark.
3086      Branch: perl
3087            + lib/Benchmark.t
3088            ! MANIFEST lib/Benchmark.pm
3089 ____________________________________________________________________________
3090 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
3091         Log: Mithing.
3092      Branch: perl
3093            + lib/Attribute/Handlers/demo/demo2.pl
3094            + lib/Attribute/Handlers/demo/demo3.pl
3095            + lib/Attribute/Handlers/demo/demo4.pl
3096 ____________________________________________________________________________
3097 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
3098         Log: Silence compiler worries found by Schwern/Digital cc.
3099      Branch: perl
3100            ! perlio.c sv.c x2p/str.c
3101 ____________________________________________________________________________
3102 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
3103         Log: User may not have a valid home directory even if
3104              getpwuid() succedds.
3105      Branch: perl
3106            ! ext/File/Glob/t/basic.t
3107 ____________________________________________________________________________
3108 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
3109         Log: Integrate with perlio.  (No changes, but that's okay.)
3110      Branch: perl
3111           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
3112 ____________________________________________________________________________
3113 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
3114         Log: Add a Configure hints file for VOS: the POSIX support
3115              of VOS is getting close to the point where it can run
3116              Configure (some Configure tweaks will be required).
3117      Branch: perl
3118            + hints/vos.sh
3119            ! MANIFEST
3120 ____________________________________________________________________________
3121 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
3122         Log: Update Changes.
3123      Branch: perl
3124            ! Changes patchlevel.h
3125 ____________________________________________________________________________
3126 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
3127         Log: Reintroduce Attribute::Handlers with Spider's fixes.
3128      Branch: perl
3129            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3130            + lib/Attribute/Handlers/README
3131            + lib/Attribute/Handlers/demo/Demo.pm
3132            + lib/Attribute/Handlers/demo/Descriptions.pm
3133            + lib/Attribute/Handlers/demo/MyClass.pm
3134            + lib/Attribute/Handlers/demo/demo.pl
3135            + lib/Attribute/Handlers/demo/demo_call.pl
3136            + lib/Attribute/Handlers/demo/demo_chain.pl
3137            + lib/Attribute/Handlers/demo/demo_cycle.pl
3138            + lib/Attribute/Handlers/demo/demo_hashdir.pl
3139            + lib/Attribute/Handlers/demo/demo_phases.pl
3140            + lib/Attribute/Handlers/demo/demo_range.pl
3141            + lib/Attribute/Handlers/demo/demo_rawdata.pl
3142            + lib/Attribute/Handlers/t/multi.t
3143            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
3144 ____________________________________________________________________________
3145 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
3146         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
3147              From: Michael G Schwern <schwern@pobox.com> 
3148              Date: Thu, 13 Dec 2001 19:27:08 -0500
3149              Message-ID: <20011214002707.GA10532@blackrider>
3150              
3151              (reword the perlrun -t description a bit,
3152              and move the Itaint_warn to the bottom of
3153              the intrpvar.h for binary compatibility)
3154      Branch: perl
3155            + t/run/switcht.t
3156            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
3157            ! perlapi.h pod/perlrun.pod t/TEST taint.c
3158 ____________________________________________________________________________
3159 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
3160         Log: Detypo.
3161      Branch: perl
3162            ! utf8.c
3163 ____________________________________________________________________________
3164 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
3165         Log: Buffer overflow checks.
3166      Branch: perl
3167            ! utf8.c
3168 ____________________________________________________________________________
3169 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
3170         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
3171              From: Spider Boardman <spider@leggy.zk3.dec.com>
3172              Date: Thu, 13 Dec 2001 15:32:51 -0500
3173              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
3174      Branch: perl
3175            ! lib/ExtUtils/Embed.t
3176 ____________________________________________________________________________
3177 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
3178         Log: More on the Unicode "line" definition.
3179      Branch: perl
3180            ! pod/perlunicode.pod
3181 ____________________________________________________________________________
3182 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
3183         Log: Open-ended VERSION?
3184      Branch: perl
3185            ! lib/ExtUtils/Install.pm
3186 ____________________________________________________________________________
3187 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
3188         Log: Subject: [PATCH] Better make distclean
3189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3190              Date: Thu, 13 Dec 2001 21:10:18 +0100
3191              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
3192      Branch: perl
3193            ! Makefile.SH
3194 ____________________________________________________________________________
3195 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
3196         Log: Remove Memoize::Saves as requested by mjd.
3197      Branch: perl
3198            - lib/Memoize/Saves.pm
3199            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
3200 ____________________________________________________________________________
3201 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
3202         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
3203              From: Michael G Schwern <schwern@pobox.com>
3204              Date: Tue, 11 Dec 2001 23:17:32 -0500
3205              Message-ID: <20011212041732.GS17250@blackrider>
3206      Branch: perl
3207            ! lib/ExtUtils/Install.pm
3208 ____________________________________________________________________________
3209 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
3210         Log: Subject: [PATCH] Re: use utf8; with bad utf8
3211              From: Nicholas Clark <nick@ccl4.org>
3212              Date: Thu, 13 Dec 2001 17:09:39 +0000
3213              Message-ID: <20011213170939.L21702@plum.flirble.org>
3214      Branch: perl
3215            ! t/lib/1_compile.t
3216 ____________________________________________________________________________
3217 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
3218         Log: Subject: (LONG!) Sort benchmarks and patch
3219              From: "John P. Linderman" <jpl@research.att.com>
3220              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
3221              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
3222      Branch: perl
3223            ! pp_sort.c
3224 ____________________________________________________________________________
3225 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
3226         Log: Unadorned numbers evil.
3227      Branch: perl
3228            ! pp.c regcomp.c regexec.c utf8.c utf8.h
3229 ____________________________________________________________________________
3230 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
3231         Log: "preprocessing directive not recognized within macro arg"
3232      Branch: perl
3233            ! ext/Data/Dumper/Dumper.xs
3234 ____________________________________________________________________________
3235 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
3236         Log: Subject: Clarifying the documentation of goto            
3237              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
3238              Date: Thu, 13 Dec 2001 08:57:38 -0500
3239              Message-ID: <3C18BD8B@operamail.com>
3240      Branch: perl
3241            ! pod/perlfunc.pod
3242 ____________________________________________________________________________
3243 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
3244         Log: It could be possible for the case-insensitive
3245              Unicode-aware string comparison to wander off
3246              to the la-la land.
3247      Branch: perl
3248            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
3249            ! regexec.c utf8.c
3250 ____________________________________________________________________________
3251 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
3252         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
3253              From: Michael G Schwern <schwern@pobox.com> 
3254              Date: Wed, 12 Dec 2001 21:53:46 -0500
3255              Message-ID: <20011213025346.GH25129@blackrider>
3256      Branch: perl
3257            ! lib/Net/hostent.t t/op/stat.t t/test.pl
3258 ____________________________________________________________________________
3259 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
3260         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
3261              From: Michael G Schwern <schwern@pobox.com> 
3262              Date: Wed, 12 Dec 2001 20:33:42 -0500
3263              Message-ID: <20011213013342.GX25129@blackrider>
3264      Branch: perl
3265            ! t/io/fs.t
3266 ____________________________________________________________________________
3267 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
3268         Log: Subject: Re: [PATCH] use utf8; tests
3269              From: Nicholas Clark <nick@ccl4.org>
3270              Date: Thu, 13 Dec 2001 00:16:58 +0000
3271              Message-ID: <20011213001658.I21702@plum.flirble.org>
3272      Branch: perl
3273            ! lib/utf8.t
3274 ____________________________________________________________________________
3275 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
3276         Log: EPOC fixes from Olaf Flebbe.
3277      Branch: perl
3278            ! README.epoc epoc/config.sh epoc/createpkg.pl
3279            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
3280 ____________________________________________________________________________
3281 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
3282         Log: Subject: [PATCH perl@13661] VMS test fix-ups
3283              From: "Craig A. Berry" <craigberry@mac.com>
3284              Date: Wed, 12 Dec 2001 16:27:48 -0600
3285              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
3286      Branch: perl
3287            ! lib/Net/hostent.t t/io/fs.t
3288 ____________________________________________________________________________
3289 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
3290         Log: Subject: Re: Next cygwin round.
3291              From: "Gerrit P. Haase" <gp@familiehaase.de>
3292              Date: Wed, 12 Dec 2001 21:59:00 +0100
3293              Message-ID: <122343874595.20011212215900@familiehaase.de>
3294      Branch: perl
3295            ! t/io/fs.t
3296 ____________________________________________________________________________
3297 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
3298         Log: Subject: [PATCH] use utf8; tests
3299              From: Nicholas Clark <nick@ccl4.org>
3300              Date: Wed, 12 Dec 2001 20:07:04 +0000
3301              Message-ID: <20011212200704.E21702@plum.flirble.org>
3302      Branch: perl
3303            ! lib/utf8.t t/test.pl
3304 ____________________________________________________________________________
3305 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
3306         Log: Update Changes.
3307      Branch: perl
3308            ! Changes patchlevel.h
3309 ____________________________________________________________________________
3310 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
3311         Log: Subject: [PATCH] Passing in env to perl_parse did not work
3312              From: Gisle Aas <gisle@ActiveState.com>
3313              Date: 11 Dec 2001 20:52:57 -0800
3314              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
3315      Branch: perl
3316            ! perl.c perl.h
3317 ____________________________________________________________________________
3318 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
3319         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
3320              mostly gcc -Wall complaining about the argument of %p not
3321              being a void *.
3322      Branch: perl
3323            ! perlio.c regcomp.c taint.c toke.c
3324 ____________________________________________________________________________
3325 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
3326         Log: Try YP/NIS also from /usr/lib/yp.
3327      Branch: perl
3328            ! Configure
3329 ____________________________________________________________________________
3330 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
3331         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
3332              From: Michael G Schwern <schwern@pobox.com>                
3333              Date: Wed, 12 Dec 2001 05:27:02 -0500      
3334              Message-ID: <20011212102702.GW17250@blackrider>
3335              
3336              (the op/grent part)
3337      Branch: perl
3338            ! t/op/grent.t
3339 ____________________________________________________________________________
3340 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
3341         Log: Weed out .files from ls and readdir() results.
3342      Branch: perl
3343            ! t/op/stat.t
3344 ____________________________________________________________________________
3345 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
3346         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
3347              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3348              Date: Wed, 12 Dec 2001 10:52:21 +0100
3349              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
3350      Branch: perl
3351            ! lib/File/Find.pm
3352 ____________________________________________________________________________
3353 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
3354         Log: Subject: [PATCH] doio fatal on cygwin for 13651
3355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
3356              Date: Wed, 12 Dec 2001 11:28:13 +0100      
3357              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
3358      Branch: perl
3359            ! doio.c
3360 ____________________________________________________________________________
3361 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
3362         Log: Get the whole line of ls, makes debugging easier
3363              (from Schwern)
3364      Branch: perl
3365            ! t/op/stat.t
3366 ____________________________________________________________________________
3367 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
3368         Log: rename() must be tested even without link()
3369              or the utime() and rename-directory tests fail.
3370              (Also got the BeOS utime atime/time the wrong way round.)
3371      Branch: perl
3372            ! t/io/fs.t
3373 ____________________________________________________________________________
3374 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
3375         Log: Now that the beos.c is compiled at the main level
3376              the header is in the beos/
3377      Branch: perl
3378            ! beos/beos.c
3379 ____________________________________________________________________________
3380 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
3381         Log: Must remember to require Socket.
3382      Branch: perl
3383            ! ext/Sys/Syslog/syslog.t
3384 ____________________________________________________________________________
3385 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
3386         Log: In BeOS Errno must resort to actual compilation
3387              and execution for some of the error constants.
3388      Branch: perl
3389            ! ext/Errno/Errno_pm.PL
3390 ____________________________________________________________________________
3391 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
3392         Log: BeOS still has no good sockets.
3393      Branch: perl
3394            ! ext/IO/lib/IO/t/io_sel.t
3395 ____________________________________________________________________________
3396 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
3397         Log: BeOS sockets are not true sockets.
3398      Branch: perl
3399            ! ext/IO/lib/IO/t/io_poll.t
3400 ____________________________________________________________________________
3401 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
3402         Log: No Socket, no Syslog.
3403      Branch: perl
3404            ! ext/Sys/Syslog/syslog.t
3405 ____________________________________________________________________________
3406 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
3407         Log: (On some platforms) missing truncate FH.
3408      Branch: perl
3409            ! pod/perltodo.pod
3410 ____________________________________________________________________________
3411 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
3412         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
3413              and vms would be muchly appreciated.
3414      Branch: perl
3415            ! t/io/fs.t
3416 ____________________________________________________________________________
3417 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
3418         Log: utime() updates only the mtime in BeOS. 
3419      Branch: perl
3420            ! pod/perlport.pod
3421 ____________________________________________________________________________
3422 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
3423         Log: No link(), no need to dSP.
3424      Branch: perl
3425            ! pp_sys.c
3426 ____________________________________________________________________________
3427 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
3428         Log: Missing argument.
3429      Branch: perl
3430            ! utf8.c
3431 ____________________________________________________________________________
3432 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
3433         Log: (1) To assume any setuid programs is silly.
3434              (2) Chaining tests with booleans means that some
3435              of them may not get run which means getting out
3436              of test count sync.
3437      Branch: perl
3438            ! t/op/stat.t
3439 ____________________________________________________________________________
3440 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
3441         Log: The beos.c needs to be in the main directory.
3442      Branch: perl
3443            ! hints/beos.sh
3444 ____________________________________________________________________________
3445 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
3446         Log: Detypo and rename.
3447      Branch: perl
3448            ! doio.c perl.h perlio.c perliol.h
3449 ____________________________________________________________________________
3450 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
3451         Log: This time I test compiled.  Honest.
3452      Branch: perl
3453            ! beos/beos.c
3454 ____________________________________________________________________________
3455 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
3456         Log: Subject: [PATCH] slightly more pack tests
3457              From: Nicholas Clark <nick@ccl4.org>
3458              Date: Tue, 11 Dec 2001 23:41:23 +0000
3459              Message-ID: <20011211234123.Y21702@plum.flirble.org>
3460      Branch: perl
3461            ! t/op/pack.t
3462 ____________________________________________________________________________
3463 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
3464         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
3465              From: "Craig A. Berry" <craigberry@mac.com>
3466              Date: Tue, 11 Dec 2001 16:39:13 -0600
3467              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
3468      Branch: perl
3469            ! configure.com
3470 ____________________________________________________________________________
3471 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
3472         Log: Subject: $Config{perlpath} and -Dversiononly
3473              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3474              Date: Tue, 11 Dec 2001 23:32:33 +0100
3475              Message-ID: <20011211233233.A11587@rafael>
3476      Branch: perl
3477            ! Configure
3478 ____________________________________________________________________________
3479 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
3480         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
3481              From: Nicholas Clark <nick@ccl4.org>
3482              Date: Tue, 11 Dec 2001 21:59:36 +0000
3483              Message-ID: <20011211215935.W21702@plum.flirble.org>
3484      Branch: perl
3485            ! t/op/pack.t
3486 ____________________________________________________________________________
3487 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
3488         Log: More UTF-8 API docs.
3489      Branch: perl
3490            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
3491 ____________________________________________________________________________
3492 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
3493         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3494              From: Nicholas Clark <nick@ccl4.org>
3495              Date: Tue, 11 Dec 2001 20:08:59 +0000
3496              Message-ID: <20011211200859.S21702@plum.flirble.org>
3497      Branch: perl
3498            ! t/op/pack.t
3499 ____________________________________________________________________________
3500 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
3501         Log: Subject: Re: use utf8; with bad utf8
3502              From: Nicholas Clark <nick@ccl4.org>
3503              Date: Tue, 11 Dec 2001 19:49:21 +0000
3504              Message-ID: <20011211194921.R21702@plum.flirble.org>
3505      Branch: perl
3506            ! lib/utf8.t
3507 ____________________________________________________________________________
3508 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
3509         Log: Can't spell worth a dam.  (Try Three Gorges.)
3510      Branch: perl
3511            ! beos/beos.c
3512 ____________________________________________________________________________
3513 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
3514         Log: We need DWIM cpps.
3515      Branch: perl
3516            ! perlio.c
3517 ____________________________________________________________________________
3518 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
3519         Log: The unixish.h needs to be found and the waitpid wrapper
3520              could use a proto.
3521      Branch: perl
3522            ! beos/beosish.h
3523 ____________________________________________________________________________
3524 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
3525         Log: The BeOS waitpid() seems to be broken,
3526              have a wrapper for it.
3527      Branch: perl
3528            + beos/beos.c beos/beosish.h
3529            ! MANIFEST hints/beos.sh perl.h
3530 ____________________________________________________________________________
3531 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
3532         Log: Unlean the leaning tower of Babel.
3533      Branch: perl
3534            ! perl.h
3535 ____________________________________________________________________________
3536 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
3537         Log: Retract #13607 until we figure out what to do with autouse.
3538      Branch: perl
3539            ! lib/Carp.pm
3540 ____________________________________________________________________________
3541 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
3542         Log: Try to handle platforms that have O_TEXT != O_BINARY but
3543              which are not DOSish, BeOS being one of such platforms.
3544              Ideally this should be a Configure test, not a hardwired
3545              cpp symbol test... 
3546      Branch: perl
3547            ! doio.c perl.h perlio.c perliol.h
3548 ____________________________________________________________________________
3549 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
3550         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
3551              From: Jonathan Stowe <gellyfish@gellyfish.com>
3552              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
3553              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
3554      Branch: perl
3555            ! lib/Term/Cap.pm lib/Term/Cap.t
3556 ____________________________________________________________________________
3557 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
3558         Log: Subject: [patch perlio.c] test for NULL before derefencing
3559              From: Stas Bekman <stas@stason.org>
3560              Date: Tue, 11 Dec 2001 16:17:55 +0800
3561              Message-ID: <3C15C133.8@stason.org>
3562      Branch: perl
3563            ! perlio.c
3564 ____________________________________________________________________________
3565 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
3566         Log: BeOS has socket() but not enough to build a working Socket.
3567              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
3568              new networking implementation, which is rumored to fix the
3569              non-standardness of sockets, but it's apparently not publicly
3570              available, and anything to do with BeOS has become quite
3571              complicated with the sale of the Be assets to Palm.)
3572      Branch: perl
3573            ! Configure
3574 ____________________________________________________________________________
3575 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
3576         Log: Subject: Exporter's documentation shouldn't lie               
3577              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3578              Date: Mon, 10 Dec 2001 21:30:20 -0500
3579              Message-ID: <3C4AA201@operamail.com>
3580      Branch: perl
3581            ! lib/Exporter.pm
3582 ____________________________________________________________________________
3583 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
3584         Log: Make Errno better in BeOS (the second hunk is
3585              good on any platform).  Still not working in BeOS
3586              are the E constants that refer BeOS native error
3587              constants (B_...) which are enums (*groan*).
3588      Branch: perl
3589            ! ext/Errno/Errno_pm.PL
3590 ____________________________________________________________________________
3591 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
3592         Log: The BeOS linker seems to link the last seen symbol,
3593              not the first (so the symbols of op.o from libperl.so
3594              would get linked to miniperl instead of the symbols of
3595              opmini.o)-- use the same trick as for NeXT4 for linking
3596              miniperl.
3597      Branch: perl
3598            ! Makefile.SH
3599 ____________________________________________________________________________
3600 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
3601         Log: Subject: Re: [PATCH] tests for hash assignment
3602              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
3603              Date: Tue, 11 Dec 2001 01:48:55 +0000
3604              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
3605      Branch: perl
3606            ! utf8.c
3607 ____________________________________________________________________________
3608 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
3609         Log: (retracted by #13622)
3610              
3611              Subject: RE: More verbose POD for Carp
3612              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3613              Date: Mon, 10 Dec 2001 20:23:20 -0500
3614              Message-ID: <3C4A3566@operamail.com>
3615      Branch: perl
3616            ! lib/Carp.pm
3617 ____________________________________________________________________________
3618 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
3619         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
3620              From: "Craig A. Berry" <craigberry@mac.com>
3621              Date: Mon, 10 Dec 2001 18:25:37 -0600
3622              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
3623      Branch: perl
3624            ! t/op/write.t t/test.pl
3625 ____________________________________________________________________________
3626 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
3627         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
3628              From: Michael G Schwern <schwern@pobox.com>
3629              Date: Mon, 10 Dec 2001 08:00:01 -0500
3630              Message-ID: <20011210130000.GK1770@blackrider>
3631      Branch: perl
3632            ! t/comp/multiline.t
3633 ____________________________________________________________________________
3634 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
3635         Log: Subject: Re: [PATCH] tests for hash assignment
3636              From: Nicholas Clark <nick@ccl4.org>
3637              Date: Mon, 10 Dec 2001 23:22:28 +0000
3638              Message-ID: <20011210232228.M21702@plum.flirble.org>
3639      Branch: perl
3640            + t/op/hashassign.t
3641            ! MANIFEST t/op/each.t t/test.pl
3642 ____________________________________________________________________________
3643 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
3644         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
3645              From: "Craig A. Berry" <craigberry@mac.com>
3646              Date: Mon, 10 Dec 2001 16:38:14 -0600
3647              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
3648      Branch: perl
3649            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
3650 ____________________________________________________________________________
3651 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
3652         Log: Subject: [PATCH perl@13600] configure.com fixes
3653              From: "Craig A. Berry" <craigberry@mac.com>
3654              Date: Mon, 10 Dec 2001 14:40:20 -0600
3655              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
3656      Branch: perl
3657            ! configure.com
3658 ____________________________________________________________________________
3659 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
3660         Log: Silence BeOS compilation moaning.
3661      Branch: perl
3662            ! perl.h
3663 ____________________________________________________________________________
3664 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
3665         Log: Update Changes.
3666      Branch: perl
3667            ! Changes patchlevel.h
3668 ____________________________________________________________________________
3669 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
3670         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
3671              From: Michael G Schwern <schwern@pobox.com>
3672              Date: Mon, 10 Dec 2001 01:21:03 -0500
3673              Message-ID: <20011210062103.GC1770@blackrider>
3674      Branch: perl
3675            ! lib/ExtUtils/Command.t
3676 ____________________________________________________________________________
3677 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
3678         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
3679              From: Michael G Schwern <schwern@pobox.com>
3680              Date: Mon, 10 Dec 2001 01:10:57 -0500
3681              Message-ID: <20011210061057.GB1770@blackrider>
3682      Branch: perl
3683            ! t/op/groups.t
3684 ____________________________________________________________________________
3685 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
3686         Log: Retract #13596, #13593 should do the trick.
3687      Branch: perl
3688            ! t/op/stat.t
3689 ____________________________________________________________________________
3690 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
3691         Log: (retracted by #13597, #13593 does the job better)
3692              
3693              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
3694              From: Michael G Schwern <schwern@pobox.com>
3695              Date: Mon, 10 Dec 2001 00:53:16 -0500
3696              Message-ID: <20011210055316.GA1770@blackrider>
3697      Branch: perl
3698            ! t/op/stat.t
3699 ____________________________________________________________________________
3700 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
3701         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
3702              From: Michael G Schwern <schwern@pobox.com> 
3703              Date: Mon, 10 Dec 2001 02:19:14 -0500
3704              Message-ID: <20011210071914.GF1770@blackrider>
3705      Branch: perl
3706            ! lib/AutoSplit.t
3707 ____________________________________________________________________________
3708 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
3709         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
3710              From: Michael G Schwern <schwern@pobox.com>
3711              Date: Mon, 10 Dec 2001 02:47:40 -0500
3712              Message-ID: <20011210074739.GH1770@blackrider>
3713      Branch: perl
3714            ! t/op/pack.t
3715 ____________________________________________________________________________
3716 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
3717         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
3718              From: Michael G Schwern <schwern@pobox.com>
3719              Date: Mon, 10 Dec 2001 02:54:22 -0500
3720              Message-ID: <20011210075422.GI1770@blackrider>
3721      Branch: perl
3722            ! t/test.pl
3723 ____________________________________________________________________________
3724 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
3725         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
3726              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
3727              Date: Mon, 10 Dec 2001 08:45:20 +0100
3728              Message-ID: <3C146810.60B5B7C0@alcatel.at>
3729      Branch: perl
3730            ! pp_pack.c
3731 ____________________________________________________________________________
3732 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
3733         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
3734              From: Michael G Schwern <schwern@pobox.com>
3735              Date: Mon, 10 Dec 2001 03:27:02 -0500
3736              Message-ID: <20011210082702.GN1770@blackrider>
3737      Branch: perl
3738            ! t/io/openpid.t
3739 ____________________________________________________________________________
3740 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
3741         Log: More chmod +w.
3742      Branch: perl
3743            ! Porting/makerel
3744 ____________________________________________________________________________
3745 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
3746         Log: Just skip the readability test if running as root.
3747      Branch: perl
3748            ! lib/Net/t/netrc.t
3749 ____________________________________________________________________________
3750 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
3751         Log: Tell about the downside of safe signals.
3752      Branch: perl
3753            ! pod/perldelta.pod
3754 ____________________________________________________________________________
3755 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
3756         Log: Make the whole -lperl thing NetBSD only until we
3757              find some other platform that needs the same.
3758      Branch: perl
3759            ! lib/ExtUtils/MM_Unix.pm
3760 ____________________________________________________________________________
3761 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
3762         Log: Subject: [PATCH t/op/pack.t] Cleanup
3763              From: Michael G Schwern <schwern@pobox.com> 
3764              Date: Sun, 9 Dec 2001 23:08:26 -0500
3765              Message-ID: <20011210040826.GD660@blackrider>
3766      Branch: perl
3767            ! t/op/pack.t
3768 ____________________________________________________________________________
3769 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
3770         Log: Add threads support for NetBSD.
3771              
3772              This is also the first (I think) Perl threads build with
3773              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
3774              NetBSD does not as of yet have true kernel POSIX threads,
3775              but the user-level pth seems to be doing pretty well--
3776              the only failure is that threads/t/basic okays 6 and 7
3777              consistently seem be arriving in the reverse order.
3778              Well, gdbm.t is also failing: 'Undefined PLT symbol
3779              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
3780              guessing that GDBM would need a threaded rebuild.
3781      Branch: perl
3782            ! hints/netbsd.sh
3783 ____________________________________________________________________________
3784 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
3785         Log: Update the ithreads selection info in Configure,
3786              as suggested by Michael Schwern.
3787      Branch: perl
3788            ! Configure
3789 ____________________________________________________________________________
3790 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
3791         Log: Clearing locale environment simply doesn't seem to
3792              guarantee that (nl_)langinfo(CODESET) would return nil.
3793              (I for example get "ISO8859-1", so <guess>maybe there can
3794              be per-system default settings at work</guess>.)
3795      Branch: perl
3796            ! lib/open.t
3797 ____________________________________________________________________________
3798 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
3799         Log: Subject: RE: Exporter fixes reversed in 13540?
3800              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3801              Date: Sun, 9 Dec 2001 12:55:15 -0500
3802              Message-ID: <3C13F455@operamail.com>
3803      Branch: perl
3804            ! lib/open.pm
3805 ____________________________________________________________________________
3806 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
3807         Log: Root is the lizard king.
3808      Branch: perl
3809            ! lib/Net/t/netrc.t
3810 ____________________________________________________________________________
3811 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
3812         Log: Telling how many tests we are expecting helps.
3813      Branch: perl
3814            ! ext/POSIX/t/waitpid.t
3815 ____________________________________________________________________________
3816 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
3817         Log: Add a test case for waitpid(): from Rocco Caputo.
3818      Branch: perl
3819            + ext/POSIX/t/waitpid.t
3820            ! MANIFEST
3821 ____________________________________________________________________________
3822 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
3823         Log: Subject: [PATCH] Term::ReadLine tweaks and test
3824              From: Richard Clamp <richardc@unixbeard.net>
3825              Date: Mon, 10 Dec 2001 00:51:47 +0000
3826              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
3827      Branch: perl
3828            + lib/Term/ReadLine.t
3829            ! MANIFEST lib/Term/ReadLine.pm
3830 ____________________________________________________________________________
3831 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
3832         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
3833              From: Rocco Caputo <troc@netrus.net>
3834              Date: Sun, 9 Dec 2001 18:12:38 -0500
3835              Message-ID: <20011209181238.A803@eyrie.homenet>
3836      Branch: perl
3837            ! win32/win32.c
3838 ____________________________________________________________________________
3839 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
3840         Log: make sure that va_start() has matching va_end();
3841              from OpenBSD 3.0.
3842      Branch: perl
3843            ! x2p/util.c
3844 ____________________________________________________________________________
3845 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
3846         Log: h2ph updates from OpenBSD 3.0.
3847      Branch: perl
3848            ! utils/h2ph.PL
3849 ____________________________________________________________________________
3850 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
3851         Log: OpenBSD hints update from OpenBSD 3.0.
3852      Branch: perl
3853            ! hints/openbsd.sh
3854 ____________________________________________________________________________
3855 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
3856         Log: DJGPP tweaks from Laszlo Molnar.
3857      Branch: perl
3858            ! djgpp/config.over lib/File/Find/t/find.t
3859            ! lib/File/Find/t/taint.t t/pod/find.t
3860 ____________________________________________________________________________
3861 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
3862         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
3863              From: Michael G Schwern <schwern@pobox.com> 
3864              Date: Sun, 9 Dec 2001 19:28:12 -0500
3865              Message-ID: <20011210002812.GF13586@blackrider>
3866      Branch: perl
3867            ! README.cygwin
3868 ____________________________________________________________________________
3869 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
3870         Log: README.cygwin update from Gerrit P. Haase.
3871      Branch: perl
3872            ! README.cygwin
3873 ____________________________________________________________________________
3874 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
3875         Log: Apply NetBSD patch-ag: shared/static linking,
3876              but make the change less intrusive on non-NetBSD.
3877      Branch: perl
3878            ! lib/ExtUtils/MM_Unix.pm
3879 ____________________________________________________________________________
3880 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
3881         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
3882      Branch: perl
3883            ! lib/ExtUtils/Liblist.pm
3884 ____________________________________________________________________________
3885 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
3886         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
3887      Branch: perl
3888            ! regcomp.c
3889 ____________________________________________________________________________
3890 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
3891         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
3892      Branch: perl
3893            ! pp.c
3894 ____________________________________________________________________________
3895 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
3896         Log: Apply NetBSD patch-ac.
3897              (the fix has already been done: change #9706, fully qualified
3898              pathnames in packlists)
3899      Branch: perl
3900            ! lib/ExtUtils/Install.pm
3901 ____________________________________________________________________________
3902 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
3903         Log: Apply NetBSD patch-ab: NetBSD hints update.
3904      Branch: perl
3905            ! hints/netbsd.sh
3906 ____________________________________________________________________________
3907 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
3908         Log: NetBSD has <ieeefp.h> but hidden.
3909      Branch: perl
3910            ! hints/netbsd.sh
3911 ____________________________________________________________________________
3912 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
3913         Log: Implement NetBSD patch-aa.
3914      Branch: perl
3915            ! Configure
3916 ____________________________________________________________________________
3917 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
3918         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
3919              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
3920              Date: Sun, 09 Dec 2001 13:40:58 +0100
3921              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
3922              
3923              (The lstat()s were there in 5.6.1: what happened to them?)
3924      Branch: perl
3925            ! lib/File/Find.pm
3926 ____________________________________________________________________________
3927 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
3928         Log: Quickie documentation of the C UTF-8 API.
3929      Branch: perl
3930            ! pod/perlunicode.pod
3931 ____________________________________________________________________________
3932 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
3933         Log: Subject: bleadperl on cygwin weirdness...
3934              From: "Gerrit P. Haase" <gp@familiehaase.de>
3935              Date: Sun, 9 Dec 2001 20:31:28 +0100
3936              Message-ID: <13779422183.20011209203128@familiehaase.de>          
3937              
3938              (plus libperl*.dll version portability tweaks)
3939      Branch: perl
3940            ! lib/ExtUtils/Embed.t
3941 ____________________________________________________________________________
3942 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
3943         Log: Instead of muting symbol export error if under eval,
3944              delay the errors until the croak().
3945              
3946              (replaces #13408)
3947      Branch: perl
3948            ! lib/Exporter/Heavy.pm
3949 ____________________________________________________________________________
3950 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
3951         Log: Basegroup 0 is a cygwin_nt thing.
3952      Branch: perl
3953            ! t/op/groups.t
3954 ____________________________________________________________________________
3955 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
3956         Log: Also WinME is LoseLink.
3957      Branch: perl
3958            ! t/op/stat.t
3959 ____________________________________________________________________________
3960 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
3961         Log: Forgotten checkin.
3962      Branch: perl
3963            ! lib/User/grent.t
3964 ____________________________________________________________________________
3965 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
3966         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
3967              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3968              Date: Sun, 09 Dec 2001 13:45:06 +0100
3969              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
3970      Branch: perl
3971            ! lib/File/Find.pm
3972 ____________________________________________________________________________
3973 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
3974         Log: Tweakback.
3975      Branch: perl
3976            ! lib/Net/hostent.t
3977 ____________________________________________________________________________
3978 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
3979         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
3980              From: Michael G Schwern <schwern@pobox.com>
3981              Date: Sat, 8 Dec 2001 14:48:38 -0500
3982              Message-ID: <20011208194838.GA8650@blackrider>
3983      Branch: perl
3984            ! t/op/grent.t
3985 ____________________________________________________________________________
3986 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
3987         Log: Subject: [README.cygwin] Removing old expected test failures
3988              From: Michael G Schwern <schwern@pobox.com>
3989              Date: Sat, 8 Dec 2001 15:38:28 -0500
3990              Message-ID: <20011208203828.GB9017@blackrider>
3991      Branch: perl
3992            ! README.cygwin
3993 ____________________________________________________________________________
3994 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
3995         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
3996              From: Michael G Schwern <schwern@pobox.com>                
3997              Date: Sat, 8 Dec 2001 15:26:59 -0500
3998              Message-ID: <20011208202659.GA9017@blackrider> 
3999      Branch: perl
4000            ! lib/Net/hostent.t
4001 ____________________________________________________________________________
4002 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
4003         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
4004              From: Michael G Schwern <schwern@pobox.com> 
4005              Date: Sat, 8 Dec 2001 15:06:16 -0500
4006              Message-ID: <20011208200616.GA8915@blackrider>
4007      Branch: perl
4008            ! t/op/stat.t
4009 ____________________________________________________________________________
4010 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
4011         Log: Developer deprecations and an incompatibility.
4012      Branch: perl
4013            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
4014 ____________________________________________________________________________
4015 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
4016         Log: Shoo.
4017      Branch: perl
4018            - lib/Attribute/Handlers.pm
4019 ____________________________________________________________________________
4020 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
4021         Log: Remove Attribute::Handlers, as per Damian's request.
4022              (Because of fixing the my variables to be now handled
4023              in run-time, the whole internals of the A::H needs to
4024              be rewritten and Damian will not have time for that
4025              for months.)
4026      Branch: perl
4027            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
4028            - lib/Attribute/Handlers/demo/Demo.pm
4029            - lib/Attribute/Handlers/demo/Descriptions.pm
4030            - lib/Attribute/Handlers/demo/MyClass.pm
4031            - lib/Attribute/Handlers/demo/demo.pl
4032            - lib/Attribute/Handlers/demo/demo2.pl
4033            - lib/Attribute/Handlers/demo/demo3.pl
4034            - lib/Attribute/Handlers/demo/demo4.pl
4035            - lib/Attribute/Handlers/demo/demo_call.pl
4036            - lib/Attribute/Handlers/demo/demo_chain.pl
4037            - lib/Attribute/Handlers/demo/demo_cycle.pl
4038            - lib/Attribute/Handlers/demo/demo_hashdir.pl
4039            - lib/Attribute/Handlers/demo/demo_phases.pl
4040            - lib/Attribute/Handlers/demo/demo_range.pl
4041            - lib/Attribute/Handlers/demo/demo_rawdata.pl
4042            - lib/Attribute/Handlers/t/multi.t
4043            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
4044            ! pod/perlmodlib.pod pod/perltoc.pod
4045 ____________________________________________________________________________
4046 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
4047         Log: Subject: Re: attributes are broken
4048              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4049              Date: Sun, 09 Dec 2001 00:09:23 -0500
4050              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
4051      Branch: perl
4052            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
4053            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
4054            ! xsutils.c
4055 ____________________________________________________________________________
4056 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
4057         Log: Forgotten checkin.
4058      Branch: perl
4059            ! lib/Pod/Text.pm
4060 ____________________________________________________________________________
4061 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
4062         Log: uconfig.h update.
4063      Branch: perl
4064            ! uconfig.h
4065 ____________________________________________________________________________
4066 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
4067         Log: Update Changes.
4068      Branch: perl
4069            ! Changes patchlevel.h
4070 ____________________________________________________________________________
4071 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
4072         Log: Note that some of the Unicode features are
4073              dependent on perlio.
4074      Branch: perl
4075            ! pod/perluniintro.pod
4076 ____________________________________________________________________________
4077 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
4078         Log: Regen perlapi, regen toc.
4079      Branch: perl
4080            ! pod/perlapi.pod pod/perltoc.pod
4081 ____________________________________________________________________________
4082 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
4083         Log: FAQ sync.
4084      Branch: perl
4085            ! pod/perlfaq4.pod pod/perlfaq6.pod
4086 ____________________________________________________________________________
4087 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
4088         Log: Subject: [PATCH] Fix odd language in an sv.c comment
4089              From: coral@eekeek.org
4090              Date: Sat, 8 Dec 2001 12:19:39 -0500
4091              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
4092      Branch: perl
4093            ! sv.c
4094 ____________________________________________________________________________
4095 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
4096         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
4097              From: Michael G Schwern <schwern@pobox.com>
4098              Date: Fri, 7 Dec 2001 20:03:45 -0500
4099              Message-ID: <20011208010345.GD642@blackrider>
4100              
4101              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
4102              From: Michael G Schwern <schwern@pobox.com>
4103              Date: Fri, 7 Dec 2001 20:13:54 -0500
4104              Message-ID: <20011208011354.GE642@blackrider>
4105              
4106              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
4107              From: Michael G Schwern <schwern@pobox.com>
4108              Date: Fri, 7 Dec 2001 21:47:36 -0500
4109              Message-ID: <20011208024736.GH642@blackrider>
4110              
4111              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
4112              From: Michael G Schwern <schwern@pobox.com>
4113              Date: Fri, 7 Dec 2001 23:09:43 -0500
4114              Message-ID: <20011208040943.GK642@blackrider>
4115              
4116              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
4117              Message-Id: <a05101004b83754903506@[172.16.52.1]>
4118              Date: Fri, 7 Dec 2001 23:28:15 -0600
4119              From: "Craig A. Berry" <craigberry@mac.com>
4120      Branch: perl
4121            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
4122 ____________________________________________________________________________
4123 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
4124         Log: Integrate perlio.
4125      Branch: perl
4126           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
4127           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
4128 ____________________________________________________________________________
4129 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
4130         Log: Retract #11156 since Sarathy has found that it breaks code:
4131              http://bugs.ActiveState.com/show_bug.cgi?id=18457
4132              http://bugs.ActiveState.com/show_bug.cgi?id=18858
4133      Branch: perl
4134            ! op.c sv.c t/op/pos.t
4135 ____________________________________________________________________________
4136 [ 13532] By: nick                                  on 2001/12/08  14:11:12
4137         Log: Integrate mainline
4138      Branch: perlio
4139           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
4140           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
4141 ____________________________________________________________________________
4142 [ 13531] By: nick                                  on 2001/12/08  13:48:21
4143         Log: Tweak multi-arg open error messages
4144      Branch: perlio
4145            ! perlio.c
4146 ____________________________________________________________________________
4147 [ 13530] By: nick                                  on 2001/12/08  10:20:06
4148         Log: Allow multi-arg open() if opening layer declares this legal.
4149      Branch: perlio
4150            ! doio.c perlio.c perliol.h
4151 ____________________________________________________________________________
4152 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
4153         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
4154              From: Michael G Schwern <schwern@pobox.com>       
4155              Date: Fri, 7 Dec 2001 19:41:31 -0500
4156              Message-ID: <20011208004131.GC642@blackrider>
4157      Branch: perl
4158            ! t/run/switches.t t/test.pl
4159 ____________________________________________________________________________
4160 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
4161         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
4162              From: Michael G Schwern <schwern@pobox.com>       
4163              Date: Fri, 7 Dec 2001 19:12:44 -0500
4164              Message-ID: <20011208001244.GB642@blackrider>
4165      Branch: perl
4166            ! t/op/stat.t
4167 ____________________________________________________________________________
4168 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
4169         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
4170              From: Michael G Schwern <schwern@pobox.com>
4171              Date: Fri, 7 Dec 2001 17:28:57 -0500
4172              Message-ID: <20011207222857.GI23210@blackrider>
4173      Branch: perl
4174            ! t/op/magic.t
4175 ____________________________________________________________________________
4176 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
4177         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
4178      Branch: perl
4179            ! t/test.pl
4180 ____________________________________________________________________________
4181 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
4182         Log: which_perl: delay as much a possible till runtime.
4183      Branch: perl
4184            ! t/test.pl
4185 ____________________________________________________________________________
4186 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
4187         Log: Further tweakage to which_perl().
4188      Branch: perl
4189            ! t/test.pl
4190 ____________________________________________________________________________
4191 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
4192         Log: perluniintro tweaks.
4193      Branch: perl
4194            ! pod/perluniintro.pod
4195 ____________________________________________________________________________
4196 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
4197         Log: Tweak the $Perl computation.
4198      Branch: perl
4199            ! t/test.pl
4200 ____________________________________________________________________________
4201 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
4202         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
4203              From: Nicholas Clark <nick@ccl4.org>
4204              Date: Fri, 7 Dec 2001 17:06:56 +0000
4205              Message-ID: <20011207170656.G21702@plum.flirble.org>
4206      Branch: perl
4207            ! doop.c t/op/chop.t
4208 ____________________________________________________________________________
4209 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
4210         Log: Update Changes.
4211      Branch: perl
4212            ! Changes patchlevel.h
4213 ____________________________________________________________________________
4214 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
4215         Log: Missing ).
4216      Branch: perl
4217            ! t/test.pl
4218 ____________________________________________________________________________
4219 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
4220         Log: Allow several arguments to display().
4221      Branch: perl
4222            ! t/test.pl
4223 ____________________________________________________________________________
4224 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
4225         Log: /dev/stdout could be either a character special file
4226              or a named pipe, so let's pretend it doesn't exist.
4227      Branch: perl
4228            ! t/op/stat.t
4229 ____________________________________________________________________________
4230 [ 13516] By: nick                                  on 2001/12/07  15:09:23
4231         Log: Integrate again - can I catch up ?
4232      Branch: perlio
4233           !> t/test.pl
4234 ____________________________________________________________________________
4235 [ 13515] By: nick                                  on 2001/12/07  15:08:17
4236         Log: Integrate mainline some more
4237      Branch: perlio
4238           !> README.hpux hints/linux.sh pod/perlfunc.pod
4239 ____________________________________________________________________________
4240 [ 13514] By: nick                                  on 2001/12/07  15:07:15
4241         Log: Integrate mainline
4242      Branch: perlio
4243           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
4244           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
4245           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
4246           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
4247           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
4248           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
4249           +> t/lib/Math/BigInt/BareCalc.pm
4250            - ext/Devel/PPPort/harness/Harness.pm
4251            - ext/Devel/PPPort/harness/Harness.xs
4252            - ext/Devel/PPPort/harness/Makefile.PL
4253            - ext/Devel/PPPort/harness/module2.c
4254            - ext/Devel/PPPort/harness/module3.c
4255            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
4256            - lib/File/Spec/Functions.t
4257           !> (integrate 103 files)
4258 ____________________________________________________________________________
4259 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
4260         Log: Add display() for displaying icky scalars.
4261      Branch: perl
4262            ! t/test.pl
4263 ____________________________________________________________________________
4264 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
4265         Log: Subject: [ID 20011207.001] documentation bug for waitpid
4266              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
4267              Date: Fri, 7 Dec 2001 12:44:56 +0100
4268              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
4269      Branch: perl
4270            ! pod/perlfunc.pod
4271 ____________________________________________________________________________
4272 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
4273         Log: gcc version matching didn't.
4274      Branch: perl
4275            ! hints/linux.sh
4276 ____________________________________________________________________________
4277 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
4278         Log: Subject: HP renamed their servers              
4279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4280              Date: Fri, 07 Dec 2001 12:07:22 +0100
4281              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
4282      Branch: perl
4283            ! README.hpux
4284 ____________________________________________________________________________
4285 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
4286         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
4287              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4288              Date: Fri, 7 Dec 2001 00:24:55 -0500
4289              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
4290      Branch: perl
4291            ! pod/perlport.pod
4292 ____________________________________________________________________________
4293 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
4294         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
4295              From: Michael G Schwern <schwern@pobox.com> 
4296              Date: Thu, 6 Dec 2001 22:56:34 -0500
4297              Message-ID: <20011207035634.GO22648@blackrider>
4298      Branch: perl
4299            ! t/base/lex.t t/op/exec.t
4300 ____________________________________________________________________________
4301 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
4302         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
4303              From: Michael G Schwern <schwern@pobox.com>
4304              Date: Thu, 6 Dec 2001 22:45:44 -0500
4305              Message-ID: <20011207034544.GN22648@blackrider>
4306              
4307              (plus op/ref tweak)
4308      Branch: perl
4309            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
4310            ! t/run/kill_perl.t t/test.pl
4311 ____________________________________________________________________________
4312 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
4313         Log: Upgrade to Math::BigInt 1.48.
4314      Branch: perl
4315            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
4316            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4317            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
4318            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
4319            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
4320            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4321            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4322 ____________________________________________________________________________
4323 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
4324         Log: Mention also perl56delta in case somone is upgrading from
4325              Perl 5.005_03.
4326      Branch: perl
4327            ! pod/perldelta.pod
4328 ____________________________________________________________________________
4329 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
4330         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4331              From: Michael G Schwern <schwern@pobox.com>
4332              Date: Thu, 6 Dec 2001 15:15:28 -0500
4333              Message-ID: <20011206201528.GF16414@blackrider>
4334              
4335              (just the term.t, not the lex.t)
4336              
4337              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
4338              From: Michael G Schwern <schwern@pobox.com>
4339              Date: Thu, 6 Dec 2001 15:22:22 -0500
4340              Message-ID: <20011206202222.GG16414@blackrider>
4341              
4342              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
4343              From: Michael G Schwern <schwern@pobox.com>
4344              Date: Thu, 6 Dec 2001 15:31:58 -0500
4345              Message-ID: <20011206203158.GI16414@blackrider>
4346              
4347              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
4348              From: Michael G Schwern <schwern@pobox.com>
4349              Date: Thu, 6 Dec 2001 17:38:55 -0500
4350              Message-ID: <20011206223855.GC22648@blackrider>
4351      Branch: perl
4352            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
4353            ! t/test.pl
4354 ____________________________________________________________________________
4355 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
4356         Log: Update the thr5005 situation.
4357      Branch: perl
4358            ! pod/perldelta.pod
4359 ____________________________________________________________________________
4360 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
4361         Log: perldelta borrowings from perl561delta.
4362      Branch: perl
4363            ! pod/perldelta.pod
4364 ____________________________________________________________________________
4365 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
4366         Log: Add the 5.6.1 perldelta as perl561delta.
4367              (Makes it easier to steal stuff for perldelta :-)
4368      Branch: perl
4369            + pod/perl561delta.pod
4370            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
4371 ____________________________________________________________________________
4372 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
4373         Log: Retract #13496 for now.
4374      Branch: perl
4375            ! t/base/lex.t t/base/term.t
4376 ____________________________________________________________________________
4377 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
4378         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
4379              From: "Craig A. Berry" <craigberry@mac.com>
4380              Date: Thu, 6 Dec 2001 14:54:36 -0600
4381              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
4382      Branch: perl
4383            ! vms/ext/filespec.t
4384 ____________________________________________________________________________
4385 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
4386         Log: (retracted by #13499)
4387              
4388              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
4389              From: Michael G Schwern <schwern@pobox.com>
4390              Date: Thu, 6 Dec 2001 15:15:28 -0500
4391              Message-ID: <20011206201528.GF16414@blackrider>
4392      Branch: perl
4393            ! t/base/lex.t t/base/term.t
4394 ____________________________________________________________________________
4395 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
4396         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
4397              From: Michael G Schwern <schwern@pobox.com>
4398              Date: Thu, 6 Dec 2001 13:54:48 -0500
4399              Message-ID: <20011206185448.GC16414@blackrider>
4400      Branch: perl
4401            ! t/op/stat.t
4402 ____________________________________________________________________________
4403 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
4404         Log: The #4 has nothing to do with Unicode.
4405      Branch: perl
4406            ! t/op/tr.t
4407 ____________________________________________________________________________
4408 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
4409         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
4410              From: Michael G Schwern <schwern@pobox.com>
4411              Date: Thu, 6 Dec 2001 13:45:48 -0500
4412              Message-ID: <20011206184548.GB16414@blackrider>
4413      Branch: perl
4414            ! t/op/tr.t
4415 ____________________________________________________________________________
4416 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
4417         Log: Update Changes.
4418      Branch: perl
4419            ! Changes patchlevel.h
4420 ____________________________________________________________________________
4421 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
4422         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
4423              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4424              Date: Thu, 6 Dec 2001 11:41:25 EST
4425              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
4426      Branch: perl
4427            ! vms/vms.c vms/vmsish.h
4428 ____________________________________________________________________________
4429 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
4430         Log: Subject: [PATCH] Re: weirdness in regexps
4431              From: Robin Houston <robin@kitsite.com> 
4432              Date: Thu, 6 Dec 2001 14:44:01 +0000
4433              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
4434      Branch: perl
4435            ! op.c t/lib/strict/subs
4436 ____________________________________________________________________________
4437 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
4438         Log: Make the -b -c -S tests count all of the /dev, not just
4439              check the first one, as suggested by Benjamin Goldberg.
4440      Branch: perl
4441            ! t/op/stat.t
4442 ____________________________________________________________________________
4443 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
4444         Log: Subject: Re: [PATCH: bleadperl] casefold backref
4445              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
4446              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
4447              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
4448      Branch: perl
4449            ! regexec.c
4450 ____________________________________________________________________________
4451 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
4452         Log: Nits noticed by Philip Newton, and de-tab DB.t.
4453      Branch: perl
4454            ! lib/DB.t
4455 ____________________________________________________________________________
4456 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
4457         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
4458              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4459              Date: 6 Dec 2001 11:06:01 -0000
4460              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
4461      Branch: perl
4462            ! op.c t/op/tr.t
4463 ____________________________________________________________________________
4464 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
4465         Log: Subject: [PATCH: bleadperl] casefold backref
4466              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
4467              Date: Wed, 05 Dec 2001 17:27:05 +0000
4468              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
4469      Branch: perl
4470            ! regexec.c t/op/re_tests
4471 ____________________________________________________________________________
4472 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
4473         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
4474              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4475              Date: Wed, 5 Dec 2001 22:34:53 EST
4476              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
4477      Branch: perl
4478            ! mg.c vms/vms.c vms/vmsish.h
4479 ____________________________________________________________________________
4480 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
4481         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
4482              From: Michael G Schwern <schwern@pobox.com>
4483              Date: Wed, 5 Dec 2001 19:52:58 -0500
4484              Message-ID: <20011205195257.A903@blackrider>
4485      Branch: perl
4486            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
4487            + lib/File/Spec/t/rel2abs2rel.t
4488            - lib/File/Spec.t lib/File/Spec/Functions.t
4489            ! MANIFEST
4490 ____________________________________________________________________________
4491 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
4492         Log: Subject: Re: Silly stat() portability questions                
4493              From: Benjamin Goldberg <goldbb2@earthlink.net>
4494              Date: Wed, 05 Dec 2001 22:52:35 -0500
4495              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
4496      Branch: perl
4497            ! pod/perlport.pod
4498 ____________________________________________________________________________
4499 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
4500         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
4501              From: "Craig A. Berry" <craigberry@mac.com>
4502              Date: Wed, 05 Dec 2001 16:41:59 -0600
4503              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
4504      Branch: perl
4505            ! README.vms configure.com lib/File/Spec/VMS.pm
4506            ! vms/ext/filespec.t
4507 ____________________________________________________________________________
4508 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
4509         Log: $apply->('club', $glibc_maintainers);
4510              
4511              (Nick Clark just reported that <langinfo.h> YESSTR
4512              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
4513      Branch: perl
4514            ! ext/I18N/Langinfo/Langinfo.t
4515 ____________________________________________________________________________
4516 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
4517         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
4518      Branch: perl
4519            ! pod/perlport.pod
4520 ____________________________________________________________________________
4521 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
4522         Log: tweak change#13474 (pad entries can apparently be null in some
4523              situations)
4524      Branch: maint-5.6/perl
4525            ! op.c
4526 ____________________________________________________________________________
4527 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
4528         Log: Restore the /dev -b -c -S part of the test.
4529      Branch: perl
4530            ! t/op/stat.t
4531 ____________________________________________________________________________
4532 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
4533         Log: Retract #13475 until Arthur gets back to the mine.
4534      Branch: perl
4535            ! op.c t/run/kill_perl.t
4536 ____________________________________________________________________________
4537 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
4538         Log: (retracted by #13476)
4539              
4540              Manually apply #13474; fixes stale reference to dead
4541              CvOUTSIDE(); this can happen when anonymous subroutines
4542              that aren't closures are returned from an eval""
4543              
4544              (threads/shared/sv_refs.t is coredump-unhappy about this change)
4545      Branch: perl
4546            ! op.c t/run/kill_perl.t
4547 ____________________________________________________________________________
4548 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
4549         Log: replacement for change#10451
4550              
4551              fixes stale reference to dead CvOUTSIDE(); this can happen when
4552              anonymous subroutines that aren't closures are returned from an
4553              eval""
4554      Branch: maint-5.6/perl
4555            ! op.c t/op/misc.t
4556 ____________________________________________________________________________
4557 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
4558         Log: revert change#10451,10472; it was a naive fix that simply
4559              reintroduced the memory leak!
4560      Branch: maint-5.6/perl
4561            ! op.c t/op/misc.t
4562 ____________________________________________________________________________
4563 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
4564         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
4565              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4566              Date: Wed, 05 Dec 2001 10:49:20 +0100
4567              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
4568      Branch: perl
4569            ! lib/File/Basename.pm lib/File/Basename.t
4570 ____________________________________________________________________________
4571 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
4572         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
4573              From: Michael G Schwern <schwern@pobox.com> 
4574              Date: Wed, 5 Dec 2001 02:47:59 -0500
4575              Message-ID: <20011205024759.H14333@blackrider>
4576      Branch: perl
4577            ! t/op/magic.t
4578 ____________________________________________________________________________
4579 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
4580         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
4581              From: Michael G Schwern <schwern@pobox.com>              
4582              Date: Wed, 5 Dec 2001 02:22:05 -0500
4583              Message-ID: <20011205022205.F14333@blackrider>
4584      Branch: perl
4585            ! t/op/stat.t vms/test.com
4586 ____________________________________________________________________________
4587 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
4588         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4589              From: Michael G Schwern <schwern@pobox.com> 
4590              Date: Tue, 4 Dec 2001 23:40:10 -0500
4591              Message-ID: <20011204234010.B14333@blackrider>
4592      Branch: perl
4593            ! t/op/stat.t
4594 ____________________________________________________________________________
4595 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
4596         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
4597              From: Michael G Schwern <schwern@pobox.com> 
4598              Date: Tue, 4 Dec 2001 21:09:18 -0500           
4599              Message-ID: <20011204210918.D13279@blackrider>
4600              
4601              t/test.
4602      Branch: perl
4603            ! t/test.pl
4604 ____________________________________________________________________________
4605 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
4606         Log: (accidentally empty check-in)
4607      Branch: perl
4608            ! t/op/stat.t
4609 ____________________________________________________________________________
4610 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
4611         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
4612              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4613              Date: Tue, 04 Dec 2001 23:40:27 +0100
4614              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
4615      Branch: perl
4616            ! mg.c
4617 ____________________________________________________________________________
4618 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
4619         Log: Subject: [PATCH] minor pod fix in Safe.pm
4620              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4621              Date: Tue, 4 Dec 2001 22:02:34 +0100
4622              Message-ID: <20011204220234.A17293@rafael>
4623      Branch: perl
4624            ! ext/Opcode/Safe.pm
4625 ____________________________________________________________________________
4626 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
4627         Log: CRLF GRRR.
4628      Branch: perl
4629            ! djgpp/configure.bat
4630 ____________________________________________________________________________
4631 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
4632         Log: DJGPP fixes from Laszlo Molnar.
4633      Branch: perl
4634            ! djgpp/configure.bat djgpp/djgpp.h
4635 ____________________________________________________________________________
4636 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
4637         Log: Update Changes.
4638      Branch: perl
4639            ! Changes patchlevel.h
4640 ____________________________________________________________________________
4641 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
4642         Log: Must wipe out the memory of real Socket before starting
4643              to use the new fake one.
4644      Branch: perl
4645            ! lib/Net/t/config.t
4646 ____________________________________________________________________________
4647 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
4648         Log: LC_ALL might trump LANG.
4649      Branch: perl
4650            ! lib/open.t
4651 ____________________________________________________________________________
4652 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
4653         Log: Make the eval runtime.
4654      Branch: perl
4655            ! lib/open.pm
4656 ____________________________________________________________________________
4657 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
4658         Log: Make the Langinfo test both more lenient (allow
4659              for any symbol not to exists) and stricter (add
4660              more symbols).
4661      Branch: perl
4662            ! ext/I18N/Langinfo/Langinfo.t
4663 ____________________________________________________________________________
4664 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
4665         Log: integrate change#13453 from maint-5.6
4666              
4667              tweak change#11399 to use an explicit flag rather than
4668              ass_u_ming w32_pseudo_id will only be zero for the real
4669              toplevel interpreter; avoids multiple hosts from diddling
4670              the environment at the same time
4671      Branch: perl
4672           !> win32/perlhost.h
4673 ____________________________________________________________________________
4674 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
4675         Log: Subject: [PATCH] VMS update for perldelta.pod
4676              From: "Craig A. Berry" <craigberry@mac.com> 
4677              Date: Tue, 4 Dec 2001 00:23:12 -0600
4678              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
4679      Branch: perl
4680            ! pod/perldelta.pod
4681 ____________________________________________________________________________
4682 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
4683         Log: NetWare tweak from Ananth Kesari.
4684      Branch: perl
4685            ! NetWare/Makefile
4686 ____________________________________________________________________________
4687 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
4688         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
4689              Not adding the test suite because of its many assumptions.
4690      Branch: perl
4691            ! lib/Net/Ping.pm
4692 ____________________________________________________________________________
4693 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
4694         Log: tweak change#11399 to use an explicit flag rather than
4695              ass_u_ming w32_pseudo_id will only be zero for the real
4696              toplevel interpreter; avoids multiple hosts from diddling
4697              the environment at the same time
4698      Branch: maint-5.6/perl
4699            ! win32/perlhost.h
4700 ____________________________________________________________________________
4701 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
4702         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
4703              from Len Makin.
4704      Branch: perl
4705            + hints/super-ux.sh
4706            ! MANIFEST
4707 ____________________________________________________________________________
4708 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
4709         Log: Add Mac OS X known failures to perldelta.
4710      Branch: perl
4711            ! pod/perldelta.pod
4712 ____________________________________________________________________________
4713 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
4714         Log: I think it's time to call the utf8 code non-test.
4715      Branch: perl
4716            ! utf8.c
4717 ____________________________________________________________________________
4718 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
4719         Log: Retract #13303, need rethink.
4720      Branch: perl
4721            ! utf8.c
4722 ____________________________________________________________________________
4723 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
4724         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
4725              From: "Craig A. Berry" <craigberry@mac.com>
4726              Date: Mon, 03 Dec 2001 16:28:06 -0600
4727              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
4728      Branch: perl
4729            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
4730 ____________________________________________________________________________
4731 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
4732         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
4733              From: Andy Dougherty <doughera@lafayette.edu>
4734              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
4735              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
4736      Branch: perl
4737            ! hints/solaris_2.sh
4738 ____________________________________________________________________________
4739 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
4740         Log: This test is not very robust on 8.3-constrained systems:
4741              all the "with truncated name" lines between "Autosplitting ..."
4742              and "some names are not unique" lines are unexpected,
4743              and the truncation message becomes:
4744              testtest.al, testtest.al truncate to testtest 
4745      Branch: perl
4746            ! lib/AutoSplit.t
4747 ____________________________________________________________________________
4748 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
4749         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
4750      Branch: perl
4751            ! ext/I18N/Langinfo/Langinfo.t
4752 ____________________________________________________________________________
4753 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
4754         Log: Test::Morify UCD.t
4755      Branch: perl
4756            ! lib/Unicode/UCD.t
4757 ____________________________________________________________________________
4758 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
4759         Log: If Socket has not been built (e.g. DJGPP) the libnet
4760              tests fall over with (too) much noise.
4761      Branch: perl
4762            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
4763            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
4764            ! lib/Net/t/smtp.t lib/Net/t/time.t
4765 ____________________________________________________________________________
4766 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
4767         Log: Subject: [PATCH] shared hash keys and ++/--
4768              From: Nicholas Clark <nick@ccl4.org>
4769              Date: Mon, 3 Dec 2001 16:37:16 +0000
4770              Message-ID: <20011203163716.C21702@plum.flirble.org>
4771      Branch: perl
4772            ! pp.c pp_hot.c sv.c t/op/inc.t
4773 ____________________________________________________________________________
4774 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
4775         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
4776              From: Jonathan Stowe <jns@gellyfish.com>
4777              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
4778              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
4779      Branch: perl
4780            ! lib/Term/Cap.pm
4781 ____________________________________________________________________________
4782 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
4783         Log: Update Changes.
4784      Branch: perl
4785            ! Changes patchlevel.h
4786 ____________________________________________________________________________
4787 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
4788         Log: perldelta tweaks.
4789      Branch: perl
4790            ! pod/perldelta.pod
4791 ____________________________________________________________________________
4792 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
4793         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
4794              From: Sam Tregar <sam@tregar.com> 
4795              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
4796              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
4797      Branch: perl
4798            ! pod/perlnewmod.pod
4799 ____________________________________________________________________________
4800 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
4801         Log: microperl casting nit.
4802      Branch: perl
4803            ! utf8.c
4804 ____________________________________________________________________________
4805 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
4806         Log: Make sharepvn a macro since all it does is a deref.
4807      Branch: perl
4808            ! embed.h embed.pl global.sym hv.c hv.h proto.h
4809 ____________________________________________________________________________
4810 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
4811         Log: perldelta updates.
4812      Branch: perl
4813            ! pod/perldelta.pod
4814 ____________________________________________________________________________
4815 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
4816         Log: PPPort update from Paul Marquess.
4817      Branch: perl
4818            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
4819            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
4820            + ext/Devel/PPPort/t/test.t
4821            - ext/Devel/PPPort/harness/Harness.pm
4822            - ext/Devel/PPPort/harness/Harness.xs
4823            - ext/Devel/PPPort/harness/Makefile.PL
4824            - ext/Devel/PPPort/harness/module2.c
4825            - ext/Devel/PPPort/harness/module3.c
4826            - ext/Devel/PPPort/harness/t/test.t
4827            ! MANIFEST ext/Devel/PPPort/MANIFEST
4828            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
4829            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
4830            ! ext/Devel/PPPort/soak
4831 ____________________________________________________________________________
4832 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
4833         Log: No use talking about dynamic library search patch
4834              unless we are having a dynamic build.
4835      Branch: perl
4836            ! t/TEST
4837 ____________________________________________________________________________
4838 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
4839         Log: Be more explicit on the List::Util build trick,
4840              should also stop unneeded rebuilds on static builds.
4841      Branch: perl
4842            ! ext/List/Util/Makefile.PL
4843 ____________________________________________________________________________
4844 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
4845         Log: We need to replace the optimize (-O1) with
4846              the -h scalar0 -h vector0, not append them
4847              to the ccflags.
4848      Branch: perl
4849            ! hints/unicos.sh hints/unicosmk.sh
4850 ____________________________________________________________________________
4851 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
4852         Log: Subject: [PATCH] Shared hash keys 
4853              From: Nicholas Clark <nick@ccl4.org>
4854              Date: Sun, 2 Dec 2001 20:52:32 +0000
4855              Message-ID: <20011202205232.U21702@plum.flirble.org>
4856      Branch: perl
4857            ! doop.c t/op/tr.t
4858 ____________________________________________________________________________
4859 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
4860         Log: Better add new files to MANIFEST, too.
4861      Branch: perl
4862            ! MANIFEST
4863 ____________________________________________________________________________
4864 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
4865         Log: Subject: {PATCH] perlpacktut.pod
4866              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
4867              Date: Sun, 02 Dec 2001 19:55:06 +0100
4868              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
4869      Branch: perl
4870            ! pod/perlpacktut.pod
4871 ____________________________________________________________________________
4872 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
4873         Log: Various small nits found by DJGPP build.
4874      Branch: perl
4875            ! doio.c mg.c pp.c util.c
4876 ____________________________________________________________________________
4877 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
4878         Log: Subject: RE: More verbose POD for Carp
4879              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
4880              Date: Sun, 2 Dec 2001 11:32:51 -0500
4881              Message-ID: <3C0A9748@operamail.com>
4882      Branch: perl
4883            ! lib/Carp.pm
4884 ____________________________________________________________________________
4885 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
4886         Log: Add a header for DJGPP with the function prototypes.
4887      Branch: perl
4888            + djgpp/djgpp.h
4889            ! MANIFEST djgpp/djgpp.c
4890 ____________________________________________________________________________
4891 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
4892         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
4893              From: Abe Timmerman <abe@ztreet.demon.nl>
4894              Date: Sun, 02 Dec 2001 02:41:25 +0100
4895              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
4896      Branch: perl
4897            ! pp_sys.c
4898 ____________________________________________________________________________
4899 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
4900         Log: There isn't PTR2INT(), there's PTR2IV().
4901      Branch: perl
4902            ! ext/Time/HiRes/HiRes.xs
4903 ____________________________________________________________________________
4904 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
4905         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
4906              From: Marc Lehmann <root@schmorp.de>
4907              Date: Sun, 02 Dec 2001 02:44:53 +0100
4908              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
4909      Branch: perl
4910            ! ext/Time/HiRes/HiRes.xs
4911 ____________________________________________________________________________
4912 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
4913         Log: encode()/decode() examples.
4914      Branch: perl
4915            ! ext/Encode/Encode.pm
4916 ____________________________________________________________________________
4917 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
4918         Log: DJGPP tweaks from Laszlo Molnar.
4919      Branch: perl
4920            ! djgpp/config.over djgpp/djgppsed.sh
4921 ____________________________________________________________________________
4922 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
4923         Log: Update Changes.
4924      Branch: perl
4925            ! Changes patchlevel.h
4926 ____________________________________________________________________________
4927 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
4928         Log: Integrate perlio;
4929              
4930              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
4931              which do not have file descriptors. Noticed a possibly
4932              worse problem in the process ...
4933      Branch: perl
4934           !> doio.c
4935 ____________________________________________________________________________
4936 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
4937         Log: Non-VMS-fixed and Win32-skipped version of
4938              
4939              Subject: [PATCH t/op/exec.t] Portabilty fix 
4940              From: Michael G Schwern <schwern@pobox.com> 
4941              Date: Fri, 30 Nov 2001 16:09:27 -0500
4942              Message-ID: <20011130160927.A10406@blackrider>
4943      Branch: perl
4944            ! t/op/exec.t
4945 ____________________________________________________________________________
4946 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
4947         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
4948              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4949              Date: Sat, 1 Dec 2001 07:01:09 -0500
4950              Message-ID: <3C0D2E39@operamail.com>
4951              
4952              Subject: More verbose POD for Carp
4953              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
4954              Date: Sat, 1 Dec 2001 08:04:16 -0500
4955              Message-ID: <3C285C2B@operamail.com>
4956      Branch: perl
4957            ! lib/Carp.pm lib/Carp/Heavy.pm
4958 ____________________________________________________________________________
4959 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
4960         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
4961              From: chromatic <chromatic@rmci.net>
4962              Date: Sat, 01 Dec 2001 12:41:58 -0700
4963              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
4964      Branch: perl
4965            ! lib/DB.t
4966 ____________________________________________________________________________
4967 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
4968         Log: Try to make a missing RADIXCHAR a softer kinder error.
4969      Branch: perl
4970            ! ext/I18N/Langinfo/Langinfo.t
4971 ____________________________________________________________________________
4972 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
4973         Log: Have a little faith on nl_langinfo() itself.
4974      Branch: perl
4975            ! ext/I18N/Langinfo/Langinfo.xs
4976 ____________________________________________________________________________
4977 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
4978         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
4979              the max, not max plus one)
4980      Branch: perl
4981            ! ext/I18N/Langinfo/Langinfo.xs
4982 ____________________________________________________________________________
4983 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
4984         Log: Make reality agree with the comment.
4985      Branch: perl
4986            ! ext/I18N/Langinfo/Langinfo.xs
4987 ____________________________________________________________________________
4988 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
4989         Log: Try to protect against wild langinfo() arguments.
4990      Branch: perl
4991            ! ext/I18N/Langinfo/Langinfo.xs
4992 ____________________________________________________________________________
4993 [ 13409] By: nick                                  on 2001/12/01  18:19:59
4994         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
4995              have file descriptors. Noticed a possibly worse problem in the process ...
4996      Branch: perlio
4997            ! doio.c
4998 ____________________________________________________________________________
4999 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
5000         Log: If we are inside an eval, let's be silent about
5001              separate symbols and just croak() in the end.
5002      Branch: perl
5003            ! lib/Exporter/Heavy.pm
5004 ____________________________________________________________________________
5005 [ 13407] By: nick                                  on 2001/12/01  17:14:05
5006         Log: Integrate mainline
5007      Branch: perlio
5008           !> (integrate 26 files)
5009 ____________________________________________________________________________
5010 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
5011         Log: Subject: Fix for Exporter error reporting behaviour
5012              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
5013              Date: Sat, 1 Dec 2001 06:34:48 -0500
5014              Message-ID: <3C0D1B9A@operamail.com>
5015      Branch: perl
5016            ! lib/Exporter.pm lib/Exporter/Heavy.pm
5017 ____________________________________________________________________________
5018 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
5019         Log: Need to hide behind an eval to avoid a warning
5020              about :utf8 on non-perlio configs.
5021      Branch: perl
5022            ! lib/open.t
5023 ____________________________________________________________________________
5024 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
5025         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
5026              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5027              Date: Fri, 30 Nov 2001 23:46:58 +0100
5028              Message-ID: <20011130234658.A717@rafael>
5029      Branch: perl
5030            ! op.c t/op/method.t
5031 ____________________________________________________________________________
5032 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
5033         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
5034              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5035              Date: Thu, 29 Nov 2001 22:46:12 +0100
5036              Message-ID: <20011129224612.A699@rafael>
5037      Branch: perl
5038            ! ext/B/B/Xref.pm
5039 ____________________________________________________________________________
5040 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
5041         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
5042              From: Tels <perl_dummy@bloodgate.com>
5043              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
5044              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
5045      Branch: perl
5046            ! pod/perlfunc.pod
5047 ____________________________________________________________________________
5048 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
5049         Log: Subject: [REPATCH] reference pointer comparison
5050              From: Nicholas Clark <nick@ccl4.org>
5051              Date: Sat, 1 Dec 2001 13:00:17 +0000
5052              Message-ID: <20011201130017.I21702@plum.flirble.org>
5053      Branch: perl
5054            ! pp.c
5055 ____________________________________________________________________________
5056 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
5057         Log: Upgrade to Storable 1.0.14.
5058      Branch: perl
5059            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5060 ____________________________________________________________________________
5061 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
5062         Log: Add simple caches for ::viacode() and ::vianame().
5063      Branch: perl
5064            ! lib/charnames.pm lib/charnames.t
5065 ____________________________________________________________________________
5066 [ 13398] By: nick                                  on 2001/12/01  10:36:24
5067         Log: Integrate mainline.
5068      Branch: perlio
5069           +> (branch 44 files)
5070            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
5071            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
5072            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
5073           !> (integrate 250 files)
5074 ____________________________________________________________________________
5075 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
5076         Log: Regen toc and modlib.
5077      Branch: perl
5078            ! pod/perlmodlib.pod pod/perltoc.pod
5079 ____________________________________________________________________________
5080 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
5081         Log: Upgrade to podlators-1.18.
5082      Branch: perl
5083            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
5084 ____________________________________________________________________________
5085 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
5086         Log: -h scalar0 -h vector0 seems to help for both
5087              UNICOS and UNICOS/mk on the unpack %65c problems.
5088              
5089              (replaces #13393)
5090      Branch: perl
5091            ! hints/unicos.sh hints/unicosmk.sh
5092 ____________________________________________________________________________
5093 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
5094         Log: More Socket constants.
5095      Branch: perl
5096            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
5097 ____________________________________________________________________________
5098 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
5099         Log: (replaced by #13395)
5100      Branch: perl
5101            ! hints/unicosmk.sh
5102 ____________________________________________________________________________
5103 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
5104         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
5105              From: Andy Dougherty <doughera@lafayette.edu>
5106              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
5107              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
5108              
5109              Simplify the test skippage criterion now that we are
5110              no more dependent on sed.
5111      Branch: perl
5112            ! t/comp/cpp.t t/run/switchPx.t
5113 ____________________________________________________________________________
5114 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
5115         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
5116              From: Michael G Schwern <schwern@pobox.com>
5117              Date: Fri, 30 Nov 2001 11:48:44 -0500
5118              Message-ID: <20011130114844.C1303@blackrider>
5119              
5120              (replaces #13381)
5121      Branch: perl
5122            ! t/op/stat.t
5123 ____________________________________________________________________________
5124 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
5125         Log: Let's not assume how much memory has been allocated
5126              to PVs.
5127      Branch: perl
5128            ! ext/Devel/Peek/Peek.t
5129 ____________________________________________________________________________
5130 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
5131         Log: VOS needs to know the modules, including pp_sort.
5132      Branch: perl
5133            ! vos/perl.bind
5134 ____________________________________________________________________________
5135 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
5136         Log: Unused variables.
5137      Branch: perl
5138            ! ext/Unicode/Normalize/Normalize.xs
5139 ____________________________________________________________________________
5140 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
5141         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
5142              From: John Peacock <jpeacock@rowman.com>     
5143              Date: Fri, 30 Nov 2001 10:24:00 -0500        
5144              Message-ID: <3C07A490.A22A76B0@rowman.com>   
5145      Branch: perl
5146            ! lib/ExtUtils/Embed.t
5147 ____________________________________________________________________________
5148 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
5149         Log: Tweak for the VOS building script from Paul Green.
5150      Branch: perl
5151            ! vos/configure_perl.cm
5152 ____________________________________________________________________________
5153 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
5154         Log: Update Changes.
5155      Branch: perl
5156            ! Changes patchlevel.h
5157 ____________________________________________________________________________
5158 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
5159         Log: Cannot test if cppstdin has not yet been installed.
5160      Branch: perl
5161            ! t/run/switchPx.t
5162 ____________________________________________________________________________
5163 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
5164         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
5165              From: Michael G Schwern <schwern@pobox.com> 
5166              Date: Thu, 29 Nov 2001 22:05:11 -0500
5167              Message-ID: <20011129220510.A18869@blackrider>
5168              
5169              TODO 1: if cppstdin is used and not yet installed,
5170              the Px.t will fail (must do the same as in cpp.t)
5171              
5172              TODO 2: does this work if no Perl whatsoever has
5173              yet been installed?  That is, we should be using
5174              the Perl we are building to execute the one-liner.
5175      Branch: perl
5176            + t/run/switchPx.aux t/run/switchPx.t
5177            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
5178            ! vms/test.com
5179 ____________________________________________________________________________
5180 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
5181         Log: Upgrade to Unicode::Normalize 0.12.
5182      Branch: perl
5183            ! ext/Unicode/Normalize/Changes
5184            ! ext/Unicode/Normalize/Normalize.pm
5185            ! ext/Unicode/Normalize/Normalize.xs
5186            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
5187            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
5188            ! ext/Unicode/Normalize/t/test.t
5189 ____________________________________________________________________________
5190 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
5191         Log: (replaced by #13391)
5192              
5193              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
5194              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
5195              Date: 30 Nov 2001 11:41:53 -0000             
5196              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
5197              
5198              No need to die if we have high-paranoia (non-chdirable)
5199              system directories.
5200      Branch: perl
5201            ! t/op/stat.t
5202 ____________________________________________________________________________
5203 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
5204         Log: Paragraph rewrapping.
5205      Branch: perl
5206            ! pod/perliol.pod
5207 ____________________________________________________________________________
5208 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
5209         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
5210              From: Stas Bekman <stas@stason.org>
5211              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
5212              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
5213      Branch: perl
5214            ! pod/perliol.pod
5215 ____________________________________________________________________________
5216 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
5217         Log: Whether select() gets restarted on signals is
5218              implementation dependent.
5219      Branch: perl
5220            ! ext/Time/HiRes/HiRes.t
5221 ____________________________________________________________________________
5222 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
5223         Log: More forgotten checkins.
5224      Branch: perl
5225            ! embed.h embed.pl proto.h
5226 ____________________________________________________________________________
5227 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
5228         Log: Add a note about folding vs lowercase.
5229      Branch: perl
5230            ! regexec.c
5231 ____________________________________________________________________________
5232 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
5233         Log: Use to_uni_fold (and add changed global.sym)
5234      Branch: perl
5235            ! global.sym utf8.c
5236 ____________________________________________________________________________
5237 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
5238         Log: Make to Unicode character functions to use UVs
5239              instead of U32s and add to_uni_fold().
5240      Branch: perl
5241            ! embed.pl proto.h utf8.c
5242 ____________________________________________________________________________
5243 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
5244         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
5245              From: Nicholas Clark <nick@ccl4.org>
5246              Date: Thu, 29 Nov 2001 22:47:32 +0000
5247              Message-ID: <20011129224732.W37621@plum.flirble.org>
5248      Branch: perl
5249            ! pod/perlpacktut.pod
5250 ____________________________________________________________________________
5251 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
5252         Log: README.vos updates from Paul Green.
5253      Branch: perl
5254            ! README.vos
5255 ____________________________________________________________________________
5256 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
5257         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
5258              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5259              Date: Thu, 29 Nov 2001 14:18:51 EST
5260              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
5261      Branch: perl
5262            ! mg.c vms/vms.c vms/vmsish.h
5263 ____________________________________________________________________________
5264 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
5265         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
5266              From: Michael G Schwern <schwern@pobox.com>
5267              Date: Thu, 29 Nov 2001 13:12:31 -0500
5268              Message-ID: <20011129131231.E11300@blackrider>
5269      Branch: perl
5270            ! README.vms
5271 ____________________________________________________________________________
5272 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
5273         Log: BGET_IV was missing.
5274      Branch: perl
5275            ! ext/ByteLoader/bytecode.h
5276 ____________________________________________________________________________
5277 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
5278         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
5279              From: Jonathan Stowe <gellyfish@gellyfish.com>
5280              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
5281              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
5282      Branch: perl
5283            ! lib/Term/Cap.pm
5284 ____________________________________________________________________________
5285 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
5286         Log: Porting/checkURL.pl was missing.
5287      Branch: perl
5288            ! MANIFEST
5289 ____________________________________________________________________________
5290 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
5291         Log: Subject: INSTALL and READMEs should be reviewed
5292              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5293              Date: Thu, 29 Nov 2001 16:49:36 +0100
5294              Message-ID: <20011129164936.A17492@rafael>         
5295      Branch: perl
5296            ! README.cygwin
5297 ____________________________________________________________________________
5298 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
5299         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
5300              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
5301              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
5302              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
5303      Branch: perl
5304            ! README.os390
5305 ____________________________________________________________________________
5306 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
5307         Log: Update Changes.
5308      Branch: perl
5309            ! Changes patchlevel.h
5310 ____________________________________________________________________________
5311 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
5312         Log: The changes to the curliffed files didn't stick in #13348.
5313      Branch: perl
5314            ! README.dos README.win32
5315 ____________________________________________________________________________
5316 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
5317         Log: Subject: Re: Found the rev where File::Glob broke
5318              From: Andy Dougherty <doughera@lafayette.edu>
5319              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
5320              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
5321      Branch: perl
5322            ! lib/ExtUtils/MM_Unix.pm
5323 ____________________________________________________________________________
5324 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
5325         Log: Use __DATA__ instead of __END__.
5326      Branch: perl
5327            ! lib/Term/Cap.pm
5328 ____________________________________________________________________________
5329 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
5330         Log: Subject: [PATCH toke.c] autosplit into @F fix
5331              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5332              Date: Thu, 29 Nov 2001 14:52:23 +0100
5333              Message-ID: <20011129145223.A25817@rafael>         
5334      Branch: perl
5335            ! toke.c
5336 ____________________________________________________________________________
5337 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
5338         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
5339              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5340              Date: Thu, 29 Nov 2001 15:48:15 +0100
5341              Message-ID: <20011129154815.C25817@rafael>         
5342      Branch: perl
5343            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
5344 ____________________________________________________________________________
5345 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
5346         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
5347              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5348              Date: Wed, 28 Nov 2001 20:35:29 +0100
5349              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
5350      Branch: perl
5351            ! pod/perlpacktut.pod
5352 ____________________________________________________________________________
5353 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
5354         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
5355              From: Stas Bekman <stas@stason.org>
5356              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
5357              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
5358              
5359              (with tweaks)
5360      Branch: perl
5361            ! pod/perlapio.pod
5362 ____________________________________________________________________________
5363 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
5364         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5365              From: Tels <perl_dummy@bloodgate.com>
5366              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
5367              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
5368              
5369              (plus paragraph rewrapping)
5370      Branch: perl
5371            ! lib/Exporter.pm
5372 ____________________________________________________________________________
5373 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
5374         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
5375              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
5376              Date: Wed, 28 Nov 2001 21:47:59 +0000
5377              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
5378      Branch: perl
5379            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
5380 ____________________________________________________________________________
5381 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
5382         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
5383              From: Andy Dougherty <doughera@lafayette.edu>
5384              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
5385              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
5386      Branch: perl
5387            ! INSTALL ext/Time/HiRes/HiRes.t
5388 ____________________________________________________________________________
5389 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
5390         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
5391              From: Michael G Schwern <schwern@pobox.com> 
5392              Date: Wed, 28 Nov 2001 16:37:01 -0500
5393              Message-ID: <20011128163701.H676@blackrider>
5394      Branch: perl
5395            ! t/run/kill_perl.t
5396 ____________________________________________________________________________
5397 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
5398         Log: @INC tweak.
5399      Branch: perl
5400            ! t/op/ref.t
5401 ____________________________________________________________________________
5402 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
5403         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
5404              From: Nicholas Clark <nick@ccl4.org>
5405              Date: Wed, 28 Nov 2001 23:38:43 +0000
5406              Message-ID: <20011128233843.N37621@plum.flirble.org>  
5407      Branch: perl
5408            ! installman
5409 ____________________________________________________________________________
5410 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
5411         Log: Tweak the forking logic.
5412      Branch: perl
5413            ! Porting/checkURL.pl
5414 ____________________________________________________________________________
5415 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
5416         Log: Update perlmodlib.PL as per #13348.  The L<> got
5417              changed back because that is coming from ParseLink.pm.
5418      Branch: perl
5419            ! pod/perlmodlib.PL pod/perlmodlib.pod
5420 ____________________________________________________________________________
5421 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
5422         Log: URL fixups from Michael Schwern.
5423      Branch: perl
5424            ! README.cygwin README.dos README.hpux README.mint README.mpeix
5425            ! README.os390 README.qnx README.solaris README.vos README.win32
5426            ! pod/perlmodlib.pod
5427 ____________________________________________________________________________
5428 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
5429         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
5430              From: Barrie Slaymaker <barries@slaysys.com>
5431              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
5432              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
5433      Branch: perl
5434            ! lib/Exporter.pm
5435 ____________________________________________________________________________
5436 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
5437         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
5438      Branch: perl
5439            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
5440 ____________________________________________________________________________
5441 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
5442         Log: Subject: [PATCH] Re: $\ very broken
5443              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5444              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
5445              Message-ID: <20011128223308.E732@rafael>   
5446              
5447              Subject: Re: [PATCH] Re: $\ very broken     
5448              From: Nicholas Clark <nick@ccl4.org>
5449              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
5450              Message-ID: <20011128222859.K37621@plum.flirble.org>
5451      Branch: perl
5452            ! mg.c t/op/ref.t
5453 ____________________________________________________________________________
5454 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
5455         Log: Add Abigail's link checker with the following tweaks:
5456              - known dummy URLs (Peter Prymmer)
5457              - do also READMEs and INSTALL (Michael Schwern)
5458              - do also ftp URLs
5459              - add fork retry loop in case the allowed number
5460              of processes per user is low
5461      Branch: perl
5462            + Porting/checkURL.pl
5463            ! MANIFEST
5464 ____________________________________________________________________________
5465 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
5466         Log: Update Changes.
5467      Branch: perl
5468            ! Changes patchlevel.h
5469 ____________________________________________________________________________
5470 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
5471         Log: In Linux if we have modern enough gcc and supported
5472              enough CPU, crank up the optimization level to -O3.
5473      Branch: perl
5474            ! hints/linux.sh
5475 ____________________________________________________________________________
5476 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
5477         Log: Add perlpacktut from Wolfgang Laun; regen toc.
5478      Branch: perl
5479            + pod/perlpacktut.pod
5480            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
5481            ! pod/perltoc.pod
5482 ____________________________________________________________________________
5483 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
5484         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
5485              From: PPrymmer@factset.com
5486              Date: Wed, 28 Nov 2001 07:51:26 -0500
5487              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
5488      Branch: perl
5489            ! vms/test.com
5490 ____________________________________________________________________________
5491 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
5492         Log: Test cases for the first half of #13338.
5493      Branch: perl
5494            ! t/lib/h2ph.h t/lib/h2ph.pht
5495 ____________________________________________________________________________
5496 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
5497         Log: Subject: Re: h2ph confused by comments in an enum.
5498              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5499              Date: Wed, 28 Nov 2001 04:19:21 +0000
5500              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
5501              
5502              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
5503              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
5504              Date: Wed, 28 Nov 2001 13:36:35 +0000
5505              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
5506      Branch: perl
5507            ! utils/h2ph.PL
5508 ____________________________________________________________________________
5509 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
5510         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
5511              From: Jonathan Stowe <gellyfish@gellyfish.com>
5512              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
5513              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
5514              
5515              (replace #13327)
5516      Branch: perl
5517            ! lib/Term/Cap.pm
5518 ____________________________________________________________________________
5519 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
5520         Log: Replace #13335 with
5521              
5522              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
5523              From: Russ Allbery <rra@stanford.edu>
5524              Date: 27 Nov 2001 20:42:49 -0800
5525              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
5526      Branch: perl
5527            ! lib/Pod/Text/Termcap.pm
5528 ____________________________________________________________________________
5529 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
5530         Log: (replaced by #13336)
5531              
5532              Subject: [PATCH perl@13323] Termcap.pm with no termios
5533              From: "Craig A. Berry" <craigberry@mac.com> 
5534              Date: Tue, 27 Nov 2001 22:28:50 -0600
5535              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
5536      Branch: perl
5537            ! lib/Pod/Text/Termcap.pm
5538 ____________________________________________________________________________
5539 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
5540         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
5541              From: "Craig A. Berry" <craigberry@mac.com> 
5542              Date: Tue, 27 Nov 2001 21:46:45 -0600
5543              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
5544      Branch: perl
5545            ! configure.com
5546 ____________________________________________________________________________
5547 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
5548         Log: Upgrade to podlators 1.17.
5549      Branch: perl
5550            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
5551            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
5552 ____________________________________________________________________________
5553 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
5554         Log: Fix for "a\x{100}" =~ /A/i.
5555      Branch: perl
5556            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
5557            ! utf8.c
5558 ____________________________________________________________________________
5559 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
5560         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
5561              From: "Craig A. Berry" <craigberry@mac.com>
5562              Date: Tue, 27 Nov 2001 17:11:49 -0600
5563              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
5564      Branch: perl
5565            ! lib/DB.t
5566 ____________________________________________________________________________
5567 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
5568         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
5569              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5570              Date: Tue, 27 Nov 2001 14:55:23 -0500
5571              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
5572              
5573              Subject: [PATCH: perl@13324] updates to perldelta.pod 
5574              From: PPrymmer@factset.com
5575              Date: Tue, 27 Nov 2001 18:06:04 -0500
5576              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
5577              
5578              plus added some known problems.
5579      Branch: perl
5580            ! pod/perldelta.pod
5581 ____________________________________________________________________________
5582 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
5583         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
5584              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5585              Date: Tue, 27 Nov 2001 15:38:02 EST 
5586              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
5587      Branch: perl
5588            ! configure.com vms/vms.c vms/vmsish.h
5589 ____________________________________________________________________________
5590 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
5591         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
5592              From: Michael G Schwern <schwern@pobox.com> 
5593              Date: Tue, 27 Nov 2001 15:31:12 -0500
5594              Message-ID: <20011127153112.G20929@blackrider>
5595      Branch: perl
5596            ! t/run/kill_perl.t
5597 ____________________________________________________________________________
5598 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
5599         Log: (replaced by #13337)
5600              
5601              VMS can safely hardcode a termcap entry for VT100.
5602      Branch: perl
5603            ! lib/Term/Cap.pm
5604 ____________________________________________________________________________
5605 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
5606         Log: VMS piping fixes from Charles Lane (perl -P should
5607              be working now).
5608      Branch: perl
5609            ! vms/vms.c
5610 ____________________________________________________________________________
5611 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
5612         Log: Subject: [PATCH] perlvar.pod fix
5613              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5614              Date: Tue, 27 Nov 2001 13:11:47 -0500
5615              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
5616      Branch: perl
5617            ! pod/perlvar.pod
5618 ____________________________________________________________________________
5619 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
5620         Log: Update Changes.
5621      Branch: perl
5622            ! Changes patchlevel.h
5623 ____________________________________________________________________________
5624 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
5625         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
5626              From: "Craig A. Berry" <craigberry@mac.com> 
5627              Date: Tue, 27 Nov 2001 10:21:18 -0600
5628              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
5629      Branch: perl
5630            ! lib/ExtUtils/MM_VMS.pm
5631 ____________________________________________________________________________
5632 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
5633         Log: Protect against accumulating -options -options -options.
5634      Branch: perl
5635            ! hints/hpux.sh
5636 ____________________________________________________________________________
5637 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
5638         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
5639              From: Barrie Slaymaker <barries@slaysys.com>
5640              Date: Tue, 27 Nov 2001 10:58:54 -0500
5641              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
5642      Branch: perl
5643            ! lib/Benchmark.pm
5644 ____________________________________________________________________________
5645 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
5646         Log: Tiny fix from John P. Linderman.
5647      Branch: perl
5648            ! lib/sort.pm
5649 ____________________________________________________________________________
5650 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
5651         Log: The Story of sort(), from John P. Linderman.
5652      Branch: perl
5653            ! pod/perldelta.pod
5654 ____________________________________________________________________________
5655 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
5656         Log: Add information what to do if you are reading
5657              perluniintro but using some older Perl.
5658      Branch: perl
5659            ! pod/perluniintro.pod
5660 ____________________________________________________________________________
5661 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
5662         Log: Update the 'wide characters' FAQ entry.
5663      Branch: perl
5664            ! pod/perlfaq6.pod
5665 ____________________________________________________________________________
5666 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
5667         Log: Fix for
5668              
5669              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
5670              From: Marc Lehmann <root@schmorp.de>
5671              Date: Tue, 27 Nov 2001 14:27:14 +0100
5672              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
5673      Branch: perl
5674            ! ext/Encode.t ext/Encode/Encode.xs
5675 ____________________________________________________________________________
5676 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
5677         Log: Subject: [PATCH] DB_File 1.801
5678              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5679              Date: Tue, 27 Nov 2001 15:06:45 -0000
5680              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
5681      Branch: perl
5682            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5683            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
5684 ____________________________________________________________________________
5685 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
5686         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
5687      Branch: perl
5688            ! pod/perlmodlib.pod
5689 ____________________________________________________________________________
5690 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
5691         Log: sort() doc tweaks from John P. Linderman.
5692      Branch: perl
5693            ! pod/perlfunc.pod
5694 ____________________________________________________________________________
5695 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
5696         Log: Subject: [PATCH] More perldelta.pod nits
5697              From: Simon Glover <scog@roe.ac.uk>
5698              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
5699              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
5700      Branch: perl
5701            ! pod/perldelta.pod
5702 ____________________________________________________________________________
5703 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
5704         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
5705              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5706              Date: Tue, 27 Nov 2001 11:52:31 -0000
5707              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
5708      Branch: perl
5709            ! ext/Devel/PPPort/harness/Makefile.PL
5710 ____________________________________________________________________________
5711 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
5712         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
5713              From: Michael G Schwern <schwern@pobox.com>
5714              Date: Tue, 27 Nov 2001 03:38:24 -0500
5715              Message-ID: <20011127033824.A17775@blackrider>
5716      Branch: perl
5717            ! t/TEST
5718 ____________________________________________________________________________
5719 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
5720         Log: Subject: Re: perlcc very broken
5721              From: John Peacock <jpeacock@rowman.com>
5722              Date: Tue, 27 Nov 2001 06:48:01 -0500
5723              Message-ID: <3C037D71.4030508@rowman.com>
5724      Branch: perl
5725            ! utils/perlcc.PL
5726 ____________________________________________________________________________
5727 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
5728         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
5729              From: David Dyck <dcd@tc.fluke.com>
5730              Date: Mon, 26 Nov 2001 22:04:38 -0800
5731              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
5732      Branch: perl
5733            ! t/op/pack.t
5734 ____________________________________________________________________________
5735 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
5736         Log: Subject: [ID 20011126.149] t/op/split fails step 37
5737              From: David Dyck <dcd@tc.fluke.com>
5738              Date: Mon, 26 Nov 2001 21:52:35 -0800
5739              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
5740      Branch: perl
5741            ! t/op/split.t
5742 ____________________________________________________________________________
5743 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
5744         Log: incorporate last minute change from libnet 1.0901-tobe
5745      Branch: perl
5746            ! lib/Net/SMTP.pm
5747 ____________________________________________________________________________
5748 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
5749         Log: Pass 7 at perldelta - random edits.
5750      Branch: perl
5751            ! pod/perldelta.pod
5752 ____________________________________________________________________________
5753 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
5754         Log: Portability and skippage tweaks.
5755      Branch: perl
5756            ! t/op/split.t
5757 ____________________________________________________________________________
5758 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
5759         Log: (retracted by #13449)
5760              Try to make Unicode casemapping to work for EBCDIC, too.
5761      Branch: perl
5762            ! utf8.c
5763 ____________________________________________________________________________
5764 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
5765         Log: Just printing 1..0 is not quite enough...
5766      Branch: perl
5767            ! lib/Dumpvalue.t
5768 ____________________________________________________________________________
5769 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
5770         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
5771              Delay the match until runtime.
5772      Branch: perl
5773            ! t/op/append.t
5774 ____________________________________________________________________________
5775 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
5776         Log: UTF-EBCDIC.
5777      Branch: perl
5778            ! ext/Devel/Peek/Peek.t
5779 ____________________________________________________________________________
5780 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
5781         Log: Be UTF-EBCDIC aware.
5782      Branch: perl
5783            ! lib/bytes.t
5784 ____________________________________________________________________________
5785 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
5786         Log: Bad assumption which way digits and letters sort.
5787      Branch: perl
5788            ! lib/English.t
5789 ____________________________________________________________________________
5790 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
5791         Log: If in EBCDIC but no Convert::EBCDIC
5792              the libnet tests will all fail.
5793      Branch: perl
5794            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
5795            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
5796            ! lib/Net/t/smtp.t lib/Net/t/time.t
5797 ____________________________________________________________________________
5798 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
5799         Log: Just sorting to guarantee order is not enough.
5800              (Think EBCDIC.) 
5801      Branch: perl
5802            ! lib/ExtUtils/Manifest.t
5803 ____________________________________________________________________________
5804 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
5805         Log: OS/390 cleanable gunk.
5806      Branch: perl
5807            ! lib/ExtUtils/MM_Unix.pm
5808 ____________________________________________________________________________
5809 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
5810         Log: Update the EBCDIC MD5 checksums.
5811      Branch: perl
5812            ! ext/Digest/MD5/t/files.t
5813 ____________________________________________________________________________
5814 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
5815         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
5816              From: Nicholas Clark <nick@ccl4.org>
5817              Date: Mon, 26 Nov 2001 23:06:34 +0000
5818              Message-ID: <20011126230633.Q37621@plum.flirble.org>
5819      Branch: perl
5820            ! installman
5821 ____________________________________________________________________________
5822 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
5823         Log: sort tweaks from John P. Linderman.
5824      Branch: perl
5825            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
5826 ____________________________________________________________________________
5827 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
5828         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
5829              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
5830              Date: Mon, 26 Nov 2001 18:47:25 -0600
5831              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
5832              
5833              Craig Berry submitted half of this patch just yesterday.
5834              Spooky cosmic resonance.
5835      Branch: perl
5836            ! ext/Socket/Socket.xs
5837 ____________________________________________________________________________
5838 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
5839         Log: Subject: [PATCH] doio slightly smaller
5840              From: Nicholas Clark <nick@ccl4.org>
5841              Date: Tue, 27 Nov 2001 00:40:23 +0000      
5842              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
5843      Branch: perl
5844            ! doio.c
5845 ____________________________________________________________________________
5846 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
5847         Log: perldelta nits from Autrijus Tang and Ron Kimball.
5848      Branch: perl
5849            ! pod/perldelta.pod
5850 ____________________________________________________________________________
5851 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
5852         Log: Subject: [PATCH] unpack P* uses random length for item
5853              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
5854              Date: Mon, 26 Nov 2001 19:56:32 +0100
5855              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
5856      Branch: perl
5857            ! pod/perldiag.pod pp_pack.c t/op/pack.t
5858 ____________________________________________________________________________
5859 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
5860         Log: Subject: [PATCH current] system and taintedness
5861              From: Radu Greab <radu@netsoft.ro>
5862              Date: Mon, 26 Nov 2001 18:42:29 +0200
5863              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
5864      Branch: perl
5865            ! pp_sys.c t/op/taint.t
5866 ____________________________________________________________________________
5867 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
5868         Log: Subject: [PATCH @ 13283] Devel::PPPort
5869              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
5870              Date: Mon, 26 Nov 2001 14:37:17 -0000
5871              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
5872      Branch: perl
5873            + ext/Devel/PPPort/MANIFEST
5874            ! MANIFEST ext/Devel/PPPort/Makefile.PL
5875            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
5876            ! ext/Devel/PPPort/harness/Harness.xs
5877            ! ext/Devel/PPPort/harness/Makefile.PL
5878            ! ext/Devel/PPPort/harness/module2.c
5879            ! ext/Devel/PPPort/harness/module3.c
5880            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
5881 ____________________________________________________________________________
5882 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
5883         Log: Update the test list.
5884      Branch: perl
5885            ! t/lib/1_compile.t
5886 ____________________________________________________________________________
5887 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
5888         Log: Sync-up tests with libnet distribution
5889      Branch: perl
5890            + lib/Net/t/netrc.t
5891            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
5892 ____________________________________________________________________________
5893 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
5894         Log: Update Changes.
5895      Branch: perl
5896            ! Changes patchlevel.h
5897 ____________________________________________________________________________
5898 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
5899         Log: Upgrade to podlators 1.16.
5900      Branch: perl
5901            + lib/Pod/t/basic.cap
5902            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
5903            ! lib/Pod/t/basic.t pod/pod2man.PL
5904 ____________________________________________________________________________
5905 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
5906         Log: Pass 6 at perldelta - sort enhancements, generic and
5907              platform specific bug fixes.
5908      Branch: perl
5909            ! pod/perldelta.pod
5910 ____________________________________________________________________________
5911 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
5912         Log: PROPAGATE documentation from Tony Cook.
5913      Branch: perl
5914            ! pod/perlfunc.pod
5915 ____________________________________________________________________________
5916 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
5917         Log: DJGPP cannot do signals that well.
5918      Branch: perl
5919            ! ext/POSIX/t/sigaction.t
5920 ____________________________________________________________________________
5921 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
5922         Log: Can't do subsecond alarms without ualarm; and break out
5923              early if alarms do not seem to be coming in as expected.
5924      Branch: perl
5925            ! ext/Time/HiRes/HiRes.t
5926 ____________________________________________________________________________
5927 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
5928         Log: No Socket, little Net.
5929      Branch: perl
5930            ! t/lib/1_compile.t
5931 ____________________________________________________________________________
5932 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
5933         Log: Take the taint brush to the getcwds.
5934      Branch: perl
5935            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
5936 ____________________________________________________________________________
5937 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
5938         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
5939              From: "Craig A. Berry" <craigberry@mac.com>
5940              Date: Sun, 25 Nov 2001 16:20:45 -0600
5941              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
5942      Branch: perl
5943            ! ext/Socket/Socket.xs
5944 ____________________________________________________________________________
5945 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
5946         Log: Since in some DOS filesystems the timestamp granularity
5947              may be only two seconds, better sleep for three to play safe.
5948              (Helps CygWin, at least.)
5949      Branch: perl
5950            ! lib/Memoize/t/expire_file.t
5951 ____________________________________________________________________________
5952 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
5953         Log: For some reason CygWin wasn't collapsing multiple
5954              slashes into one, which made some Spec.t tests to fail.
5955              Either CygWin was being too prudish or the collapsing
5956              logic needs to be rethunk.
5957      Branch: perl
5958            ! lib/File/Spec/Unix.pm
5959 ____________________________________________________________________________
5960 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
5961         Log: Cygwin needs to have libperl.dll around if trying to link
5962              with -lperl.  Note: this change cures the test but whether
5963              it cures CygPerl installation, I don't know: hopefully the
5964              libperl5_7_2.dll, or the version equivalent, gets installed
5965              also as libperl.dll to the proper place(s).
5966      Branch: perl
5967            ! lib/ExtUtils/Embed.t
5968 ____________________________________________________________________________
5969 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
5970         Log: -I../lib/.. and -L../lib/..?  Strange.
5971      Branch: perl
5972            ! lib/ExtUtils/Embed.t
5973 ____________________________________________________________________________
5974 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
5975         Log: $MM?
5976      Branch: perl
5977            ! lib/ExtUtils/Embed.pm
5978 ____________________________________________________________________________
5979 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
5980         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
5981              From: Dave Rolsky <autarch@urth.org>
5982              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
5983              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
5984      Branch: perl
5985            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
5986            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
5987 ____________________________________________________________________________
5988 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
5989         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
5990              From: chromatic <chromatic@rmci.net>
5991              Date: Sat, 24 Nov 2001 14:56:57 -0700
5992              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
5993              
5994              plus a tweak for ithreads builds.
5995      Branch: perl
5996            + lib/DB.t
5997            ! MANIFEST lib/DB.pm
5998 ____________________________________________________________________________
5999 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
6000         Log: Win32 compilation tweaks for Blair Zajac.
6001      Branch: perl
6002            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
6003 ____________________________________________________________________________
6004 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
6005         Log: I don't think trying to bracket the hires time with lores
6006              times is going to be portable enough: Cygwin seems to be
6007              capable of getting hires ones rather consistently lower
6008              than the lores ones.  So let's try average difference instead.
6009      Branch: perl
6010            ! ext/Time/HiRes/HiRes.t
6011 ____________________________________________________________________________
6012 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
6013         Log: Subject: Re: benchmarks, sorts and reproducibility
6014              From: "John P. Linderman" <jpl@research.att.com>
6015              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
6016              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
6017              
6018              Randomize large partitions for quicksort to dodge the
6019              angry gods of quadratic.
6020      Branch: perl
6021            ! pp_sort.c
6022 ____________________________________________________________________________
6023 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
6024         Log: The joys of portable quoting.
6025      Branch: perl
6026            ! ext/Devel/PPPort/harness/Makefile.PL
6027 ____________________________________________________________________________
6028 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
6029         Log: sort pragma tweaks.
6030      Branch: perl
6031            ! lib/sort.pm
6032 ____________________________________________________________________________
6033 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
6034         Log: Skip the link= directives of utils.lst if no mandir
6035              (if no manpages).
6036      Branch: perl
6037            ! installman
6038 ____________________________________________________________________________
6039 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
6040         Log: integrate changes#8340,13260 from mainline
6041              
6042              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
6043              
6044              change#3373 introduced a handle leak in backticks and piped open()s
6045              that fail
6046      Branch: maint-5.6/perl
6047            ! t/io/pipe.t util.c
6048 ____________________________________________________________________________
6049 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
6050         Log: change#3373 introduced a handle leak in backticks and piped open()s
6051              that fail
6052      Branch: perl
6053            ! util.c
6054 ____________________________________________________________________________
6055 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
6056         Log: metaconfig unit change for #13258.
6057      Branch: metaconfig/U/perl
6058            ! d_procselfexe.U
6059 ____________________________________________________________________________
6060 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
6061         Log: Extraenous breaks noticed by David Dyck.
6062      Branch: perl
6063            ! Configure
6064 ____________________________________________________________________________
6065 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
6066         Log: Revert the /proc/self/auxv experiment for now.
6067      Branch: perl
6068            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
6069 ____________________________________________________________________________
6070 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
6071         Log: Also ExtUtils.t had $^X assumptions.
6072      Branch: perl
6073            ! lib/ExtUtils.t
6074 ____________________________________________________________________________
6075 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
6076         Log: Now is Solaris if you start the t/perl in the t/
6077              as "./perl", the $^X will be "../perl", not "./perl".
6078      Branch: perl
6079            ! t/lib/1_compile.t
6080 ____________________________________________________________________________
6081 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
6082         Log: The new way of finding out $^X in Solaris
6083              requires a little tweak if the executable
6084              pathname is *not* absolute: prepend "./"
6085              (otherwise `$^X ...` will start perl from PATH...)
6086      Branch: perl
6087            ! perl.c
6088 ____________________________________________________________________________
6089 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
6090         Log: Avoid "will not stay shared" warnings.
6091      Branch: perl
6092            ! lib/ExtUtils/MM_Unix.pm
6093 ____________________________________________________________________________
6094 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
6095         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
6096              From: Michael G Schwern <schwern@pobox.com>
6097              Date: Sat, 24 Nov 2001 19:56:18 -0500
6098              Message-ID: <20011124195618.A14614@blackrider>            
6099      Branch: perl
6100            ! perl.c pp_sys.c t/op/magic.t util.c
6101 ____________________________________________________________________________
6102 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
6103         Log: In the MakeMaker pm_to_blib target don't copy all
6104              the files in one fell swppo, deal with them hunkwise,
6105              helps for CLIs with limited line lengths.
6106              (This seems to help for DJGPP building Encode,
6107              where there are dozens of files to copy.)
6108      Branch: perl
6109            ! lib/ExtUtils/MM_Unix.pm
6110 ____________________________________________________________________________
6111 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
6112         Log: testsuite leaves stray files behind on windows
6113      Branch: perl
6114            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
6115 ____________________________________________________________________________
6116 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
6117         Log: xsubpp produces a spurious warning on directories called 'typemap'
6118      Branch: perl
6119            ! lib/ExtUtils/xsubpp
6120 ____________________________________________________________________________
6121 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
6122         Log: xsubpp treats invalid (indented) cpp directives as comments
6123      Branch: perl
6124            ! ext/IO/IO.xs
6125 ____________________________________________________________________________
6126 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
6127         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
6128      Branch: perl
6129            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
6130 ____________________________________________________________________________
6131 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
6132         Log: The debug_pag needs to be visible at all times
6133              because of the re extension.
6134      Branch: perl
6135            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
6136 ____________________________________________________________________________
6137 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
6138         Log: Subject: Re: [PATCH] Tests are good
6139              From: Philip Newton <Philip.Newton@gmx.net>
6140              Date: Sat, 24 Nov 2001 21:24:00 +0100
6141              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
6142      Branch: perl
6143            ! pod/perlhack.pod
6144 ____________________________________________________________________________
6145 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
6146         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
6147              From: "Craig A. Berry" <craigberry@mac.com> 
6148              Date: Sat, 24 Nov 2001 12:45:44 -0600
6149              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
6150              
6151              (with tweaks, and combined with Sarathy's #13242)
6152      Branch: perl
6153            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
6154 ____________________________________________________________________________
6155 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
6156         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
6157              From: John Peacock <jpeacock@rowman.com>
6158              Date: Sat, 24 Nov 2001 14:27:46 -0500
6159              Message-ID: <3BFFF4B2.40509@rowman.com> 
6160      Branch: perl
6161            ! lib/Exporter/Heavy.pm
6162 ____________________________________________________________________________
6163 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
6164         Log: use portable quotes
6165      Branch: perl
6166            ! ext/Devel/PPPort/harness/Makefile.PL
6167 ____________________________________________________________________________
6168 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
6169         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
6170              From: Nicholas Clark <nick@ccl4.org>
6171              Date: Sat, 24 Nov 2001 18:06:26 +0000
6172              Message-ID: <20011124180626.T37621@plum.flirble.org>
6173      Branch: perl
6174            ! installman
6175 ____________________________________________________________________________
6176 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
6177         Log: Subject: [PATCH] perl5005delta.pod L<>
6178              From: Nicholas Clark <nick@ccl4.org>
6179              Date: Sat, 24 Nov 2001 18:04:21 +0000
6180              Message-ID: <20011124180421.S37621@plum.flirble.org>
6181      Branch: perl
6182            ! pod/perl5005delta.pod
6183 ____________________________________________________________________________
6184 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
6185         Log: fix typo in config.vc; regenerate win32 config_H.* files
6186      Branch: perl
6187            ! win32/config.vc win32/config_H.bc win32/config_H.gc
6188            ! win32/config_H.vc
6189 ____________________________________________________________________________
6190 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
6191         Log: Mention the charnames::vianame().
6192      Branch: perl
6193            ! pod/perluniintro.pod
6194 ____________________________________________________________________________
6195 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
6196         Log: Add charnames::vianame() in case people want to access
6197              the codes in run-time (as opposed to the compile-timeness
6198              of \N{...}).
6199      Branch: perl
6200            ! lib/charnames.pm lib/charnames.t
6201 ____________________________________________________________________________
6202 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
6203         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
6204              From: Nicholas Clark <nick@ccl4.org>
6205              Date: Sat, 24 Nov 2001 16:30:42 +0000
6206              Message-ID: <20011124163042.R37621@plum.flirble.org>
6207      Branch: perl
6208            ! regcomp.c regcomp.h
6209 ____________________________________________________________________________
6210 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
6211         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
6212              From: Nicholas Clark <nick@ccl4.org>
6213              Date: Sat, 24 Nov 2001 16:24:33 +0000
6214              Message-ID: <20011124162433.Q37621@plum.flirble.org>
6215              
6216              cmp fixes.
6217      Branch: perl
6218            ! pp.c
6219 ____________________________________________________________________________
6220 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
6221         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
6222              (It seems that "./perl" gets resolved to "perl" now.)
6223      Branch: perl
6224            ! perl.c
6225 ____________________________________________________________________________
6226 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
6227         Log: Subject: [PATCH] DB_File 1.800        
6228              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
6229              Date: Sat, 24 Nov 2001 11:41:41 -0000
6230              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
6231      Branch: perl
6232            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6233            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
6234            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
6235            ! ext/DB_File/t/db-recno.t
6236 ____________________________________________________________________________
6237 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
6238         Log: Tweak the PUSHED documentation.
6239      Branch: perl
6240            ! ext/PerlIO/Via/Via.pm
6241 ____________________________________________________________________________
6242 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
6243         Log: Update 1_compile for new known tests.
6244      Branch: perl
6245            ! t/lib/1_compile.t
6246 ____________________________________________________________________________
6247 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
6248         Log: Move the MBF/MBI test modules to t/lib.
6249      Branch: perl
6250            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
6251            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
6252            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
6253            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
6254            ! lib/Math/BigInt/t/sub_mbi.t
6255 ____________________________________________________________________________
6256 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
6257         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
6258              From: "Craig A. Berry" <craigberry@mac.com> 
6259              Date: Fri, 23 Nov 2001 18:05:35 -0600
6260              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
6261      Branch: perl
6262            ! configure.com
6263 ____________________________________________________________________________
6264 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
6265         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
6266              From: PPrymmer@factset.com 
6267              Date: Fri, 23 Nov 2001 17:03:07 -0500
6268              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
6269      Branch: perl
6270            ! ext/Unicode/Normalize/mkheader
6271 ____________________________________________________________________________
6272 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
6273         Log: Here are the right helper files.
6274      Branch: perl
6275            + t/lib/Filter/Simple/ExportTest.pm
6276            + t/lib/Filter/Simple/FilterOnlyTest.pm
6277            + t/lib/Filter/Simple/FilterTest.pm
6278            + t/lib/Filter/Simple/ImportTest.pm
6279            ! MANIFEST
6280 ____________________________________________________________________________
6281 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
6282         Log: Update Changes.
6283      Branch: perl
6284            ! Changes patchlevel.h
6285 ____________________________________________________________________________
6286 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
6287         Log: Never mind.
6288      Branch: perl
6289            - lib/Filter/Simple/lib/ExportTest.pm
6290            - lib/Filter/Simple/lib/ImportTest.pm
6291 ____________________________________________________________________________
6292 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
6293         Log: Mis-add.
6294      Branch: perl
6295            + lib/Filter/Simple/lib/ExportTest.pm
6296            + lib/Filter/Simple/lib/ImportTest.pm
6297 ____________________________________________________________________________
6298 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
6299         Log: Upgrade to Filter::Simple 0.77.
6300      Branch: perl
6301            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
6302            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
6303            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
6304            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
6305            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
6306 ____________________________________________________________________________
6307 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
6308         Log: Missing p4 add.
6309      Branch: perl
6310            + lib/ExtUtils/MM_VMS.t
6311 ____________________________________________________________________________
6312 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
6313         Log: Pass 5 at perldelta - module and utility updates cleanup.
6314      Branch: perl
6315            ! pod/perldelta.pod
6316 ____________________________________________________________________________
6317 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
6318         Log: metaconfig unit change for #13219.
6319      Branch: metaconfig/U/perl
6320            ! d_procselfexe.U
6321 ____________________________________________________________________________
6322 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
6323         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
6324      Branch: perl
6325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6326            ! pod/buildtoc.PL pod/perltoc.pod
6327 ____________________________________________________________________________
6328 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
6329         Log: Add procselfexe and d_dirfd to strange lands.
6330      Branch: perl
6331            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6332            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6333            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6334            ! win32/config.gc win32/config.vc win32/config.win64
6335            ! wince/config.ce
6336 ____________________________________________________________________________
6337 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
6338         Log: metaconfig unit change for #13216.
6339      Branch: metaconfig/U/perl
6340            ! d_procselfexe.U
6341 ____________________________________________________________________________
6342 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
6343         Log: Better to "quote" the pathname.
6344      Branch: perl
6345            ! Configure config_h.SH
6346 ____________________________________________________________________________
6347 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
6348         Log: Use PROCSELFEXE_PATH.
6349      Branch: perl
6350            ! perl.c
6351 ____________________________________________________________________________
6352 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
6353         Log: metaconfig unit change for #13213.
6354      Branch: metaconfig/U/perl
6355            ! d_procselfexe.U
6356 ____________________________________________________________________________
6357 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
6358         Log: Add probing for BSD-like /proc/curpoc/file.
6359      Branch: perl
6360            ! Configure config_h.SH
6361 ____________________________________________________________________________
6362 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
6363         Log: metaconfig unit change for 13211.
6364      Branch: metaconfig/U/perl
6365            + d_dirfd.U
6366 ____________________________________________________________________________
6367 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
6368         Log: Add probing for dirfd() so that it can be added it IO::Dir.
6369      Branch: perl
6370            ! Configure config_h.SH perl.h
6371 ____________________________________________________________________________
6372 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
6373         Log: ...and update the test count.
6374      Branch: perl
6375            ! lib/Pod/t/basic.t
6376 ____________________________________________________________________________
6377 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
6378         Log: Must remove the cap test also from the test script.
6379      Branch: perl
6380            ! lib/Pod/t/basic.t
6381 ____________________________________________________________________________
6382 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
6383         Log: Subject: [PATCH] Tests are good
6384              From: Nicholas Clark <nick@ccl4.org>
6385              Date: Fri, 23 Nov 2001 18:12:21 +0000
6386              Message-ID: <20011123181220.F37621@plum.flirble.org>
6387      Branch: perl
6388            ! pod/perlhack.pod
6389 ____________________________________________________________________________
6390 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
6391         Log: The basic.cap from podlators 1.14 is not very portable.
6392      Branch: perl
6393            - lib/Pod/t/basic.cap
6394            ! MANIFEST
6395 ____________________________________________________________________________
6396 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
6397         Log: Subject: Re: [DOC PATCHES] pod cleanups
6398              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6399              Date: 22 Nov 2001 12:54:16 -0000
6400              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
6401      Branch: perl
6402            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
6403            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
6404 ____________________________________________________________________________
6405 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
6406         Log: FAQ sync.
6407      Branch: perl
6408            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
6409 ____________________________________________________________________________
6410 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
6411         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
6412              From: PPrymmer@factset.com
6413              Date: Fri, 23 Nov 2001 11:43:45 -0500
6414              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
6415      Branch: perl
6416            ! MANIFEST lib/ExtUtils/MM_VMS.pm
6417 ____________________________________________________________________________
6418 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
6419         Log: Corify podlators 1.14 test.
6420      Branch: perl
6421            ! lib/Pod/t/basic.t
6422 ____________________________________________________________________________
6423 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
6424         Log: Output tweak needed because of podlators 1.14.
6425      Branch: perl
6426            ! t/pod/multiline_items.xr
6427 ____________________________________________________________________________
6428 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
6429         Log: Upgrade to podlators 1.14.
6430      Branch: perl
6431            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
6432            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
6433            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
6434            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
6435            ! lib/Pod/Text/Overstrike.pm
6436 ____________________________________________________________________________
6437 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
6438         Log: perlmodinstall tweaks from Philip Newton.
6439      Branch: perl
6440            ! pod/perlmodinstall.pod
6441 ____________________________________________________________________________
6442 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
6443         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
6444              From: Autrijus Tang <autrijus@autrijus.org>           
6445              Date: Fri, 23 Nov 2001 23:55:53 +0800
6446              Message-ID: <20011123235553.A2310@not.autrijus.org>
6447      Branch: perl
6448            ! Porting/genlog
6449 ____________________________________________________________________________
6450 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
6451         Log: Subject: Re: regex oddness with \Z and $&
6452              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
6453              Date: Fri, 23 Nov 2001 15:15:24 +0000
6454              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
6455      Branch: perl
6456            ! regcomp.c t/op/re_tests
6457 ____________________________________________________________________________
6458 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
6459         Log: regen_headers.
6460      Branch: perl
6461            ! embed.h global.sym pod/perlapi.pod proto.h
6462 ____________________________________________________________________________
6463 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
6464         Log: Forgotten check-in.
6465      Branch: perl
6466            ! pod/perlapi.pod
6467 ____________________________________________________________________________
6468 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
6469         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
6470      Branch: perl
6471            ! lib/Test/Simple.pm
6472 ____________________________________________________________________________
6473 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
6474         Log: Retract #13173 (effectively retract Net::Ping 2.06,
6475              go back to 2.04, the 2.06 hasn't seen the patches
6476              that have gone to the blead version.)
6477      Branch: perl
6478            - lib/Net/Ping/CHANGES lib/Net/Ping/README
6479            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6480            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6481            - lib/Net/Ping/t/200_ping_tcp.t
6482            ! MANIFEST lib/Net/Ping.pm
6483 ____________________________________________________________________________
6484 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
6485         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
6486              From: Robin Barker <rmb1@cise.npl.co.uk>
6487              Date: Thu, 22 Nov 2001 11:00:38 GMT
6488              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
6489      Branch: perl
6490            ! utils/perldoc.PL
6491 ____________________________________________________________________________
6492 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
6493         Log: metaconfig unit change for #13191.
6494      Branch: metaconfig/U/perl
6495            ! d_procselfexe.U
6496 ____________________________________________________________________________
6497 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
6498         Log: procselfexe tweak: for some reason I had a ls in
6499              /proc/self/exe, not the ls Configure thought it
6500              would found.
6501      Branch: perl
6502            ! Configure
6503 ____________________________________________________________________________
6504 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
6505         Log: Corify the Net::Ping tests; skip the tests
6506              unless $ENV{PERL_TEST_Net_Ping} is true.
6507      Branch: perl
6508            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6509            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6510            ! lib/Net/Ping/t/200_ping_tcp.t
6511 ____________________________________________________________________________
6512 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
6513         Log: metaconfig units changes for #13188.
6514      Branch: metaconfig
6515            ! U/modified/Head.U
6516      Branch: metaconfig/U/perl
6517            ! issymlink.U
6518 ____________________________________________________________________________
6519 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
6520         Log: The #13182 didn't really help.  The real problem
6521              seems to be that 'sh' can in AIX mean at least three
6522              different things, and we can't know which one it is
6523              unless we export $newsh from an earlier run (and it's
6524              the 'bsh' aka 'sh' that has the the broken test -h).
6525      Branch: perl
6526            ! Configure
6527 ____________________________________________________________________________
6528 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
6529         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
6530      Branch: perl
6531            ! op.c t/op/override.t
6532 ____________________________________________________________________________
6533 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
6534         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
6535              From: PPrymmer@factset.com 
6536              Date: Wed, 21 Nov 2001 20:17:25 -0500
6537              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
6538      Branch: perl
6539            ! lib/Shell.t
6540 ____________________________________________________________________________
6541 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
6542         Log: Reapply perlmodinstall parts of #12897.
6543      Branch: perl
6544            ! pod/perlmodinstall.pod
6545 ____________________________________________________________________________
6546 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
6547         Log: perlmodinstall 2.01 from Jon Orwant.
6548      Branch: perl
6549            ! pod/perlmodinstall.pod
6550 ____________________________________________________________________________
6551 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
6552         Log: Subject: [PATCH @10907] REXX on OS/2
6553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6554              Date: Wed, 21 Nov 2001 15:26:11 -0500
6555              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
6556      Branch: perl
6557            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
6558            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
6559 ____________________________________________________________________________
6560 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
6561         Log: metaconfig unit change for #13181.
6562      Branch: metaconfig/U/perl
6563            ! issymlink.U
6564 ____________________________________________________________________________
6565 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
6566         Log: AIX has broken builtin 'test'.
6567      Branch: perl
6568            ! Configure
6569 ____________________________________________________________________________
6570 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
6571         Log: Subject: [PATCH 5.7.x] INSTALL size update
6572              From: Andy Dougherty <doughera@lafayette.edu>
6573              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
6574              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
6575      Branch: perl
6576            ! INSTALL
6577 ____________________________________________________________________________
6578 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
6579         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
6580              to pp_sort.c.  Includes the quicksort stabilizing layer
6581              from John P. Linderman.  -Msort=qsort or -Msort=fast is
6582              faster than without (or with -Msort=mergesort or -Msort=safe)
6583              for short random inputs, but for some reason not quite as fast
6584              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
6585              optimizing definitely needed.
6586      Branch: perl
6587            + lib/sort.pm lib/sort.t pp_sort.c
6588            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
6589            ! embed.pl global.sym perl.h pp_ctl.c proto.h
6590            ! vms/descrip_mms.template vos/build.cm win32/Makefile
6591            ! win32/makefile.mk wince/Makefile.ce
6592 ____________________________________________________________________________
6593 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
6594         Log: Sync file with libnet-1.0901-tobe
6595      Branch: perl
6596            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
6597            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
6598            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
6599            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
6600            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
6601 ____________________________________________________________________________
6602 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
6603         Log: Subject: [PATCH perldoc] problems with pod2man
6604              From: Robin Barker <rmb1@cise.npl.co.uk>
6605              Date: Wed, 21 Nov 2001 17:48:51 GMT
6606              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
6607      Branch: perl
6608            ! utils/perldoc.PL
6609 ____________________________________________________________________________
6610 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
6611         Log: debug_pad only visible when debugging.
6612      Branch: perl
6613            ! makedef.pl
6614 ____________________________________________________________________________
6615 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
6616         Log: metaconfig units changes for #13174.
6617      Branch: metaconfig/U/perl
6618            + d_procselfexe.U
6619            - procselfexe.U
6620 ____________________________________________________________________________
6621 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
6622         Log: procselfexe tweaks.
6623      Branch: perl
6624            ! Configure config_h.SH
6625 ____________________________________________________________________________
6626 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
6627         Log: Upgrade to Net::Ping 2.06.
6628      Branch: perl
6629            + lib/Net/Ping/CHANGES lib/Net/Ping/README
6630            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
6631            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
6632            + lib/Net/Ping/t/200_ping_tcp.t
6633            ! MANIFEST lib/Net/Ping.pm
6634 ____________________________________________________________________________
6635 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
6636         Log: Upgrade to Math::BigInt 1.47.
6637      Branch: perl
6638            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6639            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6640            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6641            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
6642            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
6643            ! lib/Math/BigInt/t/sub_mbi.t
6644 ____________________________________________________________________________
6645 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
6646         Log: Dynaloading for POSIX-BC from Thomas Dorner.
6647      Branch: perl
6648            ! hints/posix-bc.sh
6649 ____________________________________________________________________________
6650 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
6651         Log: Strange: the same mysterious regex study bug
6652              seems to be present both in OS/390 and POSIX-BC.
6653              Deep EBCDIC magic that regex engine gets wrong,
6654              or a bug in some compiler/library shared by the
6655              two platforms?  From Thomas Dorner.
6656      Branch: perl
6657            ! t/op/study.t
6658 ____________________________________________________________________________
6659 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
6660         Log: More lost and found.
6661      Branch: perl
6662            + lib/Test/Simple/README
6663            ! MANIFEST
6664 ____________________________________________________________________________
6665 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
6666         Log: MANIFESTly missing.
6667      Branch: perl
6668            ! MANIFEST
6669 ____________________________________________________________________________
6670 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
6671         Log: Subject: Re: PERFORCE change 13162 for review               
6672              From: Philip Newton <Philip.Newton@gmx.net> 
6673              Date: Wed, 21 Nov 2001 16:44:30 +0100
6674              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
6675      Branch: perl
6676            ! ext/Devel/PPPort/PPPort.pm
6677 ____________________________________________________________________________
6678 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
6679         Log: Update Changes.
6680      Branch: perl
6681            ! Changes patchlevel.h
6682 ____________________________________________________________________________
6683 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
6684         Log: Small doc tweaks.
6685      Branch: perl
6686            ! ext/PerlIO/Via/Via.pm
6687 ____________________________________________________________________________
6688 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
6689         Log: Redundant return.
6690      Branch: perl
6691            ! ext/MIME/Base64/QuotedPrint.pm
6692 ____________________________________________________________________________
6693 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
6694         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
6695              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
6696              Date: Wed, 21 Nov 2001 10:23:16 +0100
6697              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
6698      Branch: perl
6699            ! pp_pack.c t/op/pack.t
6700 ____________________________________________________________________________
6701 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
6702         Log: Add Devel::PPPort originally from Kenneth Albanowski,
6703              revigorated by Paul Marquess: gives h2xs a Perl version
6704              portability boost.
6705      Branch: perl
6706            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
6707            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
6708            + ext/Devel/PPPort/harness/Harness.pm
6709            + ext/Devel/PPPort/harness/Harness.xs
6710            + ext/Devel/PPPort/harness/Makefile.PL
6711            + ext/Devel/PPPort/harness/module2.c
6712            + ext/Devel/PPPort/harness/module3.c
6713            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
6714            ! MANIFEST lib/h2xs.t utils/h2xs.PL
6715 ____________________________________________________________________________
6716 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
6717         Log: Oops.
6718      Branch: perl
6719            ! lib/Test/Simple/t/filehandles.t
6720 ____________________________________________________________________________
6721 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
6722         Log: Subject: Re: PERFORCE change 13152 for review               
6723              From: Philip Newton <Philip.Newton@gmx.net> 
6724              Date: Wed, 21 Nov 2001 09:04:05 +0100
6725              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
6726      Branch: perl
6727            ! lib/Test/Builder.pm
6728 ____________________________________________________________________________
6729 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
6730         Log: Subject: Re: PERFORCE change 13142 for review
6731              From: Philip Newton <Philip.Newton@gmx.net>
6732              Date: Wed, 21 Nov 2001 09:04:03 +0100
6733              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
6734              
6735              plus rewrap few paragraphs.
6736      Branch: perl
6737            ! lib/Pod/LaTeX.pm
6738 ____________________________________________________________________________
6739 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
6740         Log: Integrate #13154 from macperl; Remove comments.
6741      Branch: perl
6742           !> lib/File/Spec/Mac.pm
6743 ____________________________________________________________________________
6744 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
6745         Log: Update the list of modules having tests.
6746      Branch: perl
6747            ! t/lib/1_compile.t
6748 ____________________________________________________________________________
6749 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
6750         Log: Slight doc changes.
6751      Branch: maint-5.6/macperl
6752            ! macos/macperl/MacPerl.podhelp
6753 ____________________________________________________________________________
6754 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
6755         Log: Add UTF-16 coercion.
6756      Branch: maint-5.6/macperl
6757            ! macos/lib/Mac/AppleEvents/Simple.pm
6758 ____________________________________________________________________________
6759 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
6760         Log: Remove comments.
6761      Branch: maint-5.6/macperl
6762            ! lib/File/Spec/Mac.pm
6763 ____________________________________________________________________________
6764 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
6765         Log: Fix FSpGetCatInfo (and other functions) corrupting
6766              memory with bad filespecs (bug #471867)
6767      Branch: maint-5.6/macperl
6768            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
6769 ____________________________________________________________________________
6770 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
6771         Log: Upgrade to Test::Simple 0.33.
6772      Branch: perl
6773            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
6774            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
6775            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
6776 ____________________________________________________________________________
6777 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
6778         Log: Upgrade to Test::Harness 1.26.
6779      Branch: perl
6780            ! lib/Test/Harness.pm lib/Test/Harness/Changes
6781 ____________________________________________________________________________
6782 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
6783         Log: Integrate change #13145 from maintperl;
6784              another compatibility tweak to change#12559: avoid quoting
6785              arguments that already have quotes; add test case
6786      Branch: perl
6787           !> t/op/system_tests win32/win32.c
6788 ____________________________________________________________________________
6789 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
6790         Log: integrate change#13147 from mainline (fixes nit in change#10091)
6791              
6792              Subject: [PATCH] spaceship and refs
6793      Branch: maint-5.6/perl
6794            ! pp.c pp_hot.c t/op/cmp.t
6795 ____________________________________________________________________________
6796 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
6797         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
6798              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
6799              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
6800              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
6801      Branch: perl
6802            + lib/Pod/t/utils.t
6803            ! MANIFEST
6804 ____________________________________________________________________________
6805 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
6806         Log: Subject: [PATCH] spaceship and refs
6807              From: Nicholas Clark <nick@ccl4.org>
6808              Date: Tue, 20 Nov 2001 21:59:51 +0000
6809              Message-ID: <20011120215951.U62891@plum.flirble.org> 
6810      Branch: perl
6811            ! pp.c pp_hot.c t/op/cmp.t
6812 ____________________________________________________________________________
6813 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
6814         Log: Try to clarify which I/O call operates on bytes,
6815              which on characters, which on either.
6816      Branch: perl
6817            ! pod/perlfunc.pod
6818 ____________________________________________________________________________
6819 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
6820         Log: another compatibility tweak to change#12559: avoid quoting
6821              arguments that already have quotes; add test case
6822      Branch: maint-5.6/perl
6823            ! t/op/system_tests win32/win32.c
6824 ____________________________________________________________________________
6825 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
6826         Log: Give a simple example of writing PerlIO::Via handlers
6827              in Perl.
6828      Branch: perl
6829            ! ext/PerlIO/Via/Via.pm
6830 ____________________________________________________________________________
6831 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
6832         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
6833      Branch: perl
6834            + lib/Pod/t/latex.t
6835            ! MANIFEST
6836 ____________________________________________________________________________
6837 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
6838         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
6839              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6840              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
6841              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
6842      Branch: perl
6843            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
6844 ____________________________________________________________________________
6845 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
6846         Log: Spread d_procselfexe to far-off lands (undefined).
6847      Branch: perl
6848            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
6849            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
6850            ! vos/config.ga.def vos/config.ga.h win32/config.bc
6851            ! win32/config.gc win32/config.vc win32/config.win64
6852            ! wince/config.ce
6853 ____________________________________________________________________________
6854 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
6855         Log: Integrate perlio; add detection and use of /proc/self/exe
6856              (Linuxism for finding the absolute path of the executable)
6857      Branch: perl
6858           !> Configure config_h.SH perl.c t/op/magic.t
6859 ____________________________________________________________________________
6860 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
6861         Log: Really define do_report_used() only if DEBUGGING.
6862      Branch: perl
6863            ! sv.c
6864 ____________________________________________________________________________
6865 [ 13138] By: nick                                  on 2001/11/20  20:01:05
6866         Log: perl.c change to use HAS_PROCSELFEXE, also
6867              tweak to $^X test to comprehend full path to real executable
6868              being returned (like Cygwin as it happens...)
6869      Branch: perlio
6870            ! perl.c t/op/magic.t
6871 ____________________________________________________________________________
6872 [ 13137] By: nick                                  on 2001/11/20  19:46:00
6873         Log: Integrate mainline
6874      Branch: perlio
6875           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
6876           +> lib/NEXT/t/unseen.t
6877            - lib/NEXT/test.pl
6878           !> (integrate 34 files)
6879 ____________________________________________________________________________
6880 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
6881         Log: Subject: [?PATCH] terser pp_eq
6882              From: Nicholas Clark <nick@ccl4.org>
6883              Date: Mon, 19 Nov 2001 23:09:02 +0000
6884              Message-ID: <20011119230901.O62891@plum.flirble.org>
6885      Branch: perl
6886            ! pp_hot.c
6887 ____________________________________________________________________________
6888 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
6889         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
6890      Branch: perl
6891            ! pod/perldelta.pod
6892 ____________________________________________________________________________
6893 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
6894         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6895              From: Andy Dougherty <doughera@lafayette.edu>
6896              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
6897              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
6898      Branch: perl
6899            ! ext/re/Makefile.PL ext/re/re.xs
6900 ____________________________________________________________________________
6901 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
6902         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
6903              From: Andy Dougherty <doughera@lafayette.edu>
6904              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
6905              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
6906      Branch: perl
6907            ! ext/re/re.xs
6908 ____________________________________________________________________________
6909 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
6910         Log: Integrate change #13119 from macperl.
6911              (No changes since already applied the patch,
6912              just keep perforce happy and well-fed.)
6913      Branch: perl
6914           !> lib/Pod/Html.pm
6915 ____________________________________________________________________________
6916 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
6917         Log: Subject: [PATCH] filter-util.pl for Mac OS
6918              From: Chris Nandor <pudge@pobox.com>
6919              Date: Tue, 20 Nov 2001 00:16:11 -0500
6920              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
6921      Branch: perl
6922            ! t/lib/filter-util.pl
6923 ____________________________________________________________________________
6924 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
6925         Log: Subject: [PATCH] Portability fix for Pod::Html
6926              From: Chris Nandor <pudge@pobox.com>
6927              Date: Tue, 20 Nov 2001 00:01:05 -0500
6928              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
6929      Branch: perl
6930            ! lib/Pod/Html.pm
6931 ____________________________________________________________________________
6932 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
6933         Log: Need to skip more tests if not perlio.
6934      Branch: perl
6935            ! lib/open.t
6936 ____________________________________________________________________________
6937 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
6938         Log: Pass 3 at perldelta - sort the lists of new modules,
6939              module improvements, and new platforms.
6940      Branch: perl
6941            ! pod/perldelta.pod
6942 ____________________________________________________________________________
6943 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
6944         Log: Document ${^OPEN}.
6945      Branch: perl
6946            ! pod/perlvar.pod
6947 ____________________________________________________________________________
6948 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
6949         Log: Make configpm work with extra keys
6950      Branch: maint-5.6/macperl
6951            ! macos/configpm
6952 ____________________________________________________________________________
6953 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
6954         Log: Version and doc updates
6955      Branch: maint-5.6/macperl
6956            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
6957 ____________________________________________________________________________
6958 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
6959         Log: More fixes for error message parsing (bug #470316)
6960      Branch: maint-5.6/macperl
6961            ! macos/macish.c
6962 ____________________________________________________________________________
6963 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
6964         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
6965              remove obsolete function (bug #465225)
6966      Branch: maint-5.6/macperl
6967            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
6968            ! macos/macperl/MPScript.c
6969 ____________________________________________________________________________
6970 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
6971         Log: Add p2as droplet to distribution.
6972      Branch: maint-5.6/macperl
6973            + macos/macperl/Droplets/p2as.plx
6974 ____________________________________________________________________________
6975 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
6976         Log: Bundle File::Sort.
6977      Branch: maint-5.6/macperl
6978            + macos/bundled_lib/blib/lib/File/Sort.pm
6979 ____________________________________________________________________________
6980 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
6981         Log: Various bundled module fixes.
6982      Branch: maint-5.6/macperl
6983            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
6984            ! macos/bundled_ext/Digest/MD5/t/files.t
6985            ! macos/bundled_ext/Filter/t/filter-util.pl
6986            ! macos/bundled_lib/blib/lib/Net/Config.pm
6987            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6988 ____________________________________________________________________________
6989 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
6990         Log: Portability fix for Pod::Html.
6991      Branch: maint-5.6/macperl
6992            ! lib/Pod/Html.pm
6993 ____________________________________________________________________________
6994 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
6995         Log: Upgrade to Text::Balanced 1.89.
6996      Branch: perl
6997            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
6998            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
6999            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
7000            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
7001            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
7002            ! lib/Text/Balanced/t/gentag.t
7003 ____________________________________________________________________________
7004 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
7005         Log: Upgrade to NEXT 0.50.
7006      Branch: perl
7007            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
7008            + lib/NEXT/t/unseen.t
7009            - lib/NEXT/test.pl
7010            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
7011 ____________________________________________________________________________
7012 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
7013         Log: Integrate with maint-5.6/perl.
7014      Branch: maint-5.6/macperl
7015           !> win32/win32.c
7016 ____________________________________________________________________________
7017 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
7018         Log: Update the README.threads scary header a bit.
7019      Branch: perl
7020            ! README.threads
7021 ____________________________________________________________________________
7022 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
7023         Log: Pass 2 at perldelta: add some changes since 5.7.2.
7024      Branch: perl
7025            ! pod/perldelta.pod
7026 ____________________________________________________________________________
7027 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
7028         Log: Subject: [DOC PATCH] perlfaq4.pod 
7029              From: Tim Jenness <t.jenness@jach.hawaii.edu>
7030              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
7031              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
7032      Branch: perl
7033            ! pod/perlfaq4.pod
7034 ____________________________________________________________________________
7035 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
7036         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
7037              From: Michael G Schwern <schwern@pobox.com> 
7038              Date: Mon, 19 Nov 2001 19:53:12 -0500
7039              Message-ID: <20011119195311.I11883@blackrider>
7040      Branch: perl
7041            ! perl.c
7042 ____________________________________________________________________________
7043 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
7044         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
7045              From: PPrymmer@factset.com
7046              Date: Mon, 19 Nov 2001 17:08:59 -0500
7047              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
7048      Branch: perl
7049            ! vms/descrip_mms.template
7050 ____________________________________________________________________________
7051 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
7052         Log: Create a per-interpeter debug scratchpad container
7053              and use that for the regexec debugging.
7054      Branch: perl
7055            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
7056 ____________________________________________________________________________
7057 [ 13109] By: nick                                  on 2001/11/19  22:01:45
7058         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
7059              Configure unit detects the feature).
7060      Branch: metaconfig/U/perl
7061            + procselfexe.U
7062      Branch: perlio
7063            ! Configure config_h.SH
7064 ____________________________________________________________________________
7065 [ 13108] By: nick                                  on 2001/11/19  20:39:17
7066         Log: Integrate mainline
7067      Branch: perlio
7068           +> t/op/or.t
7069           !> (integrate 44 files)
7070 ____________________________________________________________________________
7071 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
7072         Log: sysseek tweak.
7073      Branch: perl
7074            ! pod/perlfunc.pod
7075 ____________________________________________________________________________
7076 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
7077         Log: Move the sysio tests from io/utf8 to lib/open.
7078      Branch: perl
7079            ! lib/open.t t/io/utf8.t
7080 ____________________________________________________________________________
7081 [ 13105] By: nick                                  on 2001/11/19  20:15:39
7082         Log: Add a .package and a README to //depot/metaconfig
7083      Branch: metaconfig
7084            + .package README
7085 ____________________________________________________________________________
7086 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
7087         Log: Thou shalt not mix stdio and sysio.
7088      Branch: perl
7089            ! t/io/utf8.t
7090 ____________________________________________________________________________
7091 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
7092         Log: Update Changes.
7093      Branch: perl
7094            ! Changes patchlevel.h
7095 ____________________________________________________________________________
7096 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
7097         Log: The runops_debug needs to be present always, otherwise
7098              places like AIX which need an explicit symbol export list
7099              will croak when trying to build Devel::Peek (which uses
7100              the runops_debug).
7101      Branch: perl
7102            ! makedef.pl
7103 ____________________________________________________________________________
7104 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
7105         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
7106              From: PPrymmer@factset.com 
7107              Date: Mon, 19 Nov 2001 11:34:22 -0500
7108              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
7109      Branch: perl
7110            ! lib/Memoize/t/tie_sdbm.t
7111 ____________________________________________________________________________
7112 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
7113         Log: Retract #13088: it seems that unless dump.c is extensively
7114              reorganized as to what symbols it shows, when, and to whom,
7115              we are stuck with having the dump.o symbols in the libperl
7116              and thusly in the main Perl binary.
7117      Branch: perl
7118            ! embedvar.h perlapi.h perlvars.h
7119 ____________________________________________________________________________
7120 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
7121         Log: The _uni_display should not be in dump.c since they
7122              are used under normal operation (S_not_a_number()).
7123      Branch: perl
7124            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
7125 ____________________________________________________________________________
7126 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
7127         Log: Protect sv_dump() from being included unless DEBUGGING,
7128              as noticed by Ilya.
7129      Branch: perl
7130            ! sv.c
7131 ____________________________________________________________________________
7132 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
7133         Log: Pending further investigation skip the tell() tests.
7134              The tell() is okay on Solaris, HP-UX and Tru64, but fails
7135              (by returning too much) in Linux.
7136      Branch: perl
7137            ! t/io/utf8.t
7138 ____________________________________________________________________________
7139 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
7140         Log: Retract #13082 until a better solution is found:
7141              statics break ithreads.
7142      Branch: perl
7143            ! regexec.c
7144 ____________________________________________________________________________
7145 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
7146         Log: Figures 1 and 2 for UTF-8.
7147      Branch: perl
7148            ! pod/perlunicode.pod
7149 ____________________________________________________________________________
7150 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
7151         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
7152              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7153              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
7154              Message-ID: <20011119132645.A15034@rafael>
7155      Branch: perl
7156            ! op.c pod/perldiag.pod t/lib/warnings/op
7157 ____________________________________________________________________________
7158 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
7159         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
7160              From: Michael G Schwern <schwern@pobox.com> 
7161              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
7162              Message-ID: <20011119031112.E786@blackrider>
7163      Branch: perl
7164            ! t/op/closure.t
7165 ____________________________________________________________________________
7166 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
7167         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
7168              From: Michael G Schwern <schwern@pobox.com>
7169              Date: Mon, 19 Nov 2001 03:42:56 -0500
7170              Message-ID: <20011119034256.I786@blackrider>
7171      Branch: perl
7172            + t/op/or.t
7173            ! MANIFEST
7174 ____________________________________________________________________________
7175 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
7176         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
7177              From: "Craig A. Berry" <craigberry@mac.com>
7178              Date: Sun, 18 Nov 2001 14:33:48 -0600
7179              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
7180      Branch: perl
7181            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
7182 ____________________________________________________________________________
7183 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
7184         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
7185              From: Dave Rolsky <autarch@urth.org>
7186              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
7187              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
7188      Branch: perl
7189            ! lib/ExtUtils/Manifest.pm
7190 ____________________________________________________________________________
7191 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
7192         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
7193              From: Dave Rolsky <autarch@urth.org>
7194              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
7195              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
7196      Branch: perl
7197            ! lib/ExtUtils/Install.pm
7198 ____________________________________________________________________________
7199 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
7200         Log: The runops_dbg should not be needed.
7201      Branch: perl
7202            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
7203 ____________________________________________________________________________
7204 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
7205         Log: do_spawn() cleanup from Charles Lane.
7206      Branch: perl
7207            ! vms/vms.c
7208 ____________________________________________________________________________
7209 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
7210         Log: Update the list of tests.
7211      Branch: perl
7212            ! t/lib/1_compile.t
7213 ____________________________________________________________________________
7214 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
7215         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
7216              From: Michael G Schwern <schwern@pobox.com> 
7217              Date: Fri, 16 Nov 2001 17:37:04 -0500
7218              Message-ID: <20011116173703.L30160@blackrider>
7219      Branch: perl
7220            ! t/lib/warnings/sv
7221 ____________________________________________________________________________
7222 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
7223         Log: FAQ sync.
7224      Branch: perl
7225            ! pod/perlfaq4.pod
7226 ____________________________________________________________________________
7227 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
7228         Log: Integrate perlio; win32 sync.
7229      Branch: perl
7230           !> perlio.c win32/win32io.c
7231 ____________________________________________________________________________
7232 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
7233         Log: (retracted by #13096)
7234              Debugging would be badly skewed by a malloc per regex dump.
7235      Branch: perl
7236            ! regexec.c
7237 ____________________________________________________________________________
7238 [ 13081] By: nick                                  on 2001/11/18  19:08:40
7239         Log: Win32 layer has a dup which needs to match new prototype.
7240      Branch: perlio
7241            ! win32/win32io.c
7242 ____________________________________________________________________________
7243 [ 13080] By: nick                                  on 2001/11/18  19:05:02
7244         Log: Wrong way to get stdio mode used.
7245      Branch: perlio
7246            ! perlio.c
7247 ____________________________________________________________________________
7248 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
7249         Log: Retract #13048: that introduced a malloc() (through savepvn())
7250              to *every* m//, which killed the performance quite badly.
7251      Branch: perl
7252            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7253 ____________________________________________________________________________
7254 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
7255         Log: Pass 1 at perldelta.pod: sort the section contents
7256              together, drop all but the 5.7.2 known problems,
7257              leave the 5.7.1 security note since that's the
7258              fullest explanation (update the date on that).
7259      Branch: perl
7260            ! pod/perldelta.pod
7261 ____________________________________________________________________________
7262 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
7263         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
7264              
7265              Tiny problem in the test for 20011113.110: I hope
7266              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
7267      Branch: perl
7268            ! pp.c t/op/repeat.t
7269 ____________________________________________________________________________
7270 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
7271         Log: All of syswrite/send/sendto need to return character counts,
7272              and character counts from the offset, not the beginning of
7273              the scalar.
7274      Branch: perl
7275            ! pp_sys.c
7276 ____________________________________________________________________________
7277 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
7278         Log: Integrate PerlIO: duping fixes.
7279      Branch: perl
7280           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7281           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7282           !> perliol.h sv.c
7283 ____________________________________________________________________________
7284 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
7285         Log: syswrite() was still returning byte counts, not character counts.
7286      Branch: perl
7287            ! pp_sys.c t/io/utf8.t
7288 ____________________________________________________________________________
7289 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
7290         Log: Add test for sysread().
7291      Branch: perl
7292            ! t/io/utf8.t
7293 ____________________________________________________________________________
7294 [ 13072] By: nick                                  on 2001/11/18  16:15:31
7295         Log: Allow dup'ing of PerlIO::Scalar etc.
7296      Branch: perlio
7297            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7298            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
7299            ! perliol.h sv.c
7300 ____________________________________________________________________________
7301 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
7302         Log: Prepend a null byte to the test set.
7303      Branch: perl
7304            ! t/io/utf8.t
7305 ____________________________________________________________________________
7306 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
7307         Log: Document how "no utf8;" can become handy.
7308      Branch: perl
7309            ! lib/utf8.pm
7310 ____________________________________________________________________________
7311 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
7312         Log: Integrate perlio; force the inclusion of the PL_runops_*
7313      Branch: perl
7314           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
7315 ____________________________________________________________________________
7316 [ 13068] By: nick                                  on 2001/11/18  13:23:33
7317         Log: embed.pl generated changes I forgot to include
7318      Branch: perlio
7319            ! embedvar.h perlapi.h pod/perlapi.pod
7320 ____________________________________________________________________________
7321 [ 13067] By: nick                                  on 2001/11/18  12:50:19
7322         Log: Force inclusion of both Perl_runops_* in perl itself,
7323              so they are available for Peek.xs etc.
7324      Branch: perlio
7325            ! perlvars.h
7326 ____________________________________________________________________________
7327 [ 13066] By: nick                                  on 2001/11/18  11:00:34
7328         Log: Integrate mainline - a few Devel::Peak fails.
7329      Branch: perlio
7330           +> (branch 29 files)
7331            - ext/Thread/Thread.pm lib/Benchmark.t
7332            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7333            - lib/Lingua/KO/Hangul/Util/README
7334            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
7335            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
7336            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
7337            - vms/ext/vmsish.pm vms/ext/vmsish.t
7338            ! hv.c
7339           !> (integrate 389 files)
7340 ____________________________________________________________________________
7341 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
7342         Log: Start working on perldelta.  This is not yet any sort of
7343              editing; just concatenating perl570delta, perl571delta,
7344              and perl572delta.  Any sorting not done, any duplicate
7345              removal not done, any removal or update of obsolete items
7346              not done, any changes since 5.7.2 not included.  So there.
7347      Branch: perl
7348            ! pod/perldelta.pod
7349 ____________________________________________________________________________
7350 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
7351         Log: Banish "use utf8".
7352      Branch: perl
7353            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
7354 ____________________________________________________________________________
7355 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
7356         Log: Tweak from Charles Lane.
7357      Branch: perl
7358            ! vms/vms.c
7359 ____________________________________________________________________________
7360 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
7361         Log: Integrate change #13058 from maintperl;
7362              change#12559 breaks things on Win9x because command.com doesn't
7363              grok dquotes at all; disable all the system() smarts for
7364              command.com
7365      Branch: perl
7366           !> win32/win32.c
7367 ____________________________________________________________________________
7368 [ 13061] By: ams                                   on 2001/11/17  13:46:11
7369         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
7370              From: Jonathan Stowe <gellyfish@gellyfish.com>
7371              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
7372              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
7373      Branch: perl
7374            ! lib/Term/Cap.pm
7375 ____________________________________________________________________________
7376 [ 13060] By: ams                                   on 2001/11/17  09:49:10
7377         Log: Subject: [PATCH9 File/Find.pm doc nits
7378              From: Tels <perl_dummy@bloodgate.com>
7379              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
7380      Branch: perl
7381            ! lib/File/Find.pm
7382 ____________________________________________________________________________
7383 [ 13059] By: ams                                   on 2001/11/17  09:38:38
7384         Log: Subject: [PATCH] Benchmark.pm nit
7385              From: Tels <perl_dummy@bloodgate.com>
7386              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
7387      Branch: perl
7388            ! lib/Benchmark.pm
7389 ____________________________________________________________________________
7390 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
7391         Log: change#12559 breaks things on Win9x because command.com doesn't
7392              grok dquotes at all; disable all the system() smarts for
7393              command.com
7394      Branch: maint-5.6/perl
7395            ! win32/win32.c
7396 ____________________________________________________________________________
7397 [ 13057] By: ams                                   on 2001/11/16  20:30:03
7398         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
7399              From: Andy Dougherty <doughera@lafayette.edu>
7400              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
7401              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
7402      Branch: perl
7403            ! lib/Unicode/UCD.t
7404 ____________________________________________________________________________
7405 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
7406         Log: Subject: [Patch Perl@13023] VMS system() warning
7407              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7408              Date: Fri, 16 Nov 2001 15:20:11 EST
7409              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
7410      Branch: perl
7411            ! vms/vms.c
7412 ____________________________________________________________________________
7413 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
7414         Log: It's neither-nor, and protect against the impossible.
7415      Branch: perl
7416            ! lib/Thread.pm
7417 ____________________________________________________________________________
7418 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
7419         Log: 5005threads didn't work because $Thread::VERSION wasn't
7420              visible.  Oops.
7421      Branch: perl
7422            ! ext/Thread/Makefile.PL lib/Thread.pm
7423 ____________________________________________________________________________
7424 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
7425         Log: Robustness against Linux using something else than gcc;
7426              based on
7427              
7428              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
7429              From: Charles Randall <cfriv@yahoo.com>
7430              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
7431              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
7432      Branch: perl
7433            ! ext/Errno/Errno_pm.PL
7434 ____________________________________________________________________________
7435 [ 13052] By: ams                                   on 2001/11/16  16:46:39
7436         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
7437              From: Russ Allbery <rra@stanford.edu>
7438              Date: 16 Nov 2001 09:44:21 -0800
7439              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
7440      Branch: perl
7441            ! lib/Pod/ParseLink.pm
7442 ____________________________________________________________________________
7443 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
7444         Log: Update perluniintro on the UTF-8 output matters
7445              (that -w will warn unless the stream is explicitly UTF-8-ified).
7446      Branch: perl
7447            ! pod/perluniintro.pod
7448 ____________________________________________________________________________
7449 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
7450         Log: Adding new files to MANIFEST is nice.
7451      Branch: perl
7452            ! MANIFEST
7453 ____________________________________________________________________________
7454 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
7455         Log: Update Changes.
7456      Branch: perl
7457            ! Changes patchlevel.h
7458 ____________________________________________________________________________
7459 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
7460         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
7461              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
7462              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
7463              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
7464      Branch: perl
7465            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
7466 ____________________________________________________________________________
7467 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
7468         Log: Rename perlunintro to perluniintro; regen toc.
7469      Branch: perl
7470            + pod/perluniintro.pod
7471            - pod/perlunintro.pod
7472            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7473 ____________________________________________________________________________
7474 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
7475         Log: Document the negated lookeahead trick to emulate
7476              character class subtraction.
7477      Branch: perl
7478            ! pod/perlunicode.pod
7479 ____________________________________________________________________________
7480 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
7481         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
7482              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7483              Date: Fri, 16 Nov 2001 23:31:04 +0900
7484              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
7485              
7486              (with the tweak that Cntrl is not C, it's Cc)
7487      Branch: perl
7488            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
7489            ! lib/unicore/mktables
7490 ____________________________________________________________________________
7491 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
7492         Log: Subject: [PATCH current] runtime runops switch
7493              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7494              Date: Fri, 16 Nov 2001 00:48:09 -0500
7495              Message-ID: <20011116004809.A934@math.ohio-state.edu>
7496      Branch: perl
7497            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
7498            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
7499            ! pod/perlintern.pod proto.h run.c
7500 ____________________________________________________________________________
7501 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
7502         Log: Further discourage old Thread code; tell how to tell
7503              the difference.
7504      Branch: perl
7505            ! lib/Thread.pm
7506 ____________________________________________________________________________
7507 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
7508         Log: A missing return; from Charles Lane.
7509      Branch: perl
7510            ! vms/vms.c
7511 ____________________________________________________________________________
7512 [ 13041] By: ams                                   on 2001/11/16  12:11:14
7513         Log: Subject: [PATCH] Doc spellcheck + podcheck
7514              From: Autrijus Tang <autrijus@egb.elixus.org>
7515              Date: Thu, 15 Nov 2001 22:49:05 -0800
7516              Message-Id: <20011116064905.GA44092@egb.elixus.org>
7517              
7518              Subject: [PATCH] podcheck+spellcheck, the rest of the story
7519              From: Autrijus Tang <autrijus@egb.elixus.org>
7520              Date: Fri, 16 Nov 2001 00:42:20 -0800
7521              Message-Id: <20011116084220.GA44295@egb.elixus.org>
7522              
7523              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
7524              From: Nicholas Clark <nick@ccl4.org>
7525              Date: Fri, 16 Nov 2001 10:32:01 +0000
7526              Message-Id: <20011116103200.F62891@plum.flirble.org>
7527              (Applied after suitable de-mangling.)
7528      Branch: perl
7529            ! README.aix README.dgux README.dos README.epoc README.hpux
7530            ! README.mint README.mpeix README.netware README.os2
7531            ! README.os390 README.plan9 README.qnx README.solaris
7532            ! README.threads doio.c pod/perl571delta.pod
7533            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
7534            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
7535            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
7536            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
7537            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
7538            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
7539 ____________________________________________________________________________
7540 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
7541         Log: Avoid redefinedness warning for now.
7542      Branch: perl
7543            ! lib/Thread.pm
7544 ____________________________________________________________________________
7545 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
7546         Log: use strict.
7547      Branch: perl
7548            ! lib/Thread.pm
7549 ____________________________________________________________________________
7550 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
7551         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
7552              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
7553              Date: Thu, 15 Nov 2001 22:54:47 EST 
7554              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
7555      Branch: perl
7556            ! vms/vms.c vms/vmspipe.com
7557 ____________________________________________________________________________
7558 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
7559         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
7560              From: "chromatic" <chromatic@rmci.net>
7561              Date: Thu, 15 Nov 2001 19:54:23 -0700
7562              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
7563      Branch: perl
7564            ! lib/File/stat.t
7565 ____________________________________________________________________________
7566 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
7567         Log: Make Thread a wrapper for both ithreads and 5005threads.
7568              Needs a lot of work and Arthur's eyeballing (and finishing
7569              few missing odds and ends of threads.pm).  Now Thread
7570              is an extension without its own .pm.
7571              
7572              If there are people who have experience working with
7573              either the 5005threads or the ithreads: cleaning up
7574              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
7575              and porting the various Thread::* modules, like Thread::Queue,
7576              to work also with ithreads, is needed.
7577              
7578              Removed the 5005threads requirement from the 5005 tests
7579              for easier testing (not all of them work yet since
7580              they use the Thread::* modules that have not been made
7581              to work with ithreads).  Leave the 5005 tests named as
7582              *.tx so that they are not run by "make test".
7583      Branch: perl
7584            + lib/Thread.pm
7585            - ext/Thread/Thread.pm
7586            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
7587            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
7588            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
7589            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
7590            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
7591            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
7592            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
7593 ____________________________________________________________________________
7594 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
7595         Log: $VERSION "a5" doesn't quite work.
7596      Branch: perl
7597            ! ext/B/Makefile.PL
7598 ____________________________________________________________________________
7599 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
7600         Log: Add the fruits of Larry Shatzer's version verifying script.
7601              (There are some straddlers, but they will be fixed in the
7602              upcoming releases of the modules.)
7603      Branch: perl
7604            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
7605            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
7606            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
7607            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
7608            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
7609            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
7610            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
7611            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
7612            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
7613            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
7614            ! wince/FindExt.pm
7615 ____________________________________________________________________________
7616 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
7617         Log: Add Larry Shatzer's VERSION verifying script.
7618      Branch: perl
7619            + Porting/checkVERSION.pl
7620            ! MANIFEST Porting/pumpkin.pod
7621 ____________________________________________________________________________
7622 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
7623         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
7624              From: Michael G Schwern <schwern@pobox.com>
7625              Date: Thu, 15 Nov 2001 19:26:40 -0500
7626              Message-ID: <20011115192640.R31399@blackrider>
7627      Branch: perl
7628            ! t/test.pl
7629 ____________________________________________________________________________
7630 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
7631         Log: Document the MY_CXT business; from Paul Marquess.
7632      Branch: perl
7633            ! pod/perlxs.pod
7634 ____________________________________________________________________________
7635 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
7636         Log: VMSCMD synch attempt.
7637      Branch: perl
7638            ! vms/vms.c vms/vmsish.h
7639 ____________________________________________________________________________
7640 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
7641         Log: Advise against -P as instructed by Schwern.
7642      Branch: perl
7643            ! pod/perlrun.pod
7644 ____________________________________________________________________________
7645 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
7646         Log: Subject: [PATCH] v-strings as Objects Step 1
7647              From: John Peacock <jpeacock@rowman.com>
7648              Date: Thu, 15 Nov 2001 12:41:04 -0500
7649              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
7650      Branch: perl
7651            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
7652            ! util.c
7653 ____________________________________________________________________________
7654 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
7655         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
7656              From: Michael G Schwern <schwern@pobox.com>
7657              Date: Thu, 15 Nov 2001 12:47:59 -0500
7658              Message-ID: <20011115124759.E31399@blackrider>
7659      Branch: perl
7660            + t/run/switchx.aux t/run/switchx.t
7661            ! MANIFEST t/run/switches.t
7662 ____________________________________________________________________________
7663 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
7664         Log: Upgrade to Getopt::Long 2.26_03.
7665      Branch: perl
7666            ! lib/Getopt/Long.pm
7667 ____________________________________________________________________________
7668 [ 13025] By: ams                                   on 2001/11/15  20:46:22
7669         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
7670              From: Michael G Schwern <schwern@pobox.com>
7671              Date: Thu, 15 Nov 2001 16:24:11 -0500
7672              Message-Id: <20011115162411.M31399@blackrider>
7673      Branch: perl
7674            ! vms/vms.c
7675 ____________________________________________________________________________
7676 [ 13024] By: ams                                   on 2001/11/15  19:32:06
7677         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
7678              From: rspier@pobox.com (Robert Spier)
7679              Date: Thu, 15 Nov 2001 11:19:21 -0800
7680              Message-Id: <15348.5433.732364.963687@rls.cx>
7681      Branch: perl
7682            ! op.c
7683 ____________________________________________________________________________
7684 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
7685         Log: Update Changes.
7686      Branch: perl
7687            ! Changes patchlevel.h
7688 ____________________________________________________________________________
7689 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
7690         Log: Subject: [PATCH] new tests for command-line switches
7691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7692              Date: Thu, 15 Nov 2001 17:00:30 +0100
7693              Message-ID: <20011115170030.A14193@rafael>
7694      Branch: perl
7695            + t/run/switches.t
7696            ! MANIFEST
7697 ____________________________________________________________________________
7698 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
7699         Log: Upgrade to podlators 1.13.
7700      Branch: perl
7701            + lib/Pod/ParseLink.pm
7702            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
7703            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
7704            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
7705            ! t/pod/pod2usage.xr t/pod/podselect.xr
7706 ____________________________________________________________________________
7707 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
7708         Log: skip "might be used uninitialized".
7709      Branch: perl
7710            ! pp_sys.c
7711 ____________________________________________________________________________
7712 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
7713         Log: Fix for "perlio bug in koi8-r encoding".  The problem
7714              seemed to be that binmode() always flushed the handle,
7715              which is not so good when switching encodings.  Fixed,
7716              added Matt Sergeant's testcase, documented in perlfunc/binmode,
7717              also added a pointer about disciplines to perlfunc/open,
7718              and in general cleaned up and reformatted the open entry.
7719      Branch: perl
7720            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
7721 ____________________________________________________________________________
7722 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
7723         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
7724              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7725              Date: 15 Nov 2001 08:57:06 -0000
7726              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
7727              
7728              chop() and chomp() are not real list functions,
7729              so let's not have them overrideable.  (Casey will
7730              be confused since in #7071 he patched the other way.)
7731      Branch: perl
7732            ! pod/perlfunc.pod toke.c
7733 ____________________________________________________________________________
7734 [ 13017] By: ams                                   on 2001/11/15  12:56:49
7735         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
7736              From: Robin Barker <rmb1@cise.npl.co.uk>
7737              Date: Thu, 15 Nov 2001 13:48:34 GMT
7738              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
7739              (Applied with tweaks.)
7740      Branch: perl
7741            ! pod/perltrap.pod
7742 ____________________________________________________________________________
7743 [ 13016] By: ams                                   on 2001/11/15  09:12:48
7744         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
7745              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7746              Date: Thu, 15 Nov 2001 09:06:39 +0100
7747              Message-Id: <20011115090639.A13005@rafael>
7748      Branch: perl
7749            ! pod/perlrun.pod
7750 ____________________________________________________________________________
7751 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
7752         Log: "link =" from utils.lst was being processed oddly.
7753      Branch: perl
7754            ! installman
7755 ____________________________________________________________________________
7756 [ 13014] By: ams                                   on 2001/11/15  02:52:52
7757         Log: Subject: [PATCH current] CreateTTY in -d
7758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7759              Date: Wed, 14 Nov 2001 21:26:31 -0500
7760              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
7761      Branch: perl
7762            ! lib/perl5db.pl
7763 ____________________________________________________________________________
7764 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
7765         Log: Corify the Filter::Simple tests. 
7766      Branch: perl
7767            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
7768            ! lib/Filter/Simple/t/filter_only.t
7769 ____________________________________________________________________________
7770 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
7771         Log: Upgrade to Filter::Simple 0.70.
7772      Branch: perl
7773            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
7774            + t/lib/FilterOnlyTest.pm
7775            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
7776            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
7777            ! t/lib/FilterTest.pm
7778 ____________________________________________________________________________
7779 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
7780         Log: Cleanliness inspired by Cygwin.
7781      Branch: perl
7782            ! Makefile.SH x2p/Makefile.SH
7783 ____________________________________________________________________________
7784 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
7785         Log: Add perlunintro (formerly known as perlunitut); regen toc.
7786      Branch: perl
7787            + pod/perlunintro.pod
7788            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7789 ____________________________________________________________________________
7790 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
7791         Log: FAQ sync.
7792      Branch: perl
7793            ! pod/perlfaq6.pod
7794 ____________________________________________________________________________
7795 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
7796         Log: Quieten pgcc 2.91.66 worries.
7797      Branch: perl
7798            ! gv.c pp_ctl.c utf8.c
7799 ____________________________________________________________________________
7800 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
7801         Log: Upgrade to Switch 2.06.
7802      Branch: perl
7803            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
7804            ! lib/Switch/t/nested.t
7805 ____________________________________________________________________________
7806 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
7807         Log: Upgrade to Attribute::Handlers 0.76.
7808      Branch: perl
7809            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
7810            ! lib/Attribute/Handlers/README
7811            ! lib/Attribute/Handlers/demo/Demo.pm
7812            ! lib/Attribute/Handlers/demo/Descriptions.pm
7813            ! lib/Attribute/Handlers/demo/MyClass.pm
7814            ! lib/Attribute/Handlers/demo/demo_cycle.pl
7815            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
7816            ! lib/Attribute/Handlers/t/multi.t
7817 ____________________________________________________________________________
7818 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
7819         Log: Signedness nit.
7820      Branch: perl
7821            ! regexec.c
7822 ____________________________________________________________________________
7823 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
7824         Log: VERSIONize.
7825      Branch: perl
7826            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
7827            ! lib/integer.pm
7828 ____________________________________________________________________________
7829 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
7830         Log: No pod in internal Net::FTP classes.
7831      Branch: perl
7832            ! pod/buildtoc.PL
7833 ____________________________________________________________________________
7834 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
7835         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
7836              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
7837              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
7838              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
7839      Branch: perl
7840            ! regexec.c
7841 ____________________________________________________________________________
7842 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
7843         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
7844              Pudge correctly).
7845      Branch: perl
7846            ! t/test.pl
7847 ____________________________________________________________________________
7848 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
7849         Log: Add comments to mark where $^X is being handled.
7850      Branch: perl
7851            ! perl.c toke.c
7852 ____________________________________________________________________________
7853 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
7854         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
7855              From: Michael G Schwern <schwern@pobox.com>
7856              Date: Wed, 14 Nov 2001 16:38:25 -0500
7857              Message-ID: <20011114163825.D6519@blackrider>
7858      Branch: perl
7859            ! t/op/repeat.t
7860 ____________________________________________________________________________
7861 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
7862         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
7863              From: Michael G Schwern <schwern@pobox.com>
7864              Date: Wed, 14 Nov 2001 13:19:15 -0500
7865              Message-ID: <20011114131915.K5096@blackrider>
7866      Branch: perl
7867            ! t/op/die_exit.t
7868 ____________________________________________________________________________
7869 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
7870         Log: Subject: Re: [PATCH] new version of runperl()
7871              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7872              Date: Wed, 14 Nov 2001 15:39:12 EST
7873              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
7874              
7875              "VMS $^X pipes etc" patch.
7876      Branch: perl
7877            ! vms/vms.c
7878 ____________________________________________________________________________
7879 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
7880         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
7881              and add "verbose" option to show the final command.
7882      Branch: perl
7883            ! t/test.pl
7884 ____________________________________________________________________________
7885 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
7886         Log: Goof in some of the comment fields of #12994.
7887      Branch: perl
7888            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
7889            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
7890            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
7891            ! lib/unicore/In/9.pl
7892 ____________________________________________________________________________
7893 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
7894         Log: The First, Last ranges in the Unicode data weren't
7895              getting their general categories added properly;
7896              noticed by Jeffrey Friedl.
7897      Branch: perl
7898            ! lib/unicore/Category.pl lib/unicore/In/0.pl
7899            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
7900            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
7901            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
7902            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
7903            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
7904            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
7905            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
7906            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
7907            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
7908            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
7909            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
7910            ! lib/unicore/mktables
7911 ____________________________________________________________________________
7912 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
7913         Log: Subject: [PATCH] new version of runperl()
7914              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7915              Date: Wed, 14 Nov 2001 12:23:01 +0100
7916              Message-ID: <20011114122301.A29384@rafael>
7917      Branch: perl
7918            ! t/io/argv.t t/test.pl
7919 ____________________________________________________________________________
7920 [ 12992] By: ams                                   on 2001/11/14  13:40:39
7921         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
7922              From: Michael G Schwern <schwern@pobox.com>
7923              Date: Tue, 13 Nov 2001 23:17:54 -0500
7924              Message-Id: <20011113231754.S32567@blackrider>
7925      Branch: perl
7926            ! perl.c
7927 ____________________________________________________________________________
7928 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
7929         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
7930              From: Philip Newton <Philip.Newton@gmx.net>
7931              Date: Wed, 14 Nov 2001 10:59:53 +0100
7932              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
7933              
7934              plus a lot of paragraph reformatting because of long lines.
7935      Branch: perl
7936            ! pod/perlapio.pod
7937 ____________________________________________________________________________
7938 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
7939         Log: A bool is not a pointer.
7940      Branch: perl
7941            ! pp_sys.c
7942 ____________________________________________________________________________
7943 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
7944         Log: AUTHORS updates.
7945      Branch: perl
7946            ! AUTHORS
7947 ____________________________________________________________________________
7948 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
7949         Log: There are several MIME RFCs.
7950      Branch: perl
7951            ! ext/Encode/Encode.pm
7952 ____________________________________________________________________________
7953 [ 12987] By: ams                                   on 2001/11/14  01:09:28
7954         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
7955              From: Michael G Schwern <schwern@pobox.com>
7956              Date: Tue, 13 Nov 2001 20:59:13 -0500
7957              Message-Id: <20011113205913.H32567@blackrider>
7958      Branch: perl
7959            ! t/op/groups.t vms/test.com
7960 ____________________________________________________________________________
7961 [ 12986] By: ams                                   on 2001/11/14  01:07:06
7962         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
7963              From: Michael G Schwern <schwern@pobox.com>
7964              Date: Tue, 13 Nov 2001 20:51:34 -0500
7965              Message-Id: <20011113205134.F32567@blackrider>
7966      Branch: perl
7967            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
7968 ____________________________________________________________________________
7969 [ 12985] By: ams                                   on 2001/11/14  00:43:59
7970         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
7971              From: Michael G Schwern <schwern@pobox.com>
7972              Date: Tue, 13 Nov 2001 20:38:42 -0500
7973              Message-Id: <20011113203842.E32567@blackrider>
7974      Branch: perl
7975            ! pod/perlport.pod
7976 ____________________________________________________________________________
7977 [ 12984] By: ams                                   on 2001/11/14  00:32:15
7978         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
7979              From: Michael G Schwern <schwern@pobox.com>
7980              Date: Tue, 13 Nov 2001 20:27:02 -0500
7981              Message-Id: <20011113202702.D32567@blackrider>
7982      Branch: perl
7983            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
7984            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
7985            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
7986            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
7987 ____________________________________________________________________________
7988 [ 12983] By: ams                                   on 2001/11/14  00:00:27
7989         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
7990              From: Michael G Schwern <schwern@pobox.com>
7991              Date: Tue, 13 Nov 2001 19:51:59 -0500
7992              Message-Id: <20011113195159.B32567@blackrider>
7993      Branch: perl
7994            ! pod/perlport.pod
7995 ____________________________________________________________________________
7996 [ 12982] By: ams                                   on 2001/11/13  23:53:11
7997         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
7998              From: Larry Shatzer <fugazi@zippy.zyx.net>
7999              Date: Tue, 13 Nov 2001 17:27:59 -0700
8000              Message-Id: <20011113172759.E27768@zippy.zyx.net>
8001      Branch: perl
8002            ! pod/perlapio.pod
8003 ____________________________________________________________________________
8004 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
8005         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
8006              "large enough" Unicode characters returned more than one
8007              as their "Unicode size".
8008      Branch: perl
8009            ! pp_sys.c t/io/utf8.t
8010 ____________________________________________________________________________
8011 [ 12980] By: ams                                   on 2001/11/13  19:32:33
8012         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
8013              From: "Craig A. Berry" <craigberry@mac.com>
8014              Date: Tue, 13 Nov 2001 14:33:25 -0600
8015              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
8016      Branch: perl
8017            ! vms/gen_shrfls.pl
8018 ____________________________________________________________________________
8019 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
8020         Log: Subject: Minor patch to Encode.pm (detypo)
8021              From: "Philip Newton" <Philip.Newton@gmx.net>
8022              Date: Tue, 13 Nov 2001 20:11:01 +0100
8023              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
8024      Branch: perl
8025            ! ext/Encode/Encode.pm
8026 ____________________________________________________________________________
8027 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
8028         Log: Evil tabulators.
8029      Branch: perl
8030            ! ext/Encode/Encode.pm
8031 ____________________________________________________________________________
8032 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
8033         Log: Document the available encodings.
8034      Branch: perl
8035            ! ext/Encode/Encode.pm
8036 ____________________________________________________________________________
8037 [ 12976] By: ams                                   on 2001/11/13  17:14:07
8038         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
8039              From: Barrie Slaymaker <barries@slaysys.com>
8040              Date: Tue, 13 Nov 2001 12:41:36 -0500
8041              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
8042      Branch: perl
8043            ! t/op/universal.t
8044 ____________________________________________________________________________
8045 [ 12975] By: ams                                   on 2001/11/13  16:24:21
8046         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
8047              From: Barrie Slaymaker <barries@slaysys.com>
8048              Date: Tue, 13 Nov 2001 10:56:20 -0500
8049              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
8050              (Test applied with minor tweaks and ->isa("HASH") omission.)
8051      Branch: perl
8052            ! lib/UNIVERSAL.pm t/op/universal.t
8053 ____________________________________________________________________________
8054 [ 12974] By: ams                                   on 2001/11/13  15:46:07
8055         Log: Subject: [PATCH Benchmark.pm] docco tweaks
8056              From: Barrie Slaymaker <barries@slaysys.com>
8057              Date: Tue, 13 Nov 2001 11:34:45 -0500
8058              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
8059      Branch: perl
8060            ! lib/Benchmark.pm
8061 ____________________________________________________________________________
8062 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
8063         Log: Subject: [PATCH] Attack of the C loops, round 1
8064              From: Richard Soderberg <rs@oregonnet.com>
8065              Date: Mon, 12 Nov 2001 12:07:29 -0800
8066              Message-Id: <200111122007.MAA01994@oregonnet.com>
8067              
8068              Subject: [PATCH] bytecode.pl (tiny patch)
8069              From: Richard Soderberg <rs@oregonnet.com>
8070              Date: Mon, 12 Nov 2001 12:53:24 -0800
8071              Message-Id: <200111122053.MAA06272@oregonnet.com>
8072      Branch: perl
8073            ! bytecode.pl installhtml
8074 ____________________________________________________________________________
8075 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
8076         Log: Subject: [PATCH] Update to Filter::Util::Call
8077              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8078              Date: Sun, 11 Nov 2001 22:33:33 -0000
8079              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
8080              
8081              Use the new CXT* macros.
8082      Branch: perl
8083            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
8084 ____________________________________________________________________________
8085 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
8086         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
8087              From: Michael G Schwern <schwern@pobox.com>
8088              Date: Mon, 12 Nov 2001 20:50:34 -0500
8089              Message-ID: <20011112205034.H2888@blackrider>
8090      Branch: perl
8091            + lib/vmsish.pm lib/vmsish.t
8092            - vms/ext/vmsish.pm vms/ext/vmsish.t
8093            ! MANIFEST vms/descrip_mms.template
8094 ____________________________________________________________________________
8095 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
8096         Log: :utf8 works only with perlio.
8097      Branch: perl
8098            ! lib/open.t
8099 ____________________________________________________________________________
8100 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
8101         Log: Subject: Re: @Config -"des" not quite working on VMS
8102              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8103              Date: Tue, 13 Nov 2001 08:35:13 EST 
8104              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
8105      Branch: perl
8106            ! configure.com
8107 ____________________________________________________________________________
8108 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
8109         Log: Subject: [PATCH] lib/charnames.pm 
8110              From: Jeffrey Friedl <jfriedl@yahoo.com>
8111              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
8112              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
8113      Branch: perl
8114            ! lib/charnames.pm
8115 ____________________________________________________________________________
8116 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
8117         Log: Docs for Mac::err.
8118      Branch: maint-5.6/macperl
8119            ! macos/ext/Mac/err/err.pm
8120 ____________________________________________________________________________
8121 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
8122         Log: Some cleanup; change some globals to references for
8123              possible persistence later.
8124      Branch: maint-5.6/macperl
8125            ! macos/lib/Mac/Glue.pm
8126 ____________________________________________________________________________
8127 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
8128         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
8129      Branch: maint-5.6/macperl
8130            ! macos/ext/Mac/Files/Files.pm
8131 ____________________________________________________________________________
8132 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
8133         Log: Get Mac::Navigation to compile (bug #464684).
8134      Branch: maint-5.6/macperl
8135            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
8136            ! macos/ext/Mac/Navigation/Makefile.PL
8137            ! macos/ext/Mac/Navigation/Navigation.xs
8138            ! macos/macperl/Makefile.mk
8139 ____________________________________________________________________________
8140 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
8141         Log: Add in modules and POD to help menu.
8142      Branch: maint-5.6/macperl
8143            ! macos/macperl/MacPerl.podhelp
8144 ____________________________________________________________________________
8145 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
8146         Log: Update bundled modules.
8147      Branch: maint-5.6/macperl
8148            + macos/bundled_ext/Filter/t/FilterTest.pm
8149            + macos/bundled_ext/List/Util/t/shuffle.t
8150            + macos/bundled_ext/Storable/t/compat06.t
8151            + macos/bundled_ext/Storable/t/st-dump.pl
8152            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
8153            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
8154            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
8155            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
8156            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
8157            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
8158            + macos/bundled_lib/blib/lib/lwpcook.pod
8159            + macos/bundled_lib/t/Filter/Simple/filter.t
8160            + macos/bundled_lib/t/Switch/t/given.t
8161            + macos/bundled_lib/t/Switch/t/nested.t
8162            + macos/bundled_lib/t/Switch/t/switch.t
8163            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
8164            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
8165            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
8166            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
8167            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
8168            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
8169            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
8170            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
8171            + macos/bundled_lib/t/URI/rfc2732.t
8172            + macos/bundled_lib/t/libnet/config.t
8173            + macos/bundled_lib/t/libnet/libnet_t.pl
8174            + macos/bundled_lib/t/libwww-perl/live/google.t
8175            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
8176            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
8177            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
8178            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
8179            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
8180            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
8181            + macos/bundled_lib/t/libwww-perl/live/validator.t
8182            - macos/bundled_ext/Filter/t/MyFilter.pm
8183            - macos/bundled_ext/Storable/t/compat-0.6.t
8184            - macos/bundled_ext/Storable/t/dump.pl
8185            - macos/bundled_ext/Time/Piece/Makefile.PL
8186            - macos/bundled_ext/Time/Piece/Piece.pm
8187            - macos/bundled_ext/Time/Piece/Piece.t
8188            - macos/bundled_ext/Time/Piece/Piece.xs
8189            - macos/bundled_ext/Time/Piece/README
8190            - macos/bundled_ext/Time/Piece/Seconds.pm
8191            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
8192            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
8193            - macos/bundled_lib/blib/lib/Net/PH.pm
8194            - macos/bundled_lib/blib/lib/Net/SNPP.pm
8195            - macos/bundled_lib/blib/lib/Text/Balanced.pod
8196            - macos/bundled_lib/t/Filter/Simple/test.pl
8197            - macos/bundled_lib/t/Switch/test.pl
8198            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
8199            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
8200            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
8201            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
8202            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
8203            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
8204            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
8205            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
8206            - macos/bundled_lib/t/libnet/ph.t
8207            ! (edit 125 files)
8208 ____________________________________________________________________________
8209 [ 12961] By: ams                                   on 2001/11/13  00:45:08
8210         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
8211              From: Michael G Schwern <schwern@pobox.com>
8212              Date: Mon, 12 Nov 2001 20:16:45 -0500
8213              Message-Id: <20011112201644.G2888@blackrider>
8214      Branch: perl
8215            ! pod/perlport.pod
8216 ____________________________________________________________________________
8217 [ 12960] By: ams                                   on 2001/11/12  23:54:00
8218         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
8219              Recoving dup tests for VMS
8220              From: Michael G Schwern <schwern@pobox.com>
8221              Date: Mon, 12 Nov 2001 19:35:33 -0500
8222              Message-Id: <20011112193533.D2888@blackrider>
8223      Branch: perl
8224            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
8225 ____________________________________________________________________________
8226 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
8227         Log: Update Changes.
8228      Branch: perl
8229            ! Changes patchlevel.h
8230 ____________________________________________________________________________
8231 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
8232         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
8233              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
8234              Date: Mon, 12 Nov 2001 12:35:18 EST 
8235              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
8236      Branch: perl
8237            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
8238            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
8239 ____________________________________________________________________________
8240 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
8241         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
8242              From: Barrie Slaymaker <barries@slaysys.com>
8243              Date: Mon, 12 Nov 2001 11:19:52 -0500
8244              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
8245      Branch: perl
8246            ! lib/File/Spec.t lib/File/Spec/Win32.pm
8247 ____________________________________________________________________________
8248 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
8249         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
8250              From: Barrie Slaymaker <barries@slaysys.com>
8251              Date: Mon, 12 Nov 2001 11:07:36 -0500
8252              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
8253      Branch: perl
8254            ! lib/Benchmark.pm
8255 ____________________________________________________________________________
8256 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
8257         Log: Misplaced test, noticed by Barrie Slaymaker.
8258              (We are missing Benchmark tests, then.)
8259      Branch: perl
8260            + ext/Devel/DProf/DProf.t
8261            - lib/Benchmark.t
8262            ! MANIFEST
8263 ____________________________________________________________________________
8264 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
8265         Log: Subject: [PATCH] a few typo fixes 
8266              From: Jeffrey Friedl <jfriedl@yahoo.com>
8267              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
8268              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
8269              
8270              Patching README.foo instead of pod/perlfoo.pod,
8271              not patching Math::BigInt (Tels will take care of that),
8272              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
8273              and perldoc.PL instead of libnetcfg and perldoc, patching
8274              ext/Digest/MD5/t/files.t since MD5.pm was changed.
8275      Branch: perl
8276            ! (edit 109 files)
8277 ____________________________________________________________________________
8278 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
8279         Log: Add a note about the dangers of bad UTF-8.
8280      Branch: perl
8281            ! pod/perlunicode.pod
8282 ____________________________________________________________________________
8283 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
8284         Log: NetWare Nit from Ananth Kesari.
8285      Branch: perl
8286            ! NetWare/config.wc
8287 ____________________________________________________________________________
8288 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
8289         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
8290      Branch: perl
8291            ! ext/Encode/Encode.pm
8292 ____________________________________________________________________________
8293 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
8294         Log: (retracted by #12951)
8295      Branch: perl
8296            ! ext/Encode/Encode.pm
8297 ____________________________________________________________________________
8298 [ 12949] By: ams                                   on 2001/11/12  06:40:18
8299         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8300              From: Robert Spier <rspier@pobox.com>
8301              Date: Sun, 11 Nov 2001 18:50:18 -0800
8302              Message-Id: <15343.14570.121505.233336@rls.cx>
8303              
8304              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
8305              From: Rick Delaney <rick.delaney@home.com>
8306              Date: 12 Nov 2001 00:15:52 -0500
8307              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
8308      Branch: perl
8309            ! pp_hot.c t/op/taint.t
8310 ____________________________________________________________________________
8311 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
8312         Log: It seems that we actually have this detail implemented
8313              as for as Level 1 Support of Unicode regex support is
8314              concerned: at Level 1 only 1:1 support for loose
8315              (aka caseless, aka caseigoring ) matching is required.
8316      Branch: perl
8317            ! pod/perlunicode.pod
8318 ____________________________________________________________________________
8319 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
8320         Log: (retracted by #12951)
8321      Branch: perl
8322            ! ext/Encode/Encode.pm
8323 ____________________________________________________________________________
8324 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
8325         Log: BOM, bom, Bom.
8326      Branch: perl
8327            ! pod/perlunicode.pod
8328 ____________________________________________________________________________
8329 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
8330         Log: Upgrade to Math::BigInt 1.46.
8331      Branch: perl
8332            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8333            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
8334            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
8335            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
8336            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
8337 ____________________________________________________________________________
8338 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
8339         Log: Subject: Re: PERFORCE change 12943 for review
8340              From: "Philip Newton" <Philip.Newton@gmx.net>
8341              Date: Sun, 11 Nov 2001 20:53:36 +0100
8342              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
8343      Branch: perl
8344            ! pod/perlunicode.pod
8345 ____________________________________________________________________________
8346 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
8347         Log: Doc updates; make the Unicode discussions a little
8348              bit less alarming, and add information about encodings,
8349              surrogates, and BOMs.
8350      Branch: perl
8351            ! pod/perlunicode.pod
8352 ____________________________________________________________________________
8353 [ 12942] By: ams                                   on 2001/11/11  16:45:00
8354         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
8355              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
8356              Date: Mon, 12 Nov 2001 00:22:57 +0900
8357              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
8358      Branch: perl
8359            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
8360            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
8361 ____________________________________________________________________________
8362 [ 12941] By: ams                                   on 2001/11/11  13:01:40
8363         Log: Subject: Re: PERFORCE change 12929 for review
8364              From: "Philip Newton" <Philip.Newton@gmx.net>
8365              Date: Sun, 11 Nov 2001 14:27:44 +0100
8366              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
8367      Branch: perl
8368            ! MANIFEST
8369 ____________________________________________________________________________
8370 [ 12940] By: ams                                   on 2001/11/11  05:06:43
8371         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
8372              From: Michael G Schwern <schwern@pobox.com>
8373              Date: Thu, 8 Nov 2001 22:56:45 -0500
8374              Message-Id: <20011108225645.H5587@blackrider>
8375      Branch: perl
8376            ! t/op/chdir.t
8377 ____________________________________________________________________________
8378 [ 12939] By: ams                                   on 2001/11/11  05:01:00
8379         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
8380              From: Michael G Schwern <schwern@pobox.com>
8381              Date: Sun, 11 Nov 2001 00:54:43 -0500
8382              Message-Id: <20011111005443.A24450@blackrider>
8383      Branch: perl
8384            ! ext/Cwd/t/cwd.t
8385 ____________________________________________________________________________
8386 [ 12938] By: ams                                   on 2001/11/11  03:25:13
8387         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
8388              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
8389              From: "chromatic" <chromatic@rmci.net>
8390              Date: Sat, 10 Nov 2001 21:03:20 -0700
8391              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
8392      Branch: perl
8393            ! lib/File/stat.pm lib/File/stat.t
8394 ____________________________________________________________________________
8395 [ 12937] By: ams                                   on 2001/11/11  02:05:23
8396         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
8397              From: "Craig A. Berry" <craigberry@mac.com>
8398              Date: Sat, 10 Nov 2001 17:23:52 -0600
8399              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
8400      Branch: perl
8401            ! t/op/magic.t
8402 ____________________________________________________________________________
8403 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
8404         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
8405      Branch: perl
8406            ! lib/open.pm lib/open.t
8407 ____________________________________________________________________________
8408 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
8409         Log: The Official name of ASCII.
8410      Branch: perl
8411            ! ext/Encode/Encode.pm
8412 ____________________________________________________________________________
8413 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
8414         Log: The KOI8-R example wasn't quite right.
8415      Branch: perl
8416            ! lib/open.pm lib/open.t
8417 ____________________________________________________________________________
8418 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
8419         Log: Enhance the open pragma to support :utf8, :locale,
8420              and :encoding directly as special cases, and rename
8421              the INOUT to IO.
8422      Branch: perl
8423            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
8424 ____________________________________________________________________________
8425 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
8426         Log: Document the UTF-16 surrogate encoding and decoding.
8427      Branch: perl
8428            ! ext/Encode/Encode.pm
8429 ____________________________________________________________________________
8430 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
8431         Log: A potential recursion breaker.
8432      Branch: perl
8433            ! sv.c
8434 ____________________________________________________________________________
8435 [ 12930] By: ams                                   on 2001/11/10  07:46:53
8436         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
8437              (was Re: perl@12892)
8438              From: "chromatic" <chromatic@rmci.net>
8439              Date: Sat, 10 Nov 2001 01:28:09 -0700
8440              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
8441      Branch: perl
8442            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8443            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8444            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8445            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8446 ____________________________________________________________________________
8447 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
8448         Log: Add a test for the bytes pragma.
8449      Branch: perl
8450            + lib/bytes.t
8451            ! MANIFEST
8452 ____________________________________________________________________________
8453 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
8454         Log: Doc update.
8455      Branch: perl
8456            ! lib/bytes.pm
8457 ____________________________________________________________________________
8458 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
8459         Log: Cease to exist.
8460      Branch: perl
8461            - lib/Unicode/Normalize.pm
8462 ____________________________________________________________________________
8463 [ 12926] By: ams                                   on 2001/11/10  03:23:16
8464         Log: Subject: [patch] my_setenv speedup + fixes
8465              From: Doug MacEachern <dougm@covalent.net>
8466              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
8467              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
8468      Branch: perl
8469            ! util.c
8470 ____________________________________________________________________________
8471 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
8472         Log: Newline trouble.
8473      Branch: perl
8474            ! lib/ExtUtils/Embed.t
8475 ____________________________________________________________________________
8476 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
8477         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
8478              From: "Craig A. Berry" <craigberry@mac.com>
8479              Date: Fri, 09 Nov 2001 18:13:16 -0600
8480              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
8481      Branch: perl
8482            ! vms/munchconfig.c
8483 ____________________________________________________________________________
8484 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
8485         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
8486              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8487              Date: Sat, 10 Nov 2001 00:10:45 +0100
8488              Message-ID: <20011110001045.A11945@rafael>
8489      Branch: perl
8490            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
8491            + t/run/switchn.t t/run/switchp.t
8492            ! MANIFEST
8493 ____________________________________________________________________________
8494 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
8495         Log: Subject: [PATCH] some tests not cleaning up properly               
8496              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
8497              Date: Fri, 9 Nov 2001 22:13:10 +0100
8498              Message-ID: <20011109221310.A11115@rafael>
8499      Branch: perl
8500            ! ext/Cwd/t/cwd.t t/io/argv.t
8501 ____________________________________________________________________________
8502 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
8503         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
8504              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8505              Date: Fri, 9 Nov 2001 15:07:19 EST
8506              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
8507      Branch: perl
8508            ! lib/ExtUtils/Embed.t
8509 ____________________________________________________________________________
8510 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
8511         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
8512              have been copied so it shouldn't be freed in perl_destruct()
8513      Branch: perl
8514            ! perl.c
8515 ____________________________________________________________________________
8516 [ 12919] By: ams                                   on 2001/11/09  15:36:22
8517         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
8518              From: Michael G Schwern <schwern@pobox.com>
8519              Date: Fri, 9 Nov 2001 00:38:59 -0500
8520              Message-Id: <20011109003859.K5587@blackrider>
8521              (Applied with directory name changes suggested by Craig Berry.)
8522      Branch: perl
8523            ! ext/Cwd/t/cwd.t
8524 ____________________________________________________________________________
8525 [ 12918] By: ams                                   on 2001/11/09  15:29:15
8526         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
8527              From: Michael G Schwern <schwern@pobox.com>
8528              Date: Fri, 9 Nov 2001 01:44:14 -0500
8529              Message-Id: <20011109014414.N5587@blackrider>
8530      Branch: perl
8531            ! vms/ext/filespec.t
8532 ____________________________________________________________________________
8533 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
8534         Log: Update Changes.
8535      Branch: perl
8536            ! Changes patchlevel.h
8537 ____________________________________________________________________________
8538 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
8539         Log: Regen toc.
8540      Branch: perl
8541            ! pod/perltoc.pod
8542 ____________________________________________________________________________
8543 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
8544         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
8545              see http://www.jepstone.net/bjepson//jpl/cvs.html
8546      Branch: perl
8547            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
8548 ____________________________________________________________________________
8549 [ 12914] By: ams                                   on 2001/11/09  14:05:12
8550         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
8551              From: Michael G Schwern <schwern@pobox.com>
8552              Date: Thu, 8 Nov 2001 22:05:49 -0500
8553              Message-Id: <20011108220549.F5587@blackrider>
8554      Branch: perl
8555            ! vms/test.com
8556 ____________________________________________________________________________
8557 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
8558         Log: NetWare update from Ananth Kesari.
8559      Branch: perl
8560            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
8561 ____________________________________________________________________________
8562 [ 12912] By: ams                                   on 2001/11/09  13:40:26
8563         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
8564              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8565              Date: Fri, 9 Nov 2001 14:32:28 +0100
8566              Message-Id: <20011109143228.A18996@rafael>
8567      Branch: perl
8568            ! perl.c
8569 ____________________________________________________________________________
8570 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
8571         Log: FAQ sync.
8572      Branch: perl
8573            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8574            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8575            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
8576 ____________________________________________________________________________
8577 [ 12910] By: ams                                   on 2001/11/09  07:33:49
8578         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
8579              From: Michael G Schwern <schwern@pobox.com>
8580              Date: Fri, 9 Nov 2001 00:41:56 -0500
8581              Message-Id: <20011109004156.L5587@blackrider>
8582      Branch: perl
8583            ! lib/File/Find/t/find.t
8584 ____________________________________________________________________________
8585 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
8586         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
8587              The CPAN distribution has both pm and XS implementations,
8588              and for performance reasons we choose the XS.
8589              Another reason to choose the XS is that it doesn't
8590              require Lingua::KO::Hangul::Util, which means that
8591              we can delete that-- which in turn means that Unicode::UCD
8592              cannot expect that: support it, but don't expect.
8593              Ditto Unicode::Collate.
8594              
8595              Note that Unicode::Normalize Makefile.PL and
8596              Normalize.xs have been modified from the CPAN 0.10
8597              versions: the first one to be simpler (no pm) and
8598              clean up the generated unf*.h files, the second one
8599              to quench compiler grumblings.  Must notify Sadahiro
8600              about these changes.
8601      Branch: perl
8602            + ext/Unicode/Normalize/Changes
8603            + ext/Unicode/Normalize/Makefile.PL
8604            + ext/Unicode/Normalize/Normalize.pm
8605            + ext/Unicode/Normalize/Normalize.pod
8606            + ext/Unicode/Normalize/Normalize.xs
8607            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
8608            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
8609            + ext/Unicode/Normalize/t/test.t
8610            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
8611            - lib/Lingua/KO/Hangul/Util/README
8612            - lib/Lingua/KO/Hangul/Util/t/test.t
8613            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
8614            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
8615            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
8616            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
8617            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
8618            ! win32/makefile.mk
8619 ____________________________________________________________________________
8620 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
8621         Log: Test miscounting.
8622      Branch: perl
8623            ! ext/POSIX/t/posix.t
8624 ____________________________________________________________________________
8625 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
8626         Log: Quote the variables in failures messages more nicely.
8627      Branch: perl
8628            ! t/test.pl
8629 ____________________________________________________________________________
8630 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
8631         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8632              From: Michael G Schwern <schwern@pobox.com>
8633              Date: Thu, 8 Nov 2001 17:24:49 -0500
8634              Message-ID: <20011108172449.A5587@blackrider>
8635              
8636              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
8637              From: "Craig A. Berry" <craigberry@mac.com>
8638              Date: Thu, 8 Nov 2001 16:35:00 -0600
8639              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
8640      Branch: perl
8641            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
8642 ____________________________________________________________________________
8643 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
8644         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
8645              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8646              Date: Thu, 8 Nov 2001 22:52:50 -0000
8647              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
8648      Branch: perl
8649            ! ext/DB_File/t/db-recno.t
8650 ____________________________________________________________________________
8651 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
8652         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
8653              (Probably not an EBCDIC issue the way one would think
8654              since no chr() et alia are used in UCD.pm.)
8655      Branch: perl
8656            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8657 ____________________________________________________________________________
8658 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
8659         Log: Whether overwriting the $self->{...} values (see #12902)
8660              is a good policy or not is debatable, but let's at least
8661              be consistent.
8662      Branch: perl
8663            ! lib/ExtUtils/MM_Unix.pm
8664 ____________________________________________________________________________
8665 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
8666         Log: The MakeMaker argument () quoting patch that sneaked
8667              in at #12883 didn't handle make macros like this $(...).
8668              Leaning toothpicks, we've got them.
8669      Branch: perl
8670            ! lib/ExtUtils/MM_Unix.pm
8671 ____________________________________________________________________________
8672 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
8673         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
8674              From: Michael G Schwern <schwern@pobox.com>
8675              Date: Wed, 7 Nov 2001 02:02:29 -0500
8676              Message-ID: <20011107020229.K2858@blackrider>
8677      Branch: perl
8678            ! t/io/argv.t t/test.pl vms/test.com
8679 ____________________________________________________________________________
8680 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
8681         Log: Subject: [PATCH 20011106.084] -s on #! line 
8682              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8683              Date: Wed, 7 Nov 2001 22:23:39 +0100
8684              Message-ID: <20011107222339.E729@rafael>
8685      Branch: perl
8686            ! embed.h embed.pl perl.c proto.h toke.c
8687 ____________________________________________________________________________
8688 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
8689         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
8690              From: Michael G Schwern <schwern@pobox.com>
8691              Date: Wed, 7 Nov 2001 16:52:49 -0500
8692              Message-ID: <20011107165249.I7346@blackrider>
8693      Branch: perl
8694            ! pod/perlhack.pod
8695 ____________________________________________________________________________
8696 [ 12898] By: ams                                   on 2001/11/08  13:02:19
8697         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8698              From: Mark-Jason Dominus <mjd@plover.com>
8699              Date: Thu, 08 Nov 2001 08:59:02 -0500
8700              Message-Id: <20011108135902.2275.qmail@plover.com>
8701      Branch: perl
8702            ! INSTALL README README.amiga README.os2 README.vms
8703            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
8704            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
8705 ____________________________________________________________________________
8706 [ 12897] By: ams                                   on 2001/11/08  12:49:28
8707         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
8708              From: mjd@plover.com
8709              Date: 8 Nov 2001 13:33:18 -0000
8710              Message-Id: <20011108133318.1786.qmail@plover.com>
8711      Branch: perl
8712            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
8713            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
8714            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
8715            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
8716            ! pod/perlport.pod pod/perlvar.pod
8717 ____________________________________________________________________________
8718 [ 12896] By: ams                                   on 2001/11/08  11:22:12
8719         Log: open(FH, $file) should strip leading and trailing whitespace.
8720      Branch: perl
8721            ! doio.c
8722 ____________________________________________________________________________
8723 [ 12895] By: ams                                   on 2001/11/08  10:17:14
8724         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
8725              From: "Craig A. Berry" <craigberry@mac.com>
8726              Date: Wed, 07 Nov 2001 13:41:50 -0600
8727              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
8728      Branch: perl
8729            ! t/op/glob.t
8730 ____________________________________________________________________________
8731 [ 12894] By: ams                                   on 2001/11/08  08:32:20
8732         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
8733              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
8734              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
8735              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
8736      Branch: perl
8737            ! makedepend.SH
8738 ____________________________________________________________________________
8739 [ 12893] By: ams                                   on 2001/11/08  08:26:31
8740         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
8741              From: mjd@plover.com
8742              Date: 8 Nov 2001 08:08:07 -0000
8743              Message-Id: <20011108080807.30147.qmail@plover.com>
8744              
8745              Subject: bleadperl perl.pod
8746              From: mjd@plover.com
8747              Date: 8 Nov 2001 08:10:47 -0000
8748              Message-Id: <20011108081047.30178.qmail@plover.com>
8749              
8750              Subject: more bleadperl perl.pod
8751              From: mjd@plover.com
8752              Date: 8 Nov 2001 08:16:28 -0000
8753              Message-Id: <20011108081628.30229.qmail@plover.com>
8754      Branch: perl
8755            ! pod/perl.pod pod/perldebug.pod
8756 ____________________________________________________________________________
8757 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
8758         Log: Tweak for Cray-friendliness from Nicholas Clark.
8759      Branch: perl
8760            ! sv.c
8761 ____________________________________________________________________________
8762 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
8763         Log: VMS patch redo from Charles Lane.
8764      Branch: perl
8765            ! vms/gen_shrfls.pl
8766 ____________________________________________________________________________
8767 [ 12890] By: ams                                   on 2001/11/07  15:16:10
8768         Log: Subject: [ID 20011107.088] two perl pod nits
8769              From: lvirden@cas.org
8770              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
8771              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
8772      Branch: perl
8773            ! pod/perl.pod pod/perlfaq3.pod
8774 ____________________________________________________________________________
8775 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
8776         Log: Update Changes.
8777      Branch: perl
8778            ! Changes patchlevel.h
8779 ____________________________________________________________________________
8780 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
8781         Log: The (emulated) "no utf8" must be in a BEGIN block
8782              to be effective.
8783      Branch: perl
8784            ! lib/CGI/t/html.t
8785 ____________________________________________________________________________
8786 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
8787         Log: "v-strings" is the right term.
8788      Branch: perl
8789            ! pod/perltodo.pod
8790 ____________________________________________________________________________
8791 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
8792         Log: Add vstrings-as-objects need to perltodo.
8793      Branch: perl
8794            ! pod/perltodo.pod
8795 ____________________________________________________________________________
8796 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
8797         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
8798              From: Nicholas Clark <nick@ccl4.org>
8799              Date: Wed, 7 Nov 2001 14:36:32 +0000
8800              Message-ID: <20011107143631.I24980@plum.flirble.org>
8801      Branch: perl
8802            ! t/op/pack.t
8803 ____________________________________________________________________________
8804 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
8805         Log: The Embed test requires a major rewrite for VMS
8806              (plus it reveals a couple of annoying glitches
8807              in buffering), so skip the test for now; from
8808              Charles Lane.
8809      Branch: perl
8810            ! lib/ExtUtils/Embed.t
8811 ____________________________________________________________________________
8812 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
8813         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
8814              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8815              Date: Wed, 7 Nov 2001 09:23:28 EST
8816              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
8817              
8818              (Also i seems that an unrelated experimental patch
8819              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
8820      Branch: perl
8821            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
8822 ____________________________________________________________________________
8823 [ 12882] By: ams                                   on 2001/11/07  05:14:04
8824         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
8825              From: Mark-Jason Dominus <mjd@plover.com>
8826              Date: Wed, 07 Nov 2001 00:43:46 -0500
8827              Message-Id: <20011107054346.14428.qmail@plover.com>
8828      Branch: perl
8829            ! gv.c op.c toke.c
8830 ____________________________________________________________________________
8831 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
8832         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
8833              From: Michael G Schwern <schwern@pobox.com>             
8834              Date: Tue, 6 Nov 2001 22:04:39 -0500
8835              Message-ID: <20011106220439.D2858@blackrider>              
8836      Branch: perl
8837            ! lib/perl5db.pl
8838 ____________________________________________________________________________
8839 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
8840         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
8841              stress))
8842              From: Jonathan Stowe <gellyfish@gellyfish.com>
8843              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
8844              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
8845              
8846              (except for one hunk where indentation differs)
8847      Branch: perl
8848            ! lib/Term/Cap.t
8849 ____________________________________________________________________________
8850 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
8851         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
8852              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8853              Date: Tue, 6 Nov 2001 21:45:01 +0100
8854              Message-ID: <20011106214501.A704@rafael>
8855      Branch: perl
8856            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
8857            ! lib/File/Spec/Win32.pm
8858 ____________________________________________________________________________
8859 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
8860         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
8861              From: Michael G Schwern <schwern@pobox.com>              
8862              Date: Tue, 6 Nov 2001 20:58:45 -0500
8863              Message-ID: <20011106205845.G29411@blackrider>
8864      Branch: perl
8865            ! t/test.pl
8866 ____________________________________________________________________________
8867 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
8868         Log: Subject: making do_sprintf public       
8869              From: Doug MacEachern <dougm@covalent.net>    
8870              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
8871              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
8872      Branch: perl
8873            ! embed.h embed.pl global.sym
8874 ____________________________________________________________________________
8875 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
8876         Log: Update to CGI.pm 2.78.
8877              
8878              TODO: the test suite needs to be merged so that
8879              when in core, the core version is tested, and when
8880              using the CPAN version, testing the CPAN version.
8881              (the changes need to be sent to Lincoln, too...)
8882      Branch: perl
8883            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
8884            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
8885            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
8886            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
8887            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
8888            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
8889 ____________________________________________________________________________
8890 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
8891         Log: Integrate with perlio; (strictly) readonly hashes via XS.
8892      Branch: perl
8893           +> t/lib/access.t
8894           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8895 ____________________________________________________________________________
8896 [ 12874] By: nick                                  on 2001/11/06  21:05:16
8897         Log: Keep It Simple and Stupid version of readonly hash support.
8898              - Test for SvREAONLY(hv) at a few spots in hv.c
8899              - add the error message to perldiag.pod
8900              - (dubious) add access::readonly() to univeral.c
8901              - add test using above
8902              - fixup ext/B/t/stash.t to account for access:: existing
8903      Branch: perlio
8904            + t/lib/access.t
8905            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
8906 ____________________________________________________________________________
8907 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
8908         Log: Fix incorrect warnings about broken globbing;
8909              from Andy Dougherty.
8910      Branch: perl
8911            ! hints/linux.sh
8912 ____________________________________________________________________________
8913 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
8914         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
8915              toggle-on from the encoding pragma.
8916      Branch: perl
8917            ! regcomp.c regexec.c
8918 ____________________________________________________________________________
8919 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
8920         Log: Retract #12824, doesn't help and is ignored
8921              by Configure anyway.
8922      Branch: perl
8923            ! hints/beos.sh
8924 ____________________________________________________________________________
8925 [ 12870] By: ams                                   on 2001/11/06  10:40:37
8926         Log: Subject: Cosmetic change
8927              From: H.Merijn Brand <h.m.brand@hccnet.nl>
8928              Date: Tue, 06 Nov 2001 12:30:52 +0100
8929              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
8930      Branch: perl
8931            ! README.hpux
8932 ____________________________________________________________________________
8933 [ 12869] By: nick                                  on 2001/11/06  08:26:40
8934         Log: Integrate mainline
8935      Branch: perlio
8936           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
8937           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
8938 ____________________________________________________________________________
8939 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
8940         Log: The parentheses are protected enough.
8941      Branch: perl
8942            ! hints/os390.sh
8943 ____________________________________________________________________________
8944 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
8945         Log: ccflags, not ldflags.
8946      Branch: perl
8947            ! hints/os390.sh
8948 ____________________________________________________________________________
8949 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
8950         Log: ... and the proto to go with #12865.
8951      Branch: perl
8952            ! proto.h
8953 ____________________________________________________________________________
8954 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
8955         Log: Oops.  Luckily nothing was using this symbol yet.
8956      Branch: perl
8957            ! global.sym
8958 ____________________________________________________________________________
8959 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
8960         Log: Implement the encoding pragma for regex literals.
8961      Branch: perl
8962            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
8963 ____________________________________________________________________________
8964 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
8965         Log: More UTF8 EXACT fixing.
8966      Branch: perl
8967            ! regexec.c
8968 ____________________________________________________________________________
8969 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
8970         Log: More re debugging.
8971      Branch: perl
8972            ! regexec.c
8973 ____________________________________________________________________________
8974 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
8975         Log: EXACT correction attempt.  Continued in #12863.
8976      Branch: perl
8977            ! regexec.c
8978 ____________________________________________________________________________
8979 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
8980         Log: Unterminated L<.
8981      Branch: perl
8982            ! ext/DB_File/DB_File.pm
8983 ____________________________________________________________________________
8984 [ 12859] By: nick                                  on 2001/11/05  19:15:17
8985         Log: Integrate mainline
8986      Branch: perlio
8987           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
8988           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
8989           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
8990           +> lib/Math/BigInt/t/sub_mbi.t
8991            - lib/Math/BigInt/t/Math/Subclass.pm
8992            - lib/Math/BigInt/t/subclass.t
8993           !> (integrate 30 files)
8994 ____________________________________________________________________________
8995 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
8996         Log: Regex debugging fixes from Hugo.
8997      Branch: perl
8998            ! regcomp.c regexec.c
8999 ____________________________________________________________________________
9000 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
9001         Log: IRIX: at some point the cc -version has started
9002              to output to stderr, not stdout any more.
9003      Branch: perl
9004            ! hints/irix_6.sh
9005 ____________________________________________________________________________
9006 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
9007         Log: Update Changes.
9008      Branch: perl
9009            ! Changes patchlevel.h
9010 ____________________________________________________________________________
9011 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
9012         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
9013      Branch: perl
9014            ! lib/File/Spec/Unix.pm
9015 ____________________________________________________________________________
9016 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
9017         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
9018              From: rgarciasuarez@free.fr
9019              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
9020              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
9021      Branch: perl
9022            ! lib/File/Spec/Unix.pm
9023 ____________________________________________________________________________
9024 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
9025         Log: Use config.arch in OS/390 where the combination of
9026              IEEE floats and ldflags is tricky.
9027      Branch: perl
9028            ! hints/os390.sh
9029 ____________________________________________________________________________
9030 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
9031         Log: Metaconfig unit change for #12851.
9032      Branch: metaconfig
9033            ! U/modified/Config_sh.U
9034 ____________________________________________________________________________
9035 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
9036         Log: Support a config.arch file, similar to config.over,
9037              but loaded just before it.
9038      Branch: perl
9039            ! Configure INSTALL
9040 ____________________________________________________________________________
9041 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
9042         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
9043              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9044              Date: Mon, 5 Nov 2001 14:26:24 +0100
9045              Message-ID: <20011105142624.C31977@rafael>
9046      Branch: perl
9047            ! lib/Symbol.pm lib/Symbol.t
9048 ____________________________________________________________________________
9049 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
9050         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
9051              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9052              Date: Sun, 4 Nov 2001 22:28:57 +0100
9053              Message-ID: <20011104222857.C696@rafael>
9054      Branch: perl
9055            ! pod/perldebug.pod pod/perlpodspec.pod
9056 ____________________________________________________________________________
9057 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
9058         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
9059      Branch: perl
9060            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
9061 ____________________________________________________________________________
9062 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
9063         Log: Math::Big* test tweaks to work better with core:
9064              but the coast still not clear.
9065      Branch: perl
9066            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
9067            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9068 ____________________________________________________________________________
9069 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
9070         Log: Protect against high load: measure how much wall
9071              clock time went by while sleeping.  Avoids some
9072              false negatives, while may introduce some false
9073              positives.  Life is hard.
9074      Branch: perl
9075            ! ext/Time/HiRes/HiRes.t
9076 ____________________________________________________________________________
9077 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
9078         Log: More forgotten from #12843.
9079      Branch: perl
9080            ! lib/Math/BigInt/t/bigfltpm.inc
9081 ____________________________________________________________________________
9082 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
9083         Log: Forgot from #12843.
9084      Branch: perl
9085            + lib/Math/BigInt/t/bigintpm.inc
9086            ! MANIFEST
9087 ____________________________________________________________________________
9088 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
9089         Log: Upgrade to Math::BigInt 1.45; from Tels.
9090              NOTE: some of the tests are failing but that's because
9091              the core integration is not yet done.
9092      Branch: perl
9093            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
9094            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
9095            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
9096            - lib/Math/BigInt/t/Math/Subclass.pm
9097            - lib/Math/BigInt/t/subclass.t
9098            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
9099            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
9100            ! lib/Math/BigInt/t/mbimbf.t
9101 ____________________________________________________________________________
9102 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
9103         Log: VMS: adds capability to control more configuration stuff with
9104              -D and -U switches; parsing config.sh to extract previous config
9105              info in VMS-form, and a rewrite of the "prompt/response" routine;
9106              from Charles Lane.
9107      Branch: perl
9108            ! configure.com
9109 ____________________________________________________________________________
9110 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
9111         Log: Subject: Typo correction in perldebguts.pod
9112              From: mjd@plover.com
9113              Date: 4 Nov 2001 16:20:05 -0000
9114              Message-ID: <20011104162005.16699.qmail@plover.com>
9115      Branch: perl
9116            ! pod/perldebguts.pod
9117 ____________________________________________________________________________
9118 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
9119         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
9120              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9121              Date: Sun, 4 Nov 2001 11:47:30 +0100
9122              Message-ID: <20011104114730.A715@rafael>
9123              
9124              Remove -T from the test, wrong place for that.
9125      Branch: perl
9126            ! lib/File/Temp/t/mktemp.t
9127 ____________________________________________________________________________
9128 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
9129         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
9130              From: Nicholas Clark <nick@ccl4.org>
9131              Date: Sun, 4 Nov 2001 10:41:24 +0000
9132              Message-ID: <20011104104123.U20123@plum.flirble.org>
9133      Branch: perl
9134            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
9135 ____________________________________________________________________________
9136 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
9137         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
9138              From: Michael G Schwern <schwern@pobox.com>
9139              Date: Sat, 3 Nov 2001 15:41:47 -0500
9140              Message-ID: <20011103154147.C600@blackrider>
9141      Branch: perl
9142            ! lib/Term/Cap.t
9143 ____________________________________________________________________________
9144 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
9145         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
9146              From: "Craig A. Berry" <craigberry@mac.com>     
9147              Date: Sat, 03 Nov 2001 16:02:28 -0600
9148              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
9149      Branch: perl
9150            ! ext/Time/HiRes/HiRes.t
9151 ____________________________________________________________________________
9152 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
9153         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
9154              From: "chromatic" <chromatic@rmci.net>
9155              Date: Sat, 03 Nov 2001 12:28:17 -0700
9156              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
9157      Branch: perl
9158            ! lib/Term/Cap.t
9159 ____________________________________________________________________________
9160 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
9161         Log: Don't bother doing POSIX charclass parsing if it
9162              possibly cannot be so.  Prepares way for charclass
9163              syntax like [[abc]||[def]] (or just [[abc][def]])
9164              for union, [[\w]&&[$a]] for intersection,
9165              and [[a-z]&&[^def]] for subtraction.
9166              
9167              Currently /[[a]/ (or /[a[]/) parses as a character
9168              class containing two characters, "[" and "a",
9169              this may have to be broken for the syntax described
9170              above, otherwise we would have to scan the whole pattern
9171              to find out whether the square brackets match pairwise.
9172              Luckily, the special case of "[" doesn't seem to be
9173              documented (as opposed to "]" and "-"), so we may have
9174              better story for breaking it...  One can always use \[
9175              if one wants a literal "[", so there.
9176      Branch: perl
9177            ! regcomp.c
9178 ____________________________________________________________________________
9179 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
9180         Log: Comment correction.
9181      Branch: perl
9182            ! regcomp.c
9183 ____________________________________________________________________________
9184 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
9185         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
9186              The latter is a RedHatism.
9187      Branch: perl
9188            ! lib/ExtUtils/MakeMaker.pm
9189 ____________________________________________________________________________
9190 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
9191         Log: Integrate perlio.
9192      Branch: perl
9193           !> perlio.c
9194 ____________________________________________________________________________
9195 [ 12831] By: nick                                  on 2001/11/03  11:42:15
9196         Log: Integrate mainline
9197      Branch: perlio
9198           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
9199           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
9200           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
9201           !> sv.c t/test.pl
9202 ____________________________________________________________________________
9203 [ 12830] By: nick                                  on 2001/11/03  10:27:34
9204         Log: Fix clone_leak problem.
9205              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
9206              as vestige of calling PerlLIO_dup().
9207      Branch: perlio
9208            ! perlio.c
9209 ____________________________________________________________________________
9210 [ 12829] By: nick                                  on 2001/11/03  09:40:46
9211         Log: Tweaks attempting to locate Doug's clone_leak leak.
9212              - add some PerlIO_debug()
9213              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
9214              - Even if it closing stdout etc. do a fflush()
9215      Branch: perlio
9216            ! perlio.c
9217 ____________________________________________________________________________
9218 [ 12828] By: nick                                  on 2001/11/03  08:34:31
9219         Log: Integrate mainline
9220      Branch: perlio
9221           !> (integrate 54 files)
9222 ____________________________________________________________________________
9223 [ 12827] By: ams                                   on 2001/11/03  03:45:19
9224         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
9225              remove this later). Based on a patch from Robert Spier in
9226              <15330.61459.14452.795263@rls.cx>.
9227      Branch: perl
9228            ! sv.c
9229 ____________________________________________________________________________
9230 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
9231         Log: microperl sync.
9232      Branch: perl
9233            ! doio.c perl.c perl.h perlio.c regexec.c
9234 ____________________________________________________________________________
9235 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
9236         Log: Definitions for the Unicode Newline Guidelines.
9237      Branch: perl
9238            ! perl.h
9239 ____________________________________________________________________________
9240 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
9241         Log: (retracted by #12871)
9242              
9243              There is no csh of any kind in default BeOS.
9244              For the purposes of miniperl globbing, bash
9245              will do.
9246      Branch: perl
9247            ! hints/beos.sh
9248 ____________________________________________________________________________
9249 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
9250         Log: Integrate change #12820 from macperl to maint and blead;
9251              
9252              Fix up (dynaloading) to work properly with multiplicity
9253      Branch: maint-5.6/perl
9254           !> ext/DynaLoader/dl_mac.xs
9255      Branch: perl
9256           !> ext/DynaLoader/dl_mac.xs
9257 ____________________________________________________________________________
9258 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
9259         Log: Several fixes for various exit problems and clearing out
9260              task queue, as well as another (incomplete) go at
9261              fixing error message handling
9262      Branch: maint-5.6/macperl
9263            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
9264 ____________________________________________________________________________
9265 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
9266         Log: Add source files for bleadperl builds
9267      Branch: maint-5.6/macperl
9268            ! macos/Makefile.mk
9269 ____________________________________________________________________________
9270 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
9271         Log: Fix up to work properly with multiplicity
9272      Branch: maint-5.6/macperl
9273            ! ext/DynaLoader/dl_mac.xs
9274 ____________________________________________________________________________
9275 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
9276         Log: Integrate with maintperl.
9277      Branch: maint-5.6/macperl
9278           +> t/op/system.t t/op/system_tests
9279           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
9280           !> pod/perltodo.pod util.c win32/win32.c
9281 ____________________________________________________________________________
9282 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
9283         Log: Locate _PATH_LOG if it's a socket even if not #defined
9284              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
9285              via Nick Clark.
9286      Branch: perl
9287            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
9288 ____________________________________________________________________________
9289 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
9290         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
9291              From: Michael G Schwern <schwern@pobox.com>
9292              Date: Fri, 2 Nov 2001 15:36:41 -0500
9293              Message-ID: <20011102153641.E23234@blackrider>
9294      Branch: perl
9295            ! t/test.pl
9296 ____________________________________________________________________________
9297 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
9298         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
9299              From: merlyn@stonehenge.com (Randal L. Schwartz)
9300              Date: 02 Nov 2001 09:33:34 -0800
9301              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
9302              
9303              (two of the changes)
9304              
9305              Better coexistence with extensions.
9306      Branch: perl
9307            ! ext/Errno/Errno_pm.PL hints/darwin.sh
9308 ____________________________________________________________________________
9309 [ 12815] By: ams                                   on 2001/11/02  16:47:43
9310         Log: Subject: Re: [PATCH] the the double double word word fix fix
9311              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9312              Date: Fri, 02 Nov 2001 19:43:07 +0100
9313              Message-Id: <3BE2E93B.627C198E@alcatel.at>
9314      Branch: perl
9315            ! pod/perldebug.pod
9316 ____________________________________________________________________________
9317 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
9318         Log: Update Changes.
9319      Branch: perl
9320            ! Changes patchlevel.h
9321 ____________________________________________________________________________
9322 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
9323         Log: More encoding testing.
9324      Branch: perl
9325            ! lib/encoding.pm lib/encoding.t
9326 ____________________________________________________________________________
9327 [ 12812] By: ams                                   on 2001/11/02  15:07:11
9328         Log: Slight modification of #12811.
9329      Branch: perl
9330            ! op.c
9331 ____________________________________________________________________________
9332 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
9333         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
9334              From: Radu Greab <radu@netsoft.ro>
9335              Date: Fri, 2 Nov 2001 15:28:58 +0200
9336              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
9337      Branch: perl
9338            ! op.c t/op/stat.t
9339 ____________________________________________________________________________
9340 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
9341         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
9342              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9343              Date: Thu, 1 Nov 2001 22:35:50 +0100
9344              Message-ID: <20011101223550.A10849@rafael>
9345      Branch: perl
9346            ! lib/ExtUtils/Embed.t
9347 ____________________________________________________________________________
9348 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
9349         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
9350              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9351              Date: 2 Nov 2001 14:48:51 -0000
9352              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
9353      Branch: perl
9354            ! lib/File/Find.pm
9355 ____________________________________________________________________________
9356 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
9357         Log: Add documentation.
9358      Branch: perl
9359            ! embed.pl pod/perlapi.pod utf8.c
9360 ____________________________________________________________________________
9361 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
9362         Log: Unicode: add ToFold mapping.  Not used yet; but basically
9363              a more useful mapping for caseless aka case-ignoring than
9364              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
9365              algorithm for creating the foldings uses equivalence classes,
9366              see http://www.unicode.org/unicode/reports/tr21/
9367              Hopefully this feature will be used in //i.
9368              (The folding tables were introduced by #12689.)
9369      Branch: perl
9370            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
9371            ! utf8.c
9372 ____________________________________________________________________________
9373 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
9374         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
9375              From: "Craig A. Berry" <craigberry@mac.com>
9376              Date: Fri, 02 Nov 2001 00:03:52 -0600
9377              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
9378      Branch: perl
9379            ! lib/AutoSplit.t
9380 ____________________________________________________________________________
9381 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
9382         Log: Subject: Trivial doc patch
9383              From: andreas.koenig@anima.de (Andreas J. Koenig)
9384              Date: 02 Nov 2001 06:11:35 +0100
9385              Message-ID: <m37kt94v08.fsf@anima.de>
9386      Branch: perl
9387            ! pod/perlport.pod
9388 ____________________________________________________________________________
9389 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
9390         Log: Make encoding and charnames pragmas coexist.
9391      Branch: perl
9392            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
9393 ____________________________________________________________________________
9394 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
9395         Log: The basic character classes seem to go untested with Unicode.
9396      Branch: perl
9397            ! t/op/pat.t
9398 ____________________________________________________________________________
9399 [ 12802] By: ams                                   on 2001/11/02  00:39:36
9400         Log: Subject: [PATCH] the the double double word word fix fix
9401              From: Richard Soderberg <rs@oregonnet.com>
9402              Date: Thu, 1 Nov 2001 13:12:03 -0800
9403              Message-Id: <200111012112.NAA23288@oregonnet.com>
9404              
9405              Subject: Re: [PATCH] the the double double word word fix fix
9406              From: Mark-Jason Dominus <mjd@plover.com>
9407              Date: Thu, 01 Nov 2001 16:43:40 -0500
9408              Message-Id: <20011101214340.2044.qmail@plover.com>
9409              
9410              Subject: Re: [PATCH] the the double double word word fix fix
9411              From: Mark-Jason Dominus <mjd@plover.com>
9412              Date: Thu, 01 Nov 2001 16:51:39 -0500
9413              Message-Id: <20011101215139.2196.qmail@plover.com>
9414      Branch: perl
9415            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
9416            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
9417            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
9418            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
9419            ! pod/perltodo.pod pod/perlxstut.pod
9420 ____________________________________________________________________________
9421 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
9422         Log: Comment tweaks.
9423      Branch: perl
9424            ! toke.c
9425 ____________________________________________________________________________
9426 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
9427         Log: FAQ sync.
9428      Branch: perl
9429            ! pod/perlfaq9.pod
9430 ____________________________________________________________________________
9431 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
9432         Log: If an encoding is set by -M/-m, it must be in
9433              effect only for the actual script, not any other
9434              required/-M/-m'ed module, otherwise we enter a nasty
9435              recursion in regexec.c while trying to init the simple
9436              UTF-8 charclasses like PL_utf8_alnum.
9437      Branch: perl
9438            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
9439 ____________________________________________________________________________
9440 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
9441         Log: A bit more descriptive name.
9442      Branch: perl
9443            ! mg.c
9444 ____________________________________________________________________________
9445 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
9446         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
9447              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9448              Date: Wed, 31 Oct 2001 13:47:04 EST
9449              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
9450      Branch: perl
9451            ! ext/Time/HiRes/HiRes.t
9452 ____________________________________________________________________________
9453 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
9454         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
9455              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9456              Date: Wed, 31 Oct 2001 13:43:29 EST
9457              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
9458      Branch: perl
9459            ! mg.c
9460 ____________________________________________________________________________
9461 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
9462         Log: Subject: [PATCH] Various test cleanups
9463              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9464              Date: Tue, 30 Oct 2001 21:56:26 +0100
9465              Message-ID: <20011030215626.A28503@rafael>
9466      Branch: perl
9467            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9468            ! ext/DB_File/t/db-recno.t ext/Encode.t
9469 ____________________________________________________________________________
9470 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
9471         Log: Update Changes.
9472      Branch: perl
9473            ! Changes patchlevel.h
9474 ____________________________________________________________________________
9475 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
9476         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
9477              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
9478              Date: Wed, 31 Oct 2001 17:16:39 +0100
9479              Message-ID: <20011031171639.A32511@rafael>
9480      Branch: perl
9481            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
9482 ____________________________________________________________________________
9483 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
9484         Log: Skip message nit.
9485      Branch: perl
9486            ! t/io/fs.t
9487 ____________________________________________________________________________
9488 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
9489         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
9490              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9491              Date: 31 Oct 2001 14:49:37 -0000
9492              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
9493      Branch: perl
9494            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
9495 ____________________________________________________________________________
9496 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
9497         Log: Extend the effect of the encoding pragma to chr() and ord().
9498              
9499              TODO: regex literals, reentrancy problems with the utf8
9500              and charnames pragmas.
9501      Branch: perl
9502            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
9503 ____________________________________________________________________________
9504 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
9505         Log: Doc tweaks.
9506      Branch: perl
9507            ! lib/encoding.pm
9508 ____________________________________________________________________________
9509 [ 12788] By: nick                                  on 2001/10/31  08:59:56
9510         Log: Integrate mainline
9511      Branch: perlio
9512           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
9513           !> (integrate 49 files)
9514 ____________________________________________________________________________
9515 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
9516         Log: Forgot new proto.
9517      Branch: perl
9518            ! proto.h
9519 ____________________________________________________________________________
9520 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
9521         Log: Clarification: use encoding cannot be used to
9522              change the default encoding of "your whole script";
9523              only the default encoding of the *data*.  Also, it
9524              seems that "use encoding" does not mix with "use utf8"
9525              (a coredumping recursion ensues).  Should not be a huge
9526              problem since "use utf8" is pretty marginal nowadays.
9527      Branch: perl
9528            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
9529 ____________________________________________________________________________
9530 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
9531         Log: More documentation for the encode pragma.
9532      Branch: perl
9533            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
9534            ! pod/perlapi.pod pod/perlunicode.pod sv.c
9535 ____________________________________________________________________________
9536 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
9537         Log: Thinko in #12783.
9538      Branch: perl
9539            ! sv.c
9540 ____________________________________________________________________________
9541 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
9542         Log: Make sv_recode_to_utf8() a real API: the encoding
9543              is a parameter, instead of a global.  Document the
9544              PERL_ENCODING.
9545      Branch: perl
9546            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
9547            ! toke.c
9548 ____________________________________________________________________________
9549 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
9550         Log: Enable -Mencoding=foobar also for string literals.
9551      Branch: perl
9552            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
9553            ! pod/perlapi.pod proto.h sv.c toke.c
9554 ____________________________________________________________________________
9555 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
9556         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
9557              From: Andy Dougherty <doughera@lafayette.edu>
9558              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
9559              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
9560      Branch: perl
9561            ! ext/POSIX/hints/svr4.pl
9562 ____________________________________________________________________________
9563 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
9564         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
9565              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9566              Date: Mon, 29 Oct 2001 23:11:58 -0000
9567              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9568              
9569              Add compat.h.
9570      Branch: perl
9571            ! lib/h2xs.t utils/h2xs.PL
9572 ____________________________________________________________________________
9573 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
9574         Log: Subject: PerlIOBuf_dup
9575              From: Nicholas Clark <nick@ccl4.org>              
9576              Date: Mon, 29 Oct 2001 21:52:35 +0000             
9577              Message-ID: <20011029215235.K41204@plum.flirble.org>
9578              
9579              Add prototype.
9580      Branch: perl
9581            ! perliol.h
9582 ____________________________________________________________________________
9583 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
9584         Log: Subject: [PATCH] Make malloc.c errors more useful
9585              From: Richard Soderberg <rs@oregonnet.com>
9586              Date: Mon, 29 Oct 2001 22:28:02 -0800
9587              Message-Id: <200110300628.WAA11025@oregonnet.com>
9588      Branch: perl
9589            ! malloc.c
9590 ____________________________________________________________________________
9591 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
9592         Log: Retract #12776 - the bug 19990906.001 is still valid.
9593      Branch: perl
9594            ! t/run/kill_perl.t
9595 ____________________________________________________________________________
9596 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
9597         Log: (Retracted by #12777)
9598              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
9599              From: Michael G Schwern <schwern@pobox.com> 
9600              Date: Mon, 29 Oct 2001 23:01:08 -0500
9601              Message-ID: <20011029230108.G18053@blackrider>
9602      Branch: perl
9603            ! t/run/kill_perl.t
9604 ____________________________________________________________________________
9605 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
9606         Log: Comment nits.
9607      Branch: perl
9608            ! lib/encoding.t
9609 ____________________________________________________________________________
9610 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
9611         Log: integrate change#12772 from mainline
9612              
9613              Subject: [PATCH] Mommy, what's a pointer cast?
9614      Branch: maint-5.6/perl
9615            ! perl.h
9616 ____________________________________________________________________________
9617 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
9618         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9619              From: Richard Soderberg <rs@oregonnet.com>
9620              Date: Mon, 29 Oct 2001 17:01:10 -0800
9621              Message-Id: <200110300101.RAA31561@oregonnet.com>
9622              
9623              (threads* parts)
9624      Branch: perl
9625            ! ext/threads/shared/shared.xs ext/threads/threads.xs
9626 ____________________________________________________________________________
9627 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
9628         Log: Subject: [PATCH] Mommy, what's a pointer cast?
9629              From: Richard Soderberg <rs@oregonnet.com>
9630              Date: Mon, 29 Oct 2001 17:01:10 -0800
9631              Message-Id: <200110300101.RAA31561@oregonnet.com>
9632              
9633              (the perl.h part)
9634      Branch: perl
9635            ! perl.h
9636 ____________________________________________________________________________
9637 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
9638         Log: Subject: [PATCH] OpenBSD likes signal.h 
9639              From: Richard Soderberg <rs@oregonnet.com>
9640              Date: Mon, 29 Oct 2001 17:00:31 -0800
9641              Message-Id: <200110300100.RAA31533@oregonnet.com>
9642      Branch: perl
9643            ! unixish.h
9644 ____________________________________________________________________________
9645 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
9646         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
9647              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9648              Date: Mon, 29 Oct 2001 23:04:23 -0000
9649              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
9650      Branch: perl
9651            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
9652            ! ext/DB_File/t/db-recno.t
9653 ____________________________________________________________________________
9654 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
9655         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
9656              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
9657              Date: Mon, 29 Oct 2001 12:34:07 -0600
9658              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
9659      Branch: perl
9660            ! ext/Time/HiRes/HiRes.t
9661 ____________________________________________________________________________
9662 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
9663         Log: Update Changes.
9664      Branch: perl
9665            ! Changes patchlevel.h
9666 ____________________________________________________________________________
9667 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
9668         Log: AIX needs an explicit symbol export list.
9669      Branch: perl
9670            ! lib/ExtUtils/Embed.t
9671 ____________________________________________________________________________
9672 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
9673         Log: The test (and the module) would require some
9674              quality hacking time to work on EBCDIC.  Based on
9675              the test results nothing seems to be majorly broken,
9676              the module just seems to have strange assumptions:
9677              got: ''\226\225\205'
9678              expected: ''one'
9679              The \226\225\205 being, of course, 'one', in EBCDIC.
9680      Branch: perl
9681            ! lib/Dumpvalue.t
9682 ____________________________________________________________________________
9683 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
9684         Log: Mark the test known to be failing in EBCDIC.
9685      Branch: perl
9686            ! t/op/tr.t
9687 ____________________________________________________________________________
9688 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
9689         Log: None of the libnet modules are going to work in
9690              EBCDIC without the Convert::EBCDIC.
9691      Branch: perl
9692            ! t/lib/1_compile.t
9693 ____________________________________________________________________________
9694 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
9695         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
9696      Branch: perl
9697            ! t/op/pack.t
9698 ____________________________________________________________________________
9699 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
9700         Log: UTF-EBCDIC ain't UTF-8.
9701      Branch: perl
9702            ! t/op/pack.t
9703 ____________________________________________________________________________
9704 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
9705         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
9706      Branch: perl
9707            ! t/lib/1_compile.t
9708 ____________________________________________________________________________
9709 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
9710         Log: Let's not assume ASCII.
9711      Branch: perl
9712            ! t/op/lc.t
9713 ____________________________________________________________________________
9714 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
9715         Log: Call the new perlio symbols differently.
9716      Branch: perl
9717            ! makedef.pl
9718 ____________________________________________________________________________
9719 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
9720         Log: Don't expect ASCII ordering.
9721      Branch: perl
9722            ! lib/ExtUtils/Manifest.t
9723 ____________________________________________________________________________
9724 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
9725         Log: Forgot from #12756.
9726      Branch: perl
9727            ! perlio.h
9728 ____________________________________________________________________________
9729 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
9730         Log: BeOS tweaks:
9731              - fseeko and ftello can be found by Configure but
9732              we do not seem to have prototypes for them so
9733              let's make up some
9734              - BeOS didn't use to have real sockets (sockets as
9735              filedescriptors) but the BONE package is supposed
9736              to fix this.  I do not know how to detect BONEness,
9737              see hints/beos.sh for a spot that needs to fixed.
9738              - BeOS has O_TEXT != O_BINARY but has no setmode()
9739      Branch: perl
9740            ! hints/beos.sh perlio.c
9741 ____________________________________________________________________________
9742 [ 12755] By: sky                                   on 2001/10/29  12:56:12
9743         Log: Ugly fix to not die when a thread creator is holding locks.
9744      Branch: perl
9745            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9746            ! ext/threads/threads.xs
9747 ____________________________________________________________________________
9748 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
9749         Log: Integrate change #12752 from maintperl;
9750              
9751              croak(Nullch) wasn't printing the contents of ERRSV if there was
9752              no outer eval (bug in change#6125)
9753      Branch: perl
9754           !> util.c
9755 ____________________________________________________________________________
9756 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
9757         Log: Subject: [PATCH h2xs] Use of static data in XS modules
9758              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
9759              Date: Sun, 28 Oct 2001 21:19:07 -0000
9760              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
9761              
9762              with nits from Sarathy.
9763      Branch: perl
9764            ! utils/h2xs.PL
9765 ____________________________________________________________________________
9766 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
9767         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
9768              no outer eval (bug in change#6125)
9769      Branch: maint-5.6/perl
9770            ! util.c
9771 ____________________________________________________________________________
9772 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
9773         Log: More todo for the encoding pragma.
9774      Branch: perl
9775            ! lib/encoding.pm
9776 ____________________________________________________________________________
9777 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
9778         Log: Add the encoding pragma to control the "upgrade"
9779              from the native eight bit data to Unicode.
9780              
9781              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
9782      Branch: perl
9783            + lib/encoding.pm lib/encoding.t
9784            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
9785            ! pod/perlunicode.pod pod/perlvar.pod sv.c
9786 ____________________________________________________________________________
9787 [ 12749] By: sky                                   on 2001/10/28  21:02:33
9788         Log: Update documentation.
9789      Branch: perl
9790            ! ext/threads/shared/shared.pm
9791 ____________________________________________________________________________
9792 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
9793         Log: Integrate change #12747 from maintperl;
9794              
9795              finishing touches to system() fixes on windows:
9796              * detect cmd shell correctly even if it had full path in it
9797              * more quoting needed for single-arg system if the argument
9798              really had multiple quoted arguments within it
9799              * be smarter about not calling the shell when the executable
9800              has spaces, but otherwise does not need shell involvement
9801              * add a testsuite (windows-specific currently)
9802      Branch: perl
9803           +> t/op/system.t t/op/system_tests
9804            ! MANIFEST pod/perltodo.pod
9805           !> win32/win32.c
9806 ____________________________________________________________________________
9807 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
9808         Log: finishing touches to system() fixes on windows:
9809              * detect cmd shell correctly even if it had full path in it
9810              * more quoting needed for single-arg system if the argument
9811              really had multiple quoted arguments within it
9812              * be smarter about not calling the shell when the executable
9813              has spaces, but otherwise does not need shell involvement
9814              * add a testsuite (windows-specific currently)
9815      Branch: maint-5.6/perl
9816            + t/op/system.t t/op/system_tests
9817            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
9818 ____________________________________________________________________________
9819 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
9820         Log: Integrate perlio.
9821      Branch: perl
9822           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
9823 ____________________________________________________________________________
9824 [ 12745] By: nick                                  on 2001/10/28  16:08:14
9825         Log: Mingw32 fixup for Embed.t
9826      Branch: perlio
9827            ! lib/ExtUtils/Embed.t
9828 ____________________________________________________________________________
9829 [ 12744] By: nick                                  on 2001/10/28  15:54:14
9830         Log: GCC vs MS 64-bit constant syntax
9831      Branch: perlio
9832            ! ext/Time/HiRes/HiRes.xs
9833 ____________________________________________________________________________
9834 [ 12743] By: nick                                  on 2001/10/28  15:42:55
9835         Log: Integrate mainline
9836      Branch: perlio
9837           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
9838 ____________________________________________________________________________
9839 [ 12742] By: sky                                   on 2001/10/28  14:47:10
9840         Log: Manpage updates.
9841      Branch: perl
9842            ! ext/threads/threads.pm
9843 ____________________________________________________________________________
9844 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
9845         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
9846      Branch: perl
9847            ! lib/ExtUtils/Embed.t
9848 ____________________________________________________________________________
9849 [ 12740] By: nick                                  on 2001/10/28  14:14:24
9850         Log: Integrate mainline
9851      Branch: perlio
9852           !> lib/ExtUtils/Embed.t win32/win32.c
9853 ____________________________________________________________________________
9854 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
9855         Log: Need to be ./executed.
9856      Branch: perl
9857            ! lib/ExtUtils/Embed.t
9858 ____________________________________________________________________________
9859 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
9860         Log: Integrate perlio.
9861      Branch: perl
9862           !> perlio.c win32/win32.h
9863 ____________________________________________________________________________
9864 [ 12737] By: nick                                  on 2001/10/28  13:53:45
9865         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
9866              by gcc -xc++.
9867      Branch: perlio
9868            ! win32/win32.h
9869 ____________________________________________________________________________
9870 [ 12736] By: nick                                  on 2001/10/28  13:50:50
9871         Log: Have :stdio layer update an honour the fd refcnt table.
9872              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
9873      Branch: perlio
9874            ! perlio.c
9875 ____________________________________________________________________________
9876 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
9877         Log: Integrate changes #12724 and #12725 from maintperl;
9878              multiarg system now works.
9879      Branch: perl
9880           !> win32/win32.c
9881 ____________________________________________________________________________
9882 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
9883         Log: Integrate perlio.
9884      Branch: perl
9885           +> lib/ExtUtils/Embed.t
9886           !> MANIFEST perlio.c
9887 ____________________________________________________________________________
9888 [ 12733] By: nick                                  on 2001/10/28  13:07:16
9889         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
9890              least for PERLIO=perlio unthreaded case
9891      Branch: perlio
9892            ! perlio.c
9893 ____________________________________________________________________________
9894 [ 12732] By: nick                                  on 2001/10/28  11:10:24
9895         Log: Typo in exe name
9896      Branch: perlio
9897            ! lib/ExtUtils/Embed.t
9898 ____________________________________________________________________________
9899 [ 12731] By: nick                                  on 2001/10/28  11:09:59
9900         Log: Integrate Mainline
9901      Branch: perlio
9902           !> Changes configure.com ext/DB_File/DB_File.pm
9903           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
9904           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
9905           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
9906           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
9907           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
9908           !> t/TEST t/op/regexp.t win32/buildext.pl
9909 ____________________________________________________________________________
9910 [ 12730] By: nick                                  on 2001/10/28  11:05:35
9911         Log: Fixup Embed.t for Win32/VC++
9912      Branch: perlio
9913            ! lib/ExtUtils/Embed.t
9914 ____________________________________________________________________________
9915 [ 12729] By: nick                                  on 2001/10/28  09:36:20
9916         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
9917              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
9918              ExtUtils::Embed.
9919      Branch: perlio
9920            + lib/ExtUtils/Embed.t
9921            ! MANIFEST
9922 ____________________________________________________________________________
9923 [ 12728] By: sky                                   on 2001/10/28  08:12:53
9924         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
9925              line manually!
9926      Branch: perl
9927            ! lib/ExtUtils/xsubpp
9928 ____________________________________________________________________________
9929 [ 12727] By: sky                                   on 2001/10/28  08:02:09
9930         Log: And here we use the prototypes.
9931      Branch: perl
9932            ! ext/threads/shared/shared.xs
9933 ____________________________________________________________________________
9934 [ 12726] By: sky                                   on 2001/10/28  08:00:48
9935         Log: Support [] style prototypes.
9936      Branch: perl
9937            ! lib/ExtUtils/xsubpp
9938 ____________________________________________________________________________
9939 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
9940         Log: yet another multi-arg system() fix on windows: batch files as the
9941              first argument (i.e. directly executed by CreateProcess()) need
9942              extra quoting to escape shell-shock
9943      Branch: maint-5.6/perl
9944            ! win32/win32.c
9945 ____________________________________________________________________________
9946 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
9947         Log: another multi-arg system() fix on windows: passing empty arguments
9948              now works
9949      Branch: maint-5.6/perl
9950            ! win32/win32.c
9951 ____________________________________________________________________________
9952 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
9953         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
9954              No final #else #error because we do not seem to
9955              be using #error?
9956      Branch: perl
9957            ! op.h
9958 ____________________________________________________________________________
9959 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
9960         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
9961              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
9962              Date: Sat, 27 Oct 2001 23:28:44 EST 
9963              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
9964      Branch: perl
9965            ! ext/Time/HiRes/HiRes.xs
9966 ____________________________________________________________________________
9967 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
9968         Log: Regen perlapi, perltoc.
9969      Branch: perl
9970            ! pod/perlapi.pod pod/perltoc.pod
9971 ____________________________________________________________________________
9972 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
9973         Log: Subject: [PATCH] sv.h documentation
9974              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
9975              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
9976              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
9977      Branch: perl
9978            ! sv.h
9979 ____________________________________________________________________________
9980 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
9981         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
9982              system("nmake -nologo", "clean") and there is no executable
9983              called "nmake -nologo"; this used to "work" pre-change#12559 due
9984              to bugs in multiarg system() that have since been fixed
9985      Branch: perl
9986            ! win32/buildext.pl
9987 ____________________________________________________________________________
9988 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
9989         Log: Update Changes.
9990      Branch: perl
9991            ! Changes patchlevel.h
9992 ____________________________________________________________________________
9993 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
9994         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
9995              From: Richard.Foley@t-online.de (Richard Foley)            
9996              Date: Sun, 28 Oct 2001 00:48:32 +0200
9997              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
9998      Branch: perl
9999            ! pod/perlhack.pod
10000 ____________________________________________________________________________
10001 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
10002         Log: Must store pointers with the right width.
10003      Branch: perl
10004            ! op.h
10005 ____________________________________________________________________________
10006 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
10007         Log: Integrate change #12711 from perlio;
10008              
10009              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
10010              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
10011      Branch: perl
10012           !> perlio.c
10013 ____________________________________________________________________________
10014 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
10015         Log: Subject: [PATCH] make minitest
10016              From: Nicholas Clark <nick@ccl4.org>
10017              Date: Sat, 27 Oct 2001 22:56:16 +0100
10018              Message-ID: <20011027225616.L20275@plum.flirble.org>
10019      Branch: perl
10020            ! t/TEST
10021 ____________________________________________________________________________
10022 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
10023         Log: Patch #12661 missed this.
10024      Branch: perl
10025            ! ext/DB_File/DB_File.pm
10026 ____________________________________________________________________________
10027 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
10028         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
10029              From: "Craig A. Berry" <craigberry@mac.com>
10030              Date: Sat, 27 Oct 2001 16:07:47 -0500
10031              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
10032      Branch: perl
10033            ! configure.com perlio.c
10034 ____________________________________________________________________________
10035 [ 12711] By: nick                                  on 2001/10/27  19:49:25
10036         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
10037              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
10038      Branch: perlio
10039            ! perlio.c
10040 ____________________________________________________________________________
10041 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
10042         Log: Let's not replace reason if there's one already supplied.
10043      Branch: perl
10044            ! t/op/regexp.t
10045 ____________________________________________________________________________
10046 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
10047         Log: is not good.
10048      Branch: perl
10049            ! t/op/regexp.t
10050 ____________________________________________________________________________
10051 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
10052         Log: ldlibpth can exist but be unset.
10053      Branch: perl
10054            ! t/TEST
10055 ____________________________________________________________________________
10056 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
10057         Log: Unicode: property alias naming cleanup.
10058      Branch: perl
10059            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
10060 ____________________________________________________________________________
10061 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
10062         Log: FAQ sync.
10063      Branch: perl
10064            ! pod/perlfaq4.pod
10065 ____________________________________________________________________________
10066 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
10067         Log: Integrate change #12703 from maintperl;
10068              
10069              typemap stuff intervenes before declaration, move it to PREINIT
10070              section
10071              
10072              (an empty integrate, but now the files are in sync
10073              between the branches)
10074      Branch: perl
10075           !> ext/ODBM_File/ODBM_File.xs
10076 ____________________________________________________________________________
10077 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
10078         Log: More PerlIO symbols.
10079      Branch: perl
10080            ! makedef.pl
10081 ____________________________________________________________________________
10082 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
10083         Log: typemap stuff intervenes before declaration, move it to PREINIT
10084              section
10085      Branch: maint-5.6/perl
10086            ! ext/ODBM_File/ODBM_File.xs
10087 ____________________________________________________________________________
10088 [ 12702] By: nick                                  on 2001/10/27  14:09:35
10089         Log: Integrate mainline
10090      Branch: perlio
10091           +> ext/threads/shared/t/av_simple.t
10092           +> ext/threads/shared/t/hv_refs.t
10093           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
10094           !> (integrate 109 files)
10095 ____________________________________________________________________________
10096 [ 12700] By: ams                                   on 2001/10/26  21:22:23
10097         Log: Subject: [PATCH] tweak divide
10098              From: Nicholas Clark <nick@ccl4.org>
10099              Date: Fri, 26 Oct 2001 22:52:17 +0100
10100              Message-Id: <20011026225217.B20275@plum.flirble.org>
10101      Branch: perl
10102            ! pp.c
10103 ____________________________________________________________________________
10104 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
10105         Log: Integrate a buncha things from maintperl.
10106      Branch: maint-5.6/macperl
10107           !> (integrate 32 files)
10108 ____________________________________________________________________________
10109 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
10110         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
10111              From: Andy Dougherty <doughera@lafayette.edu>
10112              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
10113              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
10114      Branch: perl
10115            ! hints/svr4.sh
10116 ____________________________________________________________________________
10117 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
10118         Log: When you're root, many things become writable.
10119      Branch: perl
10120            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
10121 ____________________________________________________________________________
10122 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
10123         Log: Update Changes.
10124      Branch: perl
10125            ! Changes patchlevel.h
10126 ____________________________________________________________________________
10127 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
10128         Log: Term/Cap.t attempts to access the floppy drive for no good reason
10129              on dosish systems
10130      Branch: perl
10131            ! lib/Term/Cap.t
10132 ____________________________________________________________________________
10133 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
10134         Log: fix misleading comment on known inadequacy in B::Terse, and skip
10135              it correctly
10136      Branch: perl
10137            ! ext/B/t/terse.t
10138 ____________________________________________________________________________
10139 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
10140         Log: fix spurious AutoSplit.t failure under windows
10141      Branch: perl
10142            ! lib/AutoSplit.t
10143 ____________________________________________________________________________
10144 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
10145         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
10146      Branch: perl
10147            ! ext/Time/HiRes/HiRes.t
10148 ____________________________________________________________________________
10149 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
10150         Log: More logical to use %04"UVXf" than %"UVuf" since
10151              the Unicode standard prefers hex.
10152      Branch: perl
10153            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
10154            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
10155            ! lib/unicore/mktables utf8.c
10156 ____________________________________________________________________________
10157 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
10158         Log: change#12065 seems to have broken Encode build on windows; fix
10159      Branch: perl
10160            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
10161 ____________________________________________________________________________
10162 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
10163         Log: Unicode: add the case folding table.
10164      Branch: perl
10165            + lib/unicore/To/Fold.pl
10166            ! MANIFEST lib/unicore/mktables
10167 ____________________________________________________________________________
10168 [ 12688] By: sky                                   on 2001/10/26  13:51:29
10169         Log: Get the new functions right, do not export lock since we use builtin lock.
10170              TODO: fix xsubpp to support the new prototypes
10171      Branch: perl
10172            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10173 ____________________________________________________________________________
10174 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
10175         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
10176              as suggested by Sarathy.
10177      Branch: perl
10178            ! mg.c
10179 ____________________________________________________________________________
10180 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
10181         Log: avoid compiler warning
10182      Branch: perl
10183            ! win32/win32.c
10184 ____________________________________________________________________________
10185 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
10186         Log: WinCE update from Rainer Keuchel.
10187      Branch: perl
10188            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
10189            ! wince/wince.c
10190 ____________________________________________________________________________
10191 [ 12684] By: sky                                   on 2001/10/26  13:34:33
10192         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
10193      Branch: perl
10194            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10195 ____________________________________________________________________________
10196 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
10197         Log: More fixes that were made to the core and not in the libnet src
10198      Branch: perl
10199            ! lib/Net/Domain.pm
10200 ____________________________________________________________________________
10201 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
10202         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
10203              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
10204              Date: Fri, 26 Oct 2001 13:55:21 +0200
10205              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
10206              
10207              (plus make the db-recno.t#59 accept both \n and \r\n)
10208      Branch: perl
10209            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10210            ! ext/DB_File/t/db-recno.t
10211 ____________________________________________________________________________
10212 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
10213         Log: Fix tests to be able to run in the core and the CPAN dist
10214      Branch: perl
10215            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10216            ! lib/Net/t/require.t lib/Net/t/smtp.t
10217 ____________________________________________________________________________
10218 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
10219         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
10220              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10221              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
10222              Date: Fri, 26 Oct 2001 08:34:46 EDT
10223      Branch: perl
10224            ! ext/Time/HiRes/HiRes.t
10225 ____________________________________________________________________________
10226 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
10227         Log: Sync libnet modules with what will be libnet-1.08
10228      Branch: perl
10229            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
10230            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
10231            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
10232            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
10233 ____________________________________________________________________________
10234 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
10235         Log: Integrate maintperl changes #12268 and #12669;
10236              
10237              final touches to the audit for statics and thread-unsafe code
10238              * make DB_File, ODBM_File thread-safe 
10239              * remove unnecessary/dangerous statics and protect others
10240              from not getting accidentally enabled under threaded perls
10241              
10242              windows support functions get_childdir() et al aren't exported
10243              correctly under vanilla build
10244              
10245              Testing under win32 appreciated since changes there had
10246              to be manually merged and I cannot test how badly did I do.
10247      Branch: perl
10248           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10249           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10250           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
10251           !> win32/vmem.h win32/win32.c win32/win32iop.h
10252 ____________________________________________________________________________
10253 [ 12677] By: sky                                   on 2001/10/26  12:37:17
10254         Log: More Config::threads to threads::threads changes
10255      Branch: perl
10256            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
10257 ____________________________________________________________________________
10258 [ 12676] By: sky                                   on 2001/10/26  12:31:46
10259         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
10260      Branch: perl
10261            ! ext/threads/threads.pm ext/threads/threads.xs
10262 ____________________________________________________________________________
10263 [ 12675] By: sky                                   on 2001/10/26  12:06:30
10264         Log: Allocing a TLS in runtime is not too hot.
10265      Branch: perl
10266            ! ext/threads/threads.xs
10267 ____________________________________________________________________________
10268 [ 12674] By: sky                                   on 2001/10/26  11:59:09
10269         Log: Don't display debug data.
10270      Branch: perl
10271            ! ext/threads/threads.pm
10272 ____________________________________________________________________________
10273 [ 12673] By: sky                                   on 2001/10/26  11:35:47
10274         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
10275              complete bar support for blessed objects.
10276              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
10277      Branch: perl
10278            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10279 ____________________________________________________________________________
10280 [ 12672] By: sky                                   on 2001/10/26  11:15:28
10281         Log: Fix case where shared reference does not exist in current thread.
10282      Branch: perl
10283            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
10284 ____________________________________________________________________________
10285 [ 12671] By: sky                                   on 2001/10/26  08:48:52
10286         Log: Support for references in shared arrays.
10287      Branch: perl
10288            ! ext/threads/shared/shared.xs
10289 ____________________________________________________________________________
10290 [ 12670] By: sky                                   on 2001/10/26  08:30:11
10291         Log: Add tests for references in hashes.
10292      Branch: perl
10293            + ext/threads/shared/t/hv_refs.t
10294            ! MANIFEST
10295 ____________________________________________________________________________
10296 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
10297         Log: windows support functions get_childdir() et al aren't exported
10298              correctly under vanilla build
10299      Branch: maint-5.6/perl
10300            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
10301 ____________________________________________________________________________
10302 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
10303         Log: final touches to the audit for statics and thread-unsafe code
10304              * make DB_File, ODBM_File thread-safe 
10305              * remove unnecessary/dangerous statics and protect others
10306              from not getting accidentally enabled under threaded perls
10307      Branch: maint-5.6/perl
10308            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
10309            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
10310            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
10311            ! win32/win32.c
10312 ____________________________________________________________________________
10313 [ 12667] By: ams                                   on 2001/10/26  03:48:36
10314         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
10315              From: "Richard Soderberg" <rs@crystalflame.net>
10316              Date: Thu, 25 Oct 2001 23:42:50 -0400
10317              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
10318      Branch: perl
10319            ! sharedsv.c
10320 ____________________________________________________________________________
10321 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
10322         Log: Integrate change #12664 from maintperl;
10323              
10324              the newest GCCs don't seem to like C<"string1"##STRING2>
10325              so keep it as C<"string1" STRING2> (latter appears to
10326              work everywhere)
10327      Branch: perl
10328           !> ext/DynaLoader/dlutils.c
10329 ____________________________________________________________________________
10330 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
10331         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
10332              From: Chris Nandor <pudge@pobox.com>
10333              Date: Thu, 25 Oct 2001 22:15:03 -0400
10334              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
10335      Branch: perl
10336            ! perl.h
10337 ____________________________________________________________________________
10338 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
10339         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
10340              C<"string1" STRING2> (latter appears to work everywhere)
10341      Branch: maint-5.6/perl
10342            ! ext/DynaLoader/dlutils.c
10343 ____________________________________________________________________________
10344 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
10345         Log: AUTHORS update.
10346      Branch: perl
10347            ! AUTHORS
10348 ____________________________________________________________________________
10349 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
10350         Log: Integrate change #12660 from maintperl;
10351              
10352              make the dMY_CXT stuff available under all of
10353              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10354      Branch: perl
10355           !> perl.h
10356 ____________________________________________________________________________
10357 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
10358         Log: Subject: [PATCH] DB_File-1.79
10359              From: "Paul Marquess" <paul.marquess@openwave.com>
10360              Date: Fri, 26 Oct 2001 00:03:54 +0100
10361              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
10362      Branch: perl
10363            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
10364            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
10365 ____________________________________________________________________________
10366 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
10367         Log: make the dMY_CXT stuff available under all of
10368              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
10369      Branch: maint-5.6/perl
10370            ! perl.h
10371 ____________________________________________________________________________
10372 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
10373         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
10374              From: Michael G Schwern <schwern@pobox.com>
10375              Date: Thu, 25 Oct 2001 18:28:12 -0400
10376              Message-ID: <20011025182812.M4811@blackrider>
10377      Branch: perl
10378            ! t/run/kill_perl.t
10379 ____________________________________________________________________________
10380 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
10381         Log: STRLEN != int.
10382      Branch: perl
10383            ! regcomp.c regexec.c
10384 ____________________________________________________________________________
10385 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
10386         Log: Subject: [PATCH] remove small IVop redundancy
10387              From: Nicholas Clark <nick@ccl4.org>
10388              Date: Thu, 25 Oct 2001 22:48:28 +0100
10389              Message-ID: <20011025224827.M66471@plum.flirble.org>
10390      Branch: perl
10391            ! pp.c pp_hot.c
10392 ____________________________________________________________________________
10393 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
10394         Log: Metaconfig unit change for #12655.
10395      Branch: metaconfig/U/perl
10396            ! Extensions.U
10397 ____________________________________________________________________________
10398 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
10399         Log: Subject: Re: Not OK @12650
10400              From: Andy Dougherty <doughera@lafayette.edu>
10401              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
10402              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
10403      Branch: perl
10404            ! Configure
10405 ____________________________________________________________________________
10406 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
10407         Log: Integrate changes #12652 and #12653 from maintperl;
10408              
10409              more tweaks to change#12626
10410              * move the boilerplate code over to perl.h and make DynaLoader
10411              use it
10412              * make re, Opcode, File::Glob and B threadsafe
10413              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10414              C<no re;> anywhere)
10415              
10416              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10417              
10418              File::Glob required a bit more work in bleadperl
10419              because of ExtUtils::Constant (see the Makefile.PL change)
10420      Branch: perl
10421            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
10422           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10423           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10424 ____________________________________________________________________________
10425 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
10426         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
10427      Branch: maint-5.6/perl
10428            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10429            ! ext/Opcode/Opcode.xs ext/re/re.xs
10430 ____________________________________________________________________________
10431 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
10432         Log: more tweaks to change#12626
10433              * move the boilerplate code over to perl.h and make DynaLoader
10434              use it
10435              * make re, Opcode, File::Glob and B threadsafe
10436              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
10437              C<no re;> anywhere)
10438      Branch: maint-5.6/perl
10439            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
10440            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
10441 ____________________________________________________________________________
10442 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
10443         Log: Metaconfig unit change for #12650.
10444      Branch: metaconfig/U/perl
10445            ! Extensions.U
10446 ____________________________________________________________________________
10447 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
10448         Log: Subject: Re: ithreads doesn't like usedl=n
10449              From: Andy Dougherty <doughera@lafayette.edu>
10450              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
10451              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
10452              
10453              Special-case threads::shared.
10454      Branch: perl
10455            ! Configure
10456 ____________________________________________________________________________
10457 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
10458         Log: Getting fancier...
10459      Branch: perl
10460            ! t/TEST
10461 ____________________________________________________________________________
10462 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
10463         Log: csh - what a pain.
10464      Branch: perl
10465            ! t/TEST
10466 ____________________________________________________________________________
10467 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
10468         Log: Update Changes.
10469      Branch: perl
10470            ! Changes patchlevel.h
10471 ____________________________________________________________________________
10472 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
10473         Log: Allow resetting the locale system for the duration
10474              of the build (Mac OS X default setting LANG=En_US
10475              ist kaputt)
10476      Branch: perl
10477            ! Makefile.SH
10478 ____________________________________________________________________________
10479 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
10480         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
10481      Branch: perl
10482            ! ext/Digest/MD5/t/files.t
10483 ____________________________________________________________________________
10484 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
10485         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
10486              From: Andy Dougherty <doughera@lafayette.edu>
10487              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
10488              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
10489      Branch: perl
10490            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
10491            ! ext/threads/shared/Makefile.PL
10492 ____________________________________________________________________________
10493 [ 12643] By: sky                                   on 2001/10/25  12:28:26
10494         Log: Add support for reference members of hashes.
10495      Branch: perl
10496            ! ext/threads/shared/shared.xs
10497 ____________________________________________________________________________
10498 [ 12642] By: ams                                   on 2001/10/25  12:21:13
10499         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
10500              From: "Norton Allen" <nort@qnx.com>
10501              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
10502              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
10503      Branch: perl
10504            ! ext/Digest/MD5/MD5.xs
10505 ____________________________________________________________________________
10506 [ 12641] By: sky                                   on 2001/10/25  10:27:39
10507         Log: Tests shared hashes.
10508      Branch: perl
10509            + ext/threads/shared/t/hv_simple.t
10510            ! MANIFEST
10511 ____________________________________________________________________________
10512 [ 12640] By: sky                                   on 2001/10/25  10:18:23
10513         Log: Fix threadcounts for arrays and hashes.
10514      Branch: perl
10515            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10516 ____________________________________________________________________________
10517 [ 12639] By: sky                                   on 2001/10/25  10:17:26
10518         Log: Note to self, doing *src_ary++ in a macro that evaluates
10519              the value more than once is a good way to dump core.
10520      Branch: perl
10521            ! sharedsv.c
10522 ____________________________________________________________________________
10523 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
10524         Log: Integrate change #12636 from maintperl; more dl fixups.
10525      Branch: perl
10526           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10527           !> ext/DynaLoader/dl_vms.xs
10528 ____________________________________________________________________________
10529 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
10530         Log: Like dl_hpux, like dl_dld.
10531      Branch: perl
10532            ! ext/DynaLoader/dl_dld.xs
10533 ____________________________________________________________________________
10534 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
10535         Log: followups to change#12635
10536      Branch: maint-5.6/perl
10537            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
10538            ! ext/DynaLoader/dl_vms.xs
10539 ____________________________________________________________________________
10540 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
10541         Log: add part of change#12634 to the two files that need it; dl_aix.xs
10542              in maint-5.6 doesn't have the branch that had the problem in
10543              mainline
10544      Branch: maint-5.6/perl
10545            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
10546 ____________________________________________________________________________
10547 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
10548         Log: Fixes for #12627.
10549      Branch: perl
10550            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
10551 ____________________________________________________________________________
10552 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
10553         Log: Since pv_uni_display and sv_uni_display are now used
10554              in the re extension, their symbols have to be exported.
10555      Branch: perl
10556            ! embed.pl global.sym
10557 ____________________________________________________________________________
10558 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
10559         Log: Subject:  Re: [PATCH Perl@12567] debug /list
10560              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10561              Date: Tue, 23 Oct 2001 21:40:33 EDT
10562              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
10563      Branch: perl
10564            ! configure.com
10565 ____________________________________________________________________________
10566 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
10567         Log: This takes care of some of the re 'debug' cases but
10568              not all cases since the information whether the pattern
10569              or the target are utf8 seems to be either lost or not
10570              spread widely enough, sigh.
10571      Branch: perl
10572            ! regcomp.c
10573 ____________________________________________________________________________
10574 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
10575         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
10576              From: John Peacock <jpeacock@rowman.com>
10577              Date: Wed, 24 Oct 2001 16:53:29 -0400
10578              Message-ID: <3BD72A49.1508D152@rowman.com>
10579      Branch: perl
10580            ! configure.com
10581 ____________________________________________________________________________
10582 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
10583         Log: Upgrade NetWare and WinCE as in #12626.
10584      Branch: perl
10585            ! NetWare/dl_netware.xs wince/dl_win32.xs
10586 ____________________________________________________________________________
10587 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
10588         Log: Tru64 compiler nit.
10589      Branch: perl
10590            ! ext/threads/shared/shared.xs
10591 ____________________________________________________________________________
10592 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
10593         Log: Integrate change #12626 from maintperl;
10594              make DynaLoader threadsafe by moving all statics into
10595              interpreter-local space
10596              
10597              TODO: Netware, OS/2, WinCE
10598      Branch: perl
10599           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10600           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10601           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10602           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10603           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10604           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10605           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
10606 ____________________________________________________________________________
10607 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
10608         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
10609              space
10610      Branch: maint-5.6/perl
10611            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
10612            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
10613            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
10614            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
10615            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
10616            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
10617            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
10618 ____________________________________________________________________________
10619 [ 12625] By: sky                                   on 2001/10/24  20:05:26
10620         Log: Change #12623 inflicted an infinite hang. Fixed.
10621      Branch: perl
10622            ! ext/threads/shared/shared.xs
10623 ____________________________________________________________________________
10624 [ 12624] By: sky                                   on 2001/10/24  19:06:55
10625         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
10626      Branch: perl
10627            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10628 ____________________________________________________________________________
10629 [ 12623] By: sky                                   on 2001/10/24  18:06:34
10630         Log: We need to do sharedsv_find in the original perl context.
10631      Branch: perl
10632            ! ext/threads/shared/shared.xs
10633 ____________________________________________________________________________
10634 [ 12622] By: sky                                   on 2001/10/24  17:26:51
10635         Log: Add support for basic support for AVs, references not supported yet.
10636              Add test for AVs.
10637              Add more tests to sv_refs
10638              Fix documentation issues.  
10639      Branch: perl
10640            + ext/threads/shared/t/av_simple.t
10641            ! MANIFEST ext/threads/shared/shared.pm
10642            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
10643 ____________________________________________________________________________
10644 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
10645         Log: Dump Unicode better for re 'debug'.  The regprop()
10646              is unfinished since have to figure out how to detect
10647              Unicodeness in there.
10648      Branch: perl
10649            ! regcomp.c regexec.c
10650 ____________________________________________________________________________
10651 [ 12620] By: sky                                   on 2001/10/24  13:18:07
10652         Log: Add support for finding shared arrays and hashes.
10653      Branch: perl
10654            ! sharedsv.c
10655 ____________________________________________________________________________
10656 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
10657         Log: Rewrite sv_uni_display() as pv_uni_display() as
10658              reimplement sv_uni_display() using that.
10659      Branch: perl
10660            ! dump.c embed.h embed.pl proto.h
10661 ____________________________________________________________________________
10662 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
10663         Log: Integrate change #12615 from maintperl;
10664              on Windows, IO::File::new_tmpfile() fails after being called
10665              32767 times because MSVCRT thinks stdio's TMP_MAX is a
10666              process-wide limit
10667      Branch: perl
10668           !> win32/win32.c
10669 ____________________________________________________________________________
10670 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
10671         Log: Don't try to print ints as IVs.
10672      Branch: perl
10673            ! ext/Time/HiRes/HiRes.xs
10674 ____________________________________________________________________________
10675 [ 12616] By: sky                                   on 2001/10/24  11:06:35
10676         Log: We only need to fetch the SV from the backend if the index
10677              is not the same as mg_private.     In theory this could be
10678              a problem if there are an exact multiple of U16 changes
10679              of a shared variable between two access in a given thread,
10680              we choose to avoid theory for now.
10681      Branch: perl
10682            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
10683 ____________________________________________________________________________
10684 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
10685         Log: on Windows, IO::File::new_tmpfile() fails after being called
10686              32767 times because MSVCRT thinks stdio's TMP_MAX is a
10687              process-wide limit
10688      Branch: maint-5.6/perl
10689            ! win32/win32.c
10690 ____________________________________________________________________________
10691 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
10692         Log: Negation and Unicode: sort of solves 20010303.010,
10693              except not quite like reported in the Subject
10694              (Perl_warner is still utf8-ignorant).
10695      Branch: perl
10696            ! pp.c t/lib/warnings/sv
10697 ____________________________________________________________________________
10698 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
10699         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
10700      Branch: perl
10701            ! sv.c t/lib/warnings/sv
10702 ____________________________________________________________________________
10703 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
10704         Log: sv_uni_display(): do not add the "...", let the caller
10705              do it if wanted, and be prepared for more display options.
10706      Branch: perl
10707            ! dump.c embed.h embed.pl proto.h
10708 ____________________________________________________________________________
10709 [ 12611] By: nick                                  on 2001/10/23  20:28:07
10710         Log: Integrate mainline
10711      Branch: perlio
10712           !> Changes configure.com cygwin/cygwin.c
10713           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
10714           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
10715           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
10716           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
10717           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
10718           !> utils/h2xs.PL utils/perldoc.PL
10719 ____________________________________________________________________________
10720 [ 12610] By: sky                                   on 2001/10/23  19:39:24
10721         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
10722              don't call themselves READONLY but still die with modification
10723              attempt. We only call bless for ext and umagic.
10724      Branch: perl
10725            ! sv.c
10726 ____________________________________________________________________________
10727 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
10728         Log: Croak() on negative time; doc tweaks.
10729      Branch: perl
10730            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10731            ! ext/Time/HiRes/HiRes.xs
10732 ____________________________________________________________________________
10733 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
10734         Log: FAQ sync.
10735      Branch: perl
10736            ! pod/perlfaq4.pod pod/perlfaq7.pod
10737 ____________________________________________________________________________
10738 [ 12607] By: sky                                   on 2001/10/23  18:27:27
10739         Log: Call setmagic on the referent we are blessing.
10740      Branch: perl
10741            ! sv.c
10742 ____________________________________________________________________________
10743 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
10744         Log: Small test nits.
10745      Branch: perl
10746            ! t/op/lc.t
10747 ____________________________________________________________________________
10748 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
10749         Log: Update Changes.
10750      Branch: perl
10751            ! Changes patchlevel.h
10752 ____________________________________________________________________________
10753 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
10754         Log: Make the PerlIO_init() prototypes consistent.
10755      Branch: perl
10756            ! perlio.c
10757 ____________________________________________________________________________
10758 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
10759         Log: Upping the test count is a good idea.
10760      Branch: perl
10761            ! t/op/lc.t
10762 ____________________________________________________________________________
10763 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
10764         Log: Document the final sigma spot.
10765      Branch: perl
10766            ! pp.c
10767 ____________________________________________________________________________
10768 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
10769         Log: Fix multicharacter titlecase (ucfirst).
10770      Branch: perl
10771            ! pod/perlunicode.pod pp.c t/op/lc.t
10772 ____________________________________________________________________________
10773 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
10774         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
10775              From: Mikhail Zabaluev <mhz@alt-linux.org>
10776              Date: Tue, 23 Oct 2001 10:40:37 +0400
10777              Message-ID: <20011023104037.A12761@localhost.localdomain>
10778              
10779              (#12406 replaced with this)
10780      Branch: perl
10781            ! utils/perldoc.PL
10782 ____________________________________________________________________________
10783 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
10784         Log: MacOS Classic updates from Pudge.
10785      Branch: perl
10786            ! lib/File/Spec.t lib/File/Spec/Mac.pm
10787 ____________________________________________________________________________
10788 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
10789         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
10790              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10791              Date: Sun, 14 Oct 2001 23:14:46 +0200
10792              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
10793              
10794              except for the 2->4 changes.
10795      Branch: perl
10796            ! lib/AutoSplit.t
10797 ____________________________________________________________________________
10798 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
10799         Log: integrate macperl contents into maint-5.6
10800      Branch: maint-5.6/perl
10801            ! mg.c
10802           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
10803           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
10804           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
10805           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
10806           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
10807           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
10808           !> t/lib/filefind.t t/lib/filespec.t
10809 ____________________________________________________________________________
10810 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
10811         Log: At some point the #6234 has been lost from the mainline
10812              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
10813      Branch: perl
10814            ! lib/File/Spec/Win32.pm
10815 ____________________________________________________________________________
10816 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
10817         Log: Cygwin seems to round up (or closest, but not down)
10818              for time(), so half of the time (bad pun intended)
10819              Time::HiRes::time() is less than time(), half of
10820              the time it's more.  So let's try harder in the loop.
10821      Branch: perl
10822            ! ext/Time/HiRes/HiRes.t
10823 ____________________________________________________________________________
10824 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
10825         Log: MacOS Classic timeofday(), from Chris Nandor. 
10826      Branch: perl
10827            ! ext/Time/HiRes/HiRes.xs
10828 ____________________________________________________________________________
10829 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
10830         Log: Integrate changes #12580 and #12581 from macperl;
10831              
10832              Fix path construction.
10833              
10834              (Copyright) Nit.
10835      Branch: perl
10836           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
10837 ____________________________________________________________________________
10838 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
10839         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
10840              doesn't seem to help (the error being output to console, maybe?)
10841      Branch: perl
10842            ! lib/Net/Domain.pm
10843 ____________________________________________________________________________
10844 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
10845         Log: Taint the getcwd() result also in Cygwin.
10846              (TODO: which other platforms need the same thing?)
10847      Branch: perl
10848            ! cygwin/cygwin.c
10849 ____________________________________________________________________________
10850 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
10851         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
10852      Branch: perl
10853            ! t/op/taint.t
10854 ____________________________________________________________________________
10855 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
10856         Log: getpwuid() fragility continues.
10857      Branch: perl
10858            ! utils/h2xs.PL
10859 ____________________________________________________________________________
10860 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
10861         Log: getpwuid() might succeed but that's no guarantee
10862              that the $home will be defined.
10863      Branch: perl
10864            ! ext/File/Glob/t/basic.t
10865 ____________________________________________________________________________
10866 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
10867         Log: It's safer to to expand the variable, too... (see #12571)
10868      Branch: perl
10869            ! t/TEST
10870 ____________________________________________________________________________
10871 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
10872         Log: Integrate with maintperl.
10873      Branch: maint-5.6/macperl
10874           !> win32/bin/pl2bat.pl win32/win32.c
10875 ____________________________________________________________________________
10876 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
10877         Log: Oops, forgot to include Win32 ... just as well, since it
10878              seems in bleadperl, change #7764 was not included
10879              (adding C:\temp).  Re-added.  Rip it back out if it
10880              doesn't belong.  :-)
10881      Branch: maint-5.6/macperl
10882            ! lib/File/Spec/Win32.pm
10883 ____________________________________________________________________________
10884 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
10885         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
10886              From: "Craig A. Berry" <craigberry@mac.com>
10887              Date: Mon, 22 Oct 2001 15:25:19 -0500
10888              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
10889      Branch: perl
10890            ! configure.com
10891 ____________________________________________________________________________
10892 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
10893         Log: Add in lots of File::Spec changes, from Thomas Wegner,
10894              and sync with changes from bleadperl.
10895      Branch: maint-5.6/macperl
10896            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
10897            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
10898            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10899            ! lib/File/Spec/Win32.pm t/lib/filespec.t
10900 ____________________________________________________________________________
10901 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
10902         Log: Sync with latest File::Find and tests from bleadperl.
10903      Branch: maint-5.6/macperl
10904            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
10905 ____________________________________________________________________________
10906 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
10907         Log: Nit.
10908      Branch: maint-5.6/macperl
10909            ! perl.c
10910 ____________________________________________________________________________
10911 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
10912         Log: Fix path construction.
10913      Branch: maint-5.6/macperl
10914            ! ext/DynaLoader/DynaLoader_pm.PL
10915 ____________________________________________________________________________
10916 [ 12579] By: nick                                  on 2001/10/22  19:08:35
10917         Log: Integrate mainline (for Arthurs thread.xs fix)
10918      Branch: perlio
10919           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
10920 ____________________________________________________________________________
10921 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
10922         Log: Fix up exported symbols, move relevant docs
10923              over from macperl.pod.
10924      Branch: maint-5.6/macperl
10925            ! macos/ext/MacPerl/MacPerl.pm
10926 ____________________________________________________________________________
10927 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
10928         Log: Make ADDRESS called optionally as a method.
10929      Branch: maint-5.6/macperl
10930            ! macos/lib/Mac/Glue.pm
10931 ____________________________________________________________________________
10932 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
10933         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
10934              Apple event.
10935      Branch: maint-5.6/macperl
10936            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
10937            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
10938            ! macos/macperl/MPTerminology.aete
10939 ____________________________________________________________________________
10940 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
10941         Log: Clean up some build utilities. Change Entab to Duplicate;
10942              fix docs and error reporting; improve macify() of paths;
10943              remove requirement for Exporter.pm presence.
10944      Branch: maint-5.6/macperl
10945            ! macos/InstallBLIB macos/MacPerlTests.cmd
10946            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
10947 ____________________________________________________________________________
10948 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
10949         Log: Sync Time::HiRes with bleadperl
10950      Branch: maint-5.6/macperl
10951            ! macos/bundled_ext/Time/HiRes/HiRes.pm
10952            ! macos/bundled_ext/Time/HiRes/HiRes.t
10953            ! macos/bundled_ext/Time/HiRes/HiRes.xs
10954 ____________________________________________________________________________
10955 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
10956         Log: Fix up Changes
10957      Branch: maint-5.6/macperl
10958            ! macos/Changes
10959 ____________________________________________________________________________
10960 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
10961         Log: A user might belong to only a single group
10962              (the group equal to the group id).
10963      Branch: perl
10964            ! t/op/groups.t
10965 ____________________________________________________________________________
10966 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
10967         Log: Prepending (instead of replacing with) the pwd is safer. 
10968      Branch: perl
10969            ! t/TEST
10970 ____________________________________________________________________________
10971 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
10972         Log: Be more robust if no hostname or domainname
10973              (especially the latter)
10974      Branch: perl
10975            ! lib/Net/Domain.pm
10976 ____________________________________________________________________________
10977 [ 12569] By: sky                                   on 2001/10/22  17:41:07
10978         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
10979      Branch: perl
10980            ! ext/threads/threads.xs
10981 ____________________________________________________________________________
10982 [ 12568] By: nick                                  on 2001/10/22  16:31:24
10983         Log: Integrate mainline
10984      Branch: perlio
10985           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
10986           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
10987           +> ext/threads/shared/t/sv_refs.t
10988           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
10989            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10990            - lib/unicore/To/SpecUpper.pl
10991           !> (integrate 42 files)
10992 ____________________________________________________________________________
10993 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
10994         Log: Update Changes.
10995      Branch: perl
10996            ! Changes patchlevel.h
10997 ____________________________________________________________________________
10998 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
10999         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
11000              From: Michael G Schwern <schwern@pobox.com>
11001              Date: Mon, 22 Oct 2001 03:48:38 -0400
11002              Message-ID: <20011022034838.B1676@blackrider>
11003      Branch: perl
11004            ! pod/perlvar.pod
11005 ____________________________________________________________________________
11006 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
11007         Log: Pod nits, as suggested by Stas Bekman.
11008      Branch: perl
11009            ! ext/threads/shared/shared.pm ext/threads/threads.pm
11010 ____________________________________________________________________________
11011 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
11012         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
11013              From: "Paul Marquess" <paul.marquess@openwave.com> 
11014              Date: Sun, 21 Oct 2001 21:11:15 +0100
11015              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
11016      Branch: perl
11017            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
11018            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
11019            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
11020            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
11021            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
11022            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
11023            ! ext/SDBM_File/sdbm.t
11024 ____________________________________________________________________________
11025 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
11026         Log: Integrate change #12559 from maintperl;
11027              various fixes for system() and backticks under windows
11028      Branch: perl
11029           !> win32/win32.c
11030 ____________________________________________________________________________
11031 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
11032         Log: Integrate change #12560 from maintperl;
11033              make pl2bat use %0 rather than "%0" (the latter fails to work
11034              in a lot of common cases)
11035      Branch: perl
11036           !> win32/bin/pl2bat.pl
11037 ____________________________________________________________________________
11038 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
11039         Log: Integrate changes #12549 and #12550 from maintperl;
11040              
11041              readline() doesn't work with our variables; it confuses them with
11042              my variables (change#4227 was incomplete)
11043      Branch: perl
11044            ! t/lib/strict/vars
11045           !> t/base/rs.t toke.c
11046 ____________________________________________________________________________
11047 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
11048         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
11049              in a lot of common cases)
11050      Branch: maint-5.6/perl
11051            ! win32/bin/pl2bat.pl
11052 ____________________________________________________________________________
11053 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
11054         Log: various fixes for system() and backticks under windows:
11055              
11056              * avoid munging whitespace that is passed within quotes
11057              * work around a cmd.exe misfeature that made multi-arg
11058              system() unreliable when there is more than one quoted
11059              argument
11060              * make multi-arg system() autoquote arguments as needed
11061              before passing them to the shell (this avoids having to
11062              second guess the shell quoting)
11063              * perl's -Dp switch can be used to trace the innards
11064      Branch: maint-5.6/perl
11065            ! win32/win32.c
11066 ____________________________________________________________________________
11067 [ 12558] By: nick                                  on 2001/10/22  08:58:42
11068         Log: Integrate ithreads buffer flush fix from perlio
11069      Branch: perl
11070           !> ext/threads/t/basic.t perl.c
11071 ____________________________________________________________________________
11072 [ 12557] By: nick                                  on 2001/10/22  08:35:09
11073         Log: All tests pass (legitimately) on ithreads
11074      Branch: perlio
11075            ! ext/threads/t/basic.t perl.c
11076 ____________________________________________________________________________
11077 [ 12556] By: nick                                  on 2001/10/22  06:51:22
11078         Log: Integrate non-ithreads fix to mainline
11079      Branch: perl
11080           !> perlio.c
11081 ____________________________________________________________________________
11082 [ 12555] By: nick                                  on 2001/10/22  06:48:33
11083         Log: Restore non-ithreads build. Interestingly binmode test passes
11084              non-ithreads - so crlf layer is not damaged and ithreads fail
11085              is a symptom ...
11086      Branch: perlio
11087            ! perlio.c
11088 ____________________________________________________________________________
11089 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
11090         Log: Integrate from perlio; restructuring.
11091      Branch: perl
11092           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
11093           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
11094           !> win32/perlhost.h
11095 ____________________________________________________________________________
11096 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
11097         Log: Integrate from maintperl
11098              (Changes 12350, 12496, 12548, 12549, 12550)
11099      Branch: maint-5.6/macperl
11100           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
11101           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
11102 ____________________________________________________________________________
11103 [ 12552] By: nick                                  on 2001/10/21  19:18:12
11104         Log: Win32 PerlIO_cleanup special cases should no longer be required.
11105      Branch: perlio
11106            ! perl.c
11107 ____________________________________________________________________________
11108 [ 12551] By: nick                                  on 2001/10/21  19:16:56
11109         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
11110      Branch: perlio
11111            ! win32/makefile.mk
11112 ____________________________________________________________________________
11113 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
11114         Log: change#12549 wasn't aware of strictures
11115      Branch: maint-5.6/perl
11116            ! t/pragma/strict-vars toke.c
11117 ____________________________________________________________________________
11118 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
11119         Log: readline() doesn't work with our variables; it confuses them with
11120              my variables (change#4227 was incomplete)
11121      Branch: maint-5.6/perl
11122            ! t/base/rs.t toke.c
11123 ____________________________________________________________________________
11124 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
11125         Log: change#12220 appears to have pulled in a mainline change that
11126              isn't applicable to maint-5.6 (some platforms don't taint
11127              cwd)
11128      Branch: maint-5.6/perl
11129            ! t/lib/filefind-taint.t
11130 ____________________________________________________________________________
11131 [ 12547] By: nick                                  on 2001/10/21  17:15:54
11132         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
11133              for them. Call explicit cleanup during destruct process.
11134              - one binmode test is failing
11135              - also ext/threads/t/basic.t fails under make test, and is noisy under
11136              harness. (Threads results are intermingled and don't match order expected.)
11137      Branch: perlio
11138            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
11139            ! perlio.h perliol.h pod/perlapi.pod sv.c
11140 ____________________________________________________________________________
11141 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
11142         Log: Implement multicharacter case mappings where a single
11143              Unicode character can be mapped into several.
11144      Branch: perl
11145            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11146            - lib/unicore/To/SpecUpper.pl
11147            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
11148            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
11149            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
11150            ! proto.h t/op/lc.t utf8.c
11151 ____________________________________________________________________________
11152 [ 12545] By: sky                                   on 2001/10/21  15:25:16
11153         Log: First support of threads::shared, support shared svs and references.
11154      Branch: perl
11155            + ext/threads/shared/Makefile.PL ext/threads/shared/README
11156            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
11157            + ext/threads/shared/t/sv_refs.t
11158            + ext/threads/shared/t/sv_simple.t
11159            ! MANIFEST sharedsv.c
11160 ____________________________________________________________________________
11161 [ 12544] By: nick                                  on 2001/10/21  14:52:35
11162         Log: PerlIO layer table as PL_perlio (per-interpreter)
11163      Branch: perlio
11164            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
11165            ! pod/perlapi.pod sv.c
11166 ____________________________________________________________________________
11167 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
11168         Log: Prettyprinting.
11169      Branch: perl
11170            ! pod/perlunicode.pod
11171 ____________________________________________________________________________
11172 [ 12542] By: ams                                   on 2001/10/21  03:50:25
11173         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
11174              From: "Sean M. Burke" <sburke@cpan.org>
11175              Date: Sat, 20 Oct 2001 17:51:09 -0600
11176              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
11177      Branch: perl
11178            + pod/perlpodspec.pod
11179            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
11180            ! pod/perltoc.pod
11181 ____________________________________________________________________________
11182 [ 12541] By: nick                                  on 2001/10/20  22:23:53
11183         Log: Fix typos in new locking on MemShared
11184              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
11185              - seems to make segfaults more deterministic - suspect they are 
11186              attempt to free() after Interp and Host have gone.
11187      Branch: perlio
11188            ! perlio.c win32/perlhost.h
11189 ____________________________________________________________________________
11190 [ 12540] By: nick                                  on 2001/10/20  21:50:46
11191         Log: Remove the MemShared re-#define (again)
11192      Branch: perlio
11193            ! perlio.c
11194 ____________________________________________________________________________
11195 [ 12539] By: nick                                  on 2001/10/20  21:49:06
11196         Log: Use locks on MemShared
11197      Branch: perlio
11198            ! win32/perlhost.h
11199 ____________________________________________________________________________
11200 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
11201         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
11202              From: "chromatic" <chromatic@rmci.net>
11203              Date: Sat, 20 Oct 2001 11:13:47 -0600
11204              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
11205      Branch: perl
11206            ! installhtml
11207 ____________________________________________________________________________
11208 [ 12537] By: nick                                  on 2001/10/20  16:44:03
11209         Log: Integrate mainline
11210      Branch: perlio
11211           !> (integrate 48 files)
11212 ____________________________________________________________________________
11213 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
11214         Log: Update Changes.
11215      Branch: perl
11216            ! Changes patchlevel.h
11217 ____________________________________________________________________________
11218 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
11219         Log: Upgrade to podlators 1.11, from Russ Allbery.
11220      Branch: perl
11221            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
11222            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
11223            ! pod/pod2man.PL pod/pod2text.PL
11224 ____________________________________________________________________________
11225 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
11226         Log: Integrate perlio change #12532:
11227              introduce and use PerlIO_intmod2str().
11228      Branch: perl
11229           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
11230 ____________________________________________________________________________
11231 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
11232         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
11233      Branch: perl
11234            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
11235 ____________________________________________________________________________
11236 [ 12532] By: nick                                  on 2001/10/20  14:25:37
11237         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
11238              Use for non-PERLIO fdupopen().
11239      Branch: perlio
11240            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
11241 ____________________________________________________________________________
11242 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
11243         Log: Integrate perlio: PerlIO win32 fixes.
11244      Branch: perl
11245           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
11246           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
11247           !> proto.h sv.h win32/win32io.c
11248 ____________________________________________________________________________
11249 [ 12530] By: nick                                  on 2001/10/20  12:53:30
11250         Log: Fixed in two places - p4 resolve
11251      Branch: perlio
11252            ! perlsdio.h
11253 ____________________________________________________________________________
11254 [ 12529] By: nick                                  on 2001/10/20  12:51:05
11255         Log: Fix for ithreads/stdio build
11256      Branch: perlio
11257            ! perlio.c perlsdio.h
11258 ____________________________________________________________________________
11259 [ 12528] By: ams                                   on 2001/10/20  12:13:25
11260         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
11261              From: Michael G Schwern <schwern@pobox.com>
11262              Date: Sat, 20 Oct 2001 01:41:21 -0400
11263              Message-Id: <20011020014121.I3681@blackrider>
11264      Branch: perl
11265            ! installman
11266 ____________________________________________________________________________
11267 [ 12527] By: ams                                   on 2001/10/20  12:09:41
11268         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
11269              From: Michael G Schwern <schwern@pobox.com>
11270              Date: Sat, 20 Oct 2001 02:04:21 -0400
11271              Message-Id: <20011020020421.A11732@blackrider>
11272      Branch: perl
11273            ! lib/Pod/Checker.pm
11274 ____________________________________________________________________________
11275 [ 12526] By: ams                                   on 2001/10/20  11:59:41
11276         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
11277              From: "chromatic" <chromatic@rmci.net>
11278              Date: Fri, 19 Oct 2001 22:46:39 -0600
11279              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
11280      Branch: perl
11281            ! lib/Net/Config.pm
11282 ____________________________________________________________________________
11283 [ 12525] By: nick                                  on 2001/10/20  11:16:18
11284         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
11285              Perl_sv_setsv_flags directly.
11286      Branch: perlio
11287            ! ext/threads/threads.xs
11288 ____________________________________________________________________________
11289 [ 12524] By: nick                                  on 2001/10/20  10:28:17
11290         Log: Add a new flag character 'm' to embed.pl set to represent
11291              "functions" which are really macros. Use it foe the troublesome
11292              sv_setsv() etc. macros in sv.h - changing latter to define
11293              sv_setsv rather than sv_setsv_macro etc.
11294      Branch: perlio
11295            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
11296            ! pod/perlapi.pod proto.h sv.h
11297 ____________________________________________________________________________
11298 [ 12523] By: nick                                  on 2001/10/20  09:17:17
11299         Log: Add comments explaining why win32.h/embed.h are included where they are
11300              in perl.h 
11301      Branch: perlio
11302            ! perl.h
11303 ____________________________________________________________________________
11304 [ 12522] By: nick                                  on 2001/10/20  08:27:44
11305         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
11306              being used yet.
11307      Branch: perlio
11308            ! win32/win32io.c
11309 ____________________________________________________________________________
11310 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
11311         Log: Wording tweaks.
11312      Branch: perl
11313            ! t/TEST
11314 ____________________________________________________________________________
11315 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
11316         Log: Subject: IO module with nonblocking socket connect patch 
11317              From: Raul Dias <raul@dias.com.br>
11318              Date: Fri, 19 Oct 2001 22:45:32 -0300
11319              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
11320      Branch: perl
11321            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
11322 ____________________________________________________________________________
11323 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
11324         Log: Test vertical whitespace combined with /x in \p{}.
11325      Branch: perl
11326            ! t/op/pat.t
11327 ____________________________________________________________________________
11328 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
11329         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
11330              From: Gisle Aas <gisle@ActiveState.com> 
11331              Date: 19 Oct 2001 16:46:02 -0700
11332              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
11333      Branch: perl
11334            ! lib/ExtUtils/MakeMaker.pm
11335 ____________________________________________________________________________
11336 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
11337         Log: No more this symbol.
11338      Branch: perl
11339            ! makedef.pl
11340 ____________________________________________________________________________
11341 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
11342         Log: Integrate change #12511; fix gross win32 build issues.
11343      Branch: perl
11344           !> makedef.pl sv.c
11345 ____________________________________________________________________________
11346 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
11347         Log: Unpack in scalar context should return the first value
11348              returned in list context, as pointed out by Ton Hospel
11349              in 2001-05-21 (this is how it works already in blead,
11350              just adding the test).
11351      Branch: perl
11352            ! t/op/pack.t
11353 ____________________________________________________________________________
11354 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
11355         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
11356              From: "Craig A. Berry" <craigberry@mac.com>
11357              Date: Fri, 19 Oct 2001 16:59:30 -0500
11358              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
11359      Branch: perl
11360            ! utils/perldoc.PL
11361 ____________________________________________________________________________
11362 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
11363         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
11364              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11365              Date: Fri, 19 Oct 2001 17:45:23 EDT
11366              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
11367      Branch: perl
11368            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
11369            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
11370            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
11371            ! vms/vmsish.h
11372 ____________________________________________________________________________
11373 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
11374         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
11375              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11376              Date: Fri, 19 Oct 2001 17:26:35 EDT
11377              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
11378      Branch: perl
11379            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
11380 ____________________________________________________________________________
11381 [ 12511] By: nick                                  on 2001/10/19  19:55:36
11382         Log: Fix gross win32 build issues
11383      Branch: perlio
11384            ! makedef.pl sv.c
11385 ____________________________________________________________________________
11386 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
11387         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
11388              From: David Dyck <dcd@tc.fluke.com>
11389              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
11390              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
11391      Branch: perl
11392            ! lib/File/Find.pm
11393 ____________________________________________________________________________
11394 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
11395         Log: Subject: Re: PerlIO and Encode
11396              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11397              Date: Tue, 16 Oct 2001 01:50:16 +0900
11398              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
11399      Branch: perl
11400            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
11401            ! ext/Encode/Encode/Tcl.t
11402 ____________________________________________________________________________
11403 [ 12508] By: ams                                   on 2001/10/19  17:59:16
11404         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
11405              (See #12499)
11406      Branch: perl
11407            ! pod/perlintro.pod
11408 ____________________________________________________________________________
11409 [ 12507] By: nick                                  on 2001/10/19  16:30:43
11410         Log: Integrate mainline
11411      Branch: perlio
11412           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11413           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11414           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11415           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11416           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11417           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11418           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11419           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
11420           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
11421           +> win32/config_H.win64
11422            - lib/Test/Utils.pm lib/unicore/mktables.PL
11423            - t/lib/Test/Simple/Catch/More.pm
11424           !> (integrate 84 files)
11425 ____________________________________________________________________________
11426 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
11427         Log: Retract the #10451 which seems to be the cause
11428              of the major leakage from while(){eval"sub{}"}
11429      Branch: perl
11430            ! op.c t/run/kill_perl.t
11431 ____________________________________________________________________________
11432 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
11433         Log: Regen toc.
11434      Branch: perl
11435            ! pod/perltoc.pod
11436 ____________________________________________________________________________
11437 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
11438         Log: Tiny tweaks.
11439      Branch: perl
11440            ! pod/perl.pod
11441 ____________________________________________________________________________
11442 [ 12503] By: ams                                   on 2001/10/19  13:34:24
11443         Log: Subject: Re: perlintro.pod
11444              From: Abe Timmerman <abe@ztreet.demon.nl>
11445              Date: Fri, 19 Oct 2001 14:12:40 +0200
11446              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
11447      Branch: perl
11448            ! pod/perlintro.pod
11449 ____________________________________________________________________________
11450 [ 12502] By: ams                                   on 2001/10/19  13:24:12
11451         Log: Slight reorganisation of references.
11452      Branch: perl
11453            ! pod/perl.pod
11454 ____________________________________________________________________________
11455 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
11456         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
11457              From: Kay Röpke <kroepke@dolphin-services.de>
11458              Date: Fri, 19 Oct 2001 14:04:01 +0200 
11459              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
11460      Branch: perl
11461            ! lib/ExtUtils/MakeMaker.pm
11462 ____________________________________________________________________________
11463 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
11464         Log: Unicode categories continue:
11465              implement Category=, Script=, Block=
11466              (these are based on an upcoming update of TR#18)
11467              Fix a bug where we got two In categories named "old italic",
11468              and another where shortcut for the Is categories wasn't taken.
11469      Branch: perl
11470            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
11471            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
11472            ! pod/perlunicode.pod t/op/pat.t
11473 ____________________________________________________________________________
11474 [ 12499] By: ams                                   on 2001/10/19  01:42:29
11475         Log: Subject: a small patch to perlintro.pod.
11476              From: Autrijus Tang <autrijus@autrijus.org>
11477              Date: Fri, 19 Oct 2001 01:45:51 +0800
11478              Message-Id: <20011019014551.A35625@not.autrijus.org>
11479              (Applied by hand with nits.)
11480      Branch: perl
11481            ! pod/perlintro.pod
11482 ____________________________________________________________________________
11483 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
11484         Log: Subject: [PATCH] OpenBSD hints for ithreads
11485              From: Andy Dougherty <doughera@lafayette.edu>
11486              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
11487              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
11488      Branch: perl
11489            ! hints/openbsd.sh
11490 ____________________________________________________________________________
11491 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
11492         Log: Retract #12446; the problem solved by #12474.
11493      Branch: perl
11494            ! hints/aix.sh
11495 ____________________________________________________________________________
11496 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
11497         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
11498              message and suppress line number info (from Steve Hay
11499              <Steve.Hay@uk.radan.com>)
11500      Branch: maint-5.6/perl
11501            ! lib/Carp/Heavy.pm
11502 ____________________________________________________________________________
11503 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
11504         Log: More documented In categories.
11505      Branch: perl
11506            ! pod/perlunicode.pod
11507 ____________________________________________________________________________
11508 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
11509         Log: Update Changes.
11510      Branch: perl
11511            ! Changes patchlevel.h
11512 ____________________________________________________________________________
11513 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
11514         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
11515      Branch: perl
11516            ! MANIFEST
11517 ____________________________________________________________________________
11518 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
11519         Log: Wrong skip() arguments.
11520      Branch: perl
11521            ! ext/B/t/terse.t
11522 ____________________________________________________________________________
11523 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
11524         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
11525              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
11526              Date: Wed, 17 Oct 2001 09:10:53 EDT 
11527              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
11528      Branch: perl
11529            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
11530            ! pod/perlapi.pod vms/vms.c
11531 ____________________________________________________________________________
11532 [ 12490] By: ams                                   on 2001/10/18  09:31:00
11533         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
11534              From: Mark-Jason Dominus <mjd@plover.com>
11535              Date: Thu, 18 Oct 2001 06:25:35 -0400
11536              Message-Id: <20011018102535.19264.qmail@plover.com>
11537      Branch: perl
11538            ! pod/perl.pod
11539 ____________________________________________________________________________
11540 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
11541         Log: Prettyprinting.
11542      Branch: perl
11543            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
11544 ____________________________________________________________________________
11545 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
11546         Log: Regen toc.
11547      Branch: perl
11548            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11549 ____________________________________________________________________________
11550 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
11551         Log: Add perlintro, from Skud.
11552      Branch: perl
11553            + pod/perlintro.pod
11554            ! MANIFEST
11555 ____________________________________________________________________________
11556 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
11557         Log: FAQ sync.
11558      Branch: perl
11559            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
11560            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
11561            ! pod/perlfaq8.pod pod/perlfaq9.pod
11562 ____________________________________________________________________________
11563 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
11564         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
11565              in speed (upto 20% speedup in certain operations) but meanwhile
11566              regexps and arithmetics got slower (5-10%) (according to
11567              perlbench average speedup is negligible, and within measuring
11568              flutter, 1%).  Therefore retracting all the changes
11569              aimed at getting -std1 to compile cleanly:  #12475, #12476,
11570              #12479, #12480, #12481, #12482, #12483, #12484.
11571      Branch: perl
11572            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
11573            ! pp_hot.c pp_sys.c toke.c
11574 ____________________________________________________________________________
11575 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
11576         Log: (retracted by #12485)
11577              Strict ANSI doesn't like the third argument of main()
11578              so enable ignoring it if using ultra picky compiler.
11579      Branch: perl
11580            ! miniperlmain.c
11581 ____________________________________________________________________________
11582 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
11583         Log: (retracted by #12485)
11584              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
11585      Branch: perl
11586            ! perl.h
11587 ____________________________________________________________________________
11588 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
11589         Log: (retracted by #12485)
11590              Add explanatory comment.
11591      Branch: perl
11592            ! mg.c
11593 ____________________________________________________________________________
11594 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
11595         Log: (retracted by #12485)
11596              More dollar$hiding.
11597      Branch: perl
11598            ! doio.c perl.h pp_sys.c
11599 ____________________________________________________________________________
11600 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
11601         Log: (retracted by #12485)
11602              KISS.
11603      Branch: perl
11604            ! mg.c
11605 ____________________________________________________________________________
11606 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
11607         Log: (retracted by #12485)
11608              Thou shalt not #ifdef inside macro invocations,
11609              noticed by Rafael Garcia-Suarez.
11610      Branch: perl
11611            ! mg.c
11612 ____________________________________________________________________________
11613 [ 12478] By: ams                                   on 2001/10/17  18:50:55
11614         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
11615              From: Anton Berezin <tobez@tobez.org>
11616              Date: Wed, 17 Oct 2001 18:25:48 +0200
11617              Message-Id: <20011017182548.A12082@heechee.tobez.org>
11618      Branch: perl
11619            ! pp_sys.c
11620 ____________________________________________________________________________
11621 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
11622         Log: (retracted by #12485)
11623              Unterminated #ifdef.
11624      Branch: perl
11625            ! mg.c
11626 ____________________________________________________________________________
11627 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
11628         Log: (retracted by #12485)
11629              Avoid dollar signs in identifiers (in non-VMS) to
11630              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
11631      Branch: perl
11632            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
11633            ! toke.c
11634 ____________________________________________________________________________
11635 [ 12474] By: ams                                   on 2001/10/17  15:14:50
11636         Log: Subject: Two AIX patches
11637              From: H.Merijn Brand <h.m.brand@hccnet.nl>
11638              Date: Wed, 17 Oct 2001 18:04:35 +0200
11639              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
11640      Branch: perl
11641            ! hints/aix.sh makedef.pl
11642 ____________________________________________________________________________
11643 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
11644         Log: Limiting the Time::HiRes::sleep and usleep to
11645              one second is not a good policy if drop-in
11646              replacement is still a goal.
11647      Branch: perl
11648            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11649            ! ext/Time/HiRes/HiRes.xs
11650 ____________________________________________________________________________
11651 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
11652         Log: Subject: [PATCH] Test::Simple 0.32
11653              From: Michael G Schwern <schwern@pobox.com> 
11654              Date: Wed, 17 Oct 2001 03:42:41 -0400
11655              Message-ID: <20011017034241.A25038@blackrider>
11656      Branch: perl
11657            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
11658            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
11659            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
11660            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
11661            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
11662            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
11663            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
11664            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
11665            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
11666            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11667            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
11668            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11669            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11670            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
11671            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
11672            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
11673            ! t/lib/Test/Simple/Catch.pm
11674            ! t/lib/Test/Simple/sample_tests/five_fail.plx
11675 ____________________________________________________________________________
11676 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
11677         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
11678              From: Michael G Schwern <schwern@pobox.com> 
11679              Date: Wed, 17 Oct 2001 04:04:13 -0400
11680              Message-ID: <20011017040413.C25550@blackrider>
11681      Branch: perl
11682            ! t/TEST t/harness vms/test.com
11683 ____________________________________________________________________________
11684 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
11685         Log: Regen doc with perlmodstyle added.
11686      Branch: perl
11687            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
11688 ____________________________________________________________________________
11689 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
11690         Log: Pod cleanup.
11691      Branch: perl
11692            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
11693 ____________________________________________________________________________
11694 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
11695         Log: Subject: perlmodstyle as a patch
11696              From: Kirrily Robert <skud@infotrope.net>
11697              Date: Tue, 16 Oct 2001 22:47:23 -0400
11698              Message-ID: <20011016224723.A20673@infotrope.net>
11699      Branch: perl
11700            + pod/perlmodstyle.pod
11701            ! MANIFEST
11702 ____________________________________________________________________________
11703 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
11704         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
11705              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11706              Date: Thu, 6 Sep 2001 11:09:40 +0100
11707              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
11708              
11709              Mention also the develooper p5p archive.
11710      Branch: perl
11711            ! pod/perlhack.pod
11712 ____________________________________________________________________________
11713 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
11714         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
11715              From: Kay Röpke <kroepke@dolphin-services.de>
11716              Date: Tue, 16 Oct 2001 17:23:52 +0200
11717              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
11718      Branch: perl
11719            ! lib/ExtUtils/MakeMaker.pm
11720 ____________________________________________________________________________
11721 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
11722         Log: Add the special casing mappings (from SpecCase.txt)
11723              (except for the hyper special case mappings that have
11724              the condition list); the special casing mappings are
11725              unused for now.  Small tidying up on mktables.
11726      Branch: perl
11727            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
11728            + lib/unicore/To/SpecUpper.pl
11729            ! lib/unicore/mktables
11730 ____________________________________________________________________________
11731 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
11732         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
11733              From: "David H. Adler" <dha@panix.com>       
11734              Date: Tue, 16 Oct 2001 11:59:35 -0400
11735              Message-ID: <20011016115935.A13078@panix.com>
11736              
11737              Subject: [ PATCH ] perldata patch, revised
11738              From: "David H. Adler" <dha@panix.com>     
11739              Date: Tue, 16 Oct 2001 18:26:49 -0400
11740              Message-ID: <20011016182649.C23970@panix.com>
11741      Branch: perl
11742            ! pod/perldata.pod pod/perlop.pod
11743 ____________________________________________________________________________
11744 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
11745         Log: Integrate perlio: PerlIO_dup (for all but Win32).
11746      Branch: perl
11747           !> embed.h embed.pl ext/Encode/Encode.xs
11748           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
11749           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11750           !> win32/win32io.c
11751 ____________________________________________________________________________
11752 [ 12462] By: nick                                  on 2001/10/16  19:11:30
11753         Log: PerlIOXxxx_dups for all but Win32
11754      Branch: perlio
11755            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
11756            ! ext/PerlIO/Via/Via.xs
11757 ____________________________________________________________________________
11758 [ 12461] By: nick                                  on 2001/10/16  18:28:48
11759         Log: Implement PerlIOStdio_dup (explains core dumps - dup
11760              was not setting up a FILE * to be fclosed()).
11761      Branch: perlio
11762            ! perlio.c
11763 ____________________________________________________________________________
11764 [ 12460] By: nick                                  on 2001/10/16  17:31:47
11765         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
11766              overflow.
11767      Branch: perlio
11768            ! perlio.c
11769 ____________________________________________________________________________
11770 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
11771         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
11772              From: "Craig A. Berry" <craigberry@mac.com>
11773              Date: Tue, 16 Oct 2001 13:08:38 -0500
11774              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
11775      Branch: perl
11776            ! configure.com
11777 ____________________________________________________________________________
11778 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
11779         Log: Can't expect too much accuracy from a sleep of one second.
11780              (I think this will also fail with high load.)
11781      Branch: perl
11782            ! ext/Time/HiRes/HiRes.t
11783 ____________________________________________________________________________
11784 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
11785         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
11786              From: "Werner, Randolf" <randolf.werner@sap.com>
11787              Date: Tue, 16 Oct 2001 18:33:02 +0200
11788              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
11789      Branch: perl
11790            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
11791            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
11792 ____________________________________________________________________________
11793 [ 12456] By: nick                                  on 2001/10/16  14:08:16
11794         Log: Builds under ithreads (but fails all threads tests)
11795      Branch: perlio
11796            ! hv.c perlio.c sv.c
11797 ____________________________________________________________________________
11798 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
11799         Log: I think the Perl_sortsv needs *not* be skipped?
11800      Branch: perl
11801            ! makedef.pl
11802 ____________________________________________________________________________
11803 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
11804         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
11805              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11806              Date: Tue, 16 Oct 2001 15:32:44 +0200
11807              Message-ID: <3BCC531C.11494.3E433F@localhost>
11808      Branch: perl
11809            ! t/op/groups.t
11810 ____________________________________________________________________________
11811 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
11812         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
11813              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
11814              Date: Tue, 16 Oct 2001 15:01:04 +0200
11815              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
11816      Branch: perl
11817            ! t/io/fs.t
11818 ____________________________________________________________________________
11819 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
11820         Log: A forgotten deletion.
11821      Branch: perl
11822            - lib/unicore/mktables.PL
11823 ____________________________________________________________________________
11824 [ 12451] By: nick                                  on 2001/10/16  11:32:48
11825         Log: Skeleton of "PerlIO_dup" coded.
11826              Still-passes all tests non-threaded (well it would wouldn't it!)
11827      Branch: perlio
11828            ! embed.h embed.pl ext/Encode/Encode.xs
11829            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
11830            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
11831            ! win32/win32io.c
11832 ____________________________________________________________________________
11833 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
11834         Log: Document the problem with the swash_fetch() API that affects
11835              more complex case conversions.
11836      Branch: perl
11837            ! lib/utf8_heavy.pl utf8.c
11838 ____________________________________________________________________________
11839 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
11840         Log: Make Time::HiRes::sleep() and usleep() to return
11841              the number of seconds (a floating point value) and 
11842              microseconds (an integer) actually slept (well,
11843              modulo the time spent in measuring the time actually
11844              slept...), to be a better drop-in replacement for
11845              the builtin sleep().  Noticed by Chris Nandor.
11846              
11847              Also make usleep() to croak if fed illegal number
11848              of useconds (anything greater than 1_000_000).
11849      Branch: perl
11850            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
11851            ! ext/Time/HiRes/HiRes.xs
11852 ____________________________________________________________________________
11853 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
11854         Log: A missing SvREFCNT_dec.
11855      Branch: perl
11856            ! perl.c
11857 ____________________________________________________________________________
11858 [ 12447] By: nick                                  on 2001/10/15  20:27:53
11859         Log: Beginings of PerlIO_dup support (unstable)
11860      Branch: perlio
11861            ! perlio.c perliol.h
11862 ____________________________________________________________________________
11863 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
11864         Log: (retracted by #12497)
11865              In AIX vac 5 just can't seem to get regcomp right.
11866      Branch: perl
11867            ! hints/aix.sh
11868 ____________________________________________________________________________
11869 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
11870         Log: Bump the version number to agree with the maintperl one.
11871      Branch: perl
11872            ! lib/Tie/RefHash.pm
11873 ____________________________________________________________________________
11874 [ 12444] By: nick                                  on 2001/10/15  15:59:57
11875         Log: Integrate mainline
11876      Branch: perlio
11877           +> lib/Math/BigInt/t/Math/Subclass.pm
11878           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
11879           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
11880           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
11881           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
11882           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
11883           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
11884           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
11885           +> lib/unicore/mktables
11886            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
11887            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
11888            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
11889            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
11890            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
11891            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
11892            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
11893            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
11894            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
11895            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
11896            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
11897            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
11898            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
11899            - lib/unicore/syllables.txt
11900           !> (integrate 344 files)
11901 ____________________________________________________________________________
11902 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
11903         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
11904      Branch: perl
11905            ! ext/DB_File/DB_File.xs
11906 ____________________________________________________________________________
11907 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
11908         Log: Sync the skip() amounts with the number of tests.
11909      Branch: perl
11910            ! lib/Term/Complete.t
11911 ____________________________________________________________________________
11912 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
11913         Log: Update Changes.
11914      Branch: perl
11915            ! Changes patchlevel.h
11916 ____________________________________________________________________________
11917 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
11918         Log: MacOS Classic catdir() rewrite from Thomas Wegner
11919              (backward incompatibility, but a deliberate one,
11920              the old version simply is broken in its logic),
11921              also documentation updates, and as suggested replicated
11922              the File::Spec::Unix documentation updates also on the
11923              File::Spec documentation.
11924              
11925              TODO: there seems to be duplication of documentation
11926              between File::Spec and File::Spec::Unix.  I think
11927              the ::Unix should be left only with specific UNIXisms,
11928              and all the generic documentation should be in ::Spec.
11929      Branch: perl
11930            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
11931            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
11932            ! lib/File/Spec/Unix.pm
11933 ____________________________________________________________________________
11934 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
11935         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
11936              From: Blair Zajac <blair@orcaware.com>
11937              Date: Mon, 24 Sep 2001 11:48:58 -0700
11938              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
11939              
11940              (the skip() messages)
11941      Branch: perl
11942            ! t/op/magic.t
11943 ____________________________________________________________________________
11944 [ 12438] By: ams                                   on 2001/10/14  23:43:59
11945         Log: Subject: [PATCH] make PerlIO default on VMS
11946              From: "Craig A. Berry" <craigberry@mac.com>
11947              Date: Sun, 14 Oct 2001 15:27:18 -0500
11948              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
11949      Branch: perl
11950            ! configure.com
11951 ____________________________________________________________________________
11952 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
11953         Log: Retract #12436 (Abhijit already did this at #12426)
11954      Branch: perl
11955            ! lib/ExtUtils/MM_Unix.pm
11956 ____________________________________________________________________________
11957 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
11958         Log: (retracted by #12437)
11959              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
11960              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
11961              Date: Sat, 13 Oct 2001 20:33:55 +0200
11962              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
11963      Branch: perl
11964            ! lib/ExtUtils/MM_Unix.pm
11965 ____________________________________________________________________________
11966 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
11967         Log: Subject: h2xs grammar nit
11968              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11969              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
11970              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
11971      Branch: perl
11972            ! utils/h2xs.PL
11973 ____________________________________________________________________________
11974 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
11975         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
11976              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
11977              Date: Sun, 14 Oct 2001 11:25:08 +0100
11978              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
11979      Branch: perl
11980            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
11981            ! warnings.pl
11982 ____________________________________________________________________________
11983 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
11984         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
11985              for File::Spec::Mac::catfile)
11986      Branch: perl
11987            ! lib/h2xs.t
11988 ____________________________________________________________________________
11989 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
11990         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
11991              From: Nicholas Clark <nick@ccl4.org>
11992              Date: Sat, 13 Oct 2001 00:07:31 +0100
11993              Message-ID: <20011013000731.D67535@plum.flirble.org>
11994      Branch: perl
11995            ! lib/h2xs.t utils/h2xs.PL
11996 ____________________________________________________________________________
11997 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
11998         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
11999              before DEFINE and INC), and repent by taking DEFINE and
12000              INC away from PASTHRU.
12001      Branch: perl
12002            ! lib/ExtUtils/MM_Unix.pm
12003 ____________________________________________________________________________
12004 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
12005         Log: More MANIFEST anomalies.
12006      Branch: perl
12007            ! MANIFEST
12008 ____________________________________________________________________________
12009 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
12010         Log: Not that many.
12011      Branch: perl
12012            ! MANIFEST
12013 ____________________________________________________________________________
12014 [ 12428] By: sky                                   on 2001/10/13  20:59:27
12015         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
12016              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12017              Date: Sat, 13 Oct 2001 23:15:55 +0200
12018              Message-ID: <20011013231555.A18071@rafael>
12019      Branch: perl
12020            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
12021            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
12022 ____________________________________________________________________________
12023 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
12024         Log: Rewrite mktables from scratch.
12025              - Cleaner.
12026              - Faster: 15-20 seconds as opposed to several minutes.
12027              - More dynamic: the names of the various categories
12028              such as the linebreak ones are dynamic, not static.
12029              - Is.pl: long names for the general category properties
12030              are now available.
12031              - Ranges (<... ,First>, <..., Last>) from the general
12032              categories work now.
12033              - No more mktables.PL because the mktables.PL is not
12034              and never has been run to create a mktables.
12035              - syllables.txt and Is/Syl*.pl removed: non-standard
12036              (not part of the Unicode), and the whole concept is
12037              being reworked (http://syllabary.sourceforge.net/),
12038              the old way wouldn't even work with the new Syllables.txt
12039              (it would result in 1000+ new categories)
12040      Branch: perl
12041            + lib/unicore/In/163.pl lib/unicore/In/164.pl
12042            + lib/unicore/In/165.pl lib/unicore/In/166.pl
12043            + lib/unicore/In/167.pl lib/unicore/In/168.pl
12044            + lib/unicore/In/169.pl lib/unicore/In/170.pl
12045            + lib/unicore/In/171.pl lib/unicore/Is.pl
12046            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
12047            + lib/unicore/mktables
12048            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
12049            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
12050            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
12051            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
12052            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
12053            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
12054            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
12055            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
12056            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
12057            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
12058            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
12059            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
12060            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
12061            - lib/unicore/syllables.txt
12062            ! (edit 304 files)
12063 ____________________________________________________________________________
12064 [ 12426] By: ams                                   on 2001/10/13  18:05:36
12065         Log: ExtUtils::MM_Unix should ignore comments when searching for
12066              $VERSION.
12067      Branch: perl
12068            ! lib/ExtUtils/MM_Unix.pm
12069 ____________________________________________________________________________
12070 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
12071         Log: Subject: Re: New module XML::Clean
12072              From: andreas.koenig@anima.de (Andreas J. Koenig)
12073              Date: 13 Oct 2001 10:17:09 +0200
12074              Message-ID: <m37ku0t0my.fsf@anima.de>
12075      Branch: perl
12076            ! pod/perlnewmod.pod
12077 ____________________________________________________________________________
12078 [ 12424] By: sky                                   on 2001/10/13  09:39:59
12079         Log: Set thread stack size if needed.
12080      Branch: perl
12081            ! ext/threads/threads.xs
12082 ____________________________________________________________________________
12083 [ 12423] By: sky                                   on 2001/10/13  09:36:49
12084         Log: We do want to set the attribute to joinable even on modern posix
12085              platforms.
12086      Branch: perl
12087            ! ext/threads/threads.xs
12088 ____________________________________________________________________________
12089 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
12090         Log: Subject: [PATCH ext/Data/Dumper.xs]
12091              From: Brian Ingerson <ingy@ttul.org>
12092              Date: Fri, 12 Oct 2001 19:32:35 -0700
12093              Message-ID: <20011012193235.B889@ttul.org>
12094      Branch: perl
12095            ! ext/Data/Dumper/Dumper.xs
12096 ____________________________________________________________________________
12097 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
12098         Log: Update Changes.
12099      Branch: perl
12100            ! Changes patchlevel.h
12101 ____________________________________________________________________________
12102 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
12103         Log: FAQ sync.
12104      Branch: perl
12105            ! pod/perlfaq3.pod pod/perlfaq4.pod
12106 ____________________________________________________________________________
12107 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
12108         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
12109              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
12110              Date: Fri, 12 Oct 2001 11:51:05 -0700
12111              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
12112      Branch: perl
12113            ! lib/File/Copy.pm
12114 ____________________________________________________________________________
12115 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
12116         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
12117              From: "chromatic" <chromatic@rmci.net>     
12118              Date: Thu, 11 Oct 2001 10:57:55 -0600
12119              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
12120              
12121              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
12122              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12123              Date: Thu, 11 Oct 2001 22:34:21 +0200
12124              Message-ID: <20011011223421.A693@rafael>     
12125              
12126              plus undef $Term::Complete::stty as suggested by Rafael.
12127      Branch: perl
12128            ! lib/Term/Complete.pm lib/Term/Complete.t
12129 ____________________________________________________________________________
12130 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
12131         Log: UUnndduupplleexx..
12132      Branch: perl
12133            ! perl.h
12134 ____________________________________________________________________________
12135 [ 12416] By: sky                                   on 2001/10/12  20:16:19
12136         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
12137              From: Andy Dougherty <doughera@lafayette.edu>
12138              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
12139              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
12140              (Potentially only band-aid)
12141      Branch: perl
12142            ! sv.c
12143 ____________________________________________________________________________
12144 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
12145         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
12146              mishandles kill(), and therefore the sigaction test
12147              should be skipped, from Charles Lane.
12148      Branch: perl
12149            ! ext/POSIX/t/sigaction.t
12150 ____________________________________________________________________________
12151 [ 12414] By: sky                                   on 2001/10/12  18:47:49
12152         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
12153      Branch: perl
12154            ! op.h
12155 ____________________________________________________________________________
12156 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
12157         Log: Upgrade to Math::BigInt 1.44 from Tels and
12158              further fixes from John Peacock.
12159      Branch: perl
12160            + lib/Math/BigInt/t/Math/Subclass.pm
12161            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
12162            + lib/Math/BigInt/t/subclass.t
12163            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12164            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
12165            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
12166            ! lib/Math/BigInt/t/mbimbf.t
12167 ____________________________________________________________________________
12168 [ 12412] By: sky                                   on 2001/10/12  18:28:23
12169         Log: perhaps pthread_attr_t really needs to be set for the old api
12170      Branch: perl
12171            ! ext/threads/threads.xs
12172 ____________________________________________________________________________
12173 [ 12411] By: sky                                   on 2001/10/12  18:11:45
12174         Log: pthread_keycreate not pthread_key_create under the here be dragons API
12175      Branch: perl
12176            ! ext/threads/threads.h
12177 ____________________________________________________________________________
12178 [ 12410] By: sky                                   on 2001/10/12  18:07:37
12179         Log: Apperently OLD PTHREADS API is a bit retarded.
12180              This should fix another set of compile failures in HP-UX 10.20.
12181      Branch: perl
12182            ! ext/threads/threads.h ext/threads/threads.xs
12183 ____________________________________________________________________________
12184 [ 12409] By: nick                                  on 2001/10/12  15:30:01
12185         Log: Blind integrate of mainline
12186      Branch: perlio
12187           +> (branch 32 files)
12188            - lib/unicode/README
12189           !> (integrate 121 files)
12190 ____________________________________________________________________________
12191 [ 12408] By: sky                                   on 2001/10/12  14:55:08
12192         Log: Let us avoid being smart for now.
12193      Branch: perl
12194            ! ext/threads/threads.h
12195 ____________________________________________________________________________
12196 [ 12407] By: sky                                   on 2001/10/12  14:38:12
12197         Log: (void*) the argument to make sure we work with picky compilers
12198      Branch: perl
12199            ! ext/threads/threads.xs
12200 ____________________________________________________________________________
12201 [ 12406] By: ams                                   on 2001/10/12  13:26:04
12202         Log: (replaced with #12600)
12203              
12204              Subject: [PATCH 5.6.1 perldoc] use File::Temp
12205              From: Mikhail Zabaluev <mhz@alt-linux.org>
12206              Date: Fri, 12 Oct 2001 12:47:47 +0400
12207              Message-Id: <20011012124747.E13918@localhost.localdomain>
12208      Branch: perl
12209            ! utils/perldoc.PL
12210 ____________________________________________________________________________
12211 [ 12405] By: ams                                   on 2001/10/12  13:05:32
12212         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
12213              From: andreas.koenig@anima.de (Andreas J. Koenig)
12214              Date: 12 Oct 2001 11:12:07 +0200
12215              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
12216      Branch: perl
12217            ! lib/Memoize/t/speed.t
12218 ____________________________________________________________________________
12219 [ 12404] By: sky                                   on 2001/10/12  12:46:15
12220         Log: A) Support OLD_PTHREADS_API
12221              B) Change from using pthread_t to using a TLS to store the
12222              index of the thread in an hash, this is to avoid problems when
12223              in fact pthread_t was not a seralizable type.
12224              Both these changes are because of HP-UX 10.20
12225              This has not been tested on win32 but should work there.
12226              Need to add support for NetWare.
12227      Branch: perl
12228            ! ext/threads/threads.h ext/threads/threads.xs
12229 ____________________________________________________________________________
12230 [ 12403] By: ams                                   on 2001/10/12  07:34:19
12231         Log: Subject: Re: New module XML::Clean
12232              From: andreas.koenig@anima.de (Andreas J. Koenig)
12233              Date: 12 Oct 2001 10:20:35 +0200
12234              Message-Id: <m3elo9uv58.fsf@anima.de>
12235      Branch: perl
12236            ! pod/perlnewmod.pod
12237 ____________________________________________________________________________
12238 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
12239         Log: More HP model tweaks from Merijn.
12240      Branch: perl
12241            ! README.hpux
12242 ____________________________________________________________________________
12243 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
12244         Log: Update Changes.
12245      Branch: perl
12246            ! Changes patchlevel.h
12247 ____________________________________________________________________________
12248 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
12249         Log: HP-UX update from H.Merijn Brand.
12250      Branch: perl
12251            ! README.hpux
12252 ____________________________________________________________________________
12253 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
12254         Log: Subject: [PATCH] fix link rot in README.vms
12255              From: "Craig A. Berry" <craigberry@mac.com>
12256              Date: Wed, 10 Oct 2001 17:17:00 -0500
12257              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
12258      Branch: perl
12259            ! README.vms
12260 ____________________________________________________________________________
12261 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
12262         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
12263              From: "chromatic" <chromatic@rmci.net>
12264              Date: Wed, 10 Oct 2001 15:50:30 -0600
12265              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
12266      Branch: perl
12267            ! lib/Term/Complete.t
12268 ____________________________________________________________________________
12269 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
12270         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
12271              From: "chromatic" <chromatic@rmci.net>
12272              Date: Wed, 10 Oct 2001 15:45:42 -0600
12273              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
12274      Branch: perl
12275            + lib/ExtUtils/Packlist.t
12276            ! MANIFEST
12277 ____________________________________________________________________________
12278 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
12279         Log: VMS needs quotes around the -I option to keep it from
12280              being downcased, from Charles Lane.
12281      Branch: perl
12282            ! t/run/kill_perl.t
12283 ____________________________________________________________________________
12284 [ 12395] By: ams                                   on 2001/10/10  16:22:32
12285         Log: Subject: [PATCH lib/FindBin.pm]
12286              From: Stas Bekman <stas@stason.org>
12287              Date: Tue, 09 Oct 2001 23:57:10 +0800
12288              Message-Id: <3BC31E56.60805@stason.org>
12289      Branch: perl
12290            ! lib/FindBin.pm
12291 ____________________________________________________________________________
12292 [ 12394] By: ams                                   on 2001/10/10  16:09:53
12293         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
12294              From: Abhijit Menon-Sen <ams@wiw.org>
12295              Date: Wed, 10 Oct 2001 21:59:33 +0530
12296              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
12297      Branch: perl
12298            ! ext/Data/Dumper/Dumper.xs
12299 ____________________________________________________________________________
12300 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
12301         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
12302              from Charles Lane.
12303      Branch: perl
12304            ! lib/File/Spec/VMS.pm
12305 ____________________________________________________________________________
12306 [ 12392] By: ams                                   on 2001/10/10  14:49:43
12307         Log: Subject: [PATCH] two s/// bugfixes
12308              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12309              Date: Wed, 10 Oct 2001 17:23:44 +0200
12310              Message-Id: <20011010172344.C22440@rafael>
12311      Branch: perl
12312            ! pp_ctl.c regexec.c t/op/subst.t
12313 ____________________________________________________________________________
12314 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
12315         Log: Fix/improve handling of the [000000] special "root"
12316              directory, by putting cwd in canonical form when doing
12317              abs2rel, and prepending a 000000 to directory "chunks"
12318              if missing from base or path.  Also adjust test to
12319              reflect the (improved) output from abs2rel.
12320              From Charles Lane.
12321      Branch: perl
12322            ! lib/File/Spec.t lib/File/Spec/VMS.pm
12323 ____________________________________________________________________________
12324 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
12325         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
12326              all of the extra VMSish attributes (such as "treat this logical
12327              as a device name") that are necessary to make programs run.
12328              A tainted %ENV does not hinder VMS.  From Charles Lane.
12329      Branch: perl
12330            ! lib/File/Find/t/taint.t
12331 ____________________________________________________________________________
12332 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
12333         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
12334              
12335              o  VMS is case-insensitive, RTL downcases filenames read
12336              by perl... so need to re-upcase filenames like MANIFEST
12337              and MANIFEST.SKIP
12338              
12339              o  Need to convert VMS-style to Unix-style filenames when comparing
12340              names in MANIFEST to names in filesystem.
12341              
12342              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
12343              since VMS won't let you (easily) delete non-empty directories.
12344              
12345              From Charles Lane.
12346      Branch: perl
12347            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
12348 ____________________________________________________________________________
12349 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
12350         Log: Unix and VMS agree on "*" as a "match any number of any chars"
12351              wildcards, but differ ("?"  vs.  "%") for their "match any single
12352              char" wildcard.  This patch changes "?"  chars to "%" before doing a
12353              VMS glob...at no loss of functionality, since "?"  isn't a valid
12354              filename char on VMS.  From Charles Lane.
12355      Branch: perl
12356            ! doio.c
12357 ____________________________________________________________________________
12358 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
12359         Log: (accidentally empty submit; new life as #12390)
12360      Branch: perl
12361            ! lib/File/Find/t/taint.t
12362 ____________________________________________________________________________
12363 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
12364         Log: Even more VMS tweakage from Charles Lane:
12365              
12366              Tweak #1:  splitdir only works on directory part of filespec,
12367              split off volume first
12368              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
12369              (it's a horrible kludge in the run-time library,
12370              improved in later versions). Check the
12371              $Config{'d_setenv'} flag before attempting to set it.
12372      Branch: perl
12373            ! t/op/chdir.t
12374 ____________________________________________________________________________
12375 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
12376         Log: VMS tweakage from Charles Lane.
12377              
12378              . command.com doubles an output line when prompting for extensions
12379              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
12380              . perl5db doesn't clean up after itself
12381      Branch: perl
12382            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
12383 ____________________________________________________________________________
12384 [ 12384] By: sky                                   on 2001/10/09  19:16:11
12385         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12386              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12387              Date: Tue, 9 Oct 2001 22:10:26 +0200
12388              Message-ID: <20011009221026.A8579@rafael>
12389      Branch: perl
12390            ! pod/perldata.pod
12391 ____________________________________________________________________________
12392 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
12393         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
12394              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12395              Date: 9 Oct 2001 15:15:06 -0000
12396              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
12397      Branch: perl
12398            ! t/op/subst.t
12399 ____________________________________________________________________________
12400 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
12401         Log: Update Changes.
12402      Branch: perl
12403            ! Changes patchlevel.h
12404 ____________________________________________________________________________
12405 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
12406         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
12407              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
12408              when a NULL is passed for the filename string pointer.
12409              From Charles Lane.
12410      Branch: perl
12411            ! vms/vms.c
12412 ____________________________________________________________________________
12413 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
12414         Log: Subject: HP systems update
12415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12416              Date: Tue, 09 Oct 2001 15:59:22 +0200
12417              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
12418      Branch: perl
12419            ! README.hpux
12420 ____________________________________________________________________________
12421 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
12422         Log: CPAN::Nox does now have a test.
12423      Branch: perl
12424            ! t/lib/1_compile.t
12425 ____________________________________________________________________________
12426 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
12427         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
12428              From: David Dyck <dcd@tc.fluke.com>
12429              Date: Mon, 1 Oct 2001 12:17:36 -0700
12430              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
12431      Branch: perl
12432            ! installperl
12433 ____________________________________________________________________________
12434 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
12435         Log: NetWare update from Ananth Kesari.
12436      Branch: perl
12437            ! NetWare/nwperlsys.h makedef.pl
12438 ____________________________________________________________________________
12439 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
12440         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
12441              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12442              Date: Tue, 9 Oct 2001 08:40:57 EDT
12443              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
12444      Branch: perl
12445            ! lib/File/Find/t/find.t
12446 ____________________________________________________________________________
12447 [ 12374] By: ams                                   on 2001/10/09  05:31:45
12448         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
12449              ExtUtils::Mkbootstrap
12450              From: "chromatic" <chromatic@rmci.net>
12451              Date: Tue, 09 Oct 2001 00:08:37 -0600
12452              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
12453      Branch: perl
12454            + lib/ExtUtils/Mkbootstrap.t
12455            ! MANIFEST
12456 ____________________________________________________________________________
12457 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
12458         Log: Enable more debugging.
12459      Branch: perl
12460            ! lib/utf8_heavy.pl
12461 ____________________________________________________________________________
12462 [ 12372] By: ams                                   on 2001/10/09  02:11:59
12463         Log: #12370 forgot to modify is_gv_magical().
12464      Branch: perl
12465            ! gv.c
12466 ____________________________________________________________________________
12467 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
12468         Log: Make the toupper/lower/title API for Unicode not right
12469              but at least less wrong: prepare for the mapping being
12470              more than just one-character-to-one-character.
12471      Branch: perl
12472            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
12473            ! regexec.c utf8.c
12474 ____________________________________________________________________________
12475 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
12476         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
12477              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12478              Date: Mon, 8 Oct 2001 22:18:23 -0400
12479              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
12480      Branch: perl
12481            ! pod/perlvar.pod t/op/taint.t
12482 ____________________________________________________________________________
12483 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
12484         Log: FAQ sync.
12485      Branch: perl
12486            ! pod/perlfaq3.pod pod/perlfaq4.pod
12487 ____________________________________________________________________________
12488 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
12489         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
12490              From: "chromatic" <chromatic@rmci.net>
12491              Date: Mon, 08 Oct 2001 14:05:32 -0600
12492              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
12493      Branch: perl
12494            ! lib/Term/Cap.t
12495 ____________________________________________________________________________
12496 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
12497         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
12498              From: Michael G Schwern <schwern@pobox.com>
12499              Date: Mon, 8 Oct 2001 17:00:14 -0400
12500              Message-ID: <20011008170014.L17083@blackrider>
12501      Branch: perl
12502            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
12503 ____________________________________________________________________________
12504 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
12505         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
12506              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
12507              Date: Mon, 8 Oct 2001 16:01:33 EDT
12508              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
12509      Branch: perl
12510            ! ext/Time/HiRes/HiRes.xs
12511 ____________________________________________________________________________
12512 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
12513         Log: Subject: [PATCH] Autosplit patch for VMS
12514              From: "Craig A. Berry" <craigberry@mac.com>
12515              Date: Mon, 08 Oct 2001 15:40:43 -0500
12516              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
12517      Branch: perl
12518            ! lib/AutoSplit.pm lib/AutoSplit.t
12519 ____________________________________________________________________________
12520 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
12521         Log: Don't assume that everybody is running OS X 10.1 yet;
12522              from Kay Röpke.
12523      Branch: perl
12524            ! hints/darwin.sh
12525 ____________________________________________________________________________
12526 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
12527         Log: Update Changes.
12528      Branch: perl
12529            ! Changes patchlevel.h
12530 ____________________________________________________________________________
12531 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
12532         Log: Retract #12358 for now.
12533      Branch: perl
12534            ! lib/Term/Cap.t
12535 ____________________________________________________________________________
12536 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
12537         Log: Can't figure out what this is testing.
12538              (If it is trying to catch SIGKILL, it should stop
12539              trying because that is by definition impossible.)
12540      Branch: perl
12541            ! lib/sigtrap.t
12542 ____________________________________________________________________________
12543 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
12544         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
12545              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12546              Date: Sun, 30 Sep 2001 21:15:13 +0200
12547              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
12548      Branch: perl
12549            ! lib/ExtUtils/MM_Win32.pm
12550 ____________________________________________________________________________
12551 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
12552         Log: Clarify the ldlibpth part and condense the overall text.
12553      Branch: perl
12554            ! t/TEST
12555 ____________________________________________________________________________
12556 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
12557         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
12558              From: "chromatic" <chromatic@rmci.net>
12559              Date: Sun, 07 Oct 2001 16:59:26 -0600
12560              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
12561      Branch: perl
12562            ! lib/Term/Cap.t
12563 ____________________________________________________________________________
12564 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
12565         Log: Update the list because fo #12265.
12566      Branch: perl
12567            ! t/lib/1_compile.t
12568 ____________________________________________________________________________
12569 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
12570         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
12571              From: Nicholas Clark <nick@ccl4.org>
12572              Date: Sun, 7 Oct 2001 20:53:33 +0100
12573              Message-ID: <20011007205333.S38756@plum.flirble.org>   
12574      Branch: perl
12575            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
12576            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
12577            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
12578            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
12579            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12580            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
12581            ! lib/Switch/t/switch.t lib/Term/Complete.t
12582            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
12583            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
12584            ! t/op/my_stash.t
12585 ____________________________________________________________________________
12586 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
12587         Log: Integrate patch #12350 from maintperl; typo in
12588              IO::Seekable doc.
12589      Branch: perl
12590           !> ext/IO/lib/IO/Seekable.pm
12591 ____________________________________________________________________________
12592 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
12593         Log: Detypo.
12594      Branch: perl
12595            ! hints/darwin.sh
12596 ____________________________________________________________________________
12597 [ 12353] By: sky                                   on 2001/10/07  17:16:14
12598         Log: Change 12349 didn't really get it right.
12599      Branch: perl
12600            ! lib/Unicode/README
12601 ____________________________________________________________________________
12602 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
12603         Log: If running the harness the dynamic library search path
12604              may need setting.
12605      Branch: perl
12606            ! t/TEST
12607 ____________________________________________________________________________
12608 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
12609         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
12610              in ldflags.
12611      Branch: perl
12612            ! hints/darwin.sh
12613 ____________________________________________________________________________
12614 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
12615         Log: typo in IO::Seekable doc
12616      Branch: maint-5.6/perl
12617            ! ext/IO/lib/IO/Seekable.pm
12618 ____________________________________________________________________________
12619 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
12620         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
12621              doesn't work on Mac OS X 10.1 (when unpacking the tar the
12622              latter gets renamed as lib/unicode:1, assumedly for security
12623              reasons not to overwrite stuff)
12624      Branch: perl
12625            + lib/Unicode/README
12626            - lib/unicode/README
12627            ! MANIFEST
12628 ____________________________________________________________________________
12629 [ 12348] By: ams                                   on 2001/10/07  05:33:40
12630         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
12631              From: "chromatic" <chromatic@rmci.net>
12632              Date: Sat, 06 Oct 2001 21:42:03 -0600
12633              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
12634      Branch: perl
12635            + lib/CPAN/t/Nox.t
12636            ! MANIFEST
12637 ____________________________________________________________________________
12638 [ 12347] By: ams                                   on 2001/10/07  00:48:10
12639         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
12640              From: "chromatic" <chromatic@rmci.net>
12641              Date: Sat, 06 Oct 2001 18:52:10 -0600
12642              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
12643      Branch: perl
12644            + lib/sigtrap.t
12645            ! MANIFEST
12646 ____________________________________________________________________________
12647 [ 12346] By: ams                                   on 2001/10/06  23:14:01
12648         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
12649              h2xs write?)
12650              From: Nicholas Clark <nick@ccl4.org>
12651              Date: Sat, 6 Oct 2001 21:46:43 +0100
12652              Message-Id: <20011006214643.L38756@plum.flirble.org>
12653      Branch: perl
12654            ! utils/h2xs.PL
12655 ____________________________________________________________________________
12656 [ 12345] By: ams                                   on 2001/10/06  17:39:53
12657         Log: Subject: [PATCH] Memoize tests
12658              From: Nicholas Clark <nick@ccl4.org>
12659              Date: Sat, 6 Oct 2001 18:04:21 +0100
12660              Message-Id: <20011006180421.J38756@plum.flirble.org>
12661      Branch: perl
12662            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
12663            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
12664            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
12665            ! lib/Memoize/t/expire_module_n.t
12666            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12667            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12668            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12669            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12670            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12671            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12672 ____________________________________________________________________________
12673 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
12674         Log: Retract the latter part of #12343.
12675      Branch: perl
12676            ! ext/IO/lib/IO/Socket/INET.pm
12677 ____________________________________________________________________________
12678 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
12679         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12680              From: David Dyck <dcd@tc.fluke.com>
12681              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
12682              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
12683              
12684              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
12685              From: David Dyck <dcd@tc.fluke.com>
12686              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
12687              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
12688      Branch: perl
12689            ! ext/IO/lib/IO/Socket/INET.pm
12690 ____________________________________________________________________________
12691 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
12692         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
12693              From: Robin Barker <rmb1@cise.npl.co.uk>
12694              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
12695              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
12696      Branch: perl
12697            ! t/TEST
12698 ____________________________________________________________________________
12699 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
12700         Log: Don't assume that %x is good for displaying UVs.
12701      Branch: perl
12702            ! dump.c
12703 ____________________________________________________________________________
12704 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
12705         Log: Update Changes.
12706      Branch: perl
12707            ! Changes patchlevel.h
12708 ____________________________________________________________________________
12709 [ 12339] By: ams                                   on 2001/10/05  10:22:34
12710         Log: Subject: [PATCH] perlfunc/select
12711              From: Nicholas Clark <nick@ccl4.org>
12712              Date: Fri, 5 Oct 2001 11:33:58 +0100
12713              Message-Id: <20011005113358.Z38756@plum.flirble.org>
12714      Branch: perl
12715            ! pod/perlfunc.pod
12716 ____________________________________________________________________________
12717 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
12718         Log: Retract #12313 and #12249.
12719      Branch: perl
12720            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12721            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
12722            ! pod/perlebcdic.pod
12723 ____________________________________________________________________________
12724 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
12725         Log: Subject: [PATCH] perlvms.pod update
12726              From: "Craig A. Berry" <craigberry@mac.com>
12727              Date: Thu, 04 Oct 2001 12:55:52 -0500
12728              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
12729      Branch: perl
12730            ! vms/perlvms.pod
12731 ____________________________________________________________________________
12732 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
12733         Log: Subject: PATCH: Tie::SubstrHash
12734              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12735              Date: Thu, 04 Oct 2001 12:12:41 +0100
12736              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
12737      Branch: perl
12738            ! lib/Tie/SubstrHash.pm
12739 ____________________________________________________________________________
12740 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
12741         Log: Unicode properties saga continues.
12742      Branch: perl
12743            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
12744            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
12745 ____________________________________________________________________________
12746 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
12747         Log: Yet more Unicode properties.
12748      Branch: perl
12749            + lib/unicore/In/137.pl lib/unicore/In/138.pl
12750            + lib/unicore/In/139.pl lib/unicore/In/140.pl
12751            + lib/unicore/In/141.pl lib/unicore/In/142.pl
12752            + lib/unicore/In/143.pl lib/unicore/In/144.pl
12753            + lib/unicore/In/145.pl lib/unicore/In/146.pl
12754            + lib/unicore/In/147.pl lib/unicore/In/148.pl
12755            + lib/unicore/In/149.pl lib/unicore/In/150.pl
12756            + lib/unicore/In/151.pl lib/unicore/In/152.pl
12757            + lib/unicore/In/153.pl lib/unicore/In/154.pl
12758            + lib/unicore/In/155.pl lib/unicore/In/156.pl
12759            + lib/unicore/In/157.pl lib/unicore/In/158.pl
12760            + lib/unicore/In/159.pl lib/unicore/In/160.pl
12761            + lib/unicore/In/161.pl lib/unicore/In/162.pl
12762            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
12763            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
12764            ! pod/perlunicode.pod
12765 ____________________________________________________________________________
12766 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
12767         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
12768              From: "Craig A. Berry" <craigberry@mac.com>
12769              Date: Wed, 03 Oct 2001 17:45:25 -0500
12770              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
12771              
12772              (the lib/Term/Complete.t patched differently by #12332)
12773      Branch: perl
12774            ! lib/ExtUtils/Command.t
12775 ____________________________________________________________________________
12776 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
12777         Log: Restore only if something to restore.
12778      Branch: perl
12779            ! lib/Term/Complete.t
12780 ____________________________________________________________________________
12781 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
12782         Log: Update various resources for credits,
12783              minor icons fixes, and versions.
12784      Branch: maint-5.6/macperl
12785            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
12786            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
12787            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
12788 ____________________________________________________________________________
12789 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
12790         Log: Quiet the warnings about using undef value
12791      Branch: maint-5.6/macperl
12792            ! lib/File/Temp.pm
12793 ____________________________________________________________________________
12794 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
12795         Log: Fix up Ballon Help and Help menu docs (first pass);
12796              remove balloon rez file, and autogenerate with
12797              Balloon2Rez instead.
12798      Branch: maint-5.6/macperl
12799            + macos/macperl/macscripts/Balloon2Rez
12800            - macos/macperl/MPBalloons.r
12801            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
12802 ____________________________________________________________________________
12803 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
12804         Log: Allow overriding of defaults, for change #12327.
12805      Branch: maint-5.6/macperl
12806            ! perl.h
12807 ____________________________________________________________________________
12808 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
12809         Log: Override PerlProc_exit.
12810      Branch: maint-5.6/macperl
12811            ! macos/macish.h
12812 ____________________________________________________________________________
12813 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
12814         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
12815      Branch: maint-5.6/macperl
12816            + macos/bundled_lib/blib/lib/MD5.pm
12817            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
12818            + macos/lib/Mac/AETE/Dialect.pm
12819            + macos/lib/Mac/AETE/Format/Converter.pm
12820            + macos/lib/Mac/AETE/Format/Dictionary.pm
12821            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
12822            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
12823            + macos/lib/Mac/Toolbox.pod
12824            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
12825 ____________________________________________________________________________
12826 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
12827         Log: Sync up silly CVS headers ... I should commit CVS
12828              first to avoid this ...
12829      Branch: maint-5.6/macperl
12830            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
12831            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
12832            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
12833            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
12834 ____________________________________________________________________________
12835 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
12836         Log: Fix Matthias' address, and attributions.
12837      Branch: maint-5.6/macperl
12838            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
12839            ! pod/perlport.pod
12840 ____________________________________________________________________________
12841 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
12842         Log: Fix Matthias' address, and attributions.
12843      Branch: maint-5.6/macperl
12844            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
12845            ! macos/ext/Mac/Components/Components.pm
12846            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
12847            ! macos/ext/Mac/Dialogs/Dialogs.pm
12848            ! macos/ext/Mac/Events/Events.pm
12849            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
12850            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
12851            ! macos/ext/Mac/Gestalt/Gestalt.pm
12852            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
12853            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
12854            ! macos/ext/Mac/Menus/Menus.pm
12855            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
12856            ! macos/ext/Mac/Movies/Movies.pm
12857            ! macos/ext/Mac/Navigation/Navigation.pm
12858            ! macos/ext/Mac/Notification/Notification.pm
12859            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
12860            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
12861            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
12862            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
12863            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
12864            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
12865            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
12866            ! macos/ext/Mac/StandardFile/StandardFile.pm
12867            ! macos/ext/Mac/TextEdit/TextEdit.pm
12868            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
12869            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
12870            ! macos/lib/Mac/LowMem.pm
12871 ____________________________________________________________________________
12872 [ 12322] By: sky                                   on 2001/10/03  18:41:07
12873         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12874              From: "Craig A. Berry" <craigberry@mac.com>
12875              Date: Wed, 03 Oct 2001 14:30:55 -0500
12876              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12877      Branch: perl
12878            ! vms/vms.c
12879 ____________________________________________________________________________
12880 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
12881         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
12882              From: "Craig A. Berry" <craigberry@mac.com>
12883              Date: Wed, 03 Oct 2001 14:30:55 -0500
12884              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
12885      Branch: perl
12886            ! vms/vms.c
12887 ____________________________________________________________________________
12888 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
12889         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
12890              only IsL&) and Inherited (negative lookahead good);
12891              add tests for Common, Inherited, and L&.
12892      Branch: perl
12893            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
12894 ____________________________________________________________________________
12895 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
12896         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
12897              (The Unicode standard uses L& quite often.)
12898      Branch: perl
12899            ! lib/utf8_heavy.pl
12900 ____________________________________________________________________________
12901 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
12902         Log: Add the 'Common' Unicode property (code points not
12903              explicitly assigned to any other script).
12904      Branch: perl
12905            + lib/unicore/In/136.pl
12906            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
12907 ____________________________________________________________________________
12908 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
12909         Log: Skip the RV printing test under threads until fixed.
12910      Branch: perl
12911            ! ext/B/t/terse.t
12912 ____________________________________________________________________________
12913 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
12914         Log: Subject: 12309 / cygwin / win2k
12915              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12916              Date: Wed, 03 Oct 2001 15:25:15 +0200
12917              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
12918      Branch: perl
12919            ! makedef.pl
12920 ____________________________________________________________________________
12921 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
12922         Log: Metaconfig unit change for #12314.
12923      Branch: metaconfig
12924            ! U/modified/Head.U
12925 ____________________________________________________________________________
12926 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
12927         Log: Subject: Both cygwin and djgpp on one machine
12928              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12929              Date: Wed, 03 Oct 2001 15:02:59 +0200
12930              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
12931      Branch: perl
12932            ! Configure
12933 ____________________________________________________________________________
12934 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
12935         Log: (retracted by #12338)
12936              
12937              Subject: [PATCH] Code clean up for perlboot.pod
12938              From: Casey West <casey@geeknest.com>
12939              Date: Tue, 2 Oct 2001 19:24:43 -0400
12940              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
12941              
12942              Subject: [PATCH] Code clean up for perlbot.diff
12943              From: Casey West <casey@geeknest.com>
12944              Date: Tue, 2 Oct 2001 19:25:22 -0400
12945              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
12946              
12947              Subject: [PATCH] Code clean up for perlcall.pod
12948              From: Casey West <casey@geeknest.com>
12949              Date: Tue, 2 Oct 2001 19:25:57 -0400
12950              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
12951              
12952              Subject: [PATCH] Code clean up for perldata.pod
12953              From: Casey West <casey@geeknest.com>
12954              Date: Tue, 2 Oct 2001 19:26:29 -0400
12955              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
12956              
12957              Subject: [PATCH] Code clean up for perldbmfilter.pod
12958              From: Casey West <casey@geeknest.com>
12959              Date: Tue, 2 Oct 2001 19:26:59 -0400
12960              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
12961              
12962              Subject: [PATCH] Code clean up for perlebcdic.pod
12963              From: Casey West <casey@geeknest.com>
12964              Date: Tue, 2 Oct 2001 19:27:37 -0400
12965              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
12966      Branch: perl
12967            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
12968            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
12969 ____________________________________________________________________________
12970 [ 12312] By: ams                                   on 2001/10/02  23:43:55
12971         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
12972              From: Michael G Schwern <schwern@pobox.com>
12973              Date: Tue, 2 Oct 2001 17:00:49 -0400
12974              Message-Id: <20011002170049.A9955@blackrider>
12975      Branch: perl
12976            ! lib/ExtUtils/MakeMaker.pm
12977 ____________________________________________________________________________
12978 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
12979         Log: FAQ sync.
12980      Branch: perl
12981            ! pod/perlfaq3.pod
12982 ____________________________________________________________________________
12983 [ 12310] By: nick                                  on 2001/10/02  16:09:49
12984         Log: Integrate mainline
12985      Branch: perlio
12986           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
12987           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
12988           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
12989           !> patchlevel.h t/op/pat.t
12990 ____________________________________________________________________________
12991 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
12992         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
12993              not just one single space.
12994      Branch: perl
12995            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
12996 ____________________________________________________________________________
12997 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
12998         Log: AUTHORS updates.
12999      Branch: perl
13000            ! AUTHORS
13001 ____________________________________________________________________________
13002 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
13003         Log: Update Changes.
13004      Branch: perl
13005            ! Changes patchlevel.h
13006 ____________________________________________________________________________
13007 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
13008         Log: Work around old buggy glibcs for langinfo constants,
13009              from Nicholas Clark and David Dyck.
13010      Branch: perl
13011            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
13012 ____________________________________________________________________________
13013 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
13014         Log: Eradicate Time::Piece; add an example.
13015      Branch: perl
13016            ! ext/I18N/Langinfo/Langinfo.pm
13017 ____________________________________________________________________________
13018 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
13019         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
13020              From: Robert Spier <rspier@pobox.com>
13021              Date: Mon, 1 Oct 2001 23:20:16 -0700
13022              Message-ID: <15289.23712.422087.878224@rls.cx>
13023      Branch: perl
13024            ! lib/Pod/Html.pm
13025 ____________________________________________________________________________
13026 [ 12303] By: sky                                   on 2001/10/02  10:40:57
13027         Log: Fixes obscure bug that manifests itself by.
13028              local $!=0;undef*STDOUT;#segfaults
13029              Has been around for a while. Possible other magic IO vars are
13030              possibly affected aswell. Reported by Jos Boumans.
13031      Branch: perl
13032            ! mg.c
13033 ____________________________________________________________________________
13034 [ 12302] By: nick                                  on 2001/10/02  09:00:52
13035         Log: Integrate mainline
13036      Branch: perlio
13037           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
13038           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
13039           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
13040 ____________________________________________________________________________
13041 [ 12301] By: nick                                  on 2001/10/02  08:40:57
13042         Log: Integrate mainline + lib/open.t patch from Chromatic
13043      Branch: perlio
13044           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
13045            ! lib/open.t
13046           !> (integrate 29 files)
13047 ____________________________________________________________________________
13048 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
13049         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
13050              Until it has, better stop early if someone requests threads.
13051      Branch: perl
13052            ! hints/darwin.sh
13053 ____________________________________________________________________________
13054 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
13055         Log: Subject: [ID 20011001.011] redundant code in t/TEST
13056              From: David Dyck <dcd@tc.fluke.com>
13057              Date: Mon, 1 Oct 2001 12:56:24 -0700
13058              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
13059      Branch: perl
13060            ! t/TEST
13061 ____________________________________________________________________________
13062 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
13063         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
13064              From: "chromatic" <chromatic@rmci.net>
13065              Date: Mon, 01 Oct 2001 12:27:12 -0600
13066              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
13067      Branch: perl
13068            ! lib/Term/Cap.t
13069 ____________________________________________________________________________
13070 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
13071         Log: UNICOS testing patches from Nicholas Clark.
13072      Branch: perl
13073            ! t/op/arith.t t/op/pack.t
13074 ____________________________________________________________________________
13075 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
13076         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
13077              From: "chromatic" <chromatic@rmci.net>
13078              Date: Mon, 01 Oct 2001 10:21:51 -0600
13079              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
13080      Branch: perl
13081            ! lib/open.t
13082 ____________________________________________________________________________
13083 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
13084         Log: Make missing the RADIXCHAR a softer, gentler error.
13085      Branch: perl
13086            ! ext/I18N/Langinfo/Langinfo.t
13087 ____________________________________________________________________________
13088 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
13089         Log: Nuke also the LANG because of glibc.
13090      Branch: perl
13091            ! lib/open.t
13092 ____________________________________________________________________________
13093 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
13094         Log: Also the ^Is is optional.
13095      Branch: perl
13096            ! pod/perlunicode.pod t/op/pat.t
13097 ____________________________________________________________________________
13098 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
13099         Log: Be careful to pull chars from the varargs stack when
13100              formatting chars.
13101      Branch: perl
13102            ! regcomp.c
13103 ____________________________________________________________________________
13104 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
13105         Log: sortsv not in place anymore, noticed by John P. Linderman.
13106      Branch: perl
13107            ! pod/perlapi.pod pp_ctl.c
13108 ____________________________________________________________________________
13109 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
13110         Log: Make the diagnostic messages more neutral.
13111      Branch: perl
13112            ! ext/B/t/terse.t
13113 ____________________________________________________________________________
13114 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
13115         Log: Forgotten from #12288.
13116      Branch: perl
13117            ! ext/Data/Dumper/Dumper.pm
13118 ____________________________________________________________________________
13119 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
13120         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
13121              From: Brian Ingerson <ingy@ttul.org>
13122              Date: Sun, 30 Sep 2001 21:45:56 -0700
13123              Message-ID: <20010930214556.D26392@ttul.org>
13124              
13125              (remember also the #12289)
13126      Branch: perl
13127            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
13128 ____________________________________________________________________________
13129 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
13130         Log: More Unicode property tests for the abbreviated
13131              general properties.
13132      Branch: perl
13133            ! t/op/pat.t
13134 ____________________________________________________________________________
13135 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
13136         Log: Further tweaks to the Unicode properties.
13137      Branch: perl
13138            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
13139 ____________________________________________________________________________
13140 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
13141         Log: Retract #12284.
13142      Branch: perl
13143            ! lib/Term/Cap.t
13144 ____________________________________________________________________________
13145 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
13146         Log: (Retracted by #12285)
13147      Branch: perl
13148            ! lib/Term/Cap.t
13149 ____________________________________________________________________________
13150 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
13151         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
13152              From: "chromatic" <chromatic@rmci.net>  
13153              Date: Sun, 30 Sep 2001 16:10:02 -0600
13154              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
13155      Branch: perl
13156            + lib/Term/Cap.t
13157            ! MANIFEST
13158 ____________________________________________________________________________
13159 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
13160         Log: Use stty -g to restore the terminal state, do not even
13161              try to run the tests if stty -g is not available.
13162      Branch: perl
13163            ! lib/Term/Complete.t
13164 ____________________________________________________________________________
13165 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
13166         Log: Cleanup utf8_heavy; allow dropping the In prefix from
13167              Unicode script/block properties.
13168      Branch: perl
13169            ! lib/utf8_heavy.pl
13170 ____________________________________________________________________________
13171 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
13172         Log: Retract the #12259 for now.
13173      Branch: perl
13174            ! embed.h embed.pl sv.h
13175 ____________________________________________________________________________
13176 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
13177         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
13178      Branch: perl
13179            + lib/Text/TabsWrap/CHANGELOG
13180            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
13181 ____________________________________________________________________________
13182 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
13183         Log: #12272 wasn't right, it introduced an extra ().
13184      Branch: perl
13185            ! lib/utf8_heavy.pl
13186 ____________________________________________________________________________
13187 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
13188         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
13189              From: Jonathan Stowe <gellyfish@gellyfish.com>
13190              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
13191              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
13192      Branch: perl
13193            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
13194 ____________________________________________________________________________
13195 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
13196         Log: Subject: Patch to put qsortsv in the public API
13197              From: Brian Ingerson <ingy@ttul.org>
13198              Date: Sat, 29 Sep 2001 17:41:13 -0700
13199              Message-ID: <20010929174113.A30223@ttul.org>
13200      Branch: perl
13201            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
13202 ____________________________________________________________________________
13203 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
13204         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
13205              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13206              Date: Sat, 29 Sep 2001 23:54:48 +0200
13207              Message-ID: <20010929235448.A5017@rafael>
13208      Branch: perl
13209            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
13210 ____________________________________________________________________________
13211 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
13212         Log: FAQ sync.
13213      Branch: perl
13214            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13215            ! pod/perlfaq9.pod
13216 ____________________________________________________________________________
13217 [ 12273] By: bailey                                on 2001/09/29  23:43:46
13218         Log: Resync with mainline
13219      Branch: vmsperl
13220           +> (branch 1207 files)
13221            - (delete 324 files)
13222           !> (integrate 866 files)
13223 ____________________________________________________________________________
13224 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
13225         Log: Nasty recursion trap if one would match Unicode.
13226      Branch: perl
13227            ! lib/utf8_heavy.pl
13228 ____________________________________________________________________________
13229 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
13230         Log: More Unicode todo.
13231      Branch: perl
13232            ! pod/perltodo.pod
13233 ____________________________________________________________________________
13234 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
13235         Log: Explain a bit the new more flexible \p\P syntax.
13236      Branch: perl
13237            ! pod/perlunicode.pod
13238 ____________________________________________________________________________
13239 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
13240         Log: More leniency to the \p and \P: now can have whitespace
13241              between the property definition and the curlies; now can
13242              invert the property by having a caret between the open
13243              curly and the property.
13244      Branch: perl
13245            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
13246 ____________________________________________________________________________
13247 [ 12268] By: nick                                  on 2001/09/29  17:39:26
13248         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
13249              one test (lib/open.t) fails
13250      Branch: perlio
13251           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13252           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13253           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
13254           +> lib/Tie/Scalar.t lib/open.t
13255            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
13256            - ext/B/Stash.t
13257           !> (integrate 62 files)
13258 ____________________________________________________________________________
13259 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
13260         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
13261      Branch: perl
13262            ! t/op/chdir.t
13263 ____________________________________________________________________________
13264 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
13265         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
13266              From: "Craig A. Berry" <craigberry@mac.com> 
13267              Date: Sat, 29 Sep 2001 09:35:33 -0500
13268              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
13269      Branch: perl
13270            ! t/op/chdir.t
13271 ____________________________________________________________________________
13272 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
13273         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
13274              From: "chromatic" <chromatic@rmci.net>
13275              Date: Fri, 28 Sep 2001 21:20:12 -0600
13276              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
13277      Branch: perl
13278            + lib/Tie/Scalar.t
13279            ! MANIFEST lib/Tie/Scalar.pm
13280 ____________________________________________________________________________
13281 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
13282         Log: Allow for more flexibility in the \p{In...} names, now
13283              case doesn't matter, and any space or dash can be
13284              matched by any space, dash, underbar, or empty.
13285              (may be going too far on leniency)
13286      Branch: perl
13287            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
13288            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
13289            ! t/op/pat.t
13290 ____________________________________________________________________________
13291 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
13292         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
13293              From: "chromatic" <chromatic@rmci.net>
13294              Date: Fri, 28 Sep 2001 17:39:50 -0600
13295              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
13296      Branch: perl
13297            + lib/open.t
13298            ! MANIFEST
13299 ____________________________________________________________________________
13300 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
13301         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
13302              From: "Craig A. Berry" <craigberry@mac.com>
13303              Date: Fri, 28 Sep 2001 16:24:51 -0500
13304              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
13305      Branch: perl
13306            ! ext/File/Glob/t/basic.t
13307 ____________________________________________________________________________
13308 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
13309         Log: Subject: [DOC PATCH] Carp.pm pod typo
13310              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13311              Date: Fri, 28 Sep 2001 23:14:51 +0200
13312              Message-ID: <20010928231451.E16889@rafael>
13313      Branch: perl
13314            ! lib/Carp.pm
13315 ____________________________________________________________________________
13316 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
13317         Log: Subject: [PATCH] Allow an @INC hook to set %INC
13318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13319              Date: Fri, 28 Sep 2001 22:18:13 +0200
13320              Message-ID: <20010928221813.A16889@rafael>
13321      Branch: perl
13322            ! pp_ctl.c
13323 ____________________________________________________________________________
13324 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
13325         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
13326              From: Nicholas Clark <nick@ccl4.org>
13327              Date: Fri, 28 Sep 2001 23:39:33 +0100
13328              Message-ID: <20010928233933.C23673@plum.flirble.org>
13329      Branch: perl
13330            ! embed.h embed.pl sv.h
13331 ____________________________________________________________________________
13332 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
13333         Log: Update Changes.
13334      Branch: perl
13335            ! Changes patchlevel.h
13336 ____________________________________________________________________________
13337 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
13338         Log: Move the B tests to B/t.
13339      Branch: perl
13340            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
13341            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
13342            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
13343            - ext/B/Showlex.t ext/B/Stash.t
13344            ! MANIFEST
13345 ____________________________________________________________________________
13346 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
13347         Log: Forgot from #12254.
13348      Branch: perl
13349            + ext/B/B/Terse.t
13350 ____________________________________________________________________________
13351 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
13352         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
13353              From: "chromatic" <chromatic@rmci.net>
13354              Date: Thu, 27 Sep 2001 23:22:17 -0600
13355              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
13356      Branch: perl
13357            ! MANIFEST
13358 ____________________________________________________________________________
13359 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
13360         Log: Test numbering mismatch.
13361      Branch: perl
13362            ! t/op/chdir.t
13363 ____________________________________________________________________________
13364 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
13365         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
13366              From: "Craig A. Berry" <craigberry@mac.com>
13367              Date: Wed, 26 Sep 2001 17:43:14 -0500
13368              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
13369      Branch: perl
13370            ! iperlsys.h t/op/chdir.t
13371 ____________________________________________________________________________
13372 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
13373         Log: Subject: [PATCH gv.c] make __ANON__ global
13374              From: Robin Barker <rmb1@cise.npl.co.uk>
13375              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
13376              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
13377      Branch: perl
13378            ! gv.c t/op/anonsub.t t/op/runlevel.t
13379 ____________________________________________________________________________
13380 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
13381         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
13382              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13383              Date: Thu, 27 Sep 2001 22:34:32 +0200
13384              Message-ID: <20010927223432.A1485@rafael>
13385      Branch: perl
13386            ! ext/B/B/Terse.pm
13387 ____________________________________________________________________________
13388 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
13389         Log: (retracted by #12338)
13390              
13391              Subject: [PATCH] Cleanup of perldsc.pod      
13392              From: Casey West <casey@geeknest.com>
13393              Date: Thu, 27 Sep 2001 11:13:17 -0400
13394              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
13395      Branch: perl
13396            ! pod/perldsc.pod
13397 ____________________________________________________________________________
13398 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
13399         Log: Not everyone is using ithreads...
13400      Branch: perl
13401            ! ext/Devel/Peek/Peek.t
13402 ____________________________________________________________________________
13403 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
13404         Log: Document the nss_delete core dump workaround for HP-UX
13405              and Solaris, bug IDs 20010805.018 and 20010629.004.
13406      Branch: perl
13407            ! README.hpux README.solaris
13408 ____________________________________________________________________________
13409 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
13410         Log: Dump Unicode hash keys also as Unicode,
13411              not just as a byte string.
13412      Branch: perl
13413            ! dump.c ext/Devel/Peek/Peek.t
13414 ____________________________________________________________________________
13415 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
13416         Log: Integrate changes #12241 and #12242 from macperl:
13417              
13418              Remove unneeded disabling of umask() calls
13419              
13420              Note (get|set)sockopt are available.
13421      Branch: perl
13422           !> lib/File/Temp.pm pod/perlport.pod
13423 ____________________________________________________________________________
13424 [ 12244] By: sky                                   on 2001/09/27  08:53:00
13425         Log: Flush buffers on thread closedown.
13426      Branch: perl
13427            ! ext/threads/threads.xs
13428 ____________________________________________________________________________
13429 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
13430         Log: Dump SvUTF8(sv)s also as \x{...}.
13431              
13432              TODO: dump the SvUTF8() hash keys similarly. 
13433      Branch: perl
13434            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
13435 ____________________________________________________________________________
13436 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
13437         Log: Note (get|set)sockopt are available.
13438      Branch: maint-5.6/macperl
13439            ! pod/perlport.pod
13440 ____________________________________________________________________________
13441 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
13442         Log: Remove unneeded disabling of umask() calls
13443      Branch: maint-5.6/macperl
13444            ! lib/File/Temp.pm
13445 ____________________________________________________________________________
13446 [ 12240] By: sky                                   on 2001/09/26  18:44:56
13447         Log: Documention update
13448      Branch: perl
13449            ! ext/threads/threads.pm
13450 ____________________________________________________________________________
13451 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
13452         Log: Update Changes.
13453      Branch: perl
13454            ! Changes patchlevel.h
13455 ____________________________________________________________________________
13456 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
13457         Log: Check that all environment variables are tainted.
13458      Branch: perl
13459            ! t/op/taint.t
13460 ____________________________________________________________________________
13461 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
13462         Log: Manual integration error in #12235.
13463      Branch: perl
13464            ! lib/File/DosGlob.t
13465 ____________________________________________________________________________
13466 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
13467         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
13468              From: "chromatic" <chromatic@rmci.net>
13469              Date: Tue, 25 Sep 2001 23:57:07 -0600
13470              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
13471      Branch: perl
13472            ! perlio.c
13473 ____________________________________________________________________________
13474 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
13475         Log: Integrate macperl changes from Chris Nandor:
13476              12192 11817 11815 11813 11778 11775
13477              
13478              Update CPAN.pm to work with new Mac::BuildTools instead
13479              of ExtUtils::MM_MacOS "orphan" functions
13480              
13481              Fix test
13482              
13483              Make syntax check report in MPW style, fix tests
13484              to use Mac::err=unix to get normal-style error
13485              messages.
13486              
13487              More module and test ports from Thomas Wegner et al
13488              
13489              Fix open of /dev/null for Mac OS
13490              
13491              Allow for platforms to override formatting of errors
13492              on output from Matthias Neeracher (core files)
13493      Branch: perl
13494            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
13495            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
13496            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
13497           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
13498           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
13499           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
13500 ____________________________________________________________________________
13501 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
13502         Log: grrr.
13503      Branch: perl
13504            ! t/op/gv.t
13505 ____________________________________________________________________________
13506 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
13507         Log: Retract #12232.
13508      Branch: perl
13509            ! t/op/gv.t
13510 ____________________________________________________________________________
13511 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
13512         Log: (Retracted by #12233.)
13513      Branch: perl
13514            ! t/op/gv.t
13515 ____________________________________________________________________________
13516 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
13517         Log: Detypo.
13518      Branch: perl
13519            ! ext/Encode/Makefile.PL
13520 ____________________________________________________________________________
13521 [ 12230] By: sky                                   on 2001/09/26  11:36:23
13522         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
13523              We are using a "delay" here because we do not want to depend on thread synchronization issues.
13524      Branch: perl
13525            + ext/threads/t/stress_cv.t
13526            ! MANIFEST ext/threads/t/stress_string.t
13527 ____________________________________________________________________________
13528 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
13529         Log: NetWare tweak from Ananth Kesari.
13530      Branch: perl
13531            ! NetWare/t/Readme.txt
13532 ____________________________________________________________________________
13533 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
13534         Log: Trick to fool case-blind filesystems.
13535      Branch: perl
13536            ! ext/Encode/Makefile.PL
13537 ____________________________________________________________________________
13538 [ 12227] By: sky                                   on 2001/09/26  11:06:50
13539         Log: Threads can start executing in a different order than they were
13540              created.... so we cannot ok() inside the threadstarter.
13541      Branch: perl
13542            ! ext/threads/t/stress_string.t
13543 ____________________________________________________________________________
13544 [ 12226] By: sky                                   on 2001/09/26  07:41:45
13545         Log: Add in stress_string.t to stress test threads a bit more.
13546      Branch: perl
13547            + ext/threads/t/stress_string.t
13548            ! MANIFEST
13549 ____________________________________________________________________________
13550 [ 12225] By: sky                                   on 2001/09/26  07:04:21
13551         Log: Fix negative refcount introduced by #12223.
13552      Branch: perl
13553            ! ext/threads/threads.xs
13554 ____________________________________________________________________________
13555 [ 12224] By: sky                                   on 2001/09/26  06:57:58
13556         Log: Update documentation to match change #12223
13557      Branch: perl
13558            ! sharedsv.c
13559 ____________________________________________________________________________
13560 [ 12223] By: sky                                   on 2001/09/26  06:54:32
13561         Log: Use a separate interpreter for the sharedsv space. Another
13562              negative sv leak. Sigh.
13563      Branch: perl
13564            ! sharedsv.c
13565 ____________________________________________________________________________
13566 [ 12222] By: sky                                   on 2001/09/26  05:58:35
13567         Log: Do the environ assignment in perl_contruct to match perl_destruct.
13568              Now we don't need to perl_parse/perl_run. However environ is a
13569              global....
13570      Branch: perl
13571            ! perl.c
13572 ____________________________________________________________________________
13573 [ 12221] By: sky                                   on 2001/09/26  05:41:02
13574         Log: Move the creation of PL_strtab to perl_construct so we can work
13575              with HV and HEs without running perl_parse.
13576      Branch: perl
13577            ! perl.c
13578 ____________________________________________________________________________
13579 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
13580         Log: integrate macperl changes into maint-5.6
13581      Branch: maint-5.6/perl
13582           !> (integrate 26 files)
13583 ____________________________________________________________________________
13584 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
13585         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
13586              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
13587      Branch: maint-5.6/macperl
13588            ! macos/ext/Mac/Fonts/Fonts.xs
13589            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
13590 ____________________________________________________________________________
13591 [ 12218] By: ams                                   on 2001/09/25  23:31:33
13592         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13593              From: Nicholas Clark <nick@ccl4.org>
13594              Date: Wed, 26 Sep 2001 01:20:20 +0100
13595              Message-Id: <20010926012020.B48092@plum.flirble.org>
13596      Branch: perl
13597            ! lib/AutoSplit.t
13598 ____________________________________________________________________________
13599 [ 12217] By: ams                                   on 2001/09/25  22:33:05
13600         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
13601              From: "Craig A. Berry" <craigberry@mac.com>
13602              Date: Tue, 25 Sep 2001 18:08:42 -0500
13603              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
13604      Branch: perl
13605            ! vms/vms.c
13606 ____________________________________________________________________________
13607 [ 12216] By: ams                                   on 2001/09/25  21:41:01
13608         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
13609              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
13610              From: Michael G Schwern <schwern@pobox.com>
13611              Date: Wed, 26 Sep 2001 00:38:21 -0400
13612              Message-Id: <20010926003821.A627@blackrider>
13613      Branch: perl
13614            ! lib/AutoSplit.t
13615 ____________________________________________________________________________
13616 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
13617         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
13618              From: Michael G Schwern <schwern@pobox.com>
13619              Date: Tue, 25 Sep 2001 17:43:49 -0400
13620              Message-ID: <20010925174349.B19534@blackrider>
13621      Branch: perl
13622            ! lib/Test/Simple.pm lib/Test/Utils.pm
13623 ____________________________________________________________________________
13624 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
13625         Log: Integrate changes from bleadperl.
13626      Branch: maint-5.6/macperl
13627           !> pod/perlport.pod
13628 ____________________________________________________________________________
13629 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
13630         Log: skip($mess) should result in one skip.
13631      Branch: perl
13632            ! t/test.pl
13633 ____________________________________________________________________________
13634 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
13635         Log: Integrate change #12200 from maintperl.
13636      Branch: maint-5.6/macperl
13637           !> win32/perlhost.h
13638 ____________________________________________________________________________
13639 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
13640         Log: Fix file types to "apple"
13641      Branch: maint-5.6/macperl
13642            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
13643            ! macos/ext/Mac/SAT/t/Collision.rsrc
13644 ____________________________________________________________________________
13645 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
13646         Log: Fix rsrc file as snd file; fix path in t file.
13647      Branch: maint-5.6/macperl
13648            ! macos/ext/Mac/Notification/t/Notification.rsrc
13649            ! macos/ext/Mac/Notification/t/Notification.t
13650 ____________________________________________________________________________
13651 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
13652         Log: Sync up with File::Find from bleadperl.
13653      Branch: maint-5.6/macperl
13654            ! lib/File/Find.pm t/lib/filefind-taint.t
13655 ____________________________________________________________________________
13656 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
13657         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
13658              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
13659              of hundreds)
13660      Branch: maint-5.6/macperl
13661            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
13662            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
13663            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
13664 ____________________________________________________________________________
13665 [ 12207] By: nick                                  on 2001/09/25  19:04:36
13666         Log: Integrate mainline (untested while modem is up)
13667      Branch: perlio
13668           +> lib/AutoSplit.t t/test.pl
13669            - lib/warnings/register.t
13670           !> (integrate 28 files)
13671 ____________________________________________________________________________
13672 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
13673         Log: perldiag entry for #12205.
13674      Branch: perl
13675            ! pod/perldiag.pod
13676 ____________________________________________________________________________
13677 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
13678         Log: Subject: [PATCH] warning on v-string in use/require
13679              From: John Peacock <jpeacock@rowman.com>
13680              Date: Mon, 24 Sep 2001 17:29:03 -0400
13681              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
13682      Branch: perl
13683            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
13684 ____________________________________________________________________________
13685 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
13686         Log: perltooc et al updates.
13687      Branch: perl
13688            ! plan9/mkfile pod/roffitall
13689 ____________________________________________________________________________
13690 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
13691         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
13692              From: Michael G Schwern <schwern@pobox.com>
13693              Date: Sun, 23 Sep 2001 00:07:12 -0400
13694              Message-ID: <20010923000712.A7005@blackrider>
13695      Branch: perl
13696            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
13697 ____________________________________________________________________________
13698 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
13699         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
13700              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13701              Date: Wed, 26 Sep 2001 01:25:10 +0900
13702              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
13703      Branch: perl
13704            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
13705            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
13706            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
13707 ____________________________________________________________________________
13708 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
13709         Log: Integrate change #12200 from maintperl;
13710              on windows, virtualized environment could propagate deleted variables
13711              into children if they happen to be at the very end of the table
13712      Branch: perl
13713           !> win32/perlhost.h
13714 ____________________________________________________________________________
13715 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
13716         Log: on windows, virtualized environment could propagate deleted variables
13717              into children if they happen to be at the very end of the table
13718              (thanks for succinct test case from Johan Holmberg, and fix from
13719              Doug Lankshear)
13720      Branch: maint-5.6/perl
13721            ! win32/perlhost.h
13722 ____________________________________________________________________________
13723 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
13724         Log: avoid the use of ftime() (it does a useless, potentially
13725              expensive call to GetTimeZoneInformation()); this potentially
13726              also results in three more digits of precision from
13727              Time::HiRes::time()
13728      Branch: perl
13729            ! ext/Time/HiRes/HiRes.xs
13730 ____________________________________________________________________________
13731 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
13732         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
13733              
13734              Note: io/binmode is failing, have to figure out why.
13735      Branch: perl
13736            + t/test.pl
13737            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
13738            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
13739            ! t/run/exit.t
13740 ____________________________________________________________________________
13741 [ 12197] By: ams                                   on 2001/09/25  13:48:55
13742         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
13743              From: Nicholas Clark <nick@ccl4.org>
13744              Date: Tue, 25 Sep 2001 00:37:40 +0100
13745              Message-Id: <20010925003740.S4971@plum.flirble.org>
13746              (Further changes expected.)
13747      Branch: perl
13748            + lib/AutoSplit.t
13749            ! MANIFEST
13750 ____________________________________________________________________________
13751 [ 12196] By: sky                                   on 2001/09/25  13:37:12
13752         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
13753              _ftime to try and be more robust.
13754      Branch: perl
13755            ! ext/Time/HiRes/HiRes.xs
13756 ____________________________________________________________________________
13757 [ 12194] By: ams                                   on 2001/09/25  11:40:00
13758         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
13759              From: "Craig A. Berry" <craigberry@mac.com>
13760              Date: Mon, 24 Sep 2001 17:54:20 -0500
13761              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
13762      Branch: perl
13763            ! vms/descrip_mms.template
13764 ____________________________________________________________________________
13765 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
13766         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
13767              not working, cursor not spinning (Bug #422129); external
13768              editor problems (Bug #456329); escape/cmd-. not activating
13769              "Cancel" in Save dialog box (Bug #446960); Runtimes not
13770              executing on launch (Bug #464441).
13771      Branch: maint-5.6/macperl
13772            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
13773            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
13774            ! macos/macperl/MacPerl.r
13775 ____________________________________________________________________________
13776 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
13777         Log: Update CPAN.pm to work with new Mac::BuildTools instead
13778              of ExtUtils::MM_MacOS "orphan" functions
13779      Branch: maint-5.6/macperl
13780            ! lib/CPAN.pm
13781 ____________________________________________________________________________
13782 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
13783         Log: Fix up another xsubpp problem (Matthias Neeracher)
13784      Branch: maint-5.6/macperl
13785            ! macos/xsubpp
13786 ____________________________________________________________________________
13787 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
13788         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
13789      Branch: maint-5.6/macperl
13790            ! macos/lib/ExtUtils/MM_MacOS.pm
13791 ____________________________________________________________________________
13792 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
13793         Log: Fix up Makefiles for more Mac:: modules (and prepare for
13794              static build ...?)
13795      Branch: maint-5.6/macperl
13796            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
13797            ! macos/macperl/Makefile.mk
13798 ____________________________________________________________________________
13799 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
13800         Log: Fix up tests
13801      Branch: maint-5.6/macperl
13802            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
13803 ____________________________________________________________________________
13804 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
13805         Log: Make malloc smarter, fix bugs.  (Bug #404030)
13806      Branch: maint-5.6/macperl
13807            ! macos/icemalloc.c macos/icemalloc.h
13808 ____________________________________________________________________________
13809 [ 12186] By: nick                                  on 2001/09/24  19:18:17
13810         Log: Integrate mainline
13811      Branch: perlio
13812           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13813           +> lib/filetest.t
13814           !> (integrate 30 files)
13815 ____________________________________________________________________________
13816 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
13817         Log: Retract #12136, the warnings::register is already
13818              tested by t/lib/warnings/9enabled, as pointed out
13819              by Paul Marquess.
13820      Branch: perl
13821            - lib/warnings/register.t
13822            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
13823 ____________________________________________________________________________
13824 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
13825         Log: fix Time::HiRes implementation of gettimeofday() on windows
13826              (HiRes.t#14 now passes)
13827      Branch: perl
13828            ! ext/Time/HiRes/HiRes.xs
13829 ____________________________________________________________________________
13830 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
13831         Log: File::Spec::catfile() canonifies everything to blackslashes on
13832              windows :-(
13833      Branch: perl
13834            ! lib/ExtUtils/Manifest.t
13835 ____________________________________________________________________________
13836 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
13837         Log: test number mismatch
13838      Branch: perl
13839            ! t/op/magic.t
13840 ____________________________________________________________________________
13841 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
13842         Log: ok().
13843      Branch: perl
13844            ! t/op/pack.t
13845 ____________________________________________________________________________
13846 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
13847         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
13848              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
13849      Branch: perl
13850            ! pp_pack.c t/op/pack.t
13851 ____________________________________________________________________________
13852 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
13853         Log: Update Changes.
13854      Branch: perl
13855            ! Changes patchlevel.h
13856 ____________________________________________________________________________
13857 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
13858         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
13859              From: Michael G Schwern <schwern@pobox.com>
13860              Date: Mon, 24 Sep 2001 11:12:13 -0400
13861              Message-ID: <20010924111213.G27885@blackrider>
13862      Branch: perl
13863            ! lib/ExtUtils/Manifest.pm
13864 ____________________________________________________________________________
13865 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
13866         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
13867              From: Michael G Schwern <schwern@pobox.com> 
13868              Date: Mon, 24 Sep 2001 11:02:07 -0400
13869              Message-ID: <20010924110207.E27885@blackrider>
13870      Branch: perl
13871            ! vms/test.com
13872 ____________________________________________________________________________
13873 [ 12176] By: ams                                   on 2001/09/24  14:01:59
13874         Log: Update Changes.
13875      Branch: perl
13876            ! Changes
13877 ____________________________________________________________________________
13878 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
13879         Log: Various cleanups.
13880      Branch: perl
13881            ! ext/threads/Makefile.PL ext/threads/threads.xs
13882 ____________________________________________________________________________
13883 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
13884         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
13885      Branch: maint-5.6/macperl
13886           !> (integrate 33 files)
13887 ____________________________________________________________________________
13888 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
13889         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
13890              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
13891              Date: Mon, 24 Sep 2001 20:04:58 +0900
13892              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
13893      Branch: perl
13894            ! ext/Encode/Encode/gb2312.enc
13895 ____________________________________________________________________________
13896 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
13897         Log: Clarifying comment to #12164.
13898      Branch: perl
13899            ! lib/Cwd.pm
13900 ____________________________________________________________________________
13901 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
13902         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
13903              From: Nicholas Clark <nick@ccl4.org>
13904              Date: Sun, 23 Sep 2001 23:00:56 +0100
13905              Message-ID: <20010923230055.Y4971@plum.flirble.org>
13906              
13907              (with "sample_constants" changed to "fallback")
13908      Branch: perl
13909            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
13910            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
13911            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
13912            ! lib/h2xs.t utils/h2xs.PL
13913 ____________________________________________________________________________
13914 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
13915         Log: Metaconfig unit change for #12167.
13916      Branch: metaconfig
13917            ! U/modified/Cppsym.U
13918 ____________________________________________________________________________
13919 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
13920         Log: Add a few glibc cpp symbols to probe for.
13921      Branch: perl
13922            ! Configure
13923 ____________________________________________________________________________
13924 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
13925         Log: DJGPP tweaks for Laszlo Molnar.
13926      Branch: perl
13927            ! djgpp/djgppsed.sh dosish.h
13928 ____________________________________________________________________________
13929 [ 12165] By: ams                                   on 2001/09/24  10:07:08
13930         Log: Subject: [PATCH t/op/inccode.t] More tests
13931              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
13932              Date: 24 Sep 2001 10:01:44 -0000
13933              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
13934      Branch: perl
13935            ! t/op/inccode.t
13936 ____________________________________________________________________________
13937 [ 12164] By: ams                                   on 2001/09/24  09:43:29
13938         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
13939              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
13940              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
13941              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
13942      Branch: perl
13943            ! lib/Cwd.pm
13944 ____________________________________________________________________________
13945 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
13946         Log: 1_compile updates.
13947      Branch: perl
13948            ! t/lib/1_compile.t
13949 ____________________________________________________________________________
13950 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
13951         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
13952              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13953              Date: Wed, 19 Sep 2001 22:47:14 +0200
13954              Message-ID: <20010919224714.A6382@rafael>
13955      Branch: perl
13956            ! pod/perlvar.pod pp_ctl.c
13957 ____________________________________________________________________________
13958 [ 12161] By: ams                                   on 2001/09/23  17:40:02
13959         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
13960              filetest Pragma
13961              From: "chromatic" <chromatic@rmci.net>
13962              Date: Sun, 23 Sep 2001 12:07:25 -0600
13963              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
13964      Branch: perl
13965            + lib/filetest.t
13966            ! MANIFEST t/lib/1_compile.t
13967 ____________________________________________________________________________
13968 [ 12160] By: ams                                   on 2001/09/23  16:32:11
13969         Log: Additional minor chdir() tweak.
13970      Branch: perl
13971            ! pod/perlfunc.pod
13972 ____________________________________________________________________________
13973 [ 12159] By: ams                                   on 2001/09/23  16:25:01
13974         Log: Subject: PATCH lib/ExtUtils/Command.t
13975              From: Abe Timmerman <abe@ztreet.demon.nl>
13976              Date: Sun, 23 Sep 2001 19:11:44 +0200
13977              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
13978      Branch: perl
13979            ! lib/ExtUtils/Command.t
13980 ____________________________________________________________________________
13981 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
13982         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
13983              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13984              Date: Sun, 23 Sep 2001 02:02:26 +0200
13985              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
13986      Branch: perl
13987            ! makedef.pl
13988 ____________________________________________________________________________
13989 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
13990         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
13991              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
13992              Date: Sat, 22 Sep 2001 12:54:39 -0500
13993              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
13994      Branch: perl
13995            ! t/op/study.t
13996 ____________________________________________________________________________
13997 [ 12156] By: nick                                  on 2001/09/23  07:48:44
13998         Log: Integrate mainline
13999      Branch: perlio
14000            - check83.pl
14001           !> ext/Encode/Encode/2022-cn.enc
14002 ____________________________________________________________________________
14003 [ 12155] By: nick                                  on 2001/09/23  07:48:01
14004         Log: Integrate mainline
14005      Branch: perlio
14006           +> (branch 64 files)
14007            - ext/Encode/Encode/cns11643-1.enc
14008            - ext/Encode/Encode/cns11643-2.enc
14009            - ext/Encode/Encode/iso2022-cn.enc
14010            - ext/Encode/Encode/iso2022-jp.enc
14011            - ext/Encode/Encode/iso2022-jp1.enc
14012            - ext/Encode/Encode/iso2022-jp2.enc
14013            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
14014            - ext/Encode/Encode/iso8859-1.enc
14015            - ext/Encode/Encode/iso8859-1.ucm
14016            - ext/Encode/Encode/iso8859-10.enc
14017            - ext/Encode/Encode/iso8859-10.ucm
14018            - ext/Encode/Encode/iso8859-13.enc
14019            - ext/Encode/Encode/iso8859-13.ucm
14020            - ext/Encode/Encode/iso8859-14.enc
14021            - ext/Encode/Encode/iso8859-14.ucm
14022            - ext/Encode/Encode/iso8859-15.enc
14023            - ext/Encode/Encode/iso8859-15.ucm
14024            - ext/Encode/Encode/iso8859-16.enc
14025            - ext/Encode/Encode/iso8859-16.ucm
14026            - ext/Encode/Encode/iso8859-2.enc
14027            - ext/Encode/Encode/iso8859-2.ucm
14028            - ext/Encode/Encode/iso8859-3.enc
14029            - ext/Encode/Encode/iso8859-3.ucm
14030            - ext/Encode/Encode/iso8859-4.enc
14031            - ext/Encode/Encode/iso8859-4.ucm
14032            - ext/Encode/Encode/iso8859-5.enc
14033            - ext/Encode/Encode/iso8859-5.ucm
14034            - ext/Encode/Encode/iso8859-6.enc
14035            - ext/Encode/Encode/iso8859-6.ucm
14036            - ext/Encode/Encode/iso8859-7.enc
14037            - ext/Encode/Encode/iso8859-7.ucm
14038            - ext/Encode/Encode/iso8859-8.enc
14039            - ext/Encode/Encode/iso8859-8.ucm
14040            - ext/Encode/Encode/iso8859-9.enc
14041            - ext/Encode/Encode/iso8859-9.ucm
14042            - ext/Encode/Encode/isoir-197.enc
14043            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
14044            - t/lib/sample-tests/header_at_end
14045            - t/lib/sample-tests/header_at_end_fail
14046           !> (integrate 174 files)
14047 ____________________________________________________________________________
14048 [ 12154] By: ams                                   on 2001/09/23  07:11:46
14049         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
14050              by Blair Zajac.
14051      Branch: perl
14052            ! pod/perlfunc.pod
14053 ____________________________________________________________________________
14054 [ 12153] By: ams                                   on 2001/09/23  06:56:32
14055         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
14056              Forgotten deprecation of *glob{FILEHANDLE}?
14057              From: "chromatic" <chromatic@rmci.net>
14058              Date: Sat, 22 Sep 2001 21:27:56 -0600
14059              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
14060      Branch: perl
14061            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
14062 ____________________________________________________________________________
14063 [ 12152] By: ams                                   on 2001/09/23  06:42:58
14064         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
14065              From: Michael G Schwern <schwern@pobox.com>
14066              Date: Sun, 23 Sep 2001 03:34:39 -0400
14067              Message-Id: <20010923033439.E7005@blackrider>
14068      Branch: perl
14069            ! lib/File/Find.pm
14070 ____________________________________________________________________________
14071 [ 12151] By: ams                                   on 2001/09/23  06:37:57
14072         Log: Subject: Re: t/op/magic.t missing tests on Win32
14073              From: Michael G Schwern <schwern@pobox.com>
14074              Date: Sat, 22 Sep 2001 20:29:09 -0400
14075              Message-Id: <20010922202909.I18223@blackrider>
14076      Branch: perl
14077            ! t/op/magic.t
14078 ____________________________________________________________________________
14079 [ 12150] By: ams                                   on 2001/09/23  06:36:26
14080         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
14081              Dumpvalue.pm
14082              From: "chromatic" <chromatic@rmci.net>
14083              Date: Sat, 22 Sep 2001 19:41:31 -0600
14084              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
14085      Branch: perl
14086            + lib/Dumpvalue.t
14087            ! MANIFEST lib/Dumpvalue.pm
14088 ____________________________________________________________________________
14089 [ 12149] By: ams                                   on 2001/09/23  06:25:35
14090         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
14091              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14092              Date: Sun, 23 Sep 2001 15:27:56 +0900
14093              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
14094      Branch: perl
14095            ! ext/Encode/Encode/2022-cn.enc
14096 ____________________________________________________________________________
14097 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
14098         Log: Manual eror in #12147.
14099      Branch: perl
14100            ! win32/win32.c
14101 ____________________________________________________________________________
14102 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
14103         Log: Integrate change #12146 from maintperl;
14104              win32_chdir() et al don't handle a NULL argument gracefully
14105      Branch: perl
14106           !> win32/perlhost.h win32/win32.c
14107 ____________________________________________________________________________
14108 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
14109         Log: win32_chdir() et al don't handle a NULL argument gracefully
14110      Branch: maint-5.6/perl
14111            ! win32/perlhost.h win32/win32.c
14112 ____________________________________________________________________________
14113 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
14114         Log: typo in change#12026
14115      Branch: maint-5.6/perl
14116            ! op.c
14117 ____________________________________________________________________________
14118 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
14119         Log: Subject: [PATCH] Re: scalar context unpack bugs
14120              From: Nicholas Clark <nick@ccl4.org>
14121              Date: Sat, 22 Sep 2001 23:07:56 +0100
14122              Message-ID: <20010922230755.O4971@plum.flirble.org>
14123      Branch: perl
14124            ! pp_pack.c t/op/pack.t
14125 ____________________________________________________________________________
14126 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
14127         Log: Try ExtUtils::Command.t everywhere, not just on Win32
14128              (as suggested by NI-S).  Also allow running it either
14129              in t/ or in the main directory.
14130      Branch: perl
14131            ! lib/ExtUtils/Command.t
14132 ____________________________________________________________________________
14133 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
14134         Log: Update the test on warnings/register.t.
14135      Branch: perl
14136            ! t/lib/1_compile.t
14137 ____________________________________________________________________________
14138 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
14139         Log: The code is now almost tidy enough to keep the IRIX cc happy.
14140      Branch: perl
14141            ! hints/irix_6.sh
14142 ____________________________________________________________________________
14143 [ 12140] By: ams                                   on 2001/09/22  17:26:32
14144         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
14145              use_ithreads
14146              From: "Craig A. Berry" <craigberry@mac.com>
14147              Date: Sat, 22 Sep 2001 13:15:32 -0500
14148              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
14149      Branch: perl
14150            ! configure.com
14151 ____________________________________________________________________________
14152 [ 12139] By: ams                                   on 2001/09/22  16:44:08
14153         Log: Do what perl_clone() does for sharedsv functions.
14154      Branch: perl
14155            ! embed.pl proto.h
14156 ____________________________________________________________________________
14157 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
14158         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
14159              (suggested by Sarathy, extensions shouldn't be dabbling with
14160              op structures, so binary backward compatibility should not be
14161              an issue.)
14162      Branch: perl
14163            ! hints/irix_6.sh op.h
14164 ____________________________________________________________________________
14165 [ 12137] By: ams                                   on 2001/09/22  16:21:05
14166         Log: More cleanups. (What's PERL_DECL_PROT?)
14167      Branch: perl
14168            ! embed.pl proto.h sharedsv.h
14169 ____________________________________________________________________________
14170 [ 12136] By: ams                                   on 2001/09/22  15:14:34
14171         Log: (Retracted by #12185)
14172              
14173              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
14174              Add Tests for warnings::register, Doc Update
14175              From: "chromatic" <chromatic@rmci.net>
14176              Date: Sat, 22 Sep 2001 09:43:20 -0600
14177              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
14178      Branch: perl
14179            + lib/warnings/register.t
14180            ! MANIFEST lib/warnings/register.pm
14181 ____________________________________________________________________________
14182 [ 12135] By: ams                                   on 2001/09/22  15:07:50
14183         Log: `@foo' should be @foo for consistency.
14184      Branch: perl
14185            ! pod/perldiag.pod
14186 ____________________________________________________________________________
14187 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
14188         Log: (Retracted by #12138)
14189              
14190              Add -woff (turn warning off) 3187:
14191              "A pointer is converted to a smaller integer."
14192              This happens when your pointers are 64-bit: then every case
14193              of converting pointers to PADOFFSETs (explicitly 32-bit)
14194              faces truncation (even explicit use of INT2PTR doesn't help).
14195              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
14196              Changing PADOFFSET from U32 to UV would help, but that
14197              would break binary backward compatibility of BASEOP and padop
14198              (assuming you have been using 64-bit pointers).
14199      Branch: perl
14200            ! hints/irix_6.sh
14201 ____________________________________________________________________________
14202 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
14203         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
14204              but the name comes from the inside the file, not from the file
14205              name, and Rumanian is the name of the language.
14206      Branch: perl
14207            + ext/Encode/Encode/macRumanian.enc
14208            - ext/Encode/Encode/macRomania.enc
14209            ! MANIFEST
14210 ____________________________________________________________________________
14211 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
14212         Log: Rename perltootc as perltooc for 8.3-friedliness.
14213      Branch: perl
14214            + pod/perltooc.pod
14215            - pod/perltootc.pod
14216            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
14217            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
14218            ! pod/perltoot.pod
14219 ____________________________________________________________________________
14220 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
14221         Log: Find more conflicts by lowercasing.
14222      Branch: perl
14223            + Porting/check83.pl
14224            - check83.pl
14225            ! MANIFEST
14226 ____________________________________________________________________________
14227 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
14228         Log: The AIX cc 5.0.0.0 is simply too buggy.
14229      Branch: perl
14230            ! hints/aix.sh
14231 ____________________________________________________________________________
14232 [ 12129] By: ams                                   on 2001/09/22  12:35:38
14233         Log: Uninteresting cleanup.
14234      Branch: perl
14235            ! form.h
14236 ____________________________________________________________________________
14237 [ 12128] By: ams                                   on 2001/09/22  12:28:48
14238         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
14239              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14240              Date: Sat, 22 Sep 2001 14:29:13 +0100
14241              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
14242      Branch: perl
14243            ! cv.h
14244 ____________________________________________________________________________
14245 [ 12127] By: ams                                   on 2001/09/22  12:04:28
14246         Log: What's a backet?
14247      Branch: perl
14248            ! dump.c
14249 ____________________________________________________________________________
14250 [ 12126] By: ams                                   on 2001/09/22  10:02:34
14251         Log: Removed duplicated tests #19 and #20.
14252      Branch: perl
14253            ! t/op/do.t
14254 ____________________________________________________________________________
14255 [ 12125] By: ams                                   on 2001/09/22  03:58:41
14256         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
14257              From: Michael Carman <mjcarman@home.com>
14258              Date: Fri, 21 Sep 2001 17:54:05 -0500
14259              Message-Id: <3BABC50D.6040202@home.com>
14260              (Applied with some changes.)
14261      Branch: perl
14262            ! pod/perlmod.pod
14263 ____________________________________________________________________________
14264 [ 12124] By: ams                                   on 2001/09/22  03:44:19
14265         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
14266              From: Michael G Schwern <schwern@pobox.com>
14267              Date: Fri, 21 Sep 2001 19:20:40 -0400
14268              Message-Id: <20010921192040.E5494@blackrider>
14269      Branch: perl
14270            ! t/op/chdir.t
14271 ____________________________________________________________________________
14272 [ 12123] By: ams                                   on 2001/09/22  03:41:08
14273         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
14274              From: Blair Zajac <blair@orcaware.com>
14275              Date: Fri, 21 Sep 2001 15:13:04 -0700
14276              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
14277      Branch: perl
14278            ! t/op/chdir.t
14279 ____________________________________________________________________________
14280 [ 12122] By: ams                                   on 2001/09/22  03:37:07
14281         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
14282              20010920.007
14283              From: Michael G Schwern <schwern@pobox.com>
14284              Date: Fri, 21 Sep 2001 17:59:03 -0400
14285              Message-Id: <20010921175903.V5494@blackrider>
14286      Branch: perl
14287            ! t/op/do.t
14288 ____________________________________________________________________________
14289 [ 12121] By: ams                                   on 2001/09/22  03:30:38
14290         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
14291              suite on WinCE)
14292              From: Michael G Schwern <schwern@pobox.com>
14293              Date: Fri, 21 Sep 2001 19:41:03 -0400
14294              Message-Id: <20010921194103.G5494@blackrider>
14295      Branch: perl
14296            ! pod/perlport.pod
14297 ____________________________________________________________________________
14298 [ 12120] By: ams                                   on 2001/09/22  03:28:06
14299         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
14300              From: Michael G Schwern <schwern@pobox.com>
14301              Date: Fri, 21 Sep 2001 17:33:35 -0400
14302              Message-Id: <20010921173335.T5494@blackrider>
14303              ($ENV{FOO}=undef hunk not applied.)
14304      Branch: perl
14305            ! t/op/magic.t
14306 ____________________________________________________________________________
14307 [ 12119] By: ams                                   on 2001/09/22  03:02:26
14308         Log: Subject: [PATCH] perldiag.pod
14309              From: Peter Scott <Peter@PSDT.com>
14310              Date: Fri, 21 Sep 2001 18:54:50 -0700
14311              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
14312              (Moved to the right place.)
14313      Branch: perl
14314            ! pod/perldiag.pod
14315 ____________________________________________________________________________
14316 [ 12118] By: ams                                   on 2001/09/21  20:05:29
14317         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
14318              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14319              Date: Fri, 21 Sep 2001 22:36:54 +0200
14320              Message-Id: <20010921223654.A12742@rafael>
14321      Branch: perl
14322            ! t/op/do.t
14323 ____________________________________________________________________________
14324 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
14325         Log: Restore things as they were before
14326              the backward compatibility police notices.
14327      Branch: perl
14328            ! lib/Cwd.pm
14329 ____________________________________________________________________________
14330 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
14331         Log: More Cwd from Schwern: make also OS/2 and DOS
14332              Cwd agree with File::Spec (that is, native path
14333              syntax using \ instead of / -- backward compatibility
14334              polic warning) and stop Win32 from using bsd_realpath().
14335      Branch: perl
14336            ! lib/Cwd.pm
14337 ____________________________________________________________________________
14338 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
14339         Log: Subject: [PATCH @12110] RE: Untested libraries update
14340              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14341              Date: Fri, 21 Sep 2001 18:21:07 +0100
14342              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
14343      Branch: perl
14344            ! lib/warnings/register.pm
14345 ____________________________________________________________________________
14346 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
14347         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
14348              From: Michael G Schwern <schwern@pobox.com>
14349              Date: Thu, 20 Sep 2001 22:54:02 -0400
14350              Message-ID: <20010920225402.A3611@blackrider>
14351      Branch: perl
14352            ! lib/Cwd.pm
14353 ____________________________________________________________________________
14354 [ 12113] By: ams                                   on 2001/09/21  17:08:24
14355         Log: Subject: [PATCH] avoid v-strings with require/use
14356              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
14357              Date: Fri, 21 Sep 2001 12:34:40 -0400
14358              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
14359      Branch: perl
14360            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
14361            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
14362            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14363            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14364            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
14365            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
14366            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14367            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14368            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14369            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
14370            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
14371            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
14372            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
14373            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
14374            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
14375            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
14376            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
14377            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
14378            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
14379 ____________________________________________________________________________
14380 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
14381         Log: Update Changes.
14382      Branch: perl
14383            ! Changes patchlevel.h
14384 ____________________________________________________________________________
14385 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
14386         Log: Make AIX and Tru64 compilers happy.  
14387      Branch: perl
14388            ! ext/threads/threads.h ext/threads/threads.xs
14389 ____________________________________________________________________________
14390 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
14391         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
14392              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14393              Date: 21 Sep 2001 09:16:37 -0000
14394              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
14395      Branch: perl
14396            ! toke.c
14397 ____________________________________________________________________________
14398 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
14399         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
14400              From: Michael G Schwern <schwern@pobox.com>
14401              Date: Thu, 20 Sep 2001 21:21:34 -0400
14402              Message-ID: <20010920212134.Y28291@blackrider>
14403      Branch: perl
14404            ! pp_sys.c
14405 ____________________________________________________________________________
14406 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
14407         Log: Subject: Re: GDB Debugging Macros from mod_perl
14408              From: rspier@pobox.com (Robert Spier)
14409              Date: Thu, 20 Sep 2001 22:45:03 -0700
14410              Message-ID: <15274.54239.413929.49430@rls.cx>
14411      Branch: perl
14412            ! pod/perltodo.pod
14413 ____________________________________________________________________________
14414 [ 12105] By: sky                                   on 2001/09/21  10:33:34
14415         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
14416              timezone! GetSystemTime should be available on all Win32 
14417              platforms we support. Perhaps Time::HiRes should be extended to
14418              support WinCE and Novell?
14419      Branch: perl
14420            ! ext/Time/HiRes/HiRes.xs
14421 ____________________________________________________________________________
14422 [ 12104] By: sky                                   on 2001/09/21  08:12:39
14423         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
14424      Branch: perl
14425            ! ext/threads/threads.h ext/threads/threads.xs
14426 ____________________________________________________________________________
14427 [ 12103] By: sky                                   on 2001/09/21  07:57:41
14428         Log: Rename the *thread* functions to Perl_* to avoid clashes.
14429              Notably on AIX but could become a problem on other platforms.
14430      Branch: perl
14431            ! ext/threads/threads.h ext/threads/threads.xs
14432 ____________________________________________________________________________
14433 [ 12102] By: sky                                   on 2001/09/21  07:35:30
14434         Log: Add the shared sv space to the global vars.
14435              Fix problems compiling on win32.
14436      Branch: perl
14437            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
14438            ! sharedsv.c sharedsv.h
14439 ____________________________________________________________________________
14440 [ 12101] By: ams                                   on 2001/09/21  00:19:55
14441         Log: Subject: [PATCH] win32/Makefile warning fix
14442              From: Blair Zajac <blair@orcaware.com>
14443              Date: Thu, 20 Sep 2001 18:15:43 -0700
14444              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
14445      Branch: perl
14446            ! win32/Makefile
14447 ____________________________________________________________________________
14448 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
14449         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
14450              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14451              Date: Thu, 20 Sep 2001 18:36:22 +0200
14452              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
14453      Branch: perl
14454            ! lib/ExtUtils/Command.t
14455 ____________________________________________________________________________
14456 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
14457         Log: Cant spl wirth a dam.
14458      Branch: perl
14459            ! intrpvar.h
14460 ____________________________________________________________________________
14461 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
14462         Log: Don't use C++ comments.
14463      Branch: perl
14464            ! ext/threads/threads.xs
14465 ____________________________________________________________________________
14466 [ 12097] By: ams                                   on 2001/09/20  21:42:07
14467         Log: Change #12044 didn't.
14468      Branch: perl
14469            ! lib/constant.pm
14470 ____________________________________________________________________________
14471 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
14472         Log: Metaconfig unit changes for #12095.
14473      Branch: metaconfig
14474            ! U/modified/Myinit.U U/modified/libs.U
14475 ____________________________________________________________________________
14476 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
14477         Log: Remove iconv references since we are not using it
14478              and not going to; regen perltoc, perlmodlib.
14479              (Some references still linger in perltoc, have to figure
14480              out where they are coming from.)
14481      Branch: perl
14482            ! Configure NetWare/config.wc NetWare/config_H.wc
14483            ! Porting/Glossary Porting/config.sh Porting/config_H
14484            ! config_h.SH configure.com epoc/config.sh perl.h
14485            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
14486            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
14487            ! vos/config.ga.h win32/config.bc win32/config.gc
14488            ! win32/config.vc win32/config_H.bc win32/config_H.gc
14489            ! win32/config_H.vc wince/config.ce wince/config.h
14490            ! wince/config_H.ce
14491 ____________________________________________________________________________
14492 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
14493         Log: Subject: [PATCH docs] Re: ARGV and read
14494              From: Dave Mitchell <davem@fdgroup.co.uk>
14495              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
14496              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
14497      Branch: perl
14498            ! pod/perltodo.pod pod/perlvar.pod
14499 ____________________________________________________________________________
14500 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
14501         Log: Fresh copies from the cvs.perl.org perlfaq repository.
14502      Branch: perl
14503            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
14504            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
14505            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
14506            ! pod/perlfaq9.pod
14507 ____________________________________________________________________________
14508 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
14509         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
14510              From: Nicholas Clark <nick@ccl4.org>
14511              Date: Thu, 20 Sep 2001 14:27:08 +0100
14512              Message-ID: <20010920142708.X4971@plum.flirble.org>
14513      Branch: perl
14514            ! pp_pack.c t/op/pack.t
14515 ____________________________________________________________________________
14516 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
14517         Log: The sharedsv_space* are variables, not code.  Duh.
14518      Branch: perl
14519            ! intrpvar.h makedef.pl
14520 ____________________________________________________________________________
14521 [ 12090] By: ams                                   on 2001/09/20  11:26:06
14522         Log: Subject: [patch lib/lib_pm.PL]
14523              From: Stas Bekman <stas@stason.org>
14524              Date: Thu, 20 Sep 2001 18:48:53 +0800
14525              Message-Id: <3BA9C995.6010302@stason.org>
14526              (Applied by hand.)
14527      Branch: perl
14528            ! lib/lib_pm.PL
14529 ____________________________________________________________________________
14530 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
14531         Log: Only 21 tests, skipping or not.
14532      Branch: perl
14533            ! lib/ExtUtils/Command.t
14534 ____________________________________________________________________________
14535 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
14536         Log: New exported symbols.
14537      Branch: perl
14538            ! makedef.pl
14539 ____________________________________________________________________________
14540 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
14541         Log: Update Changes.
14542      Branch: perl
14543            ! Changes patchlevel.h
14544 ____________________________________________________________________________
14545 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
14546         Log: Correct numbering of the tests is useful.
14547      Branch: perl
14548            ! ext/threads/t/basic.t
14549 ____________________________________________________________________________
14550 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
14551         Log: More tests now too.
14552      Branch: perl
14553            ! lib/ExtUtils/Command.t
14554 ____________________________________________________________________________
14555 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
14556         Log: More tests now.
14557      Branch: perl
14558            ! ext/threads/t/basic.t
14559 ____________________________________________________________________________
14560 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
14561         Log: The test assumed 7-bit ASCII.  Now it "just"
14562              assumes 8-bit whatever.
14563      Branch: perl
14564            ! t/op/crypt.t
14565 ____________________________________________________________________________
14566 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
14567         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
14568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14569              Date: Wed, 19 Sep 2001 11:45:28 +0200
14570              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
14571              
14572              Lvalue casts are not portable.
14573      Branch: perl
14574            ! ext/threads/threads.xs
14575 ____________________________________________________________________________
14576 [ 12081] By: sky                                   on 2001/09/19  10:17:52
14577         Log: Make the basic test contain only realy basic API tests
14578              Seems to be a problem with detach.
14579      Branch: perl
14580            ! ext/threads/t/basic.t
14581 ____________________________________________________________________________
14582 [ 12080] By: ams                                   on 2001/09/19  01:23:55
14583         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
14584              From: Michael G Schwern <schwern@pobox.com>
14585              Date: Tue, 18 Sep 2001 19:53:48 -0400
14586              Message-Id: <20010918195348.M585@blackrider>
14587              
14588              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
14589              From: Michael G Schwern <schwern@pobox.com>
14590              Date: Tue, 18 Sep 2001 22:07:13 -0400
14591              Message-Id: <20010918220713.B19616@blackrider>
14592      Branch: perl
14593            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
14594            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14595            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
14596            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
14597            ! lib/Test/Tutorial.pod
14598 ____________________________________________________________________________
14599 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
14600         Log: Indent the test a bit.
14601      Branch: perl
14602            ! ext/threads/t/basic.t
14603 ____________________________________________________________________________
14604 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
14605         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
14606              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14607              Date: Tue, 18 Sep 2001 18:06:44 +0200
14608              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
14609      Branch: perl
14610            ! win32/win32.c
14611 ____________________________________________________________________________
14612 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
14613         Log: Subject: stat access time is wrong on Win95
14614              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
14615              Date: Tue, 18 Sep 2001 21:59:24 +0200
14616              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
14617      Branch: perl
14618            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
14619 ____________________________________________________________________________
14620 [ 12076] By: ams                                   on 2001/09/18  22:11:25
14621         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
14622              From: Michael G Schwern <schwern@pobox.com>
14623              Date: Tue, 18 Sep 2001 18:47:14 -0400
14624              Message-Id: <20010918184714.I585@blackrider>
14625      Branch: perl
14626            ! t/op/crypt.t
14627 ____________________________________________________________________________
14628 [ 12075] By: sky                                   on 2001/09/18  19:29:37
14629         Log: two test failures
14630              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14631              Message-ID: <20010918221702.A17408@rafael>
14632              partly applied, #12074 already fixed half the patch
14633      Branch: perl
14634            ! ext/threads/t/basic.t
14635 ____________________________________________________________________________
14636 [ 12074] By: sky                                   on 2001/09/18  18:49:03
14637         Log: Fixes test case failure introduced by #12071, the warning is
14638              now correctly spelled :-)
14639      Branch: perl
14640            ! ext/IO/lib/IO/t/io_sel.t
14641 ____________________________________________________________________________
14642 [ 12073] By: sky                                   on 2001/09/18  18:46:22
14643         Log: Make the test behave properly!
14644      Branch: perl
14645            ! ext/threads/t/basic.t
14646 ____________________________________________________________________________
14647 [ 12072] By: ams                                   on 2001/09/18  18:44:59
14648         Log: OP_RCATLINE is an SVOP, not a BASEOP.
14649      Branch: perl
14650            ! opcode.h opcode.pl
14651 ____________________________________________________________________________
14652 [ 12071] By: ams                                   on 2001/09/18  18:06:27
14653         Log: Deprecate != Depreciate.
14654      Branch: perl
14655            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
14656            ! lib/Pod/ParseUtils.pm
14657 ____________________________________________________________________________
14658 [ 12070] By: ams                                   on 2001/09/18  15:14:58
14659         Log: Subject: [PATCH] Getopt::Std cleanup
14660              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14661              Date: Tue, 18 Sep 2001 17:32:13 +0200
14662              Message-Id: <20010918173213.C777@rafael>
14663      Branch: perl
14664            ! lib/Getopt/Std.pm lib/Getopt/Std.t
14665 ____________________________________________________________________________
14666 [ 12069] By: sky                                   on 2001/09/18  14:56:33
14667         Log: Forgot the makefile
14668      Branch: perl
14669            + ext/threads/Makefile.PL
14670 ____________________________________________________________________________
14671 [ 12068] By: sky                                   on 2001/09/18  14:13:26
14672         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
14673              The test will fail because of Test.pm not knowing about threads. 
14674              basic needs to be manually tested
14675              compile time warnings on IV2PTR conversions need to be fixed
14676      Branch: perl
14677            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
14678            + ext/threads/threads.h ext/threads/threads.pm
14679            + ext/threads/threads.xs
14680            ! MANIFEST
14681 ____________________________________________________________________________
14682 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
14683         Log: DJGPP tweak from Laszlo Molnar.
14684      Branch: perl
14685            ! djgpp/config.over
14686 ____________________________________________________________________________
14687 [ 12066] By: sky                                   on 2001/09/18  10:24:31
14688         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
14689      Branch: perl
14690            ! sharedsv.c sharedsv.h
14691 ____________________________________________________________________________
14692 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
14693         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
14694              ditto ^cns.
14695      Branch: perl
14696            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
14697            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
14698            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
14699            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
14700            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
14701            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
14702            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
14703            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
14704            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
14705            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
14706            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
14707            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
14708            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
14709            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
14710            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
14711            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
14712            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
14713            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
14714            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
14715            + ext/Encode/Encode/ir-197.enc
14716            - ext/Encode/Encode/cns11643-1.enc
14717            - ext/Encode/Encode/cns11643-2.enc
14718            - ext/Encode/Encode/iso2022-cn.enc
14719            - ext/Encode/Encode/iso2022-jp.enc
14720            - ext/Encode/Encode/iso2022-jp1.enc
14721            - ext/Encode/Encode/iso2022-jp2.enc
14722            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
14723            - ext/Encode/Encode/iso8859-1.enc
14724            - ext/Encode/Encode/iso8859-1.ucm
14725            - ext/Encode/Encode/iso8859-10.enc
14726            - ext/Encode/Encode/iso8859-10.ucm
14727            - ext/Encode/Encode/iso8859-11.enc
14728            - ext/Encode/Encode/iso8859-11.ucm
14729            - ext/Encode/Encode/iso8859-13.enc
14730            - ext/Encode/Encode/iso8859-13.ucm
14731            - ext/Encode/Encode/iso8859-14.enc
14732            - ext/Encode/Encode/iso8859-14.ucm
14733            - ext/Encode/Encode/iso8859-15.enc
14734            - ext/Encode/Encode/iso8859-15.ucm
14735            - ext/Encode/Encode/iso8859-16.enc
14736            - ext/Encode/Encode/iso8859-16.ucm
14737            - ext/Encode/Encode/iso8859-2.enc
14738            - ext/Encode/Encode/iso8859-2.ucm
14739            - ext/Encode/Encode/iso8859-3.enc
14740            - ext/Encode/Encode/iso8859-3.ucm
14741            - ext/Encode/Encode/iso8859-4.enc
14742            - ext/Encode/Encode/iso8859-4.ucm
14743            - ext/Encode/Encode/iso8859-5.enc
14744            - ext/Encode/Encode/iso8859-5.ucm
14745            - ext/Encode/Encode/iso8859-6.enc
14746            - ext/Encode/Encode/iso8859-6.ucm
14747            - ext/Encode/Encode/iso8859-7.enc
14748            - ext/Encode/Encode/iso8859-7.ucm
14749            - ext/Encode/Encode/iso8859-8.enc
14750            - ext/Encode/Encode/iso8859-8.ucm
14751            - ext/Encode/Encode/iso8859-9.enc
14752            - ext/Encode/Encode/iso8859-9.ucm
14753            - ext/Encode/Encode/isoir-197.enc
14754            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
14755 ____________________________________________________________________________
14756 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
14757         Log: Must Uppercase.
14758      Branch: perl
14759            ! ext/Encode/Encode.pm
14760 ____________________________________________________________________________
14761 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
14762         Log: Add various encodings.
14763      Branch: perl
14764            + ext/Encode/Encode/iso8859-11.enc
14765            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
14766            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
14767            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
14768            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
14769            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
14770            + ext/Encode/Encode/viscii.ucm
14771            ! MANIFEST ext/Encode/Encode.pm
14772 ____________________________________________________________________________
14773 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
14774         Log: lib/unicode relic.
14775      Branch: perl
14776            ! ext/Encode/compile
14777 ____________________________________________________________________________
14778 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
14779         Log: Subject: [PATCH] Re: filename problems
14780              From: Michael G Schwern <schwern@pobox.com>
14781              Date: Mon, 17 Sep 2001 17:26:26 -0400
14782              Message-ID: <20010917172626.Q585@blackrider>
14783      Branch: perl
14784            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
14785            - t/lib/sample-tests/header_at_end
14786            - t/lib/sample-tests/header_at_end_fail
14787            ! MANIFEST lib/Test/Harness/t/test-harness.t
14788 ____________________________________________________________________________
14789 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
14790         Log: Explicitly explain the 1e9 seconds, not everybody
14791              is a C geek.
14792      Branch: perl
14793            ! ext/Time/HiRes/HiRes.pm
14794 ____________________________________________________________________________
14795 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
14796         Log: Explain an apparent bug reported by
14797              Richard J. Barbalace <rjbarbal@MIT.EDU>,
14798              with additional explanation from Gisle Aas.
14799      Branch: perl
14800            ! ext/Time/HiRes/HiRes.pm
14801 ____________________________________________________________________________
14802 [ 12058] By: ams                                   on 2001/09/17  19:52:01
14803         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
14804              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14805              Date: Mon, 17 Sep 2001 22:48:05 +0200
14806              Message-Id: <20010917224805.C11744@rafael>
14807      Branch: perl
14808            ! t/lib/warnings/op t/lib/warnings/pp
14809 ____________________________________________________________________________
14810 [ 12057] By: ams                                   on 2001/09/17  16:51:18
14811         Log: Its a nit!
14812      Branch: perl
14813            ! sv.h
14814 ____________________________________________________________________________
14815 [ 12056] By: ams                                   on 2001/09/17  16:47:55
14816         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
14817              From: "Craig A. Berry" <craigberry@mac.com>
14818              Date: Mon, 17 Sep 2001 12:34:20 -0500
14819              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
14820      Branch: perl
14821            ! vms/vms.c
14822 ____________________________________________________________________________
14823 [ 12055] By: ams                                   on 2001/09/17  16:05:15
14824         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
14825              From: Gisle Aas <gisle@ActiveState.com>
14826              Date: 16 Apr 2001 16:20:34 -0700
14827              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
14828              (Applied by hand.)
14829      Branch: perl
14830            ! lib/CPAN.pm lib/CPAN/Nox.pm
14831 ____________________________________________________________________________
14832 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
14833         Log: Update Changes.
14834      Branch: perl
14835            ! Changes patchlevel.h
14836 ____________________________________________________________________________
14837 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
14838         Log: Adding new files to the MANIFEST is always nice.
14839      Branch: perl
14840            ! MANIFEST
14841 ____________________________________________________________________________
14842 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
14843         Log: Reindent the PerlIO files (suggested by NI-S), used
14844              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
14845              (GNU indent).  Note that wholesale re-indenting might
14846              be nice, but that would break nice formatting/alignment
14847              of assignments, equality testing, and complex boolean
14848              expressions with lots of &s and |s.
14849      Branch: perl
14850            ! perlio.c perlio.h perliol.h
14851 ____________________________________________________________________________
14852 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
14853         Log: Add a script for being 8.3-polite.
14854              The found conflicts are being worked on.
14855      Branch: perl
14856            + check83.pl
14857            ! MANIFEST Porting/pumpkin.pod
14858 ____________________________________________________________________________
14859 [ 12050] By: sky                                   on 2001/09/17  12:44:36
14860         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
14861              finding it.
14862      Branch: perl
14863            ! sv.c
14864 ____________________________________________________________________________
14865 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
14866         Log: Bump up versions because of #12041.
14867      Branch: perl
14868            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
14869            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
14870            ! lib/Time/localtime.pm
14871 ____________________________________________________________________________
14872 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
14873         Log: Bump the version number because of #12042.
14874      Branch: perl
14875            ! lib/CPAN/FirstTime.pm
14876 ____________________________________________________________________________
14877 [ 12047] By: ams                                   on 2001/09/17  11:21:40
14878         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
14879              From: Abhijit Menon-Sen <ams@wiw.org>
14880              Date: Mon, 17 Sep 2001 17:44:12 +0530
14881              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
14882      Branch: perl
14883            ! op.c
14884 ____________________________________________________________________________
14885 [ 12046] By: sky                                   on 2001/09/17  07:14:17
14886         Log: Subject: Re: t/op/ver.t using skip() improperly
14887              From: "chromatic" <chromatic@rmci.net>
14888              Date: Mon, 17 Sep 2001 00:22:29 -0600
14889              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
14890      Branch: perl
14891            ! t/op/ver.t
14892 ____________________________________________________________________________
14893 [ 12045] By: nick                                  on 2001/09/17  07:12:14
14894         Log: Integrate mainline
14895      Branch: perlio
14896           +> t/op/chdir.t
14897           !> (integrate 117 files)
14898 ____________________________________________________________________________
14899 [ 12044] By: ams                                   on 2001/09/17  05:49:53
14900         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
14901              From: Ilmari Karonen <iltzu@sci.fi>
14902              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
14903              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
14904              (And $VERSION = '1.05'.)
14905      Branch: perl
14906            ! lib/constant.pm
14907 ____________________________________________________________________________
14908 [ 12043] By: ams                                   on 2001/09/17  05:44:50
14909         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
14910              From: Michael G Schwern <schwern@pobox.com>
14911              Date: Mon, 17 Sep 2001 07:49:04 +0200
14912              Message-Id: <20010917074904.V1588@blackrider>
14913              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
14914      Branch: perl
14915            + t/op/chdir.t
14916            ! MANIFEST pp_sys.c
14917 ____________________________________________________________________________
14918 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
14919         Log: Subject: Re: CPAN.pm needs some hacking 
14920              From: "chromatic" <chromatic@rmci.net>
14921              Date: Sun, 16 Sep 2001 16:46:29 -0600
14922              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
14923      Branch: perl
14924            ! lib/CPAN/FirstTime.pm
14925 ____________________________________________________________________________
14926 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
14927         Log: Change use|require 5.005_64 to use|require 5.6.1.
14928      Branch: perl
14929            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
14930            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
14931            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
14932            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
14933            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
14934            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14935            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
14936            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
14937            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
14938            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
14939            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
14940            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
14941            ! lib/base.pm lib/fields.pm
14942 ____________________________________________________________________________
14943 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
14944         Log: Bump up version numbers.
14945              
14946              TODO 1: double check that pre-5.6.1 CPAN.pm:s
14947              don't try to download 5.8.0 because of the
14948              version numbers.  Mainly this means using _00
14949              in the core version numbers.
14950              
14951              TODO 2: the "use 5.005_64" in many modules
14952              needs to be changed to, say, "use 5.6.1".
14953      Branch: perl
14954            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
14955            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
14956            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
14957            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
14958            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
14959            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
14960            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
14961            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
14962            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
14963            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
14964            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
14965 ____________________________________________________________________________
14966 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
14967         Log: Use UCHARAT() as suggested by Inaba Hiroto.
14968      Branch: perl
14969            ! regexec.c
14970 ____________________________________________________________________________
14971 [ 12038] By: ams                                   on 2001/09/16  15:16:24
14972         Log: Subject: [PATCH] Re: Core module version numbers review
14973              From: Peter Scott <Peter@PSDT.com>
14974              Date: Sun, 16 Sep 2001 09:09:58 -0700
14975              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
14976      Branch: perl
14977            ! lib/perl5db.pl
14978 ____________________________________________________________________________
14979 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
14980         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
14981              not yet fully implemented.
14982      Branch: perl
14983            ! pod/perlfunc.pod pod/perlunicode.pod
14984 ____________________________________________________________________________
14985 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
14986         Log: Subject: [patch] plug PL_beginav_save leak
14987              From: Doug MacEachern <dougm@covalent.net>
14988              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
14989              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
14990      Branch: perl
14991            ! perl.c
14992 ____________________________________________________________________________
14993 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
14994         Log: (accidentally empty checkin)
14995      Branch: perl
14996            ! sv.c
14997 ____________________________________________________________________________
14998 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
14999         Log: Subject: [patch] ithreads+PL_beginav_save
15000              From: Doug MacEachern <dougm@covalent.net>
15001              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
15002              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
15003      Branch: perl
15004            ! sv.c
15005 ____________________________________________________________________________
15006 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
15007         Log: Subject: [PATCH] h2xs.PL with C::Scan
15008              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15009              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
15010              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
15011      Branch: perl
15012            ! utils/h2xs.PL
15013 ____________________________________________________________________________
15014 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
15015         Log: Elaborate (well, make more vague, really) #12030.
15016      Branch: perl
15017            ! pod/perltodo.pod pod/perlunicode.pod
15018 ____________________________________________________________________________
15019 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
15020         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
15021              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15022              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
15023              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
15024      Branch: perl
15025            ! regexec.c
15026 ____________________________________________________________________________
15027 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
15028         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
15029              are not yet complete.
15030      Branch: perl
15031            ! pod/perltodo.pod pod/perlunicode.pod
15032 ____________________________________________________________________________
15033 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
15034         Log: Document what's still to be done on the regular expression
15035              Unicode support, based on the UTR#18.
15036      Branch: perl
15037            ! pod/perltodo.pod pod/perlunicode.pod
15038 ____________________________________________________________________________
15039 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
15040         Log: Regen headers.
15041      Branch: perl
15042            ! embedvar.h perlapi.h
15043 ____________________________________________________________________________
15044 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
15045         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
15046              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15047              Date: Sun, 09 Sep 2001 18:41:54 +0100
15048              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
15049      Branch: perl
15050            ! Porting/findvars ext/ByteLoader/bytecode.h
15051            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
15052            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
15053 ____________________________________________________________________________
15054 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
15055         Log: enable most warnings for windows build; fix the various typecasting
15056              nits that showed up (no bugfixes here)
15057      Branch: maint-5.6/perl
15058            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
15059            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
15060            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
15061            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
15062            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
15063            ! x2p/walk.c
15064 ____________________________________________________________________________
15065 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
15066         Log: Integrate change #12024 from maintperl
15067              (a local() precedence bug)
15068      Branch: perl
15069           !> lib/ExtUtils/Install.pm
15070 ____________________________________________________________________________
15071 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
15072         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
15073              change#8642
15074      Branch: maint-5.6/perl
15075            ! lib/ExtUtils/Install.pm
15076 ____________________________________________________________________________
15077 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
15078         Log: Update Changes.
15079      Branch: perl
15080            ! Changes patchlevel.h
15081 ____________________________________________________________________________
15082 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
15083         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
15084              From: "chromatic" <chromatic@rmci.net>
15085              Date: Fri, 14 Sep 2001 09:44:57 -0600 
15086              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
15087      Branch: perl
15088            ! lib/ExtUtils/Manifest.t
15089 ____________________________________________________________________________
15090 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
15091         Log: Hopefully better skipping of the Complete.t tests
15092              in case of not a tty. 
15093      Branch: perl
15094            ! lib/Term/Complete.t t/op/stat.t
15095 ____________________________________________________________________________
15096 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
15097         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
15098              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15099              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
15100              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
15101      Branch: perl
15102            ! regexec.c t/op/pat.t
15103 ____________________________________________________________________________
15104 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
15105         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
15106              From: Robin Barker <rmb1@cise.npl.co.uk>
15107              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
15108              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
15109      Branch: perl
15110            ! pod/perlport.pod
15111 ____________________________________________________________________________
15112 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
15113         Log: NetWare tweaks from Ananth Kesari.
15114      Branch: perl
15115            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
15116            ! NetWare/nwutil.h
15117 ____________________________________________________________________________
15118 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
15119         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
15120              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15121              Date: Fri, 14 Sep 2001 10:51:13 +0200
15122              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
15123      Branch: perl
15124            ! pod/perlport.pod
15125 ____________________________________________________________________________
15126 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
15127         Log: Subject: Re: [PATCH 2 pl2pm.PL]
15128              From: Joe Smith <Joe.Smith@inwap.com>
15129              Date: Fri, 14 Sep 2001 00:13:32 -0700
15130              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
15131              
15132              Eradicate qu.
15133      Branch: perl
15134            ! keywords.h keywords.pl utils/pl2pm.PL
15135 ____________________________________________________________________________
15136 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
15137         Log: Retract #12013, didn't go over too well in Tru64.
15138      Branch: perl
15139            ! embed.h embed.pl sv.h
15140 ____________________________________________________________________________
15141 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
15142         Log: Subject: [PATCH] Execute files of debugger commands
15143              From: Peter Scott <Peter@PSDT.com>
15144              Date: Thu, 13 Sep 2001 15:26:31 -0700
15145              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
15146      Branch: perl
15147            ! lib/perl5db.pl pod/perldebug.pod
15148 ____________________________________________________________________________
15149 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
15150         Log: (Retracted by #12015)
15151              Subject: [proposed PATCH] Re: perl@11920
15152              From: Nicholas Clark <nick@ccl4.org>
15153              Date: Wed, 12 Sep 2001 23:46:09 +0100
15154              Message-ID: <20010912234609.H4971@plum.flirble.org>     
15155      Branch: perl
15156            ! embed.h embed.pl sv.h
15157 ____________________________________________________________________________
15158 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
15159         Log: ucblib shouldn't be linked against in nonstop-ux,
15160              from Tom Bates.
15161      Branch: perl
15162            ! hints/nonstopux.sh
15163 ____________________________________________________________________________
15164 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
15165         Log: Do stty only if we have stty.
15166              
15167              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
15168      Branch: perl
15169            ! lib/Term/Complete.pm
15170 ____________________________________________________________________________
15171 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
15172         Log: Skip the test if not running on a tty.
15173      Branch: perl
15174            ! lib/Term/Complete.t
15175 ____________________________________________________________________________
15176 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
15177         Log: Regen headers.
15178      Branch: perl
15179            ! embed.h opcode.h pod/perlapi.pod proto.h
15180 ____________________________________________________________________________
15181 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
15182         Log: Subject: [PATCH op.c] Re: perl@12003
15183              From: Robin Barker <rmb1@cise.npl.co.uk>
15184              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
15185              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
15186      Branch: perl
15187            ! op.c
15188 ____________________________________________________________________________
15189 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
15190         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
15191              From: Robin Barker <rmb1@cise.npl.co.uk>
15192              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
15193              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
15194      Branch: perl
15195            ! sv.c
15196 ____________________________________________________________________________
15197 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
15198         Log: Upgrade to Memoize 0.66.
15199      Branch: perl
15200            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
15201            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
15202            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
15203 ____________________________________________________________________________
15204 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
15205         Log: Subject: [ID 20010912.007] substr reference core dump
15206              From: me-01@ton.iguana.be
15207              Date: 12 Sep 2001 14:11:16 -0000
15208              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
15209      Branch: perl
15210            ! mg.c
15211 ____________________________________________________________________________
15212 [ 12004] By: ams                                   on 2001/09/12  01:13:49
15213         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
15214              From: Ilmari Karonen <iltzu@sci.fi>
15215              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
15216              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
15217      Branch: perl
15218            ! pod/perlfaq4.pod
15219 ____________________________________________________________________________
15220 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
15221         Log: Update Changes.
15222      Branch: perl
15223            ! Changes patchlevel.h
15224 ____________________________________________________________________________
15225 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
15226         Log: NetWare update from Ananth Kesari.
15227      Branch: perl
15228            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
15229            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
15230 ____________________________________________________________________________
15231 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
15232         Log: Retract #11984: div() being redefined, and 1397
15233              failing on 64-bit platforms.
15234      Branch: perl
15235            ! lib/Math/BigInt/Calc.pm
15236 ____________________________________________________________________________
15237 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
15238         Log: Metaconfig unit change for #11999.
15239      Branch: metaconfig
15240            ! U/protos/d_lseekproto.U
15241 ____________________________________________________________________________
15242 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
15243         Log: The lseek fix (#11991) was no fix.
15244      Branch: perl
15245            ! Configure
15246 ____________________________________________________________________________
15247 [ 11998] By: sky                                   on 2001/09/11  07:52:06
15248         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
15249              From: Matt Sergeant <MSergeant@star.net.uk>
15250              Date: Tue, 11 Sep 2001 09:22:32 +0100
15251              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
15252      Branch: perl
15253            ! ext/Encode/Encode.pm
15254 ____________________________________________________________________________
15255 [ 11997] By: sky                                   on 2001/09/11  06:35:29
15256         Log: Sometimes dTHX is added because it is needed on non 
15257              gnuc platforms, but not needed there. This uses GCC
15258              to silence GCC specific warnings by marking pTHX as 
15259              unused.
15260      Branch: perl
15261            ! perl.h
15262 ____________________________________________________________________________
15263 [ 11996] By: nick                                  on 2001/09/11  06:25:27
15264         Log: Integrate mainline
15265      Branch: perlio
15266            - ext/POSIX/sigaction.t lib/File/Find/taint.t
15267           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
15268 ____________________________________________________________________________
15269 [ 11995] By: nick                                  on 2001/09/11  06:23:39
15270         Log: Part Integrate mainline
15271      Branch: perlio
15272           +> (branch 69 files)
15273            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
15274            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
15275            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
15276            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
15277            - lib/Switch/t/switch_case.t lib/Test/Harness.t
15278            - lib/Test/More/Changes lib/Test/More/t/More.t
15279            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15280            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15281            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
15282            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
15283            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
15284            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
15285            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
15286            - t/lib/Test/More/Catch.pm wince/perl.ico
15287           !> (integrate 197 files)
15288 ____________________________________________________________________________
15289 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
15290         Log: Subject: Re: [PATCH] Encode.pm docs fix
15291              From: Gisle Aas <gisle@ActiveState.com>
15292              Date: 10 Sep 2001 11:27:02 -0700
15293              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
15294      Branch: perl
15295            ! ext/Encode/Encode.pm
15296 ____________________________________________________________________________
15297 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
15298         Log: Fix unpack U to be the reverse of pack U
15299              (but implement unpack U0U as a backdoor to get
15300              the UTF-8 malformed warnings from un-UTF-8 data)
15301      Branch: perl
15302            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
15303 ____________________________________________________________________________
15304 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
15305         Log: Metaconfig unit change for #11991;
15306              delete an unused unit (d_strtoull.U is the one used)
15307      Branch: metaconfig
15308            ! U/protos/d_lseekproto.U
15309      Branch: metaconfig/U/perl
15310            - strtoull.U
15311 ____________________________________________________________________________
15312 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
15313         Log: Subject: [PATCH] Configure not recording lseek proto
15314              From: Blair Zajac <blair@orcaware.com>
15315              Date: Mon, 10 Sep 2001 17:52:37 -0700
15316              Message-ID: <3B9D6055.BA334A31@orcaware.com>
15317              
15318              plus regen Configure.
15319      Branch: perl
15320            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15321            ! config_h.SH uconfig.h
15322 ____________________________________________________________________________
15323 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
15324         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?)))                  
15325              From: Nicholas Clark <nick@ccl4.org>
15326              Date: Tue, 11 Sep 2001 00:00:31 +0100
15327              Message-ID: <20010911000031.G1512@plum.flirble.org>
15328      Branch: perl
15329            + t/op/qq.t
15330            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
15331 ____________________________________________________________________________
15332 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
15333         Log: Subject: [PATCH] Building on win32 w/o perlio
15334              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
15335              Date: Mon, 10 Sep 2001 23:38:46 +0200
15336              Message-ID: <3B9D4F06.14433.2C37644@localhost>
15337      Branch: perl
15338            ! perl.c win32/Makefile win32/makefile.mk
15339 ____________________________________________________________________________
15340 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
15341         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
15342              From: "chromatic" <chromatic@rmci.net>
15343              Date: Mon, 10 Sep 2001 15:14:01 -0600
15344              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
15345      Branch: perl
15346            + lib/CGI/t/push.t
15347            ! MANIFEST
15348 ____________________________________________________________________________
15349 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
15350         Log: Subject: avoiding hoardes of zombies
15351              From: Nicholas Clark <nick@ccl4.org>
15352              Date: Mon, 10 Sep 2001 22:00:40 +0100
15353              Message-ID: <20010910220040.C1512@plum.flirble.org>
15354      Branch: perl
15355            ! pod/perlipc.pod
15356 ____________________________________________________________________________
15357 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
15358         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
15359              From: John Peacock <jpeacock@rowman.com>
15360              Date: Mon, 10 Sep 2001 16:34:30 -0400
15361              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
15362      Branch: perl
15363            ! sv.c t/op/ver.t utf8.h
15364 ____________________________________________________________________________
15365 [ 11985] By: ams                                   on 2001/09/10  23:20:13
15366         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
15367      Branch: perl
15368            ! MANIFEST
15369 ____________________________________________________________________________
15370 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
15371         Log: (Retracted by #12001)
15372              Subject: Calc with USE_MUL/USE_DIV
15373              From: Tels <perl_dummy@bloodgate.com>
15374              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
15375              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
15376      Branch: perl
15377            ! lib/Math/BigInt/Calc.pm
15378 ____________________________________________________________________________
15379 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
15380         Log: Subject: [PATCH op.c] Re: perl@11978
15381              From: Robin Barker <rmb1@cise.npl.co.uk>
15382              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
15383              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
15384              
15385              Format errors.
15386      Branch: perl
15387            ! op.c
15388 ____________________________________________________________________________
15389 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
15390         Log: Switch PADOFFSET back to U32 both because of binary backward
15391              compatibility and because Arthur seems to have been fixing the
15392              problems with naughty integer-pointer casting.
15393      Branch: perl
15394            ! op.h
15395 ____________________________________________________________________________
15396 [ 11981] By: ams                                   on 2001/09/10  16:31:43
15397         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
15398              Fix Pod Typo, Add Test for ExtUtils::Command
15399              From: "chromatic" <chromatic@rmci.net>
15400              Date: Mon, 10 Sep 2001 11:20:56 -0600
15401              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
15402      Branch: perl
15403            + lib/ExtUtils/Command.t
15404            ! MANIFEST lib/ExtUtils/Command.pm
15405 ____________________________________________________________________________
15406 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
15407         Log: Subject: [PATCH] Encode.pm docs fix
15408              From: Matt Sergeant <MSergeant@star.net.uk>
15409              Date: Mon, 10 Sep 2001 15:24:01 +0100
15410              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
15411      Branch: perl
15412            ! ext/Encode/Encode.pm
15413 ____________________________________________________________________________
15414 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
15415         Log: Update Changes.
15416      Branch: perl
15417            ! Changes patchlevel.h
15418 ____________________________________________________________________________
15419 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
15420         Log: Revert #11973, the dTHX seems to be needed in there
15421              for threaded builds.
15422      Branch: perl
15423            ! perlio.c
15424 ____________________________________________________________________________
15425 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
15426         Log: Detypo.
15427      Branch: perl
15428            ! pod/perlguts.pod
15429 ____________________________________________________________________________
15430 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
15431         Log: Further Class::Struct patching from Damian.
15432              
15433              The new new semantics are:
15434              
15435              * If you pass an initializer for a nested object, it has to be:
15436              a) a reference to an object of that class, or      
15437              b) a reference to an object of a subclass of that class, or
15438              c) a reference to a hash of arguments to be passed to the
15439              class's constructor
15440              * If you pass no initializer for a nested object, the attribute
15441              is initialized to C<undef>
15442      Branch: perl
15443            ! lib/Class/Struct.pm
15444 ____________________________________________________________________________
15445 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
15446         Log: Skip the crypt test if no crypt.
15447      Branch: perl
15448            ! t/op/crypt.t
15449 ____________________________________________________________________________
15450 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
15451         Log: Warn against using bare v-strings as IP addresses
15452              (okay if using the wrappers from Socket)
15453      Branch: perl
15454            ! pod/perldata.pod pod/perlport.pod
15455 ____________________________________________________________________________
15456 [ 11973] By: sky                                   on 2001/09/10  11:57:58
15457         Log: Remove unused dTHX. Silenced another warning.
15458      Branch: perl
15459            ! perlio.c
15460 ____________________________________________________________________________
15461 [ 11972] By: sky                                   on 2001/09/10  11:54:25
15462         Log: Silence some more warnings INT2PTR.
15463      Branch: perl
15464            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
15465 ____________________________________________________________________________
15466 [ 11971] By: sky                                   on 2001/09/10  11:21:50
15467         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
15468      Branch: perl
15469            ! cop.h
15470 ____________________________________________________________________________
15471 [ 11970] By: sky                                   on 2001/09/10  11:17:25
15472         Log: Apply INT2PTR with force to silence warnings from
15473              PM_GETRE and friends. No more warnings with 64bit 
15474              IVs and 32bit pointers.    
15475      Branch: perl
15476            ! op.c op.h perl.c
15477 ____________________________________________________________________________
15478 [ 11969] By: sky                                   on 2001/09/10  10:13:02
15479         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
15480      Branch: perl
15481            ! pod/perlguts.pod
15482 ____________________________________________________________________________
15483 [ 11968] By: sky                                   on 2001/09/10  10:02:51
15484         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
15485              Rename to custop_op_name to Perl_custom_op_name to match perlapi
15486              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
15487              perl_clone.
15488      Branch: perl
15489            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
15490 ____________________________________________________________________________
15491 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
15492         Log: Using strlen() not good on embedded nul bytes.
15493      Branch: perl
15494            ! regcomp.c
15495 ____________________________________________________________________________
15496 [ 11966] By: ams                                   on 2001/09/09  21:06:13
15497         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
15498              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15499              Date: Mon, 13 Aug 2001 22:51:59 +0200
15500              Message-ID: <20010813225159.C6681@rafael>
15501              (Applied with several tweaks.)
15502      Branch: perl
15503            ! embed.h embed.pl proto.h toke.c
15504 ____________________________________________________________________________
15505 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
15506         Log: The exact error message is system-dependent.
15507      Branch: perl
15508            ! lib/ExtUtils/Manifest.t
15509 ____________________________________________________________________________
15510 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
15511         Log: Add Windows and Mac Sami support to Encode
15512              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
15513      Branch: perl
15514            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
15515            ! MANIFEST
15516 ____________________________________________________________________________
15517 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
15518         Log: Use the tried method.
15519      Branch: perl
15520            ! pod/perlport.pod
15521 ____________________________________________________________________________
15522 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
15523         Log: Can't count parentheses.
15524      Branch: perl
15525            ! ext/IO/lib/IO/Socket/INET.pm
15526 ____________________________________________________________________________
15527 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
15528         Log: perlport additions: 1 while unlink, add/delete directory
15529              entries and permissions, cygwin stat funkiness (from Michael
15530              Schwern and Nicholas Clark)
15531      Branch: perl
15532            ! pod/perlport.pod
15533 ____________________________________________________________________________
15534 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
15535         Log: blib does have a detectable test.
15536      Branch: perl
15537            ! t/lib/1_compile.t
15538 ____________________________________________________________________________
15539 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
15540         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
15541              From: "chromatic" <chromatic@rmci.net>
15542              Date: Sat, 08 Sep 2001 19:33:42 -0600
15543              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
15544      Branch: perl
15545            + lib/Term/Complete.t
15546            ! MANIFEST
15547 ____________________________________________________________________________
15548 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
15549         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
15550              From: Michael G Schwern <schwern@pobox.com> 
15551              Date: Sat, 8 Sep 2001 02:40:26 -0400
15552              Message-ID: <20010908024026.A26283@blackrider>
15553      Branch: perl
15554            + lib/Test/Tutorial.pod
15555            ! MANIFEST
15556 ____________________________________________________________________________
15557 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
15558         Log: Try to look up protocol (by name) only iff it has non-numbers:
15559              nice if the server is in a chrooted environment (no /etc/protocols,
15560              server code using hardcorded protocol numbers like 6 for tcp),
15561              suggested by John Holdsworth <coldwave@bigfoot.com>.
15562              In other words, if we are given a number, why look it up again
15563              (by number)?
15564      Branch: perl
15565            ! ext/IO/lib/IO/Socket/INET.pm
15566 ____________________________________________________________________________
15567 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
15568         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
15569              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15570              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
15571              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
15572              
15573              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
15574              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15575              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
15576              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
15577              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
15578              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15579              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
15580              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
15581      Branch: perl
15582            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
15583 ____________________________________________________________________________
15584 [ 11955] By: ams                                   on 2001/09/09  02:54:21
15585         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15586              From: "Craig A. Berry" <craigberry@mac.com>
15587              Date: Sat, 08 Sep 2001 19:02:16 -0500
15588              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
15589      Branch: perl
15590            ! lib/CGI/t/carp.t
15591 ____________________________________________________________________________
15592 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
15593         Log: Documentation tweaks; think the IP address as an opaque string.
15594      Branch: perl
15595            ! ext/Socket/Socket.pm
15596 ____________________________________________________________________________
15597 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
15598         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
15599              From: Michael G Schwern <schwern@pobox.com>
15600              Date: Sat, 8 Sep 2001 19:45:46 -0400
15601              Message-ID: <20010908194546.C9193@blackrider>
15602      Branch: perl
15603            + lib/blib.t
15604            ! MANIFEST lib/blib.pm t/lib/1_compile.t
15605 ____________________________________________________________________________
15606 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
15607         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
15608              From: "chromatic" <chromatic@rmci.net>
15609              Date: Sat, 08 Sep 2001 12:31:44 -0600
15610              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
15611      Branch: perl
15612            + lib/CGI/t/fast.t
15613            ! MANIFEST
15614 ____________________________________________________________________________
15615 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
15616         Log: The Socket tests were wrong: they were assuming too much.
15617      Branch: perl
15618            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
15619 ____________________________________________________________________________
15620 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
15621         Log: Retract the portability changes since they
15622              seem to have opened a can of worms... will
15623              go back to UNICOS/mk and do the bare minimum
15624              required to get the tests working.
15625      Branch: perl
15626            ! ext/Socket/Socket.xs
15627 ____________________________________________________________________________
15628 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
15629         Log: PADOFFSET is used to cast pointers into integers,
15630              if pointers are 64 bits and U32 32 bits,
15631              bad things may happen, or at least warnings issued.
15632      Branch: perl
15633            ! op.h
15634 ____________________________________________________________________________
15635 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
15636         Log: Still more Socket portability tweaking.
15637              Now Socket.t seems to be happy in all of
15638              Linux/x86, Tru64/alpha, Solaris/sparc,
15639              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
15640              
15641              Addendum: it seems that io_multihomed, io_sock, and hostent
15642              were broken in little-endians (linux/x86 and tru64/alpha)
15643              because of this change.  Argh.
15644      Branch: perl
15645            ! ext/Socket/Socket.xs
15646 ____________________________________________________________________________
15647 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
15648         Log: More portability kicking on inet_ntoa().
15649      Branch: perl
15650            ! ext/Socket/Socket.xs
15651 ____________________________________________________________________________
15652 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
15653         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
15654              From: Michael G Schwern <schwern@pobox.com> 
15655              Date: Fri, 7 Sep 2001 23:06:51 -0400
15656              Message-ID: <20010907230651.R606@blackrider>
15657      Branch: perl
15658            + lib/ExtUtils/Manifest.t
15659            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
15660 ____________________________________________________________________________
15661 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
15662         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
15663              From: "chromatic" <chromatic@rmci.net>
15664              Date: Fri, 07 Sep 2001 17:53:15 -0600      
15665              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
15666      Branch: perl
15667            + lib/ExtUtils/testlib.t
15668            ! MANIFEST
15669 ____________________________________________________________________________
15670 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
15671         Log: Thinko.
15672      Branch: perl
15673            ! lib/integer.t
15674 ____________________________________________________________________________
15675 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
15676         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
15677              From: "Craig A. Berry" <craigberry@mac.com>
15678              Date: Fri, 07 Sep 2001 15:30:03 -0500
15679              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
15680      Branch: perl
15681            ! lib/CGI/Carp.pm
15682 ____________________________________________________________________________
15683 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
15684         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
15685              From: Michael G Schwern <schwern@pobox.com>
15686              Date: Fri, 7 Sep 2001 15:38:13 -0400
15687              Message-ID: <20010907153813.K606@blackrider>
15688      Branch: perl
15689            ! lib/ExtUtils/MM_Unix.pm
15690 ____________________________________________________________________________
15691 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
15692         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
15693              From: Robin Barker <rmb1@cise.npl.co.uk>
15694              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
15695              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
15696      Branch: perl
15697            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
15698 ____________________________________________________________________________
15699 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
15700         Log: Clean up 1_compile.t; move tests to more consistent
15701              places (t/ subdirectories); add integer.t (much of
15702              the pragma is tested elsewhere but there is no one
15703              centralized place)
15704      Branch: perl
15705            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
15706            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
15707            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
15708            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
15709            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
15710            - lib/File/Find/find.t lib/File/Find/taint.t
15711            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
15712 ____________________________________________________________________________
15713 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
15714         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
15715              From: "chromatic" <chromatic@rmci.net>
15716              Date: Fri, 07 Sep 2001 10:17:40 -0600
15717              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
15718      Branch: perl
15719            ! lib/File/Find/taint.t
15720 ____________________________________________________________________________
15721 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
15722         Log: Update Changes.
15723      Branch: perl
15724            ! Changes patchlevel.h
15725 ____________________________________________________________________________
15726 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
15727         Log: Rename the old threading tutorial, start a new one,
15728              regen toc.
15729      Branch: perl
15730            + pod/perlothrtut.pod
15731            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
15732            ! pod/perltoc.pod
15733 ____________________________________________________________________________
15734 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
15735         Log: vars very much has a test.
15736      Branch: perl
15737            ! t/lib/1_compile.t
15738 ____________________________________________________________________________
15739 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
15740         Log: Subject: Re: wince/perl.ico marked as binary
15741              From: Nicholas Clark <nick@ccl4.org>
15742              Date: Fri, 7 Sep 2001 13:54:40 +0100
15743              Message-ID: <20010907135439.D39150@plum.flirble.org>
15744              
15745              and wince/Makefile.ce change from Rainer Keuchel.
15746      Branch: perl
15747            + wince/makeico.pl
15748            ! MANIFEST wince/Makefile.ce
15749 ____________________________________________________________________________
15750 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
15751         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
15752              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15753              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
15754              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
15755      Branch: perl
15756            ! regexec.c
15757 ____________________________________________________________________________
15758 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
15759         Log: (Replaced by #11934)
15760              Subject: Re: [PATCH regexec.c] more general .* and .*?
15761              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
15762              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
15763              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
15764      Branch: perl
15765            ! regexec.c
15766 ____________________________________________________________________________
15767 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
15768         Log: The #11931 patching misbehaved.
15769      Branch: perl
15770            ! lib/Test/Harness/t/test-harness.t
15771 ____________________________________________________________________________
15772 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
15773         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
15774              From: Michael G Schwern <schwern@pobox.com>
15775              Date: Fri, 7 Sep 2001 03:30:41 -0400
15776              Message-ID: <20010907033041.A2796@blackrider>
15777      Branch: perl
15778            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
15779            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
15780            + t/lib/sample-tests/header_at_end_fail
15781            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
15782            - lib/Test/Harness.t
15783            ! MANIFEST lib/Test/Harness.pm t/TEST
15784 ____________________________________________________________________________
15785 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
15786         Log: Subject: [PATCH] Digest::MD5 update
15787              From: Gisle Aas <gisle@ActiveState.com>
15788              Date: 06 Sep 2001 23:32:56 -0700
15789              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
15790      Branch: perl
15791            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
15792            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
15793 ____________________________________________________________________________
15794 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
15795         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
15796              From: "chromatic" <chromatic@rmci.net>
15797              Date: Thu, 06 Sep 2001 23:11:44 -0600
15798              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
15799      Branch: perl
15800            + lib/less.t
15801            ! MANIFEST t/lib/1_compile.t
15802 ____________________________________________________________________________
15803 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
15804         Log: The binary file must somehow differently stored.
15805      Branch: perl
15806            - wince/perl.ico
15807            ! MANIFEST
15808 ____________________________________________________________________________
15809 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
15810         Log: Add more modules to the list of modules that have tests,
15811              Schwern's wallet is getting more nervous.
15812              (Run t/lib/1_compile.t manually to see which modules
15813              are lacking tests, or the tests can't be run for some
15814              reason or another, such as the Net:: modules)
15815      Branch: perl
15816            ! t/lib/1_compile.t
15817 ____________________________________________________________________________
15818 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
15819         Log: Try to make Socket::inet_ntoa() more robust.
15820      Branch: perl
15821            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
15822 ____________________________________________________________________________
15823 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
15824         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
15825              From: chromatic <chromatic@rmci.net>       
15826              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
15827              Message-Id: <01090522580506.19590@firewheel>           
15828      Branch: perl
15829            ! lib/English.t
15830 ____________________________________________________________________________
15831 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
15832         Log: Subject: Re: perlvar manpage and localizing special vars
15833              From: Stas Bekman <stas@stason.org>
15834              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
15835              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
15836      Branch: perl
15837            ! pod/perlvar.pod
15838 ____________________________________________________________________________
15839 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
15840         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
15841              From: Robin Barker <rmb1@cise.npl.co.uk>
15842              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
15843              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
15844      Branch: perl
15845            ! lib/ExtUtils/MakeMaker.pm
15846 ____________________________________________________________________________
15847 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
15848         Log: Symbol missing; AIX unhappy.
15849      Branch: perl
15850            ! makedef.pl
15851 ____________________________________________________________________________
15852 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
15853         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
15854              Reported in 5.61, seems to work okay in blead.
15855      Branch: perl
15856            ! t/run/kill_perl.t
15857 ____________________________________________________________________________
15858 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
15859         Log: Update Changes.
15860      Branch: perl
15861            ! Changes patchlevel.h
15862 ____________________________________________________________________________
15863 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
15864         Log: Document the bad assumptions currently breaking
15865              the Socket.t tests 10, 11, and 13 in UNICOS.
15866      Branch: perl
15867            ! ext/Socket/Socket.xs
15868 ____________________________________________________________________________
15869 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
15870         Log: Subject: [PATCH x2p] make OPTIMIZE=...
15871              From: Robin Barker <rmb1@cise.npl.co.uk>
15872              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
15873              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
15874      Branch: perl
15875            ! x2p/Makefile.SH x2p/cflags.SH
15876 ____________________________________________________________________________
15877 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
15878         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
15879              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
15880              Date: Thu, 6 Sep 2001 11:09:40 +0100
15881              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
15882              
15883              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
15884              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
15885              Date: 6 Sep 2001 10:14:38 -0000
15886              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
15887      Branch: perl
15888            ! pod/perlfaq1.pod pod/perlhack.pod
15889 ____________________________________________________________________________
15890 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
15891         Log: Subject: Extra NUL is Data::Dumper output - patch
15892              From: Tony Cook <tony@develop-help.com>
15893              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
15894              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
15895      Branch: perl
15896            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
15897 ____________________________________________________________________________
15898 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
15899         Log: Avoid redefinition warning
15900              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
15901              from
15902              perl -w -Ilib -MCwd -e ''
15903      Branch: perl
15904            ! lib/Cwd.pm
15905 ____________________________________________________________________________
15906 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
15907         Log: Update the is_tainted() example implementation.
15908      Branch: perl
15909            ! pod/perlsec.pod
15910 ____________________________________________________________________________
15911 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
15912         Log: Missing) in #11912.
15913      Branch: perl
15914            ! lib/Test/Simple/t/fail.t
15915 ____________________________________________________________________________
15916 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
15917         Log: Rewhack Test-Simple into core harness.
15918      Branch: perl
15919            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
15920            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
15921            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
15922            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
15923            ! lib/Test/Simple/t/skipall.t
15924 ____________________________________________________________________________
15925 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
15926         Log: Workaround for the new Exporter 'feature'.
15927      Branch: perl
15928            ! lib/Test/More.pm
15929 ____________________________________________________________________________
15930 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
15931         Log: Re-introduce pure-Perl fall-back for abs_path,
15932              re-introduce #11898.
15933      Branch: perl
15934            ! lib/Cwd.pm lib/File/Find.pm
15935 ____________________________________________________________________________
15936 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
15937         Log: More tests.
15938      Branch: perl
15939            ! lib/Exporter.t
15940 ____________________________________________________________________________
15941 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
15942         Log: Retract #11898 for now because it introduces
15943              a rather nasty depencency: when B is being built,
15944              MakeMaker is used.  MakeMaker uses File::Find.
15945              File::Find uses Cwd::getcwd()...which doesn't
15946              exist yet.
15947      Branch: perl
15948            ! lib/File/Find.pm
15949 ____________________________________________________________________________
15950 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
15951         Log: New test welcome.
15952      Branch: perl
15953            + lib/Test/Simple/t/simple.t
15954 ____________________________________________________________________________
15955 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
15956         Log: Old test begone.
15957      Branch: perl
15958            - lib/Attribute/Handlers/test.pl
15959 ____________________________________________________________________________
15960 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
15961         Log: Test-Simple syncup from Schwern.
15962      Branch: perl
15963            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
15964            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
15965            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
15966            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
15967            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
15968            - lib/Test/More/Changes lib/Test/More/t/More.t
15969            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
15970            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
15971            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
15972            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
15973            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
15974            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
15975            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
15976            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
15977            ! t/lib/Test/Simple/sample_tests/death.plx
15978            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
15979            ! t/lib/Test/Simple/sample_tests/extras.plx
15980            ! t/lib/Test/Simple/sample_tests/five_fail.plx
15981            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
15982            ! t/lib/Test/Simple/sample_tests/one_fail.plx
15983            ! t/lib/Test/Simple/sample_tests/require.plx
15984            ! t/lib/Test/Simple/sample_tests/success.plx
15985            ! t/lib/Test/Simple/sample_tests/too_few.plx
15986            ! t/lib/Test/Simple/sample_tests/two_fail.plx
15987 ____________________________________________________________________________
15988 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
15989         Log: Integrate File::Find changes from bleadperl
15990      Branch: maint-5.6/macperl
15991            ! lib/File/Find.pm t/lib/filefind-taint.t
15992 ____________________________________________________________________________
15993 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
15994         Log: Integrate 11847 from maint-5.6/perl
15995      Branch: maint-5.6/macperl
15996           !> sv.c
15997 ____________________________________________________________________________
15998 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
15999         Log: In UNICOS division yada yada.
16000      Branch: perl
16001            ! t/op/override.t
16002 ____________________________________________________________________________
16003 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
16004         Log: In UNICOS division is really lossy, better use
16005              a tolerance test.
16006      Branch: perl
16007            ! ext/Time/HiRes/HiRes.t
16008 ____________________________________________________________________________
16009 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
16010         Log: In UNICOS sigaction() sets an extra flag
16011              ("the signal has been registered for all the processes in
16012              a multitasking group.")
16013      Branch: perl
16014            ! ext/POSIX/sigaction.t
16015 ____________________________________________________________________________
16016 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
16017         Log: Documentation micropatch from Damian.
16018      Branch: perl
16019            ! lib/Attribute/Handlers.pm
16020 ____________________________________________________________________________
16021 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
16022         Log: (Retracted by #11908)
16023              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
16024              From: Michael G Schwern <schwern@pobox.com>
16025              Date: Wed, 5 Sep 2001 15:58:21 -0400
16026              Message-ID: <20010905155821.I632@blackrider>
16027      Branch: perl
16028            ! lib/File/Find.pm lib/File/Find/taint.t
16029 ____________________________________________________________________________
16030 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
16031         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
16032              From: Michael G Schwern <schwern@pobox.com>
16033              Date: Wed, 5 Sep 2001 19:16:31 -0400
16034              Message-ID: <20010905191631.E11386@blackrider>
16035      Branch: perl
16036            + lib/CGI/t/carp.t
16037            ! MANIFEST
16038 ____________________________________________________________________________
16039 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
16040         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
16041              From: chromatic <chromatic@rmci.net>
16042              Date: Wed, 5 Sep 2001 18:08:07 -0600
16043              Message-Id: <01090518080700.19590@firewheel>
16044      Branch: perl
16045            ! lib/English.pm
16046 ____________________________________________________________________________
16047 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
16048         Log: Fix a typo #11889 and add a test for the same.
16049      Branch: perl
16050            ! ext/Socket/Socket.t ext/Socket/Socket.xs
16051 ____________________________________________________________________________
16052 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
16053         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
16054              From: "Craig A. Berry" <craigberry@mac.com>
16055              Date: Wed, 05 Sep 2001 17:48:54 -0500
16056              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
16057      Branch: perl
16058            ! lib/warnings.t t/run/kill_perl.t
16059 ____________________________________________________________________________
16060 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
16061         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
16062              From: Michael G Schwern <schwern@pobox.com>
16063              Date: Wed, 5 Sep 2001 17:22:25 -0400
16064              Message-ID: <20010905172225.C11386@blackrider>
16065      Branch: perl
16066            ! t/run/kill_perl.t
16067 ____________________________________________________________________________
16068 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
16069         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
16070              From: Nicholas Clark <nick@ccl4.org>
16071              Date: Wed, 5 Sep 2001 20:54:24 +0100
16072              Message-ID: <20010905205424.C25120@plum.flirble.org>
16073      Branch: perl
16074            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
16075 ____________________________________________________________________________
16076 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
16077         Log: Forgotten thing.
16078      Branch: perl
16079            ! uconfig.h
16080 ____________________________________________________________________________
16081 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
16082         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
16083              From: chromatic <chromatic@rmci.net>               
16084              Date: Wed, 5 Sep 2001 13:22:08 -0600
16085              Message-Id: <01090513220807.10587@firewheel> 
16086      Branch: perl
16087            ! lib/English.pm
16088 ____________________________________________________________________________
16089 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
16090         Log: inet_ntoa() tweaks:
16091              - don't allow addresses with > 255 characters
16092              - indent the HP-UX workaround
16093              - don't leak memory
16094      Branch: perl
16095            ! ext/Socket/Socket.xs
16096 ____________________________________________________________________________
16097 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
16098         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
16099              <xwu@theeducationcenter.com>
16100      Branch: perl
16101            ! lib/File/Find.pm
16102 ____________________________________________________________________________
16103 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
16104         Log: Typo nits.
16105      Branch: perl
16106            ! lib/File/Find.pm
16107 ____________________________________________________________________________
16108 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
16109         Log: -Wall nit.
16110      Branch: perl
16111            ! op.c
16112 ____________________________________________________________________________
16113 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
16114         Log: Update to Scalar-List-Utils 1.05
16115      Branch: perl
16116            ! ext/List/Util/ChangeLog ext/List/Util/README
16117            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
16118 ____________________________________________________________________________
16119 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
16120         Log: Update Changes.
16121      Branch: perl
16122            ! Changes patchlevel.h
16123 ____________________________________________________________________________
16124 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
16125         Log: Update to Scalar-List-Utils 1.04
16126      Branch: perl
16127            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
16128            ! ext/List/Util/lib/List/Util.pm
16129            ! ext/List/Util/lib/Scalar/Util.pm
16130 ____________________________________________________________________________
16131 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
16132         Log: Metaconfigify #11724.
16133      Branch: metaconfig
16134            ! U/threads/archname.U
16135 ____________________________________________________________________________
16136 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
16137         Log: The MacOS reference is okay, no reason to hide it.
16138      Branch: perl
16139            ! lib/Cwd.pm
16140 ____________________________________________________________________________
16141 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
16142         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
16143              From: Michael G Schwern <schwern@pobox.com>
16144              Date: Tue, 4 Sep 2001 15:30:10 -0400
16145              Message-ID: <20010904153010.H26466@blackrider> 
16146              
16147              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
16148      Branch: perl
16149            ! ext/Cwd/Makefile.PL lib/Cwd.pm
16150 ____________________________________________________________________________
16151 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
16152         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.))
16153              From: Michael G Schwern <schwern@pobox.com>
16154              Date: Tue, 4 Sep 2001 17:39:13 -0400
16155              Message-ID: <20010904173913.C626@blackrider>
16156      Branch: perl
16157            ! lib/Cwd.pm
16158 ____________________________________________________________________________
16159 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
16160         Log: Subject: Re: Perl_pp_* in public API?
16161              From: "Craig A. Berry" <craigberry@mac.com>
16162              Date: Tue, 4 Sep 2001 21:51:29 -0500
16163              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
16164      Branch: perl
16165            ! ext/List/Util/Util.xs
16166 ____________________________________________________________________________
16167 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
16168         Log: From Damian: Class::Struct was unable to define
16169              recursive classes.  After the patch an object reference
16170              (rather than a hash) is required to initialize
16171              an object attribute.  If no such initializer is given to
16172              the constructor, object attributes are now default
16173              initialized to C<undef>.
16174      Branch: perl
16175            ! lib/Class/Struct.pm lib/Class/Struct.t
16176 ____________________________________________________________________________
16177 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
16178         Log: Subject: Re: sv_catpvfn and sv_setpvfn
16179              From: Richard Soderberg <rs@oregonnet.com>
16180              Date: Tue, 4 Sep 2001 15:16:47 -0700
16181              Message-Id: <200109042216.PAA17858@oregonnet.com>
16182      Branch: perl
16183            ! pod/perlclib.pod pod/perlguts.pod
16184 ____________________________________________________________________________
16185 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
16186         Log: NetWare updates from Ananth Kesari.
16187      Branch: perl
16188            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
16189            ! NetWare/nw5thread.h
16190 ____________________________________________________________________________
16191 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
16192         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?))
16193              From: Nicholas Clark <nick@ccl4.org>
16194              Date: Tue, 4 Sep 2001 22:42:50 +0100
16195              Message-ID: <20010904224250.P25120@plum.flirble.org>
16196      Branch: perl
16197            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
16198            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
16199            ! t/op/oct.t toke.c
16200 ____________________________________________________________________________
16201 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
16202         Log: Fix Cwd::getcwd() not being tainted, as noticed
16203              by Schwern.
16204      Branch: perl
16205            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
16206            - ext/Cwd/Cwd.t
16207            ! MANIFEST ext/Cwd/Cwd.xs util.c
16208 ____________________________________________________________________________
16209 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
16210         Log: Retract #11870 and volatilize the right destruct_level.
16211              Silly thinko pointed out by Sarathy.
16212      Branch: perl
16213            ! intrpvar.h perl.c
16214 ____________________________________________________________________________
16215 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
16216         Log: At least a temporary fix for the mysterious scope core dumps
16217              in Tru64 from Graham.
16218      Branch: perl
16219            ! ext/List/Util/Util.xs
16220 ____________________________________________________________________________
16221 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
16222         Log: (Retracted by #11872)
16223      Branch: perl
16224            ! intrpvar.h
16225 ____________________________________________________________________________
16226 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
16227         Log: Quench a -Wall gripe noticed by Robin Barker.
16228      Branch: perl
16229            ! op.c
16230 ____________________________________________________________________________
16231 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
16232         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
16233              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16234              Date: Wed, 05 Sep 2001 02:01:32 +0900
16235              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
16236      Branch: perl
16237            ! lib/Unicode/UCD.pm
16238 ____________________________________________________________________________
16239 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
16240         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
16241              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16242              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
16243              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
16244      Branch: perl
16245            ! gv.c
16246 ____________________________________________________________________________
16247 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
16248         Log: Update Changes.
16249      Branch: perl
16250            ! Changes patchlevel.h
16251 ____________________________________________________________________________
16252 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
16253         Log: Add the \[$@%&*] prototype support.
16254      Branch: perl
16255            ! op.c pod/perlsub.pod t/comp/proto.t
16256 ____________________________________________________________________________
16257 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
16258         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
16259              From: Michael G Schwern <schwern@pobox.com>
16260              Date: Mon, 3 Sep 2001 18:59:01 -0400
16261              Message-ID: <20010903185901.Z9233@blackrider>
16262      Branch: perl
16263            ! lib/CGI/t/form.t
16264 ____________________________________________________________________________
16265 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
16266         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
16267              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
16268              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
16269              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
16270      Branch: perl
16271            ! gv.c
16272 ____________________________________________________________________________
16273 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
16274         Log: More srand entry tweakage based on Randal's suggestion.
16275      Branch: perl
16276            ! pod/perlfunc.pod
16277 ____________________________________________________________________________
16278 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
16279         Log: Subject: [PATCH] 'main' *is* a reserved word
16280              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16281              Date: Mon, 3 Sep 2001 22:55:41 +0200
16282              Message-ID: <20010903225541.A24097@rafael>
16283      Branch: perl
16284            ! toke.c
16285 ____________________________________________________________________________
16286 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
16287         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
16288              From: Peter Prymmer <pvhp@best.com>
16289              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
16290              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
16291      Branch: perl
16292            ! README.vms configure.com
16293 ____________________________________________________________________________
16294 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
16295         Log: Subject: Re: A slightly better default seed?   
16296              From: Michael G Schwern <schwern@pobox.com>
16297              Date: Mon, 3 Sep 2001 18:08:15 -0400 
16298              Message-ID: <20010903180815.W9233@blackrider>
16299      Branch: perl
16300            ! t/op/srand.t
16301 ____________________________________________________________________________
16302 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
16303         Log: Add sharedsv.o to microperl object files.
16304      Branch: perl
16305            ! Makefile.micro
16306 ____________________________________________________________________________
16307 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
16308         Log: AUTHORS updates and
16309              
16310              Subject: [PATCH] Just some preening :-)        
16311              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
16312              Date: Tue, 4 Sep 2001 14:16:59 +0100
16313              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
16314      Branch: perl
16315            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
16316 ____________________________________________________________________________
16317 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
16318         Log: Typo fix and slight rewording.
16319      Branch: perl
16320            ! pod/perlfunc.pod
16321 ____________________________________________________________________________
16322 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
16323         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
16324      Branch: perl
16325            ! pod/perlfaq4.pod
16326 ____________________________________________________________________________
16327 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
16328         Log: The helper file changed name.
16329      Branch: perl
16330            ! MANIFEST
16331 ____________________________________________________________________________
16332 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
16333         Log: Update to Scalar-List-Utils 1.03
16334      Branch: perl
16335            + ext/List/Util/t/shuffle.t
16336            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
16337            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
16338            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
16339            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
16340            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
16341            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
16342            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
16343            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
16344 ____________________________________________________________________________
16345 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
16346         Log: Make crypt() do something more sane for Unicode
16347              (take crypt() of the low eight bits of the characters,
16348              instead of taking crypt() of the UTF-8 of the scalar);
16349              add a test for crypt().
16350      Branch: perl
16351            + t/op/crypt.t
16352            ! MANIFEST pod/perlfunc.pod pp.c
16353 ____________________________________________________________________________
16354 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
16355         Log: Reorganize the srand entry.
16356      Branch: perl
16357            ! pod/perlfunc.pod
16358 ____________________________________________________________________________
16359 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
16360         Log: Remove the tests that assume something about
16361              calling srand() without arguments multiple times.
16362      Branch: perl
16363            ! t/op/srand.t
16364 ____________________________________________________________________________
16365 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
16366         Log: Upgrade to Math::BigInt 1.42.
16367      Branch: perl
16368            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16369            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
16370            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
16371            ! lib/Math/BigInt/t/mbimbf.t
16372 ____________________________________________________________________________
16373 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
16374         Log: integrate change#11847 from maint-5.6
16375              
16376              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16377      Branch: perl
16378            ! sv.c
16379 ____________________________________________________________________________
16380 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
16381         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
16382      Branch: maint-5.6/perl
16383            ! sv.c
16384 ____________________________________________________________________________
16385 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
16386         Log: As far as I can tell these functions have been Unicodified.
16387      Branch: perl
16388            ! doop.c
16389 ____________________________________________________________________________
16390 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
16391         Log: Update to Storable 1.0.13.
16392      Branch: perl
16393            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
16394            ! ext/Storable/Storable.xs
16395 ____________________________________________________________________________
16396 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
16397         Log: Patch the Filter::Simple test to work with
16398              the core test suite (since the FilterTest.pm
16399              is in t/lib, not in lib).
16400      Branch: perl
16401            ! lib/Filter/Simple/t/filter.t
16402 ____________________________________________________________________________
16403 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
16404         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
16405      Branch: perl
16406            + t/lib/FilterTest.pm
16407            - t/lib/MyFilter.pm
16408 ____________________________________________________________________________
16409 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
16410         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
16411              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
16412              Text::Balanced 1.86.
16413      Branch: perl
16414            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
16415            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
16416            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
16417            + lib/Switch/t/nested.t lib/Switch/t/switch.t
16418            + lib/Text/Balanced/Changes lib/Text/Balanced/README
16419            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
16420            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
16421            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
16422            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
16423            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
16424            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
16425            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
16426            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
16427            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
16428            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
16429            ! MANIFEST lib/Attribute/Handlers.pm
16430            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
16431            ! lib/Attribute/Handlers/demo/Demo.pm
16432            ! lib/Attribute/Handlers/demo/Descriptions.pm
16433            ! lib/Attribute/Handlers/demo/MyClass.pm
16434            ! lib/Attribute/Handlers/demo/demo.pl
16435            ! lib/Attribute/Handlers/demo/demo2.pl
16436            ! lib/Attribute/Handlers/demo/demo3.pl
16437            ! lib/Attribute/Handlers/demo/demo4.pl
16438            ! lib/Attribute/Handlers/demo/demo_call.pl
16439            ! lib/Attribute/Handlers/demo/demo_chain.pl
16440            ! lib/Attribute/Handlers/demo/demo_cycle.pl
16441            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
16442            ! lib/Attribute/Handlers/demo/demo_phases.pl
16443            ! lib/Attribute/Handlers/demo/demo_range.pl
16444            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
16445            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
16446            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
16447            ! lib/Text/Balanced.pm
16448 ____________________________________________________________________________
16449 [ 11841] By: sky                                   on 2001/09/03  11:04:15
16450         Log: Forgot to add a file with Change #11840
16451      Branch: perl
16452            + t/op/srand.t
16453 ____________________________________________________________________________
16454 [ 11840] By: sky                                   on 2001/09/03  11:02:04
16455         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
16456              From: Michael G Schwern <schwern@pobox.com>
16457              Date: Mon, 3 Sep 2001 07:43:00 -0400
16458              Message-ID: <20010903074300.E9233@blackrider>
16459      Branch: perl
16460            ! MANIFEST pod/perlfunc.pod t/op/rand.t
16461 ____________________________________________________________________________
16462 [ 11839] By: sky                                   on 2001/09/03  10:47:11
16463         Log: Document the changes with regards to running of END blocks.
16464              And DESTROY on global objects are called in perl_destruct()!
16465      Branch: perl
16466            ! pod/perl572delta.pod pod/perlembed.pod
16467 ____________________________________________________________________________
16468 [ 11838] By: sky                                   on 2001/09/03  09:34:44
16469         Log: Subject: [PATCH t/op/time.t] Partial cleanup
16470              From: Michael G Schwern <schwern@pobox.com>
16471              Date: Mon, 3 Sep 2001 06:29:42 -0400
16472              Message-ID: <20010903062942.C9233@blackrider>
16473      Branch: perl
16474            ! t/op/time.t
16475 ____________________________________________________________________________
16476 [ 11837] By: sky                                   on 2001/09/03  09:30:02
16477         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
16478              From: Michael G Schwern <schwern@pobox.com>
16479              Date: Mon, 3 Sep 2001 06:24:13 -0400
16480              Message-ID: <20010903062413.B9233@blackrider>
16481      Branch: perl
16482            ! t/op/rand.t
16483 ____________________________________________________________________________
16484 [ 11836] By: sky                                   on 2001/09/03  07:56:47
16485         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
16486              From: Michael G Schwern <schwern@pobox.com>
16487              Date: Sun, 2 Sep 2001 21:38:43 -0400
16488              Message-ID: <20010902213843.L2711@blackrider>
16489      Branch: perl
16490            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
16491            ! MANIFEST
16492 ____________________________________________________________________________
16493 [ 11835] By: nick                                  on 2001/09/03  06:20:06
16494         Log: Integrate mainline
16495      Branch: perlio
16496           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
16497            - t/op/misc.t
16498           !> (integrate 187 files)
16499 ____________________________________________________________________________
16500 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
16501         Log: Update Changes.
16502      Branch: perl
16503            ! Changes patchlevel.h
16504 ____________________________________________________________________________
16505 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
16506         Log: Slight tweaks.
16507      Branch: perl
16508            ! t/run/kill_perl.t
16509 ____________________________________________________________________________
16510 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
16511         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
16512      Branch: perl
16513            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16514 ____________________________________________________________________________
16515 [ 11831] By: sky                                   on 2001/09/02  12:10:42
16516         Log: Change #11828 wasn't complete, this updates to intest path
16517      Branch: perl
16518            ! t/run/kill_perl.t
16519 ____________________________________________________________________________
16520 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
16521         Log: 's's's.
16522      Branch: perl
16523            ! Changes
16524 ____________________________________________________________________________
16525 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
16526         Log: Update Changes.
16527      Branch: perl
16528            ! Changes patchlevel.h
16529 ____________________________________________________________________________
16530 [ 11828] By: sky                                   on 2001/09/02  11:53:56
16531         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
16532              From: Michael G Schwern <schwern@pobox.com>
16533              Date: Sat, 1 Sep 2001 20:18:58 -0400
16534              Message-ID: <20010901201858.X606@blackrider>
16535              +MANIFEST Fix
16536      Branch: perl
16537            + t/run/kill_perl.t
16538            - t/op/misc.t t/run/segfault.t
16539            ! MANIFEST
16540 ____________________________________________________________________________
16541 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
16542         Log: Subject: [PATCH] lib/Time/Local.pm
16543              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16544              Date: Sun, 2 Sep 2001 06:50:01 -0500
16545              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
16546      Branch: perl
16547            ! lib/Time/Local.pm
16548 ____________________________________________________________________________
16549 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
16550         Log: Tick off Unicode collation and the normalization from
16551              the todo list.
16552      Branch: perl
16553            ! pod/perltodo.pod
16554 ____________________________________________________________________________
16555 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
16556         Log: Update to Unicode 3.1.1.
16557      Branch: perl
16558            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
16559            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
16560            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
16561            ! lib/unicore/PropList.txt lib/unicore/README.perl
16562            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
16563            ! lib/unicore/rename lib/unicore/version
16564 ____________________________________________________________________________
16565 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
16566         Log: Slight doc tweaks for the module.
16567      Branch: perl
16568            ! lib/Unicode/UCD.pm
16569 ____________________________________________________________________________
16570 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
16571         Log: Rename the variable: it *used* to be (wrongly) that the
16572              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
16573              but that is no more the case: PL_reg_match_utf8 is better.
16574      Branch: perl
16575            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
16576            ! regexec.c sv.c thrdvar.h
16577 ____________________________________________________________________________
16578 [ 11822] By: ams                                   on 2001/09/02  02:54:50
16579         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
16580              From: Ilmari Karonen <iltzu@sci.fi>
16581              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
16582              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
16583              (op/sub_lval.t updated to take new error message into account.)
16584      Branch: perl
16585            ! op.c t/op/sub_lval.t
16586 ____________________________________________________________________________
16587 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
16588         Log: remove stray CRs in files; keep all files with UNIX line-ends
16589              (Porting/makerel adds CRs to the files that need it in the
16590              distribution)
16591      Branch: perl
16592            ! NetWare/t/NWScripts.pl README.dos
16593            ! ext/Encode/Encode/cns11643-1.enc
16594            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
16595            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16596 ____________________________________________________________________________
16597 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
16598         Log: some remnants of change#11803
16599      Branch: perl
16600            ! ext/ByteLoader/byterun.h perl.h
16601 ____________________________________________________________________________
16602 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
16603         Log: Update to Unicode::Collate 0.08.
16604      Branch: perl
16605            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
16606            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
16607 ____________________________________________________________________________
16608 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
16609         Log: Test tweaks.
16610      Branch: perl
16611            ! t/op/pat.t
16612 ____________________________________________________________________________
16613 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
16614         Log: Fix test
16615      Branch: maint-5.6/macperl
16616            ! t/lib/b.t
16617 ____________________________________________________________________________
16618 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
16619         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
16620              warnings in Config.pm with -W; increase default and
16621              minimum RAM; bump version number.
16622      Branch: maint-5.6/macperl
16623            + macos/lib/Mac/LowMem.pm
16624            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
16625            ! macos/configpm macos/macperl/MacPerl.r
16626 ____________________________________________________________________________
16627 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
16628         Log: Make syntax check report in MPW style, fix tests
16629              to use Mac::err=unix to get normal-style error
16630              messages.
16631      Branch: maint-5.6/macperl
16632            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
16633            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
16634 ____________________________________________________________________________
16635 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
16636         Log: Make MPW-style errors optional (but the default); add
16637              MacPerl::ErrorFormat() function and Mac::err pragma
16638      Branch: maint-5.6/macperl
16639            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
16640            + macos/ext/Mac/err/err.xs
16641            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
16642            ! macos/macish.c macos/macish.h macos/macperl.sym
16643 ____________________________________________________________________________
16644 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
16645         Log: More module and test ports from Thomas Wegner et al
16646      Branch: maint-5.6/macperl
16647            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16648            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
16649            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
16650            ! t/op/magic.t
16651 ____________________________________________________________________________
16652 [ 11812] By: sky                                   on 2001/09/01  17:19:30
16653         Log: Subject: [PATCH t/op/concat.t] cleanup
16654              From: Michael G Schwern <schwern@pobox.com>
16655              Date: Sat, 1 Sep 2001 14:06:28 -0400
16656              Message-ID: <20010901140628.C606@blackrider>
16657      Branch: perl
16658            ! t/op/concat.t
16659 ____________________________________________________________________________
16660 [ 11811] By: sky                                   on 2001/09/01  12:25:29
16661         Log: Change #11805 didn't update the MANIFEST
16662      Branch: perl
16663            ! MANIFEST
16664 ____________________________________________________________________________
16665 [ 11810] By: sky                                   on 2001/09/01  11:52:44
16666         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
16667              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16668              Date: Sat, 1 Sep 2001 14:50:14 +0200
16669              Message-ID: <20010901145014.A691@rafael>
16670      Branch: perl
16671            ! t/op/inccode.t
16672 ____________________________________________________________________________
16673 [ 11809] By: sky                                   on 2001/09/01  11:49:22
16674         Log: Subject: PATCH: ExtUtils::MakeMaker
16675              From: Tony Bowden <tony@kasei.com>
16676              Date: Sat, 1 Sep 2001 10:33:53 +0100
16677              Message-ID: <20010901103353.A13863@soto.kasei.com>
16678              Manually applied
16679      Branch: perl
16680            ! lib/ExtUtils/MakeMaker.pm
16681 ____________________________________________________________________________
16682 [ 11808] By: sky                                   on 2001/09/01  11:39:13
16683         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
16684              From: mike808@users.sourceforge.net
16685              Date: Sat, 1 Sep 101 11:27:50 GMT
16686              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
16687              With little tweak
16688      Branch: perl
16689            ! lib/Term/Cap.pm
16690 ____________________________________________________________________________
16691 [ 11807] By: ams                                   on 2001/09/01  11:31:16
16692         Log: Subject: oct() and hex()
16693              From: Nicholas Clark <nick@ccl4.org>
16694              Date: Fri, 31 Aug 2001 23:14:13 +0100
16695              Message-Id: <20010831231413.J4950@plum.flirble.org>
16696      Branch: perl
16697            ! pod/perlclib.pod
16698 ____________________________________________________________________________
16699 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
16700         Log: Integrate change 11801 from maintperl
16701      Branch: maint-5.6/macperl
16702            ! perl.c
16703 ____________________________________________________________________________
16704 [ 11805] By: sky                                   on 2001/08/31  21:35:10
16705         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
16706              From: Michael G Schwern <schwern@pobox.com>
16707              Date: Fri, 31 Aug 2001 15:36:28 -0400
16708              Message-ID: <20010831153628.B598@blackrider>
16709              Check for things which used to segfault
16710      Branch: perl
16711            + t/run/segfault.t
16712 ____________________________________________________________________________
16713 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
16714         Log: integrate change#11801 from maint-5.6
16715              
16716              remove age-old UNICOS "workaround" that introduces a static, and
16717              hence an egregious race condition for threaded builds (*sigh*
16718              beats me why this kludge wasn't guarded by a UNICOS-specific
16719              #define *sigh*)
16720      Branch: perl
16721            ! perl.c
16722 ____________________________________________________________________________
16723 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
16724         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
16725              working in 5.7.x
16726      Branch: perl
16727            - objXSUB.h
16728            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
16729            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
16730            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
16731            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
16732            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
16733            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
16734            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
16735            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16736            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
16737            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
16738            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
16739            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
16740            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
16741            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
16742            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
16743            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
16744            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
16745            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
16746            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
16747            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
16748            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
16749            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
16750 ____________________________________________________________________________
16751 [ 11802] By: ams                                   on 2001/08/31  18:11:32
16752         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
16753              From: "Philip Newton" <Philip.Newton@gmx.net>
16754              Date: Fri, 31 Aug 2001 21:12:56 +0200
16755              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
16756      Branch: perl
16757            ! pod/perldiag.pod
16758 ____________________________________________________________________________
16759 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
16760         Log: remove age-old UNICOS "workaround" that introduces a static, and
16761              hence an egregious race condition for threaded builds (*sigh*
16762              beats me why this kludge wasn't guarded by a UNICOS-specific
16763              #define *sigh*)
16764      Branch: maint-5.6/perl
16765            ! perl.c
16766 ____________________________________________________________________________
16767 [ 11800] By: sky                                   on 2001/08/31  17:30:26
16768         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
16769              Might break on platforms where bool is larger than 8 bites ???
16770      Branch: perl
16771            ! regcomp.c
16772 ____________________________________________________________________________
16773 [ 11799] By: ams                                   on 2001/08/31  12:15:44
16774         Log: Integrate 11778 into mainline.
16775      Branch: perl
16776            ! t/base/term.t
16777 ____________________________________________________________________________
16778 [ 11798] By: sky                                   on 2001/08/31  11:31:44
16779         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
16780              supposed to happen.
16781      Branch: perl
16782            ! regcomp.c
16783 ____________________________________________________________________________
16784 [ 11797] By: sky                                   on 2001/08/31  11:28:17
16785         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
16786              From: "John P. Linderman" <jpl@research.att.com>
16787              Date: Fri, 31 Aug 2001 08:20:35 -0400
16788              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
16789              Fixes test 14 which could fail randomly in rare cases.
16790      Branch: perl
16791            ! ext/Time/HiRes/HiRes.t regcomp.c
16792 ____________________________________________________________________________
16793 [ 11796] By: ams                                   on 2001/08/31  01:13:07
16794         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
16795              From: Nicholas Clark <nick@ccl4.org>
16796              Date: Thu, 30 Aug 2001 23:21:50 +0100
16797              Message-Id: <20010830232150.D4950@plum.flirble.org>
16798      Branch: perl
16799            ! ext/Sys/Syslog/Makefile.PL
16800 ____________________________________________________________________________
16801 [ 11795] By: ams                                   on 2001/08/30  23:53:23
16802         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
16803              patching example
16804              From: Michael G Schwern <schwern@pobox.com>
16805              Date: Thu, 30 Aug 2001 17:02:08 -0400
16806              Message-Id: <20010830170208.M2318@blackrider>
16807      Branch: perl
16808            ! pod/perlhack.pod
16809 ____________________________________________________________________________
16810 [ 11794] By: ams                                   on 2001/08/30  19:35:36
16811         Log: Subject: [PATCH] pp_modulo
16812              From: Nicholas Clark <nick@ccl4.org>
16813              Date: Thu, 30 Aug 2001 18:20:54 +0100
16814              Message-Id: <20010830182053.A4950@plum.flirble.org>
16815      Branch: perl
16816            ! pp.c t/op/64bitint.t
16817 ____________________________________________________________________________
16818 [ 11793] By: sky                                   on 2001/08/30  13:02:48
16819         Log: 11792 wasn't complete
16820      Branch: perl
16821            ! makedef.pl regcomp.c
16822 ____________________________________________________________________________
16823 [ 11792] By: sky                                   on 2001/08/30  12:21:11
16824         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
16825      Branch: perl
16826            ! makedef.pl
16827 ____________________________________________________________________________
16828 [ 11791] By: sky                                   on 2001/08/30  10:08:02
16829         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
16830      Branch: perl
16831            ! config_h.SH
16832 ____________________________________________________________________________
16833 [ 11790] By: sky                                   on 2001/08/30  08:22:31
16834         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
16835              on the pad. Fixes coredumps in cleanups introduced by
16836              Change 11755  
16837      Branch: perl
16838            ! op.c perl.c sv.h
16839 ____________________________________________________________________________
16840 [ 11789] By: sky                                   on 2001/08/29  19:01:47
16841         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
16842              This is a replacement implmentation that works on HPUX.
16843              This bug should probably be fixed in GCC.
16844      Branch: perl
16845            ! ext/Socket/Socket.xs
16846 ____________________________________________________________________________
16847 [ 11788] By: ams                                   on 2001/08/29  17:35:33
16848         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
16849              From: Nicholas Clark <nick@ccl4.org>
16850              Date: Wed, 29 Aug 2001 18:21:56 +0100
16851              Message-Id: <20010829182156.O4950@plum.flirble.org>
16852      Branch: perl
16853            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
16854 ____________________________________________________________________________
16855 [ 11787] By: sky                                   on 2001/08/29  10:42:54
16856         Log: Added test for pack_addr_in and unpack_addr_in
16857              Nitpik in test 10
16858      Branch: perl
16859            ! ext/Socket/Socket.t
16860 ____________________________________________________________________________
16861 [ 11786] By: sky                                   on 2001/08/29  10:28:14
16862         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
16863              Trying to catch errors on HP-UX
16864      Branch: perl
16865            ! ext/Socket/Socket.t
16866 ____________________________________________________________________________
16867 [ 11785] By: sky                                   on 2001/08/29  09:07:03
16868         Log: make sure USE_THREADS is defined so external apps work
16869      Branch: perl
16870            ! config_h.SH
16871 ____________________________________________________________________________
16872 [ 11784] By: sky                                   on 2001/08/29  08:06:12
16873         Log: Subject: Re: The hitlist of untested modules.
16874              From: Jonathan Stowe <gellyfish@gellyfish.com>
16875              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
16876              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
16877              Start of tests for Shell.pm (make Schwern poorer!)
16878      Branch: perl
16879            + lib/Shell.t
16880            ! MANIFEST
16881 ____________________________________________________________________________
16882 [ 11783] By: sky                                   on 2001/08/29  07:37:50
16883         Log: END{} can change the return value even if we die from BEGIN{}
16884      Branch: perl
16885            ! miniperlmain.c
16886 ____________________________________________________________________________
16887 [ 11782] By: ams                                   on 2001/08/29  06:32:17
16888         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
16889              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16890              Date: Wed, 29 Aug 2001 09:18:17 +0200
16891              Message-Id: <20010829091817.A4453@rafael>
16892      Branch: perl
16893            ! t/op/inccode.t
16894 ____________________________________________________________________________
16895 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
16896         Log: Delete xsubpp.patch, as full copy exists now
16897      Branch: maint-5.6/macperl
16898            - macos/xsubpp.patch
16899 ____________________________________________________________________________
16900 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
16901         Log: Add Changes file
16902      Branch: maint-5.6/macperl
16903            + macos/Changes
16904 ____________________________________________________________________________
16905 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
16906         Log: Add Mac version of xsubpp as separate file
16907      Branch: maint-5.6/macperl
16908            + macos/xsubpp
16909            ! macos/Makefile.mk
16910 ____________________________________________________________________________
16911 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
16912         Log: Fix open of /dev/null for Mac OS
16913      Branch: maint-5.6/macperl
16914            ! t/base/term.t
16915 ____________________________________________________________________________
16916 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
16917         Log: Various patches: enable more tests; skip CVS in PerlInstall;
16918              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
16919      Branch: maint-5.6/macperl
16920            ! macos/MacPerlTests.cmd macos/PerlInstall
16921            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
16922 ____________________________________________________________________________
16923 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
16924         Log: Allow for platforms to override formatting of errors
16925              on output from Matthias Neeracher (Mac files)
16926      Branch: maint-5.6/macperl
16927            ! macos/macish.c macos/macish.h
16928 ____________________________________________________________________________
16929 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
16930         Log: Allow for platforms to override formatting of errors
16931              on output from Matthias Neeracher (core files)
16932      Branch: maint-5.6/macperl
16933            ! perl.h pp_ctl.c util.c
16934 ____________________________________________________________________________
16935 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
16936         Log: Add some param checking, from reports by Kevin Reid.
16937      Branch: maint-5.6/macperl
16938            ! macos/ext/Mac/Controls/Controls.pm
16939            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
16940 ____________________________________________________________________________
16941 [ 11773] By: ams                                   on 2001/08/28  23:54:57
16942         Log: Subject: [PATCH] make coretest
16943              From: Paul Johnson <paul@pjcj.net>
16944              Date: Wed, 29 Aug 2001 00:11:38 +0200
16945              Message-Id: <20010829001138.B12169@pjcj.net>
16946              (Applied without the change to perlhack.pod. This should
16947              probably stay undocumented.)
16948      Branch: perl
16949            ! Makefile.SH t/TEST
16950 ____________________________________________________________________________
16951 [ 11772] By: sky                                   on 2001/08/28  13:01:20
16952         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
16953              From: Michael G Schwern <schwern@pobox.com>
16954              Date: Tue, 28 Aug 2001 09:57:39 -0400
16955              Message-ID: <20010828095738.E17775@blackrider>
16956      Branch: perl
16957            ! pod/perlhack.pod t/op/pack.t
16958 ____________________________________________________________________________
16959 [ 11771] By: sky                                   on 2001/08/28  11:20:13
16960         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
16961              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16962              Date: Tue, 28 Aug 2001 14:23:43 +0200
16963              Message-ID: <20010828142343.A19299@rafael>
16964      Branch: perl
16965            ! pod/perlvar.pod pp_ctl.c
16966 ____________________________________________________________________________
16967 [ 11770] By: ams                                   on 2001/08/28  10:13:21
16968         Log: Subject: [PATCH] odd typo in op.h
16969              From: Nicholas Clark <nick@ccl4.org>
16970              Date: Tue, 28 Aug 2001 12:10:26 +0100
16971              Message-Id: <20010828121026.V4950@plum.flirble.org>
16972      Branch: perl
16973            ! op.h
16974 ____________________________________________________________________________
16975 [ 11769] By: sky                                   on 2001/08/28  08:09:16
16976         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
16977              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
16978              Date: Tue, 28 Aug 2001 02:22:20 +0300
16979              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
16980      Branch: perl
16981            ! ext/B/B/Lint.pm
16982 ____________________________________________________________________________
16983 [ 11768] By: ams                                   on 2001/08/28  00:47:35
16984         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16985              From: Michael G Schwern <schwern@pobox.com>
16986              Date: Mon, 27 Aug 2001 21:24:44 -0400
16987              Message-Id: <20010827212444.F12582@blackrider>
16988      Branch: perl
16989            ! pod/perlhack.pod t/op/pack.t
16990 ____________________________________________________________________________
16991 [ 11767] By: ams                                   on 2001/08/27  23:59:48
16992         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
16993              From: Michael G Schwern <schwern@pobox.com>
16994              Date: Mon, 27 Aug 2001 20:12:29 -0400
16995              Message-Id: <20010827201229.D12582@blackrider>
16996      Branch: perl
16997            ! pod/perlhack.pod t/op/pack.t
16998 ____________________________________________________________________________
16999 [ 11766] By: ams                                   on 2001/08/27  23:39:40
17000         Log: Update Changes.
17001      Branch: perl
17002            ! Changes
17003 ____________________________________________________________________________
17004 [ 11765] By: ams                                   on 2001/08/27  22:53:10
17005         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
17006              From: Michael G Schwern <schwern@pobox.com>
17007              Date: Mon, 27 Aug 2001 19:47:30 -0400
17008              Message-Id: <20010827194730.C12582@blackrider>
17009      Branch: perl
17010            ! t/op/inccode.t
17011 ____________________________________________________________________________
17012 [ 11764] By: ams                                   on 2001/08/27  22:46:21
17013         Log: Subject: [PATCH] new tests for the coderef-in-@INC
17014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17015              Date: Mon, 27 Aug 2001 22:36:27 +0200
17016              Message-Id: <20010827223627.C690@rafael>
17017              
17018              Subject: Re: [PATCH] new tests for the coderef-in-@INC
17019              From: Nicholas Clark <nick@ccl4.org>
17020              Date: Tue, 28 Aug 2001 00:02:46 +0100
17021              Message-Id: <20010828000245.R4950@plum.flirble.org>
17022      Branch: perl
17023            + t/op/inccode.t
17024            ! MANIFEST
17025 ____________________________________________________________________________
17026 [ 11763] By: ams                                   on 2001/08/27  22:41:09
17027         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
17028              bleadperl on fire, Win95+4NT)
17029              From: Michael G Schwern <schwern@pobox.com>
17030              Date: Mon, 27 Aug 2001 16:54:42 -0400
17031              Message-Id: <20010827165442.F9436@blackrider>
17032      Branch: perl
17033            ! lib/warnings.t
17034 ____________________________________________________________________________
17035 [ 11762] By: sky                                   on 2001/08/27  19:19:17
17036         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
17037              avaible at compile time. This broke the compilation of 
17038              Net/Ping.pm
17039      Branch: perl
17040            ! lib/Net/Ping.pm
17041 ____________________________________________________________________________
17042 [ 11761] By: sky                                   on 2001/08/27  18:34:48
17043         Log: Removed tripple definitions of CUSTOM_OP functions.
17044      Branch: perl
17045            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
17046 ____________________________________________________________________________
17047 [ 11760] By: sky                                   on 2001/08/27  18:21:27
17048         Log: Regen headers
17049      Branch: perl
17050            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
17051            ! perlapi.h proto.h
17052 ____________________________________________________________________________
17053 [ 11759] By: ams                                   on 2001/08/27  16:31:53
17054         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
17055              From: "chromatic" <chromatic@rmci.net>
17056              Date: Mon, 27 Aug 2001 11:17:09 -0600
17057              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
17058      Branch: perl
17059            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
17060 ____________________________________________________________________________
17061 [ 11758] By: sky                                   on 2001/08/27  15:16:42
17062         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
17063              Thanks to H. Merijn Brand for the patch.
17064              Some of the comments and or guards might be removable in perl.h now.
17065      Branch: perl
17066            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
17067            ! Porting/Glossary Porting/config_H README.threads config_h.SH
17068            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
17069            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
17070            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
17071            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
17072            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
17073            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
17074            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
17075            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
17076            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
17077            ! win32/config_H.vc win32/perllib.c win32/win32.h
17078            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
17079            ! wince/config.h wince/config_H.ce wince/win32.h
17080            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
17081 ____________________________________________________________________________
17082 [ 11757] By: sky                                   on 2001/08/27  13:39:16
17083         Log: Subject: GNU ld parses arguments different
17084              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17085              Date: Mon, 27 Aug 2001 16:25:51 +0200
17086              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
17087      Branch: perl
17088            ! hints/hpux.sh
17089 ____________________________________________________________________________
17090 [ 11756] By: sky                                   on 2001/08/27  13:18:45
17091         Log: Subject: Custom Ops
17092              From: Simon Cozens <simon@netthink.co.uk>
17093              Date: Sat, 25 Aug 2001 17:45:09 +0100
17094              Message-ID: <20010825174509.A5752@netthink.co.uk>
17095              I also added a fix to Opcode.pm to quite test cases.
17096      Branch: perl
17097            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
17098            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
17099 ____________________________________________________________________________
17100 [ 11755] By: sky                                   on 2001/08/27  05:37:17
17101         Log: Plugs a memory leak on destruction of regular expressions
17102              introcued by #11274.
17103              PL_regex_padav now has an AV as it's first entry with a list
17104              of freed regex_padav slots that it will reuse on creating
17105              new PMOPs.
17106      Branch: perl
17107            ! op.c perl.c
17108 ____________________________________________________________________________
17109 [ 11754] By: ams                                   on 2001/08/26  14:38:52
17110         Log: Subject: [PATCH] t/io/binmode.t
17111              From: Nicholas Clark <nick@ccl4.org>
17112              Date: Sun, 26 Aug 2001 12:03:05 +0100
17113              Message-Id: <20010826120305.C4950@plum.flirble.org>
17114              
17115              (Also a nitpick in #11752 to t/op/universal.t)
17116      Branch: perl
17117            ! t/io/binmode.t t/op/universal.t
17118 ____________________________________________________________________________
17119 [ 11753] By: ams                                   on 2001/08/26  08:19:34
17120         Log: Subject: [PATCH] op/universal.t failing
17121              From: Nicholas Clark <nick@ccl4.org>
17122              Date: Sun, 26 Aug 2001 09:48:22 +0100
17123              Message-Id: <20010826094822.B4950@plum.flirble.org>
17124      Branch: perl
17125            ! t/op/universal.t
17126 ____________________________________________________________________________
17127 [ 11752] By: ams                                   on 2001/08/25  22:46:13
17128         Log: Subject: Re: 'can' with undefined subs
17129              From: Tony Bowden <tony@kasei.com>
17130              Date: Sat, 25 Aug 2001 14:58:17 +0100
17131              Message-Id: <20010825145817.A11788@soto.kasei.com>
17132              (Applied with minor modifications.)
17133      Branch: perl
17134            ! t/op/universal.t
17135 ____________________________________________________________________________
17136 [ 11751] By: ams                                   on 2001/08/25  18:28:43
17137         Log: Subject: Re: 'can' with undefined subs
17138              From: Tony Bowden <tony@kasei.com>
17139              Date: Sat, 25 Aug 2001 15:13:14 +0100
17140              Message-Id: <20010825151314.B11788@soto.kasei.com>
17141      Branch: perl
17142            ! lib/UNIVERSAL.pm
17143 ____________________________________________________________________________
17144 [ 11750] By: nick                                  on 2001/08/25  15:24:15
17145         Log: Integrate mainline
17146      Branch: perlio
17147           +> t/io/binmode.t
17148           !> (integrate 26 files)
17149 ____________________________________________________________________________
17150 [ 11749] By: nick                                  on 2001/08/25  14:55:41
17151         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
17152              From:  John Peacock <jpeacock@rowman.com>
17153              Date:  Wed, 22 Aug 2001 12:05:28 -0400
17154              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
17155      Branch: perl
17156            ! pod/perlhack.pod
17157 ____________________________________________________________________________
17158 [ 11748] By: nick                                  on 2001/08/25  14:53:04
17159         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
17160              From:  Michael G Schwern <schwern@pobox.com>
17161              Date:  Wed, 22 Aug 2001 19:22:45 -0400
17162              Message-Id:  <20010822192245.U619@blackrider>
17163      Branch: perl
17164            ! MANIFEST
17165 ____________________________________________________________________________
17166 [ 11747] By: nick                                  on 2001/08/25  14:52:33
17167         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
17168              From:  Nicholas Clark <nick@ccl4.org>
17169              Date:  Wed, 22 Aug 2001 23:29:06 +0100
17170              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
17171      Branch: perl
17172            + t/io/binmode.t
17173            ! perlio.c pod/perlfunc.pod
17174 ____________________________________________________________________________
17175 [ 11744] By: nick                                  on 2001/08/25  14:37:33
17176         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
17177              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17178              Date:  Fri, 24 Aug 2001 22:10:42 +0200
17179              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
17180      Branch: perl
17181            ! x2p/a2py.c x2p/walk.c
17182 ____________________________________________________________________________
17183 [ 11743] By: nick                                  on 2001/08/25  14:32:47
17184         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
17185              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17186              Date:  Fri, 24 Aug 2001 23:34:13 +0200
17187              Message-Id:  <20010824233413.A1285@rafael>
17188      Branch: perl
17189            ! pod/perlfunc.pod pod/perlvar.pod
17190 ____________________________________________________________________________
17191 [ 11742] By: ams                                   on 2001/08/25  13:16:02
17192         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
17193              From: Nicholas Clark <nick@ccl4.org>
17194              Date: Sat, 25 Aug 2001 14:50:07 +0100
17195              Message-Id: <20010825145007.L41464@plum.flirble.org>
17196      Branch: perl
17197            ! pp_ctl.c
17198 ____________________________________________________________________________
17199 [ 11741] By: nick                                  on 2001/08/24  07:08:45
17200         Log: When applying patch via Porting/apply fails, do p4 refresh
17201              to get old files back.
17202      Branch: perl
17203            ! Porting/apply
17204 ____________________________________________________________________________
17205 [ 11740] By: ams                                   on 2001/08/24  04:47:24
17206         Log: #11739 was incomplete.
17207      Branch: perl
17208            ! pod/perldiag.pod
17209 ____________________________________________________________________________
17210 [ 11739] By: ams                                   on 2001/08/24  04:09:40
17211         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
17212              From: "Philip Newton" <Philip.Newton@gmx.net>
17213              Date: Fri, 24 Aug 2001 07:08:34 +0200
17214      Branch: perl
17215            ! pod/perldiag.pod
17216 ____________________________________________________________________________
17217 [ 11738] By: ams                                   on 2001/08/24  02:19:42
17218         Log: Fixed Doug Wilson's email address.
17219      Branch: perl
17220            ! AUTHORS
17221 ____________________________________________________________________________
17222 [ 11737] By: ams                                   on 2001/08/24  00:10:13
17223         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
17224              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17225              Date: Thu, 23 Aug 2001 22:22:58 +0200
17226              Message-Id: <20010823222258.A901@rafael>
17227      Branch: perl
17228            ! pod/perldiag.pod
17229 ____________________________________________________________________________
17230 [ 11736] By: ams                                   on 2001/08/24  00:05:02
17231         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
17232              From: "Craig A. Berry" <craigberry@mac.com>
17233              Date: Thu, 23 Aug 2001 19:07:45 -0500
17234              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
17235      Branch: perl
17236            ! configure.com
17237 ____________________________________________________________________________
17238 [ 11735] By: sky                                   on 2001/08/23  13:42:07
17239         Log: Backed out 11732, it breaks lib/strict.t 
17240      Branch: perl
17241            ! op.c
17242 ____________________________________________________________________________
17243 [ 11734] By: sky                                   on 2001/08/23  11:45:59
17244         Log: Removed toy from 17133 after Matt Sargeants request.
17245      Branch: perl
17246            ! pod/perlfaq4.pod
17247 ____________________________________________________________________________
17248 [ 11733] By: sky                                   on 2001/08/23  11:36:29
17249         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
17250              From: Robin Houston <robin@kitsite.com>
17251              Date: Wed, 22 Aug 2001 23:06:16 +0100
17252              Message-ID: <20010822230616.A254@robin.kitsite.com>
17253      Branch: perl
17254            ! pod/perlfaq4.pod
17255 ____________________________________________________________________________
17256 [ 11732] By: sky                                   on 2001/08/23  10:36:02
17257         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
17258              From: Simon Cozens <simon@netthink.co.uk>
17259              Date: Thu, 23 Aug 2001 12:06:36 +0100
17260              Message-ID: <20010823120636.A9961@netthink.co.uk>
17261      Branch: perl
17262            ! op.c
17263 ____________________________________________________________________________
17264 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
17265         Log: fix broken windows build
17266      Branch: perl
17267            ! perl.h
17268 ____________________________________________________________________________
17269 [ 11730] By: ams                                   on 2001/08/22  21:35:30
17270         Log: Subject: [PATCH] io/tell.t doesn't chdir t
17271              From: Nicholas Clark <nick@ccl4.org>
17272              Date: Wed, 22 Aug 2001 23:25:58 +0100
17273              Message-Id: <20010822232557.Y82818@plum.flirble.org>
17274      Branch: perl
17275            ! t/io/tell.t
17276 ____________________________________________________________________________
17277 [ 11729] By: ams                                   on 2001/08/22  20:32:21
17278         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17279              questions)
17280              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17281              Date: Wed, 22 Aug 2001 17:09:04 -0400
17282              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17283              (Oops, forgot File::Spec::Unix in the previous patch.)
17284      Branch: perl
17285            ! lib/File/Spec/Unix.pm
17286 ____________________________________________________________________________
17287 [ 11728] By: ams                                   on 2001/08/22  20:25:41
17288         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
17289              questions)
17290              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
17291              Date: Wed, 22 Aug 2001 17:09:04 -0400
17292              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
17293      Branch: perl
17294            ! lib/File/Spec.pm
17295 ____________________________________________________________________________
17296 [ 11727] By: ams                                   on 2001/08/22  19:43:30
17297         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
17298              From: John Peacock <jpeacock@rowman.com>
17299              Date: Wed, 22 Aug 2001 12:35:52 -0400
17300              Message-Id: <3B83DF68.5D89DC81@rowman.com>
17301              (Adds proper tests for $], notwithstanding Subject. +nitpick)
17302      Branch: perl
17303            ! t/op/ver.t
17304 ____________________________________________________________________________
17305 [ 11726] By: ams                                   on 2001/08/22  19:36:39
17306         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
17307              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
17308              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
17309              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
17310      Branch: perl
17311            ! lib/diagnostics.pm lib/diagnostics.t
17312 ____________________________________________________________________________
17313 [ 11725] By: ams                                   on 2001/08/22  19:25:01
17314         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
17315              From: Nicholas Clark <nick@ccl4.org>
17316              Date: Wed, 22 Aug 2001 20:59:05 +0100
17317              Message-Id: <20010822205905.U82818@plum.flirble.org>
17318      Branch: perl
17319            ! pp.c t/op/64bitint.t t/op/arith.t
17320 ____________________________________________________________________________
17321 [ 11724] By: ams                                   on 2001/08/22  10:02:33
17322         Log: Subject: Configure blooper
17323              From: H.Merijn Brand <h.m.brand@hccnet.nl>
17324              Date: Wed, 22 Aug 2001 12:38:35 +0200
17325              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
17326      Branch: perl
17327            ! Configure
17328 ____________________________________________________________________________
17329 [ 11723] By: ams                                   on 2001/08/21  16:17:53
17330         Log: Subject: [PATCH] installperl -help
17331              From: Nicholas Clark <nick@ccl4.org>
17332              Date: Tue, 21 Aug 2001 17:34:23 +0100
17333              Message-Id: <20010821173423.F82818@plum.flirble.org>
17334      Branch: perl
17335            ! installperl
17336 ____________________________________________________________________________
17337 [ 11722] By: ams                                   on 2001/08/20  07:46:31
17338         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
17339              From: Ilmari Karonen <iltzu@sci.fi>
17340              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
17341              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
17342      Branch: perl
17343            ! pod/perlvar.pod
17344 ____________________________________________________________________________
17345 [ 11721] By: nick                                  on 2001/08/20  06:24:31
17346         Log: Integrate mainline
17347      Branch: perlio
17348           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
17349           +> lib/Lingua/KO/Hangul/Util/Changes
17350           +> lib/Lingua/KO/Hangul/Util/README
17351           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17352           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17353           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17354           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17355           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17356           +> lib/Unicode/Normalize/t/test.t
17357            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17358           !> (integrate 55 files)
17359 ____________________________________________________________________________
17360 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
17361         Log: Integrate Change #11599 from maint-5.6/perl
17362      Branch: maint-5.6/macperl
17363           !> README.win32
17364 ____________________________________________________________________________
17365 [ 11719] By: ams                                   on 2001/08/18  21:21:42
17366         Log: Add Porting/apply to MANIFEST.
17367      Branch: perl
17368            ! MANIFEST
17369 ____________________________________________________________________________
17370 [ 11718] By: sky                                   on 2001/08/18  14:38:01
17371         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
17372              Better solution would be to make 5005threaded perl use
17373              the same system as ithreads do
17374      Branch: perl
17375            ! perl.h
17376 ____________________________________________________________________________
17377 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
17378         Log: New try for ID 20010407.006: detach the semantics
17379              "was the last match target UTF8" into its own variable.
17380      Branch: perl
17381            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
17382            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
17383 ____________________________________________________________________________
17384 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
17385         Log: UTF8 flag should be meaningful only when POK.
17386      Branch: perl
17387            ! dump.c
17388 ____________________________________________________________________________
17389 [ 11715] By: sky                                   on 2001/08/18  11:45:16
17390         Log: USE_THREADS and USE_ITHREADS are never true at the same time
17391      Branch: perl
17392            ! perl.h
17393 ____________________________________________________________________________
17394 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
17395         Log: Retract #11712 for now.  The real fix would probably
17396              be something like making PL_reg_sv a copy (PV + UTF8)
17397              of the matched/substituted string (note: not just a SvPOK
17398              string, for example the stringified form of a ROK would
17399              be applicable)  Beware of leaks.
17400      Branch: perl
17401            ! pp_hot.c t/op/pat.t
17402 ____________________________________________________________________________
17403 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
17404         Log: UTF8 wasn't printing for PVMGs.
17405      Branch: perl
17406            ! dump.c
17407 ____________________________________________________________________________
17408 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
17409         Log: (Retracted by #11714)
17410              
17411              Okay analysis, debatable fix.  (The fix will inc
17412              the refcount of all temporary match objects,
17413              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
17414              which will then cause griping at untie() time
17415              ("inner references remain").
17416              
17417              Fix for ID 20010407.006: PL_reg_sv got wiped out
17418              by freetemps if the match target was a temporary
17419              (like function_call() =~ /.../), which in turn meant
17420              that the $1 et al stopped working if they had UTF-8
17421              in them.  Therefore bump up the refcount of PL_reg_sv.
17422      Branch: perl
17423            ! pp_hot.c t/op/pat.t
17424 ____________________________________________________________________________
17425 [ 11711] By: ams                                   on 2001/08/17  20:32:08
17426         Log: Subject: [PATCH] doesn't compile, was perl@11710
17427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17428              Date: Fri, 17 Aug 2001 23:21:10 +0200
17429              Message-Id: <20010817232110.C7041@rafael> 
17430      Branch: perl
17431            ! sharedsv.c
17432 ____________________________________________________________________________
17433 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
17434         Log: Update Changes.
17435      Branch: perl
17436            ! Changes patchlevel.h
17437 ____________________________________________________________________________
17438 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
17439         Log: Upgrade to libnet 1.0704.
17440      Branch: perl
17441            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
17442            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
17443            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
17444            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
17445            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
17446            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
17447            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
17448 ____________________________________________________________________________
17449 [ 11708] By: sky                                   on 2001/08/17  13:34:04
17450         Log: Let perl_clone copy PL_exit_flags
17451      Branch: perl
17452            ! sv.c
17453 ____________________________________________________________________________
17454 [ 11707] By: sky                                   on 2001/08/17  12:28:41
17455         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
17456      Branch: perl
17457            ! sharedsv.c sharedsv.h
17458 ____________________________________________________________________________
17459 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
17460         Log: The metaconfig unit change for #11705.
17461      Branch: metaconfig/U/perl
17462            ! Extensions.U
17463 ____________________________________________________________________________
17464 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
17465         Log: Allow the threads extension to be found if present.
17466      Branch: perl
17467            ! Configure
17468 ____________________________________________________________________________
17469 [ 11704] By: nick                                  on 2001/08/17  11:47:54
17470         Log: Mail -> change script (pre-alpha)
17471      Branch: perl
17472            + Porting/apply
17473 ____________________________________________________________________________
17474 [ 11703] By: sky                                   on 2001/08/17  07:11:24
17475         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
17476              Thanks to Tom Hospel for pointing out my error.
17477      Branch: perl
17478            ! op.h
17479 ____________________________________________________________________________
17480 [ 11702] By: sky                                   on 2001/08/17  04:18:11
17481         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.
17482      Branch: perl
17483            ! embed.pl miniperlmain.c perl.c perl.h proto.h
17484 ____________________________________________________________________________
17485 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
17486         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
17487              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
17488      Branch: perl
17489            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
17490            + lib/Lingua/KO/Hangul/Util/README
17491            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
17492            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
17493            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
17494            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
17495            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
17496            + lib/Unicode/Normalize/t/test.t
17497            ! MANIFEST
17498 ____________________________________________________________________________
17499 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
17500         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
17501              Date: Thu, 16 Aug 2001 22:46:15 -0500
17502              From: "Craig A. Berry" <craigberry@mac.com>
17503              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
17504      Branch: perl
17505            ! configure.com numeric.c
17506 ____________________________________________________________________________
17507 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
17508         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
17509              of the usual suspects (like getpwent) but not for others
17510              (like localtime and rand).  The _r versions are available
17511              for all of them, so let's use them.
17512      Branch: perl
17513            ! perl.h
17514 ____________________________________________________________________________
17515 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
17516         Log: (Accidental apply; thankfully empty.)
17517      Branch: perl
17518            ! hints/os390.sh
17519 ____________________________________________________________________________
17520 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
17521         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
17522              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17523              Date: Thu, 16 Aug 2001 16:27:49 +0100
17524              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
17525      Branch: perl
17526            ! regexec.c t/op/re_tests
17527 ____________________________________________________________________________
17528 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
17529         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
17530              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17531              Date: Thu, 16 Aug 2001 18:50:01 +0100
17532              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
17533      Branch: perl
17534            ! pp_hot.c t/op/pat.t
17535 ____________________________________________________________________________
17536 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
17537         Log: Subject: [PATCH] *time_r again
17538              From: "Arthur Bergman" <arthur@contiller.se>
17539              Date: Thu, 16 Aug 2001 16:01:54 +0200
17540              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
17541      Branch: perl
17542            ! op.h
17543 ____________________________________________________________________________
17544 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
17545         Log: system() and backtick error handling cleanup from Craig A. Berry.
17546      Branch: perl
17547            ! vms/vms.c
17548 ____________________________________________________________________________
17549 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
17550         Log: change#10334 leaks memory, copies string when it doesn't
17551              need to
17552      Branch: perl
17553            ! perl.c
17554 ____________________________________________________________________________
17555 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
17556         Log: One more twist to the sprintf + utf8 testing.
17557      Branch: perl
17558            ! t/op/misc.t
17559 ____________________________________________________________________________
17560 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
17561         Log: Fix for 20010407.008 sprintf removes utf8-ness.
17562      Branch: perl
17563            ! pp.c t/op/misc.t
17564 ____________________________________________________________________________
17565 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
17566         Log: Subject: [PATCH] *time_r fixes
17567              From: "Arthur Bergman" <arthur@contiller.se>
17568              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
17569              Date: Thu, 16 Aug 2001 14:22:27 +0200
17570      Branch: perl
17571            ! op.h
17572 ____________________________________________________________________________
17573 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
17574         Log: Upgrade to CGI.pm 2.77.
17575      Branch: perl
17576            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
17577            ! lib/CGI/t/function.t
17578 ____________________________________________________________________________
17579 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
17580         Log: Document the bytes-to-Unicode upgrading.
17581      Branch: perl
17582            ! pod/perlunicode.pod
17583 ____________________________________________________________________________
17584 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
17585         Log: Add a test for Unicode sprintf.
17586      Branch: perl
17587            ! t/op/misc.t
17588 ____________________________________________________________________________
17589 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
17590         Log: Add Unicode tests for index/rindex.
17591      Branch: perl
17592            ! t/op/index.t
17593 ____________________________________________________________________________
17594 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
17595         Log: Document a bit the art of minimizing the installation,
17596              based on the p5p discussion.
17597      Branch: perl
17598            ! INSTALL
17599 ____________________________________________________________________________
17600 [ 11684] By: nick                                  on 2001/08/15  15:03:31
17601         Log: Integrate mainline
17602      Branch: perlio
17603           +> sharedsv.c sharedsv.h
17604           !> (integrate 53 files)
17605 ____________________________________________________________________________
17606 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
17607         Log: Update Changes.
17608      Branch: perl
17609            ! Changes patchlevel.h
17610 ____________________________________________________________________________
17611 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
17612         Log: The #11673 necessitated a test tweak.
17613      Branch: perl
17614            ! t/io/utf8.t
17615 ____________________________________________________________________________
17616 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
17617         Log: Also UNICOS is in the general case unable to silently
17618              handle fp overflows.
17619      Branch: perl
17620            ! numeric.c
17621 ____________________________________________________________________________
17622 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
17623         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
17624              NV_EPSILON #defined.
17625      Branch: perl
17626            ! perl.h
17627 ____________________________________________________________________________
17628 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
17629         Log: Re-establish the fp overflow detection for VAX VMS; there
17630              is no easy way to have the IEEE fp silent overflow semantics.
17631              (in Alpha VMS we still will use IEEE fp by default-- but it
17632              is still possible to configure Perl to use G_FLOAT)
17633      Branch: perl
17634            ! numeric.c
17635 ____________________________________________________________________________
17636 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
17637         Log: Subject: [PATCH] pp_lock 
17638              From: "Arthur Bergman" <arthur@contiller.se>
17639              Date: Wed, 15 Aug 2001 11:52:16 +0200
17640              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
17641      Branch: perl
17642            ! pp.c
17643 ____________________________________________________________________________
17644 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
17645         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
17646              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17647              Date: Wed, 15 Aug 2001 11:32:11 +0100
17648              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
17649      Branch: perl
17650            ! regcomp.c t/op/re_tests
17651 ____________________________________________________________________________
17652 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
17653         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
17654              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
17655              Date: Wed, 15 Aug 2001 10:33:49 +0100
17656              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
17657      Branch: perl
17658            ! regexec.c t/op/re_tests
17659 ____________________________________________________________________________
17660 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
17661         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
17662              From: Barrie Slaymaker <barries@slaysys.com>
17663              Date: Tue, 14 Aug 2001 14:32:25 -0400
17664              Message-ID: <20010814143225.A19822@jester.slaysys.com>
17665      Branch: perl
17666            ! lib/File/Spec.t lib/File/Spec/Unix.pm
17667 ____________________________________________________________________________
17668 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
17669         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
17670              From: Peter Prymmer <pvhp@forte.com>
17671              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
17672              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
17673      Branch: perl
17674            ! README.vms configure.com
17675 ____________________________________________________________________________
17676 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
17677         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
17678              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17679              Date: Tue, 14 Aug 2001 21:23:27 +0200
17680              Message-ID: <20010814212327.A1919@rafael>
17681      Branch: perl
17682            ! doio.c
17683 ____________________________________________________________________________
17684 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
17685         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
17686              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17687              Date: Tue, 14 Aug 2001 22:30:11 +0200
17688              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
17689              
17690              Combination of nmake, quoting, and Perl expanded $( in here-doc.
17691      Branch: perl
17692            ! ext/SDBM_File/Makefile.PL
17693 ____________________________________________________________________________
17694 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
17695         Log: Todo updates.
17696      Branch: perl
17697            ! pod/perltodo.pod
17698 ____________________________________________________________________________
17699 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
17700         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
17701              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17702              Date: Mon, 13 Aug 2001 23:15:01 +0200
17703              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
17704      Branch: perl
17705            ! sv.c
17706 ____________________________________________________________________________
17707 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
17708         Log: Subject: [PATCH] [b-]showlex.t
17709              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
17710              Date: Sun, 12 Aug 2001 22:24:51 +0200
17711              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
17712              
17713              The 4nt command shell will expand the % in command line
17714              no matter what quoting is attempted, changed the % to @.
17715      Branch: perl
17716            ! ext/B/Showlex.t
17717 ____________________________________________________________________________
17718 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
17719         Log: Subject: [PATCH] magic.t
17720              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
17721              Date: Sun, 12 Aug 2001 20:49:27 +0200
17722              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
17723      Branch: perl
17724            ! t/op/magic.t
17725 ____________________________________________________________________________
17726 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
17727         Log: Add sharedsv* to the DOSish platforms; plus add
17728              some WinCE files to the list of DOSish files.
17729      Branch: perl
17730            ! NetWare/Makefile Porting/makerel win32/Makefile
17731            ! win32/makefile.mk wince/Makefile.ce
17732 ____________________________________________________________________________
17733 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
17734         Log: More DOSish files.
17735      Branch: perl
17736            ! Porting/makerel
17737 ____________________________________________________________________________
17738 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
17739         Log: Strip CRs from the WinCE files.  Now we need to
17740              figure out in which CRs are really needed: probably
17741              Makefile.ce and the README files, at least, probably
17742              also the registry.bat.
17743      Branch: perl
17744            ! wince/Makefile.ce wince/README.compile wince/README.perlce
17745            ! wince/config.h wince/include/cectype.h wince/include/errno.h
17746            ! wince/include/sys/stat.h wince/include/sys/types.h
17747            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
17748            ! wince/perldll.def wince/registry.bat wince/wince.h
17749            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
17750 ____________________________________________________________________________
17751 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
17752         Log: Add some files to DOSish and writables.
17753      Branch: perl
17754            ! Porting/makerel
17755 ____________________________________________________________________________
17756 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
17757         Log: Compile failure message tidying.
17758      Branch: perl
17759            ! t/lib/1_compile.t
17760 ____________________________________________________________________________
17761 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
17762         Log: The new sharedsv* should be exported only if usethreads.
17763      Branch: perl
17764            ! makedef.pl
17765 ____________________________________________________________________________
17766 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
17767         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
17768              From: Peter Prymmer <pvhp@forte.com>
17769              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
17770              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
17771      Branch: perl
17772            ! README.os390
17773 ____________________________________________________________________________
17774 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
17775         Log: Update Changes.
17776      Branch: perl
17777            ! Changes patchlevel.h
17778 ____________________________________________________________________________
17779 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
17780         Log: Subject: [PATHC] sharedsv.[c|h]
17781              From: "Artur Bergman" <artur@contiller.se>
17782              Date: Mon, 13 Aug 2001 14:38:41 +0200
17783              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
17784              
17785              Subject: [PATCH] embed.pl
17786              From: Arthur Bergman <arthur@contiller.se>
17787              Date: Mon, 13 Aug 2001 14:38:14 +0200
17788              Message-ID: <B79D96D6.3088%arthur@contiller.se>
17789              
17790              Subject: [PATCH] sharedsv cleanups
17791              From: "Arthur Bergman" <arthur@contiller.se>
17792              Date: Mon, 13 Aug 2001 15:14:25 +0200
17793              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
17794              
17795              Plus few tweaks: _init needs to be Adp, the prototypes
17796              should not be revealed unless using ithreads, #endif FOO
17797              must be #endif /* FOO */, adding (parentheses) around
17798              do { } while doesn't work too well.
17799      Branch: perl
17800            + sharedsv.c sharedsv.h
17801            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
17802            ! perl.h perlapi.c pod/perlapi.pod proto.h
17803 ____________________________________________________________________________
17804 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
17805         Log: Subject: Re: END {} blocks run in perl_run
17806              From: Arthur Bergman <arthur@contiller.se>
17807              Date: Mon, 13 Aug 2001 11:11:30 +0200
17808              Message-ID: <B79D6661.3068%arthur@contiller.se>
17809      Branch: perl
17810            ! perl.c
17811 ____________________________________________________________________________
17812 [ 11657] By: nick                                  on 2001/08/13  09:03:02
17813         Log: Integrate mainline
17814      Branch: perlio
17815           +> (branch 326 files)
17816            - (delete 330 files)
17817           !> (integrate 85 files)
17818 ____________________________________________________________________________
17819 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
17820         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
17821              and the Perl will be built to do that by default (adding that
17822              will break scripts having non-UTF-8 binary data, such as Latin-1.)
17823      Branch: perl
17824            ! op.c toke.c utf8.h
17825 ____________________________________________________________________________
17826 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
17827         Log: Unnecessary downgrades.
17828      Branch: perl
17829            ! doop.c
17830 ____________________________________________________________________________
17831 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
17832         Log: Failure not true anymore (probably caused by my broken setup).
17833      Branch: perl
17834            ! t/op/pat.t
17835 ____________________________________________________________________________
17836 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
17837         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
17838              stopped working).
17839      Branch: perl
17840            ! op.h pp_ctl.c regcomp.c
17841 ____________________________________________________________________________
17842 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
17843         Log: There is no IN_UTF8.
17844      Branch: perl
17845            ! utf8.h
17846 ____________________________________________________________________________
17847 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
17848         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
17849      Branch: perl
17850            ! op.c op.h pp_ctl.c regcomp.c
17851 ____________________________________________________________________________
17852 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
17853         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
17854              and a test tweak.
17855      Branch: perl
17856            ! op.c t/pod/find.t
17857 ____________________________________________________________________________
17858 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
17859         Log: Todo updates and fixes.
17860      Branch: perl
17861            ! pod/perltodo.pod
17862 ____________________________________________________________________________
17863 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
17864         Log: Mark tests (and one module) having explicit Latin-1
17865              (and one file having explicit UTF-8) with an explicit
17866              'no utf8' (and one explicit 'use utf8').
17867              
17868              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
17869      Branch: perl
17870            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
17871            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
17872            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
17873 ____________________________________________________________________________
17874 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
17875         Log: Subject: SV: END {} blocks run in perl_run
17876              From: "Arthur Bergman" <arthur@contiller.se>
17877              Date: Sun, 12 Aug 2001 00:34:28 +0200 
17878              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
17879      Branch: perl
17880            ! miniperlmain.c perl.c
17881 ____________________________________________________________________________
17882 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
17883         Log: Typos in #11645.
17884      Branch: perl
17885            ! perl.h
17886 ____________________________________________________________________________
17887 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
17888         Log: On ithreads default to use_reentrant except on naturally
17889              threadsafe platforms.
17890      Branch: perl
17891            ! perl.h
17892 ____________________________________________________________________________
17893 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
17894         Log: (Hopefully) a fix for 20010723.004: make install needs
17895              write permission in build directory.  The problem was
17896              probably caused by overeager sprinkling of the lib/re.pm
17897              dependencies (which was done to guarantee lib/re.pm being
17898              uptodate for parallel makes: now solved by funneling that
17899              through an explicit recursive make in the preplibrary target).
17900      Branch: perl
17901            ! Makefile.SH
17902 ____________________________________________________________________________
17903 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
17904         Log: Dispell the "use utf8" superstition.
17905      Branch: perl
17906            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
17907            ! pod/perlunicode.pod
17908 ____________________________________________________________________________
17909 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
17910         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17911              From: "Abigail" <abigail@foad.org> 
17912              Date: Sat, 11 Aug 2001 23:49:49 +0200
17913              Message-ID: <20010811214950.23255.qmail@foad.org>
17914      Branch: perl
17915            ! t/op/taint.t
17916 ____________________________________________________________________________
17917 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
17918         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
17919              From: Abhijit Menon-Sen <ams@wiw.org>
17920              Date: Sat, 11 Aug 2001 06:18:19 +0530
17921              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
17922      Branch: perl
17923            ! mg.c
17924 ____________________________________________________________________________
17925 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
17926         Log: Test for change #11639.
17927      Branch: perl
17928            ! t/op/tiehandle.t
17929 ____________________________________________________________________________
17930 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
17931         Log: Subject: Re: Can't localize *FH, then tie it
17932              From: Abhijit Menon-Sen <ams@wiw.org>
17933              Date: Sun, 12 Aug 2001 16:08:06 +0530
17934              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
17935      Branch: perl
17936            ! pp_hot.c pp_sys.c
17937 ____________________________________________________________________________
17938 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
17939         Log: Drop all the unnecessary "use utf8" clauses and some of
17940              the unnecessary "use bytes" ones.
17941              
17942              TODO: scour the documentation for unnecessary "use utf8"
17943              and prominently display it in perldelta when the time comes.
17944              ("use utf8" should be necessary ONLY if one wants the script
17945              to be in UTF-8.)  Also should be checked in some non-ASCII
17946              non-Latin-1 platform, like EBCDIC.
17947      Branch: perl
17948            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
17949            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
17950 ____________________________________________________________________________
17951 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
17952         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
17953              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
17954              in Unicode handling.
17955      Branch: perl
17956            + t/op/lc.t
17957            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
17958 ____________________________________________________________________________
17959 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
17960         Log: Thinko: we want the flags for native cc, not gcc.
17961      Branch: perl
17962            ! hints/dec_osf.sh
17963 ____________________________________________________________________________
17964 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
17965         Log: (retracted by 13077)
17966              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
17967              From: Robin Houston <robin@kitsite.com>
17968              Date: Fri, 10 Aug 2001 14:42:02 +0100
17969              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
17970      Branch: perl
17971            ! pp.c
17972 ____________________________________________________________________________
17973 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
17974         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
17975              From: Abhijit Menon-Sen <ams@wiw.org>
17976              Date: Sat, 11 Aug 2001 16:31:04 +0530
17977              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
17978      Branch: perl
17979            ! op.c
17980 ____________________________________________________________________________
17981 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
17982         Log: Get rid of indread, from Abhijit Menon-Sen.
17983      Branch: perl
17984            ! pp_sys.c
17985 ____________________________________________________________________________
17986 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
17987         Log: CRLFgngngn.
17988      Branch: perl
17989            ! win32/Makefile win32/makefile.mk
17990 ____________________________________________________________________________
17991 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
17992         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
17993      Branch: perl
17994            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
17995            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
17996            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
17997            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
17998            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
17999            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
18000            ! win32/Makefile win32/makefile.mk
18001 ____________________________________________________________________________
18002 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
18003         Log: Avoid #elif (less portable than #else #if).
18004      Branch: perl
18005            ! handy.h
18006 ____________________________________________________________________________
18007 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
18008         Log: Subject: patch for perlvar.pod
18009              From: mah@everybody.org (Mark A. Hershberger)
18010              Date: 08 Aug 2001 17:03:16 -0500
18011              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
18012      Branch: perl
18013            ! pod/perlvar.pod
18014 ____________________________________________________________________________
18015 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
18016         Log: cpp commands must start (the # must be) at the column #0.
18017      Branch: perl
18018            ! op.c
18019 ____________________________________________________________________________
18020 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
18021         Log: If using gcc -B/foo/bar makedepend would give
18022              unnecessary warnings about unused -B/foo/bar.
18023      Branch: perl
18024            ! makedepend.SH
18025 ____________________________________________________________________________
18026 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
18027         Log: Update Changes.
18028      Branch: perl
18029            ! Changes patchlevel.h
18030 ____________________________________________________________________________
18031 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
18032         Log: s/z/tz/
18033      Branch: perl
18034            ! pod/perlfaq2.pod
18035 ____________________________________________________________________________
18036 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
18037         Log: Article nit.
18038      Branch: perl
18039            ! pod/perlfaq2.pod
18040 ____________________________________________________________________________
18041 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
18042         Log: Rename lib/unicode files to lib/unicore to avoid
18043              conflicts between core lib/unicode and Unicode::
18044              files in case-ignoring filesystems.
18045      Branch: perl
18046            + (add 325 files)
18047            - (delete 324 files)
18048            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
18049 ____________________________________________________________________________
18050 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
18051         Log: Upgrade to Math::BigInt 1.41.
18052      Branch: perl
18053            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
18054 ____________________________________________________________________________
18055 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
18056         Log: Subject: [PATCH] remove PL_na from typemap
18057              From: James <james@rf.net>
18058              Date: Mon, 06 Aug 2001 20:23:15 -0700
18059              Message-ID: <3B6F5F23.A31A81B1@rf.net>
18060              
18061              (had to be manually applied)
18062      Branch: perl
18063            ! lib/ExtUtils/typemap
18064 ____________________________________________________________________________
18065 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
18066         Log: The metaconfig unit changes for #11618.
18067      Branch: metaconfig/U/perl
18068            + d_fpclassl.U i_fp.U
18069 ____________________________________________________________________________
18070 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
18071         Log: Forgot this from #11618.
18072              
18073              NOTE: wince/config_H.ce needs updating.
18074      Branch: perl
18075            ! wince/config.ce
18076 ____________________________________________________________________________
18077 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
18078         Log: Introduce more floating point classifying APIs;
18079              try to define (most importantly) Perl_is{inf,nan}(x).
18080              
18081              For this first cut, assume none such APIs exist in non-UNIXoid
18082              platforms-- this is of course too unkind: Win32 rumoredly has
18083              _fpclass() and _isnan(), and VMS/VOS very probably have some
18084              of the APIs available.     The only thing Perl uses at the moment
18085              is Perl_isnan() (has been in use for a while now).
18086              
18087              NOTE: the Win32 and NetWare config_h.?c need regenerating.
18088      Branch: perl
18089            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
18090            ! Porting/config_H config_h.SH configure.com epoc/config.sh
18091            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
18092            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18093            ! vos/config.ga.h win32/config.bc win32/config.gc
18094            ! win32/config.vc win32/config_H.bc win32/config_H.gc
18095            ! win32/config_H.vc wince/config.ce wince/config.h
18096 ____________________________________________________________________________
18097 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
18098         Log: Integrate change #11519 from perlio:
18099              
18100              Avoid testing for (non-)existance of "encoding(xxxx)"
18101              layer is called "encoding" the (xxxx) is an argument.
18102      Branch: perl
18103           !> lib/open.pm
18104 ____________________________________________________________________________
18105 [ 11616] By: nick                                  on 2001/08/09  07:50:24
18106         Log: Integrate mainline
18107      Branch: perlio
18108           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
18109           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
18110           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
18111           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
18112            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
18113            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
18114           !> (integrate 79 files)
18115 ____________________________________________________________________________
18116 [ 11615] By: nick                                  on 2001/08/09  06:23:44
18117         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
18118              layer is called "encoding" the (xxxx) is an argument.
18119      Branch: perlio
18120            ! lib/open.pm
18121 ____________________________________________________________________________
18122 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
18123         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
18124              From: Paul Johnson <paul@pjcj.net>
18125              Date: Wed, 8 Aug 2001 23:54:17 +0200
18126              Message-ID: <20010808235417.O1006@pjcj.net>
18127      Branch: perl
18128            ! ext/B/B/Concise.pm
18129 ____________________________________________________________________________
18130 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
18131         Log: Make VMS use IEEE math by default; reorder Tru64 hints
18132              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
18133              exception semantics) is always set if using (the new) cc.
18134      Branch: perl
18135            ! configure.com hints/dec_osf.sh
18136 ____________________________________________________________________________
18137 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
18138         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
18139              From: Abhijit Menon-Sen <ams@wiw.org>
18140              Date: Tue, 7 Aug 2001 17:16:05 +0530
18141              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
18142      Branch: perl
18143            ! pp_sys.c
18144 ____________________________________________________________________________
18145 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
18146         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
18147              From: "Craig A. Berry" <craigberry@mac.com>
18148              Date: Tue, 07 Aug 2001 22:27:47 -0500
18149              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
18150      Branch: perl
18151            ! t/run/exit.t
18152 ____________________________________________________________________________
18153 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
18154         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
18155              From: "Craig A. Berry" <craigberry@mac.com>
18156              Date: Tue, 07 Aug 2001 20:01:53 -0500
18157              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
18158      Branch: perl
18159            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
18160 ____________________________________________________________________________
18161 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
18162         Log: Update the magazine information.
18163      Branch: perl
18164            ! pod/perlfaq2.pod
18165 ____________________________________________________________________________
18166 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
18167         Log: Ignore SIGFPE everywhere.
18168      Branch: perl
18169            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
18170 ____________________________________________________________________________
18171 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
18172         Log: With permission, change the licensing of the docs by
18173              TomC (and Gnat) to comply with the rest of Perl.
18174      Branch: perl
18175            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18176            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18177            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18178            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
18179            ! pod/perltootc.pod
18180 ____________________________________________________________________________
18181 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
18182         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
18183              From: Andy Dougherty <doughera@lafayette.edu>
18184              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
18185              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
18186      Branch: perl
18187            ! hints/openbsd.sh
18188 ____________________________________________________________________________
18189 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
18190         Log: Subject: [PATCH] Makefile.SH test_prep dependency
18191              From: Andy Dougherty <doughera@lafayette.edu>
18192              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
18193              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
18194      Branch: perl
18195            ! Makefile.SH
18196 ____________________________________________________________________________
18197 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
18198         Log: Don't autogenerate the headers et alia,
18199              make regen_headers explicitly.
18200      Branch: perl
18201            ! Makefile.SH
18202 ____________________________________________________________________________
18203 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
18204         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
18205              From: Gurusamy Sarathy <gsar@ActiveState.com> 
18206              Date: Tue, 07 Aug 2001 08:33:26 -0700
18207              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
18208              
18209              Unnecessary dependency.
18210      Branch: perl
18211            ! embed.pl
18212 ____________________________________________________________________________
18213 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
18214         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
18215              From: Abhijit Menon-Sen <ams@wiw.org>
18216              Date: Tue, 7 Aug 2001 09:10:54 +0530
18217              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
18218      Branch: perl
18219            ! pp_hot.c
18220 ____________________________________________________________________________
18221 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
18222         Log: Subject: [PATCH perl@11597] B && BEGIN handling
18223              From: "James A. Duncan" <jduncan@fotango.com>
18224              Date: Mon, 6 Aug 2001 17:29:11 +0100
18225              Message-ID: <20010806172911.A2071@fotango.com>
18226              
18227              (the intrpvar.h addition moved to the end for bincompat)
18228      Branch: perl
18229            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
18230 ____________________________________________________________________________
18231 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
18232         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
18233      Branch: perl
18234           !> README.win32
18235 ____________________________________________________________________________
18236 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
18237         Log: fix URLs for fcrypt.c
18238      Branch: maint-5.6/perl
18239            ! README.win32
18240 ____________________________________________________________________________
18241 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
18242         Log: Yet another way to say Infinity: HP-UX calls its "++".
18243      Branch: perl
18244            ! lib/Math/BigInt/t/bigintpm.t
18245 ____________________________________________________________________________
18246 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
18247         Log: Update Changes.
18248      Branch: perl
18249            ! Changes patchlevel.h
18250 ____________________________________________________________________________
18251 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
18252         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
18253      Branch: perl
18254            ! pod/perlfaq5.pod
18255 ____________________________________________________________________________
18256 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
18257         Log: The #11593 wasn't right.
18258      Branch: perl
18259            ! lib/Math/BigInt/t/bigintpm.t
18260 ____________________________________________________________________________
18261 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
18262         Log: Subject: [PATCH: perl@11564] introducing perlivp
18263              From: Prymmer/Kahn <pvhp@best.com>
18264              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
18265              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
18266              
18267              Subject: Re: [PATCH: perl@11564] introducing perlivp
18268              From: Prymmer/Kahn <pvhp@best.com>
18269              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
18270              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
18271      Branch: perl
18272            + utils/perlivp.PL
18273            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
18274            ! win32/Makefile win32/makefile.mk
18275 ____________________________________________________________________________
18276 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
18277         Log: libcs are confused what to call Infinity.
18278      Branch: perl
18279            ! lib/Math/BigInt/t/bigintpm.t
18280 ____________________________________________________________________________
18281 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
18282         Log: Avoid SIGFPE in Tru64.
18283      Branch: perl
18284            ! numeric.c
18285 ____________________________________________________________________________
18286 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
18287         Log: Upgrade to Math::BigInt 1.40.
18288              
18289              NOTE: this patch necessitates doing something about
18290              infinity handling since the new bigintpm.t tests use
18291              infinity, which causes SIGFPEs at least in Tru64.
18292      Branch: perl
18293            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18294            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
18295            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
18296            ! lib/Math/BigInt/t/mbimbf.t
18297 ____________________________________________________________________________
18298 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
18299         Log: remove hardcoded cmd shell in testsuite
18300      Branch: perl
18301            ! t/op/glob.t t/op/magic.t t/op/stat.t
18302 ____________________________________________________________________________
18303 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
18304         Log: 4-arg select() was busted on windows because change#8178 didn't
18305              make it into mainline
18306      Branch: perl
18307            ! perl.h win32/include/sys/socket.h
18308 ____________________________________________________________________________
18309 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
18310         Log: Rename the Getopt::Long tests to be as they are
18311              in the Getopt::Long official distribution.
18312      Branch: perl
18313            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
18314            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
18315            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
18316            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
18317            ! MANIFEST
18318 ____________________________________________________________________________
18319 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
18320         Log: Upgrade to Getopt::Long 2.26.
18321      Branch: perl
18322            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
18323            ! MANIFEST lib/Getopt/Long.pm
18324 ____________________________________________________________________________
18325 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
18326         Log: Retract #10874 (the hack should be unnecessary by now)
18327      Branch: perl
18328            ! lib/Test/Harness.pm
18329 ____________________________________________________________________________
18330 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
18331         Log: avoid temp file littering in tests
18332      Branch: perl
18333            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
18334 ____________________________________________________________________________
18335 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
18336         Log: Subject: warning in sv.c: double format, NV arg
18337              From: "Philip Newton" <Philip.Newton@gmx.net>
18338              Date: Sun, 5 Aug 2001 19:41:07 +0200
18339              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
18340      Branch: perl
18341            ! sv.c
18342 ____________________________________________________________________________
18343 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
18344         Log: fix POSIX.t#13 for windos
18345      Branch: perl
18346            ! ext/POSIX/POSIX.t
18347 ____________________________________________________________________________
18348 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
18349         Log: Add a test for PerlIO::Via.
18350      Branch: perl
18351            + ext/PerlIO/t/via.t
18352            ! MANIFEST ext/PerlIO/Via/Via.pm
18353 ____________________________________________________________________________
18354 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
18355         Log: flock() and link() are not available on Windows 9x
18356      Branch: perl
18357            ! win32/config_sh.PL
18358 ____________________________________________________________________________
18359 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
18360         Log: Some Tru64 C compilers have C++ components that confuse
18361              the ccversion parsing.
18362      Branch: perl
18363            ! hints/dec_osf.sh
18364 ____________________________________________________________________________
18365 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
18366         Log: (Reintroduce #11125)
18367              
18368              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
18369              From: Alan Burlison <Alan.Burlison@sun.com> 
18370              Date: Tue, 03 Jul 2001 15:20:13 +0100   
18371              Message-ID: <3B41D49D.A923D4F9@sun.com> 
18372      Branch: perl
18373            ! lib/ExtUtils/MM_Unix.pm
18374 ____________________________________________________________________________
18375 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
18376         Log: Little pointer juggling for HP-UX cc to avoid
18377              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
18378              followed by
18379              "error 1549: Modifiable lvalue required for assignment operator."
18380      Branch: perl
18381            ! hv.c
18382 ____________________________________________________________________________
18383 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
18384         Log: Continuation of #11575: SANY_SEEN completely deprecated,
18385              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
18386              plus a fix for the bug.
18387      Branch: perl
18388            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
18389 ____________________________________________________________________________
18390 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
18391         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
18392              From: Doug MacEachern <dougm@covalent.net>
18393              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
18394              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
18395      Branch: perl
18396            ! sv.c
18397 ____________________________________________________________________________
18398 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
18399         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
18400              the new CANY is the \C.  The problem reported and the
18401              test case supplied in
18402              
18403              Subject: UTF-8 bugs in string length & single line regex matches
18404              From: "Daniel P. Berrange" <dan@berrange.com>
18405              Date: Fri, 3 Aug 2001 11:39:33 +0100
18406              Message-ID: <20010803113932.A19318@berrange.com>
18407      Branch: perl
18408            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
18409            ! t/op/pat.t
18410 ____________________________________________________________________________
18411 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
18412         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
18413              From: Doug MacEachern <dougm@covalent.net>
18414              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
18415              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
18416      Branch: perl
18417            ! perl.c regexec.c
18418 ____________________________________________________________________________
18419 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
18420         Log: The #11572 didn't up the test count.
18421      Branch: perl
18422            ! t/op/length.t
18423 ____________________________________________________________________________
18424 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
18425         Log: Subject: UTF-8 bugs in string length & single line regex matches
18426              From: "Daniel P. Berrange" <dan@berrange.com>
18427              Date: Fri, 3 Aug 2001 11:39:33 +0100         
18428              Message-ID: <20010803113932.A19318@berrange.com>
18429              
18430              (the mg_length() fix)
18431      Branch: perl
18432            ! mg.c t/op/length.t
18433 ____________________________________________________________________________
18434 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
18435         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18436              From: Abhijit Menon-Sen <ams@wiw.org>
18437              Date: Sat, 4 Aug 2001 16:56:35 +0530
18438              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
18439      Branch: perl
18440            ! hv.c
18441 ____________________________________________________________________________
18442 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
18443         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18444              From: Abhijit Menon-Sen <ams@wiw.org>
18445              Date: Sat, 4 Aug 2001 16:16:03 +0530
18446              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
18447      Branch: perl
18448            ! hv.c
18449 ____________________________________________________________________________
18450 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
18451         Log: Subject: Re: [patch] refcount re ops
18452              From: Abhijit Menon-Sen <ams@wiw.org>
18453              Date: Sat, 4 Aug 2001 08:54:55 +0530
18454              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
18455      Branch: perl
18456            ! sv.c
18457 ____________________________________________________________________________
18458 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
18459         Log: Subject: [patch] refcount re ops
18460              From: Doug MacEachern <dougm@covalent.net>
18461              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
18462              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
18463      Branch: perl
18464            ! regcomp.c sv.c
18465 ____________________________________________________________________________
18466 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
18467         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
18468              From: Doug MacEachern <dougm@covalent.net>
18469              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
18470              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
18471      Branch: perl
18472            ! perl.c regexec.c
18473 ____________________________________________________________________________
18474 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
18475         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
18476              From: "Craig A. Berry" <craigberry@mac.com> 
18477              Date: Fri, 03 Aug 2001 16:16:16 -0500
18478              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
18479      Branch: perl
18480            ! t/op/misc.t
18481 ____________________________________________________________________________
18482 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
18483         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
18484              From: John Kristian <jmk2001@engineer.com>
18485              Date: Fri, 03 Aug 2001 00:59:08 -0700
18486              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
18487      Branch: perl
18488            ! win32/win32.c
18489 ____________________________________________________________________________
18490 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
18491         Log: Update Changes.
18492      Branch: perl
18493            ! Changes patchlevel.h
18494 ____________________________________________________________________________
18495 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
18496         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
18497              From: "Craig A. Berry" <craigberry@mac.com>
18498              Date: Thu, 02 Aug 2001 23:15:24 -0500
18499              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
18500      Branch: perl
18501            ! ext/B/Stash.t
18502 ____________________________________________________________________________
18503 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
18504         Log: Subject: [patch] plug PL_cshname leak
18505              From: Doug MacEachern <dougm@covalent.net>
18506              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
18507              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
18508      Branch: perl
18509            ! sv.c
18510 ____________________________________________________________________________
18511 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
18512         Log: Subject: [patch] plug PL_sh_path leak
18513              From: Doug MacEachern <dougm@covalent.net>
18514              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
18515              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
18516      Branch: perl
18517            ! sv.c
18518 ____________________________________________________________________________
18519 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
18520         Log: Subject: [patch] plug PL_regex_padav leaks
18521              From: Doug MacEachern <dougm@covalent.net>
18522              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
18523              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
18524      Branch: perl
18525            ! op.c op.h perl.c
18526 ____________________________________________________________________________
18527 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
18528         Log: Subject: [patch] plug PL_origargv leak
18529              From: Doug MacEachern <dougm@covalent.net>
18530              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
18531              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
18532      Branch: perl
18533            ! perl.c
18534 ____________________________________________________________________________
18535 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
18536         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
18537              From: Abhijit Menon-Sen <ams@wiw.org>
18538              Date: Fri, 3 Aug 2001 06:38:11 +0530
18539              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
18540      Branch: perl
18541            ! hv.c
18542 ____________________________________________________________________________
18543 [ 11557] By: nick                                  on 2001/08/03  08:17:38
18544         Log: Integrate mainline
18545      Branch: perlio
18546           +> (branch 47 files)
18547            - lib/Switch/test.pl
18548           !> (integrate 49 files)
18549 ____________________________________________________________________________
18550 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
18551         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
18552              From: "Craig A. Berry" <craigberry@mac.com>
18553              Date: Thu, 02 Aug 2001 12:56:19 -0500
18554              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
18555      Branch: perl
18556            ! ext/B/Showlex.t
18557 ____________________________________________________________________________
18558 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
18559         Log: Be more careful about non-existent files.
18560      Branch: perl
18561            ! lib/File/Copy.pm
18562 ____________________________________________________________________________
18563 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
18564         Log: Subject: [PATCH resend] deparse empty formats
18565              From: Robin Houston <robin@kitsite.com> 
18566              Date: Thu, 2 Aug 2001 14:32:36 +0100
18567              Message-ID: <20010802143236.A894@robin.kitsite.com>
18568      Branch: perl
18569            ! ext/B/B/Deparse.pm
18570 ____________________________________________________________________________
18571 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
18572         Log: Subject: [patch] ithreads + refto fix improvement
18573              From: Doug MacEachern <dougm@covalent.net>
18574              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
18575              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
18576      Branch: perl
18577            ! pp.c
18578 ____________________________________________________________________________
18579 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
18580         Log: Readability nit from Abhijit.
18581      Branch: perl
18582            ! op.c
18583 ____________________________________________________________________________
18584 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
18585         Log: setproctitle() API version nit from Anton Berezin.
18586      Branch: perl
18587            ! mg.c
18588 ____________________________________________________________________________
18589 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
18590         Log: Add PerlCE to the docs.
18591      Branch: perl
18592            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18593            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18594 ____________________________________________________________________________
18595 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
18596         Log: Integrate the PerlCE (WinCE Perl) port;
18597              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
18598      Branch: perl
18599            + README.ce wince/FindExt.pm wince/Makefile.ce
18600            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
18601            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
18602            + wince/bin/search.pl wince/config.ce wince/config.h
18603            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
18604            + wince/dl_win32.xs wince/include/arpa/inet.h
18605            + wince/include/cectype.h wince/include/errno.h
18606            + wince/include/netdb.h wince/include/sys/socket.h
18607            + wince/include/sys/stat.h wince/include/sys/types.h
18608            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
18609            + wince/perl.rc wince/perldll.def wince/perllib.c
18610            + wince/perlmain.c wince/registry.bat wince/runperl.c
18611            + wince/splittree.pl wince/win32.h wince/win32iop.h
18612            + wince/win32thread.c wince/win32thread.h wince/wince.c
18613            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
18614            + wince/xdistclean.ksh wince/xmakediffs.ksh
18615            ! MANIFEST perl.c perl.h perlio.c
18616 ____________________________________________________________________________
18617 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
18618         Log: setproctitle() made simpler.  (This assumes the string is
18619              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
18620              should be used.  Note len, not len + 1.)  BSD-fu from Anton
18621              Berezin.
18622      Branch: perl
18623            ! mg.c
18624 ____________________________________________________________________________
18625 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
18626         Log: Subject: [PATCH] -Wall cleanup: op.c
18627              From: Richard Soderberg <rs@oregonnet.com>
18628              Date: Thu, 2 Aug 2001 00:17:09 -0700
18629              Message-Id: <200108020717.AAA26895@oregonnet.com>
18630              
18631              Subject: [PATCH] -Wall cleanup: sv.c
18632              From: Richard Soderberg <rs@oregonnet.com>
18633              Date: Thu, 2 Aug 2001 00:49:21 -0700
18634              Message-Id: <200108020749.AAA27492@oregonnet.com>
18635      Branch: perl
18636            ! op.c sv.c
18637 ____________________________________________________________________________
18638 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
18639         Log: Update Changes.
18640      Branch: perl
18641            ! Changes patchlevel.h
18642 ____________________________________________________________________________
18643 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
18644         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18645              From: Doug MacEachern <dougm@covalent.net>
18646              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
18647              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
18648      Branch: perl
18649            ! op.c
18650 ____________________________________________________________________________
18651 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
18652         Log: The #11541 didn't work under threads.
18653      Branch: perl
18654            ! op.c
18655 ____________________________________________________________________________
18656 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
18657         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
18658              From: Hugo <hv@crypt.compulink.co.uk>
18659              Date: Fri, 22 Jun 2001 01:19:08 +0100 
18660              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
18661              
18662              (Skip tests if accept() failed)
18663      Branch: perl
18664            ! ext/IO/lib/IO/t/io_unix.t
18665 ____________________________________________________________________________
18666 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
18667         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
18668              From: "Stian Seeberg" <sseeberg@nimsoft.no>
18669              Date: Mon, 30 Jul 2001 12:28:07 +0200
18670              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
18671      Branch: perl
18672            ! perl.h
18673 ____________________________________________________________________________
18674 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
18675         Log: Subject: Pluggable optimizer
18676              From: Simon Cozens <simon@netthink.co.uk>
18677              Date: Wed, 1 Aug 2001 13:57:02 -0700
18678              Message-ID: <20010801135702.I10442@netthink.co.uk>
18679      Branch: perl
18680            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
18681 ____________________________________________________________________________
18682 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
18683         Log: Subject: [ID 20010801.039] perlre.pod message typo
18684              From: Autrijus Tang <autrijus@geb.elixus.org>
18685              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
18686              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
18687      Branch: perl
18688            ! pod/perlre.pod
18689 ____________________________________________________________________________
18690 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
18691         Log: Test for change #11536.
18692      Branch: perl
18693            ! t/op/tiehandle.t
18694 ____________________________________________________________________________
18695 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
18696         Log: More test fixups for #11537.
18697      Branch: perl
18698            ! t/lib/warnings/4lint t/lib/warnings/9enabled
18699 ____________________________________________________________________________
18700 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
18701         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
18702              From: Doug MacEachern <dougm@covalent.net>
18703              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
18704              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
18705      Branch: perl
18706            ! op.c t/TestInit.pm
18707 ____________________________________________________________________________
18708 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
18709         Log: Subject: [patch] ithreads + refto bug
18710              From: Doug MacEachern <dougm@covalent.net>
18711              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
18712              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
18713              
18714              (Test in change #11539)
18715      Branch: perl
18716            ! pp.c
18717 ____________________________________________________________________________
18718 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
18719         Log: Subject: [PATCH: perl@11523] fixups for t/harness
18720              From: Prymmer/Kahn <pvhp@best.com>
18721              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
18722              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
18723      Branch: perl
18724            ! t/harness
18725 ____________________________________________________________________________
18726 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
18727         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
18728              From: Prymmer/Kahn <pvhp@best.com>
18729              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
18730              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
18731      Branch: perl
18732            ! win32/Makefile win32/makefile.mk
18733 ____________________________________________________________________________
18734 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
18735         Log: Need to know the number of tests.
18736      Branch: perl
18737            ! t/run/exit.t
18738 ____________________________________________________________________________
18739 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
18740         Log: Subject: Re: new exit tests on VMS
18741              From: "Craig A. Berry" <craigberry@mac.com>
18742              Date: Tue, 31 Jul 2001 12:19:29 -0500
18743              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
18744      Branch: perl
18745            ! t/run/exit.t
18746 ____________________________________________________________________________
18747 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
18748         Log: Retract #11530 (the dTHX is needed under threads)
18749      Branch: perl
18750            ! perlio.c
18751 ____________________________________________________________________________
18752 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
18753         Log: (Retracted by #11531)
18754      Branch: perl
18755            ! perlio.c
18756 ____________________________________________________________________________
18757 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
18758         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
18759              From: Richard Soderberg <rs@crystalflame.net>
18760              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
18761              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
18762      Branch: perl
18763            ! unixish.h
18764 ____________________________________________________________________________
18765 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
18766         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
18767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18768              Date: Tue, 31 Jul 2001 05:39:09 -0400
18769              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
18770              
18771              (with a note about the case of UV being equal to long long)
18772      Branch: perl
18773            ! utils/h2xs.PL
18774 ____________________________________________________________________________
18775 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
18776         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
18777              From: "Craig A. Berry" <craigberry@mac.com>
18778              Date: Tue, 31 Jul 2001 14:57:43 -0500
18779              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
18780      Branch: perl
18781            ! t/io/fs.t
18782 ____________________________________________________________________________
18783 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
18784         Log: Fix for
18785              
18786              Subject: [ID 20010116.001] File::Copy truncates orig file 
18787              From: arbor@al37al08.telecel.pt
18788              Date: Tue, 16 Jan 2001 11:43:02 GMT
18789              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
18790              
18791              (copy($foo, $foo) would truncate $foo)
18792      Branch: perl
18793            ! lib/File/Copy.pm lib/File/Copy.t
18794 ____________________________________________________________________________
18795 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
18796         Log: Metaconfig unit change for #11524.
18797      Branch: metaconfig/U/perl
18798            ! Extras.U
18799 ____________________________________________________________________________
18800 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
18801         Log: Multiple modules didn't work; plus typo fixes.
18802      Branch: perl
18803            ! Configure
18804 ____________________________________________________________________________
18805 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
18806         Log: Update Changes.
18807      Branch: perl
18808            ! Changes patchlevel.h
18809 ____________________________________________________________________________
18810 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
18811         Log: Regen perlapi.
18812      Branch: perl
18813            ! pod/perlapi.pod
18814 ____________________________________________________________________________
18815 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
18816         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
18817              From: Dave Mitchell <davem@fdgroup.co.uk>
18818              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
18819              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
18820      Branch: perl
18821            ! sv.c
18822 ____________________________________________________________________________
18823 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
18824         Log: Regen toc.
18825      Branch: perl
18826            ! pod/perltoc.pod
18827 ____________________________________________________________________________
18828 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
18829         Log: Regen Porting stuff.
18830      Branch: perl
18831            ! Porting/Glossary Porting/config.sh Porting/config_H
18832 ____________________________________________________________________________
18833 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
18834         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
18835              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18836              Date: Tue, 31 Jul 2001 05:34:38 -0400
18837              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
18838      Branch: perl
18839            ! utils/h2xs.PL
18840 ____________________________________________________________________________
18841 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
18842         Log: Metaconfig unit change for #11516. 
18843      Branch: metaconfig/U/perl
18844            ! gccvers.U
18845 ____________________________________________________________________________
18846 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
18847         Log: Add -Wall in cflags, not in Configure.
18848              (This way -Wall affects only the core and the core XS,
18849              not user modules' XS.  Concern from Paul Marquess,
18850              implementation idea from Andy Dougherty.)
18851      Branch: perl
18852            ! Configure cflags.SH
18853 ____________________________________________________________________________
18854 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
18855         Log: Metaconfig unit changes for #11514.
18856      Branch: metaconfig
18857            + U/modified/sysman.U
18858            ! U/installdirs/man1dir.U
18859 ____________________________________________________________________________
18860 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
18861         Log: Subject: Configure's detection of system manual
18862              From: Sean Dague <sean@dague.net> 
18863              Date: Sun, 13 May 2001 15:53:15 -0400
18864              Message-ID: <20010513155315.A15833@underhill.dague.net>
18865      Branch: perl
18866            ! Configure
18867 ____________________________________________________________________________
18868 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
18869         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
18870              From: Autrijus Tang <autrijus@autrijus.org> 
18871              Date: Thu, 21 Jun 2001 23:56:48 +0800
18872              Message-Id: <20010621235648.A57340@not.autrijus.org>
18873      Branch: perl
18874            ! pod/perlobj.pod
18875 ____________________________________________________________________________
18876 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
18877         Log: Subject: Typo in DB_File.pm
18878              From: "Philip Newton" <Philip.Newton@gmx.net>
18879              Date: Tue, 31 Jul 2001 06:19:35 +0200
18880              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
18881      Branch: perl
18882            ! ext/DB_File/DB_File.pm
18883 ____________________________________________________________________________
18884 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
18885         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
18886              From: "Stephen P. Potter" <spp@spotter.yi.org>
18887              Date: Wed, 30 May 2001 13:59:34 -0400
18888              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
18889      Branch: perl
18890            ! pod/perlre.pod
18891 ____________________________________________________________________________
18892 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
18893         Log: eval "format foo=" would loop indefinitely; reported in
18894              
18895              Subject: A load of old rubbish
18896              From: Mike Guy <mjtg@cam.ac.uk>
18897              Date: Mon, 14 May 2001 16:12:22 +0100
18898              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
18899              
18900              (The core dumps reported in there already fixed.)
18901      Branch: perl
18902            ! toke.c
18903 ____________________________________________________________________________
18904 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
18905         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
18906      Branch: perl
18907            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
18908            + lib/Switch/t/switch_case.t
18909            - lib/Switch/test.pl
18910            ! MANIFEST lib/Switch.pm
18911 ____________________________________________________________________________
18912 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
18913         Log: Subject: [PATCH @11505] DB_File-1.78
18914              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18915              Date: Mon, 30 Jul 2001 22:54:37 +0100
18916              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
18917      Branch: perl
18918            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18919            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18920 ____________________________________________________________________________
18921 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
18922         Log: Explain in more detail why -pipe and -fno-common are good.
18923      Branch: perl
18924            ! hints/darwin.sh
18925 ____________________________________________________________________________
18926 [ 11506] By: nick                                  on 2001/07/30  14:32:23
18927         Log: Integrate mainline
18928      Branch: perlio
18929           !> INSTALL Makefile.SH doio.c hints/darwin.sh
18930 ____________________________________________________________________________
18931 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
18932         Log: Perl hasn't been putting man pages into $prefix/lib for
18933              a long time now; pointed out by Andy Dougherty. 
18934      Branch: perl
18935            ! hints/darwin.sh
18936 ____________________________________________________________________________
18937 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
18938         Log: Document the extras Configure option.
18939      Branch: perl
18940            ! INSTALL
18941 ____________________________________________________________________________
18942 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
18943         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
18944              everywhere.
18945      Branch: perl
18946           !> doio.c
18947 ____________________________________________________________________________
18948 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
18949         Log: Doubly guard against invoking CPAN if no extras defined,
18950              pointed out by H. Merijn Brand.
18951      Branch: perl
18952            ! Makefile.SH
18953 ____________________________________________________________________________
18954 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
18955         Log: Fix O_RDONLY check to check for O_RDONLY.
18956      Branch: maint-5.6/macperl
18957            ! doio.c
18958 ____________________________________________________________________________
18959 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
18960         Log: Integrate miscellaneous changes from maint-5.6/perl.
18961      Branch: maint-5.6/macperl
18962           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
18963 ____________________________________________________________________________
18964 [ 11499] By: nick                                  on 2001/07/30  06:52:42
18965         Log: Integrate mainline
18966      Branch: perlio
18967           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
18968           +> win32/sync_ext.pl
18969            - win32/sncfnmcs.pl
18970           !> (integrate 71 files)
18971 ____________________________________________________________________________
18972 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
18973         Log: Update Changes.
18974      Branch: perl
18975            ! Changes patchlevel.h
18976 ____________________________________________________________________________
18977 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
18978         Log: Now Configure -Dextras=Foo::Bar and "make install" will
18979              fetch and install Foo::Bar.
18980      Branch: perl
18981            ! Makefile.SH
18982 ____________________________________________________________________________
18983 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
18984         Log: Metaconfig unit change for #11495.
18985      Branch: metaconfig/U/perl
18986            ! Extras.U
18987 ____________________________________________________________________________
18988 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
18989         Log: extras.make, extras.test, and extras.install make targets.
18990      Branch: perl
18991            ! Configure Makefile.SH
18992 ____________________________________________________________________________
18993 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
18994         Log: Metaconfig unit change for #11493.
18995      Branch: metaconfig/U/perl
18996            ! Extras.U
18997 ____________________________________________________________________________
18998 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
18999         Log: Better to have the list of extras in $extras than 'define'.
19000      Branch: perl
19001            ! Configure
19002 ____________________________________________________________________________
19003 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
19004         Log: The metaconfig unit change for #11490.
19005      Branch: metaconfig/U/perl
19006            + Extras.U
19007 ____________________________________________________________________________
19008 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
19009         Log: Missed from #11490 (the required dependency).
19010      Branch: perl
19011            ! Makefile.SH
19012 ____________________________________________________________________________
19013 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
19014         Log: Add the support of asking for extra modules or bundles of modules
19015              to be fetched from the CPAN and installed as a part of the Perl
19016              build process.  None of this installation is yet really done;
19017              only the list is asked, and saved away in extras.lst for
19018              the build and installation process to worry about later.
19019      Branch: perl
19020            ! Configure
19021 ____________________________________________________________________________
19022 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
19023         Log: Beginnings of better Inf and NaN support.
19024              At least toke.c and sv.c still need quite a bit of work.
19025      Branch: perl
19026            ! numeric.c perl.h
19027 ____________________________________________________________________________
19028 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
19029         Log: Top-level Makefile didn't honour OPTIMIZE.
19030      Branch: perl
19031            ! Makefile.SH
19032 ____________________________________________________________________________
19033 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
19034         Log: Update Changes.
19035      Branch: perl
19036            ! Changes patchlevel.h
19037 ____________________________________________________________________________
19038 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
19039         Log: Use Search::Dict 1.02 interface for charinfo().
19040      Branch: perl
19041            ! lib/UnicodeCD.pm
19042 ____________________________________________________________________________
19043 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
19044         Log: Now also allow transforming the read lines before comparing them.
19045              (This will help UnicodeCD.) 
19046      Branch: perl
19047            ! lib/Search/Dict.pm
19048 ____________________________________________________________________________
19049 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
19050         Log: Remove tiehandle code.
19051      Branch: perl
19052            ! lib/UnicodeCD.pm
19053 ____________________________________________________________________________
19054 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
19055         Log: Allow specifying a comparison function for Search::Dict::look().
19056      Branch: perl
19057            ! lib/Search/Dict.pm
19058 ____________________________________________________________________________
19059 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
19060         Log: Small UnicodeCD tweaks.
19061      Branch: perl
19062            ! lib/UnicodeCD.pm lib/UnicodeCD.t
19063 ____________________________________________________________________________
19064 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
19065         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
19066              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19067              Date: Tue, 24 Jul 2001 01:51:32 +0900
19068              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
19069      Branch: perl
19070            ! lib/UnicodeCD.pm lib/UnicodeCD.t
19071 ____________________________________________________________________________
19072 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
19073         Log: Subject: [PATCH] installperl
19074              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
19075              Date: Fri, 27 Jul 2001 19:05:04 -0700
19076              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
19077      Branch: perl
19078            ! installperl
19079 ____________________________________________________________________________
19080 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
19081         Log: Subject: [PATCH] Set proper compatibility versions in core
19082              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
19083              Date: Fri, 27 Jul 2001 20:01:49 -0700
19084              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
19085      Branch: perl
19086            ! Makefile.SH
19087 ____________________________________________________________________________
19088 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
19089         Log: Metaconfig unit change for #11477.
19090      Branch: metaconfig/U/perl
19091            ! dlsrc.U
19092 ____________________________________________________________________________
19093 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
19094         Log: Subject: [PATCH] Darwin: -fpic not so good
19095              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
19096              Date: Fri, 27 Jul 2001 18:57:38 -0700
19097              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
19098      Branch: perl
19099            ! Configure
19100 ____________________________________________________________________________
19101 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
19102         Log: Subject: [PATCH] Clean up Darwin hints
19103              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
19104              Date: Fri, 27 Jul 2001 19:13:15 -0700
19105              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
19106      Branch: perl
19107            ! hints/darwin.sh
19108 ____________________________________________________________________________
19109 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
19110         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
19111              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19112              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
19113              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
19114      Branch: perl
19115            ! pod/perlfunc.pod pp.c t/op/split.t
19116 ____________________________________________________________________________
19117 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
19118         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
19119              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
19120              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
19121              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
19122      Branch: perl
19123            ! pod/perlvar.pod
19124 ____________________________________________________________________________
19125 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
19126         Log: Subject: [PATCH] fixes to constant.pm documentation
19127              From: Ilmari Karonen <iltzu@sci.fi>
19128              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
19129              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
19130      Branch: perl
19131            ! lib/constant.pm
19132 ____________________________________________________________________________
19133 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
19134         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
19135              From: "Philip Newton" <Philip.Newton@gmx.net>
19136              Date: Fri, 27 Jul 2001 07:51:10 +0200
19137              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
19138      Branch: perl
19139            ! pod/perlport.pod
19140 ____________________________________________________________________________
19141 [ 11471] By: nick                                  on 2001/07/26  06:23:32
19142         Log: Subject:  [PATCH] Doc fix for perlguts / threading
19143              From:  Arthur Bergman <arthur@contiller.se>
19144              Date:  Wed, 25 Jul 2001 11:28:23 +0200
19145              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
19146      Branch: perl
19147            ! pod/perlguts.pod
19148 ____________________________________________________________________________
19149 [ 11470] By: nick                                  on 2001/07/26  06:21:06
19150         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
19151              From:  Philip Newton <Philip.Newton@gmx.net>
19152              Date:  Wed, 25 Jul 2001 08:19:47 +0200
19153              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
19154      Branch: perl
19155            ! INSTALL
19156 ____________________________________________________________________________
19157 [ 11469] By: nick                                  on 2001/07/26  06:20:25
19158         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
19159              From:  Philip Newton <Philip.Newton@gmx.net>
19160              Date:  Wed, 25 Jul 2001 08:12:48 +0200
19161              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
19162      Branch: perl
19163            ! INSTALL
19164 ____________________________________________________________________________
19165 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
19166         Log: More +x.
19167      Branch: perl
19168            ! Porting/makerel
19169 ____________________________________________________________________________
19170 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
19171         Log: Update Changes.
19172      Branch: perl
19173            ! Changes patchlevel.h
19174 ____________________________________________________________________________
19175 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
19176         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
19177              From: "Philip Newton" <Philip.Newton@gmx.net>
19178              Date: Tue, 24 Jul 2001 06:45:55 +0200
19179              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
19180      Branch: perl
19181            ! os2/perlrexx.c
19182 ____________________________________________________________________________
19183 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
19184         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
19185              From: Peter Prymmer <pvhp@forte.com>
19186              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
19187              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
19188      Branch: perl
19189            ! pod/perlport.pod t/io/fs.t vms/test.com
19190 ____________________________________________________________________________
19191 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
19192         Log: Workaround on Cwd bootstrap problem.
19193      Branch: perl
19194            ! lib/ExtUtils/MakeMaker.pm
19195 ____________________________________________________________________________
19196 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
19197         Log: When in Rome, quote like the Romans do.
19198      Branch: perl
19199            ! cflags.SH
19200 ____________________________________________________________________________
19201 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
19202         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
19203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19204              Date: Mon, 23 Jul 2001 19:29:49 -0400
19205              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
19206      Branch: perl
19207            + os2/perlrexx.c
19208            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
19209            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
19210            ! t/op/write.t
19211 ____________________________________________________________________________
19212 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
19213         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
19214              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19215              Date: Mon, 23 Jul 2001 18:43:42 -0400
19216              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
19217      Branch: perl
19218            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
19219 ____________________________________________________________________________
19220 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
19221         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
19222              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19223              Date: Mon, 23 Jul 2001 18:33:16 -0400
19224              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
19225      Branch: perl
19226            ! lib/ExtUtils/MakeMaker.pm
19227 ____________________________________________________________________________
19228 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
19229         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
19230              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19231              Date: Mon, 23 Jul 2001 18:20:35 -0400
19232              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
19233      Branch: perl
19234            ! Makefile.SH cflags.SH
19235 ____________________________________________________________________________
19236 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
19237         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
19238              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
19239              Date: Mon, 23 Jul 2001 11:32:17 -0500
19240              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
19241      Branch: perl
19242            ! lib/ExtUtils/MakeMaker.pm
19243 ____________________________________________________________________________
19244 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
19245         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
19246              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19247              Date: Mon, 23 Jul 2001 18:13:20 -0400
19248              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
19249      Branch: perl
19250            ! lib/perl5db.pl
19251 ____________________________________________________________________________
19252 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
19253         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
19254              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19255              Date: Mon, 23 Jul 2001 18:07:40 -0400
19256              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
19257      Branch: perl
19258            ! op.c
19259 ____________________________________________________________________________
19260 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
19261         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
19262              From: "Craig A. Berry" <craigberry@mac.com>
19263              Date: Mon, 23 Jul 2001 15:35:06 -0500
19264              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
19265      Branch: perl
19266            ! util.c
19267 ____________________________________________________________________________
19268 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
19269         Log: Subject: [PATCH perlfaq9.pod typo]
19270              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
19271              Date: Mon, 23 Jul 2001 07:49:05 -0700
19272              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
19273      Branch: perl
19274            ! pod/perlfaq9.pod
19275 ____________________________________________________________________________
19276 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
19277         Log: Subject: win32\sncfnmcs.pl corrections
19278              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19279              Date: Mon, 23 Jul 2001 12:56:54 +0200
19280              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
19281              
19282              Rename the script a little bit more sensibly.
19283      Branch: perl
19284            + win32/sync_ext.pl
19285            - win32/sncfnmcs.pl
19286            ! MANIFEST README.win32
19287 ____________________________________________________________________________
19288 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
19289         Log: Test tweak.
19290      Branch: perl
19291            ! ext/B/Deparse.t
19292 ____________________________________________________________________________
19293 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
19294         Log: Metaconfig unit tweak for #11450.
19295      Branch: metaconfig/U/perl
19296            ! Mksymlinks.U
19297 ____________________________________________________________________________
19298 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
19299         Log: Too volatile failsafe check.
19300      Branch: perl
19301            ! Configure
19302 ____________________________________________________________________________
19303 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
19304         Log: Further doc tweaks.
19305      Branch: perl
19306            ! lib/UnicodeCD.pm
19307 ____________________________________________________________________________
19308 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
19309         Log: Doc tweaks.
19310      Branch: perl
19311            ! lib/UnicodeCD.pm
19312 ____________________________________________________________________________
19313 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
19314         Log: Doc tweakery from Abhijit.
19315      Branch: perl
19316            ! Porting/repository.pod
19317 ____________________________________________________________________________
19318 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
19319         Log: An accidental empty line.
19320      Branch: perl
19321            ! MANIFEST
19322 ____________________________________________________________________________
19323 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
19324         Log: Missing MANIFESTations.
19325      Branch: perl
19326            ! MANIFEST
19327 ____________________________________________________________________________
19328 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
19329         Log: Update Changes.
19330      Branch: perl
19331            ! Changes patchlevel.h
19332 ____________________________________________________________________________
19333 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
19334         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
19335              From: Mike Guy <mjtg@cam.ac.uk>
19336              Date: Fri, 20 Jul 2001 16:12:49 +0100
19337              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
19338      Branch: perl
19339            ! Porting/pumpkin.pod
19340 ____________________________________________________________________________
19341 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
19342         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19343              From: Peter Prymmer <pvhp@forte.com>
19344              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
19345              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
19346      Branch: perl
19347            ! pod/perlhack.pod
19348 ____________________________________________________________________________
19349 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
19350         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
19351              From: Michael G Schwern <schwern@pobox.com>
19352              Date: Fri, 20 Jul 2001 20:22:35 -0400
19353              Message-ID: <20010720202235.O4498@blackrider>
19354      Branch: perl
19355            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
19356            ! lib/Test/t/todo.t
19357 ____________________________________________________________________________
19358 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
19359         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
19360              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19361              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
19362              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
19363      Branch: perl
19364            ! ext/POSIX/POSIX.pod
19365 ____________________________________________________________________________
19366 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
19367         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
19368              From: Mark-Jason Dominus <mjd@plover.com>
19369              Date: Fri, 20 Jul 2001 23:16:54 -0400
19370              Message-ID: <20010721031654.21877.qmail@plover.com>
19371      Branch: perl
19372            ! ext/POSIX/POSIX.pod
19373 ____________________________________________________________________________
19374 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
19375         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
19376              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
19377              Date: Sun, 22 Jul 2001 14:56:09 +0200
19378              Message-ID: <20010722145609.A766@rafael>
19379      Branch: perl
19380            ! ext/B/O.pm
19381 ____________________________________________________________________________
19382 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
19383         Log: Subject: regexec.c #define cleanup
19384              From: Mark-Jason Dominus <mjd@plover.com>
19385              Date: Sat, 21 Jul 2001 18:33:25 -0400
19386              Message-ID: <20010721223325.3069.qmail@plover.com>
19387      Branch: perl
19388            ! regexec.c
19389 ____________________________________________________________________________
19390 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
19391         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
19392              From: Prymmer/Kahn <pvhp@best.com>
19393              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
19394              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
19395      Branch: perl
19396            ! t/io/fs.t
19397 ____________________________________________________________________________
19398 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
19399         Log: Typo in #11432.
19400      Branch: perl
19401            ! ext/POSIX/POSIX.t
19402 ____________________________________________________________________________
19403 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
19404         Log: Integrate (manually) change #11424 from macperl.
19405      Branch: perl
19406            ! ext/Filter/t/call.t
19407 ____________________________________________________________________________
19408 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
19409         Log: Integrate change #11408 from macperl.
19410      Branch: perl
19411           !> README.macos pod/perlport.pod
19412 ____________________________________________________________________________
19413 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
19414         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
19415      Branch: perl
19416           +> macos/MacPerlTests.cmd macos/xsubpp.patch
19417            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
19418            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
19419            ! ext/POSIX/POSIX.t
19420 ____________________________________________________________________________
19421 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
19422         Log: pod/*.t tests not picked up by t/TEST either
19423      Branch: maint-5.6/perl
19424            ! t/TEST
19425 ____________________________________________________________________________
19426 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
19427         Log: better tweak for change#11429 (windows has both / and \ separated
19428              paths in @INC at that point)
19429      Branch: maint-5.6/perl
19430            ! t/pod/testp2pt.pl
19431 ____________________________________________________________________________
19432 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
19433         Log: MacOS pod test tweak needs \Escape
19434      Branch: maint-5.6/perl
19435            ! t/pod/testp2pt.pl
19436 ____________________________________________________________________________
19437 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
19438         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
19439              resulting duplicate output, but t/harness isn't)
19440      Branch: maint-5.6/perl
19441            ! t/run/runenv.t
19442 ____________________________________________________________________________
19443 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
19444         Log: t/harness wasn't picking up all the tests
19445      Branch: maint-5.6/perl
19446            ! t/harness
19447 ____________________________________________________________________________
19448 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
19449         Log: update MANIFEST for new file
19450      Branch: maint-5.6/perl
19451            ! MANIFEST
19452 ____________________________________________________________________________
19453 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
19454         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
19455              the exception of the macperl/macos/... tree
19456      Branch: maint-5.6/perl
19457           +> t/lib/filefind-taint.t
19458           !> (integrate 72 files)
19459 ____________________________________________________________________________
19460 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
19461         Log: Fix test.
19462      Branch: maint-5.6/macperl
19463            ! macos/bundled_ext/Filter/t/call.t
19464 ____________________________________________________________________________
19465 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
19466         Log: Make perl fork()-safe (in a slightly limited way) even on
19467              platforms that don't have pthread_atfork() (extension of
19468              the fix in change#11151).
19469              
19470              Note that this will not help extensions that call fork()
19471              directly in C, or that link to libraries that call fork()
19472              directly.  Such cases must be fixed to either call
19473              PerlProc_fork(), or call atfork_lock() in parent before the
19474              calling the function that forks and call atfork_unlock()
19475              in both parent and child immediately after the fork().
19476              (There are no worries if C code calls exec() in the child
19477              immediately after a fork().  Only cases where the child
19478              calls perl's API functions (including New()) after the
19479              fork() are problematic.)
19480              
19481              This change also eliminates the use of vfork() from perl,
19482              since all such uses were violating the severe restrictions
19483              on modifying the state of the process between the vfork()
19484              and the exec().
19485              
19486              This is a modified version of patches suggested by Abhijit
19487              Menon-Sen and Richard Soderberg.
19488      Branch: perl
19489            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
19490            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
19491 ____________________________________________________________________________
19492 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
19493         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
19494              Switch, and Text::Balanced.
19495      Branch: maint-5.6/macperl
19496            + macos/bundled_ext/Filter/Util/Call/Call.pm
19497            + macos/bundled_ext/Filter/Util/Call/Call.xs
19498            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
19499            + macos/bundled_ext/Filter/t/MyFilter.pm
19500            + macos/bundled_ext/Filter/t/call.t
19501            + macos/bundled_ext/Filter/t/filter-util.pl
19502            + macos/bundled_lib/blib/lib/Class/ISA.pm
19503            + macos/bundled_lib/blib/lib/Digest.pm
19504            + macos/bundled_lib/blib/lib/Filter/Simple.pm
19505            + macos/bundled_lib/blib/lib/Switch.pm
19506            + macos/bundled_lib/blib/lib/Text/Balanced.pm
19507            + macos/bundled_lib/blib/lib/Text/Balanced.pod
19508            + macos/bundled_lib/t/Class/ISA/test.pl
19509            + macos/bundled_lib/t/Digest/Digest.t
19510            + macos/bundled_lib/t/Filter/Simple/test.pl
19511            + macos/bundled_lib/t/Switch/test.pl
19512            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
19513            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
19514            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
19515            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
19516            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
19517            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
19518            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
19519            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
19520 ____________________________________________________________________________
19521 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
19522         Log: Add Filter::Util::Call to config/make files; edit utils
19523              to recognize the module (it was descended too far down).
19524              Bump version to 5.6.1a4.
19525      Branch: maint-5.6/macperl
19526            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
19527            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
19528            ! macos/macperl/Makefile.mk macos/xsubpp.patch
19529 ____________________________________________________________________________
19530 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
19531         Log: Make DB_File the default for MLDBM on MacOS.
19532      Branch: maint-5.6/macperl
19533            ! macos/bundled_lib/blib/lib/MLDBM.pm
19534 ____________________________________________________________________________
19535 [ 11419] By: nick                                  on 2001/07/20  14:51:03
19536         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
19537              From:  Simon Cozens <simon@netthink.co.uk>
19538              Date:  Fri, 20 Jul 2001 11:42:35 -0400
19539              Message-Id:  <20010720114235.A5235@netthink.co.uk>
19540      Branch: perl
19541            ! lib/UnicodeCD.pm
19542 ____________________________________________________________________________
19543 [ 11418] By: nick                                  on 2001/07/20  14:48:12
19544         Log: Subject:  [PATCH regcomp.h] adds a comment
19545              From:  Abhijit Menon-Sen <ams@wiw.org>
19546              Date:  Fri, 20 Jul 2001 21:05:37 +0530
19547              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
19548      Branch: perl
19549            ! regcomp.h
19550 ____________________________________________________________________________
19551 [ 11417] By: nick                                  on 2001/07/20  14:16:38
19552         Log: Subject:  [PATCH 5.7.2] INSTALL updates
19553              From:  Andy Dougherty <doughera@lafayette.edu>
19554              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
19555              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
19556      Branch: perl
19557            ! INSTALL
19558 ____________________________________________________________________________
19559 [ 11416] By: nick                                  on 2001/07/20  06:44:44
19560         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
19561              From:  Russ Allbery <rra@stanford.edu>
19562              Date:  19 Jul 2001 15:52:37 -0700
19563              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
19564      Branch: perl
19565            ! lib/Pod/Man.pm
19566 ____________________________________________________________________________
19567 [ 11415] By: nick                                  on 2001/07/20  06:35:11
19568         Log: Subject:  [PATCH] defer op_seq allocation
19569              From:  Abhijit Menon-Sen <ams@wiw.org>
19570              Date:  Thu, 19 Jul 2001 22:12:24 +0530
19571              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
19572      Branch: perl
19573            ! op.c
19574 ____________________________________________________________________________
19575 [ 11414] By: nick                                  on 2001/07/20  06:23:36
19576         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
19577              From:  Abhijit Menon-Sen <ams@wiw.org>
19578              Date:  Fri, 20 Jul 2001 01:18:50 +0530
19579              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
19580              (Private e-mail)
19581      Branch: perl
19582            ! ext/Time/HiRes/HiRes.xs
19583 ____________________________________________________________________________
19584 [ 11413] By: nick                                  on 2001/07/20  06:18:53
19585         Log: Integrate mainline
19586      Branch: perlio
19587           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
19588            - t/base/commonsense.t
19589           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
19590           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
19591           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
19592           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
19593           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
19594           !> win32/win32.c
19595 ____________________________________________________________________________
19596 [ 11412] By: nick                                  on 2001/07/19  06:44:27
19597         Log: Integrate win32/perlhost.h from maintenance branch.
19598              (Rest of $ENV{PATH} / system() fix.)
19599      Branch: perl
19600           !> win32/perlhost.h
19601 ____________________________________________________________________________
19602 [ 11411] By: nick                                  on 2001/07/19  06:41:34
19603         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
19604              From:  Philip Newton <Philip.Newton@gmx.net>
19605              Date:  Wed, 18 Jul 2001 21:43:57 +0200
19606              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
19607      Branch: perl
19608            ! pod/perlhack.pod
19609 ____________________________________________________________________________
19610 [ 11410] By: nick                                  on 2001/07/19  06:39:35
19611         Log: Subject:  Security hole in taint checking in open()
19612              From:  deekoo@tentacle.net
19613              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
19614              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
19615      Branch: perl
19616            ! doio.c
19617 ____________________________________________________________________________
19618 [ 11409] By: nick                                  on 2001/07/19  06:28:08
19619         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
19620              From:  Abhijit Menon-Sen <ams@wiw.org>
19621              Date:  Thu, 19 Jul 2001 04:30:43 +0530
19622              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
19623      Branch: perl
19624            ! ext/Time/HiRes/HiRes.xs
19625 ____________________________________________________________________________
19626 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
19627         Log: Update docs with latest implementation information and new URLs.
19628      Branch: maint-5.6/macperl
19629            ! README.macos pod/perlport.pod
19630 ____________________________________________________________________________
19631 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
19632         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
19633              Fix BuildRules to accept optimization variables.
19634      Branch: maint-5.6/macperl
19635            + macos/bundled_ext/Digest/MD5/Makefile.mk
19636            ! macos/BuildRules.mk macos/Makefile.mk
19637            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
19638            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
19639 ____________________________________________________________________________
19640 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
19641         Log: Integrate changes 11399,11401
19642      Branch: maint-5.6/macperl
19643           !> win32/perlhost.h win32/win32.c
19644 ____________________________________________________________________________
19645 [ 11405] By: nick                                  on 2001/07/18  06:50:33
19646         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
19647              from perl5.6*
19648      Branch: perl
19649           !> win32/perlhost.h win32/win32.c
19650 ____________________________________________________________________________
19651 [ 11404] By: nick                                  on 2001/07/18  06:43:59
19652         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
19653              From:  hv@crypt0.demon.co.uk
19654              Date:  Wed, 18 Jul 2001 05:58:46 +0100
19655              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
19656      Branch: perl
19657            ! ext/POSIX/POSIX.t
19658 ____________________________________________________________________________
19659 [ 11403] By: nick                                  on 2001/07/18  06:38:57
19660         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
19661              From:  hv@crypt0.demon.co.uk
19662              Date:  Wed, 18 Jul 2001 05:21:54 +0100
19663              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
19664      Branch: perl
19665            ! numeric.c t/op/arith.t
19666 ____________________________________________________________________________
19667 [ 11402] By: nick                                  on 2001/07/18  06:19:17
19668         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
19669              From:  mjd@plover.com
19670              Date:  17 Jul 2001 17:59:20 -0000
19671              Message-Id:  <20010717175920.8177.qmail@plover.com>
19672      Branch: perl
19673            ! pod/perlre.pod
19674 ____________________________________________________________________________
19675 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
19676         Log: thinko in change#11400 (duh)
19677      Branch: maint-5.6/perl
19678            ! win32/perlhost.h
19679 ____________________________________________________________________________
19680 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
19681         Log: change#11399 revealed another unrelated bug; this is just a temporary
19682              bandaid
19683      Branch: maint-5.6/perl
19684            ! win32/perlhost.h
19685 ____________________________________________________________________________
19686 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
19687         Log: fix bugs in handling of the virtualized environment under windows;
19688              there were bugs in propagating any changes to %ENV down to the real
19689              environment when such changes happened in the toplevel process
19690              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
19691              problem identification, and for a part of the fix)
19692      Branch: maint-5.6/perl
19693            ! win32/perlhost.h win32/win32.c
19694 ____________________________________________________________________________
19695 [ 11398] By: nick                                  on 2001/07/17  08:26:35
19696         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19697              From: Peter Prymmer <pvhp@forte.com>
19698              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
19699              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
19700              
19701              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
19702              should not depend on existance of Config.pm
19703      Branch: perl
19704           +> t/lib/commonsense.t
19705            - t/base/commonsense.t
19706            ! MANIFEST t/README
19707 ____________________________________________________________________________
19708 [ 11397] By: nick                                  on 2001/07/17  08:09:58
19709         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
19710              From:  Michael G Schwern <schwern@pobox.com>
19711              Date:  Mon, 16 Jul 2001 18:20:31 -0400
19712              Message-Id:  <20010716182031.A1128@blackrider>
19713      Branch: perl
19714            ! pod/perlhack.pod
19715 ____________________________________________________________________________
19716 [ 11396] By: nick                                  on 2001/07/17  08:04:11
19717         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
19718              From:  Gwyn Judd <b.judd@xtra.co.nz>
19719              Date:  Tue, 17 Jul 2001 20:55:58 +1200
19720              Message-Id:  <20010717205558.A3107@thislove>
19721      Branch: perl
19722            ! pod/perlfunc.pod
19723 ____________________________________________________________________________
19724 [ 11395] By: nick                                  on 2001/07/17  08:02:22
19725         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
19726              From:  Peter Prymmer <pvhp@forte.com>
19727              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
19728              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
19729      Branch: perl
19730            ! t/op/sprintf.t
19731 ____________________________________________________________________________
19732 [ 11394] By: nick                                  on 2001/07/17  07:57:06
19733         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
19734              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
19735              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
19736              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
19737      Branch: perl
19738            ! gv.c
19739 ____________________________________________________________________________
19740 [ 11392] By: nick                                  on 2001/07/17  07:50:12
19741         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
19742              From:  Coral <coral@moonlight.crystalflame.net>
19743              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
19744              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
19745      Branch: perl
19746            ! pp_sys.c thread.h
19747 ____________________________________________________________________________
19748 [ 11391] By: nick                                  on 2001/07/17  07:34:28
19749         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
19750              From:  Jonathan Stowe <gellyfish@gellyfish.com>
19751              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
19752              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
19753      Branch: perl
19754            ! utils/h2xs.PL
19755 ____________________________________________________________________________
19756 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
19757         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
19758              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
19759              and Mac::Apps::Launch, which don't work, and Time::HiRes and
19760              Time::Piece, which don't yet work.
19761      Branch: maint-5.6/macperl
19762            + (add 154 files)
19763 ____________________________________________________________________________
19764 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
19765         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
19766              Also add hack to get around missing setenv for PERL5DB.
19767      Branch: maint-5.6/macperl
19768            ! macos/macish.c macos/macish.h
19769 ____________________________________________________________________________
19770 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
19771         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
19772      Branch: maint-5.6/macperl
19773            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
19774            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
19775 ____________________________________________________________________________
19776 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
19777         Log: Fix up some configuration and make options, add extra
19778              extensions.
19779      Branch: maint-5.6/macperl
19780            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
19781            ! macos/macperl/Makefile.mk
19782 ____________________________________________________________________________
19783 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
19784         Log: From Change 11374 in maintperl.
19785      Branch: maint-5.6/macperl
19786           !> utils/h2ph.PL
19787 ____________________________________________________________________________
19788 [ 11385] By: nick                                  on 2001/07/16  14:12:58
19789         Log: Back out change to h2xs till it passes its test.
19790      Branch: perl
19791            ! utils/h2xs.PL
19792 ____________________________________________________________________________
19793 [ 11384] By: nick                                  on 2001/07/16  14:00:10
19794         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
19795              From:  Jonathan Stowe <gellyfish@gellyfish.com>
19796              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
19797              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
19798      Branch: perl
19799            ! utils/h2xs.PL
19800 ____________________________________________________________________________
19801 [ 11383] By: nick                                  on 2001/07/16  13:53:12
19802         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
19803              From:  Robin Houston <robin@kitsite.com>
19804              Date:  Sun, 15 Jul 2001 18:22:31 +0100
19805              Message-Id:  <20010715182230.A11174@robin>
19806      Branch: perl
19807            ! hints/darwin.sh
19808 ____________________________________________________________________________
19809 [ 11382] By: nick                                  on 2001/07/16  13:52:49
19810         Log: Subject:  [PATCH perl@11372] re_dup
19811              From:  Radu Greab <radu@netsoft.ro>
19812              Date:  Sun, 15 Jul 2001 04:50:06 +0300
19813              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
19814      Branch: perl
19815            ! sv.c
19816 ____________________________________________________________________________
19817 [ 11379] By: nick                                  on 2001/07/16  13:35:39
19818         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
19819              From:  Robin Houston <robin@kitsite.com>
19820              Date:  Sat, 14 Jul 2001 14:28:50 +0100
19821              Message-Id:  <20010714142850.A10205@robin>
19822      Branch: perl
19823            ! ext/B/B/Deparse.pm
19824 ____________________________________________________________________________
19825 [ 11378] By: nick                                  on 2001/07/16  13:30:36
19826         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
19827              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
19828              Date:  Sat, 14 Jul 2001 22:17:42 +0900
19829              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
19830      Branch: perl
19831            + ext/Encode/Encode/euc-jp-0212.enc
19832            ! ext/Encode/Encode/Tcl.pm
19833 ____________________________________________________________________________
19834 [ 11377] By: nick                                  on 2001/07/16  13:17:28
19835         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
19836              From:  Andy Dougherty <doughera@lafayette.edu>
19837              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
19838              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
19839      Branch: perl
19840            ! hints/darwin.sh hints/rhapsody.sh
19841 ____________________________________________________________________________
19842 [ 11376] By: nick                                  on 2001/07/16  09:05:00
19843         Log: Integrate mainline
19844      Branch: perlio
19845           +> ext/Encode/Encode/7bit-greek.enc
19846           +> ext/Encode/Encode/7bit-latin1.enc
19847           +> ext/Encode/Encode/cns11643-1.enc
19848           +> ext/Encode/Encode/cns11643-2.enc
19849           +> ext/Encode/Encode/iso2022-cn.enc
19850           +> ext/Encode/Encode/iso2022-jp1.enc
19851           +> ext/Encode/Encode/iso2022-jp2.enc
19852           !> Changes Configure MANIFEST Makefile.SH
19853           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
19854           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
19855           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
19856           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
19857           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
19858 ____________________________________________________________________________
19859 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
19860         Log: integrate change#11374 from maint-5.6
19861              
19862              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19863      Branch: perl
19864           !> utils/h2ph.PL
19865 ____________________________________________________________________________
19866 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
19867         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
19868      Branch: maint-5.6/perl
19869            ! utils/h2ph.PL
19870 ____________________________________________________________________________
19871 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
19872         Log: Update Changes.
19873      Branch: perl
19874            ! Changes patchlevel.h
19875 ____________________________________________________________________________
19876 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
19877         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
19878              From: Jonathan Stowe <gellyfish@gellyfish.com>
19879              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
19880              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
19881      Branch: perl
19882            ! utils/h2xs.PL
19883 ____________________________________________________________________________
19884 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
19885         Log: Subject: patch to add DEL to [:cntrl:]
19886              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19887              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
19888              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
19889      Branch: perl
19890            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
19891 ____________________________________________________________________________
19892 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
19893         Log: Metaconfig unit change for #11369; plus a dependency nit.
19894      Branch: metaconfig
19895            ! U/compline/nblock_io.U
19896      Branch: metaconfig/U/perl
19897            ! Extensions.U
19898 ____________________________________________________________________________
19899 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
19900         Log: #include <stdlib.h> so that exit() is prototyped,
19901              noticed by Hugo.
19902      Branch: perl
19903            ! Configure
19904 ____________________________________________________________________________
19905 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
19906         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
19907              From: Peter Prymmer <pvhp@forte.com>
19908              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
19909              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
19910      Branch: perl
19911            ! t/op/sprintf.t
19912 ____________________________________________________________________________
19913 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
19914         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
19915              From: Peter Prymmer <pvhp@forte.com>
19916              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
19917              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
19918      Branch: perl
19919            ! ext/Encode/Encode/Tcl.t
19920 ____________________________________________________________________________
19921 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
19922         Log: Add information about gcc 3.0 basic block profiling.
19923      Branch: perl
19924            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
19925 ____________________________________________________________________________
19926 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
19927         Log: Subject: Error in lib/PerlIO/Via.pm ?
19928              From: Mark-Jason Dominus <mjd@plover.com>
19929              Date: Fri, 13 Jul 2001 15:55:41 -0400
19930              Message-ID: <20010713195541.26751.qmail@plover.com>
19931      Branch: perl
19932            ! ext/PerlIO/Via/Via.pm
19933 ____________________________________________________________________________
19934 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
19935         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
19936              section from the Compiler section.
19937      Branch: perl
19938            ! myconfig.SH
19939 ____________________________________________________________________________
19940 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
19941         Log: Handle glibc style of constant definitions using enum
19942              with intervening #defines; from Brendan O'Dea.
19943      Branch: perl
19944            ! utils/h2ph.PL
19945 ____________________________________________________________________________
19946 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
19947         Log: Add LC_MESSAGES to the locale_h export tag (it already is
19948              in the Makefile.PL and thusly eligible for an XS constant)
19949              (see also maintperl #10543)
19950      Branch: perl
19951            ! ext/POSIX/POSIX.pm
19952 ____________________________________________________________________________
19953 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
19954         Log: Subject: Re: [patch] re_dup
19955              From: Abhijit Menon-Sen <ams@wiw.org>
19956              Date: Fri, 13 Jul 2001 21:41:09 +0530
19957              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
19958      Branch: perl
19959            ! sv.c
19960 ____________________________________________________________________________
19961 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
19962         Log: Subject: [patch] re_dup
19963              From: Doug MacEachern <dougm@covalent.net>
19964              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
19965              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
19966      Branch: perl
19967            ! sv.c
19968 ____________________________________________________________________________
19969 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
19970         Log: Update Changes.
19971      Branch: perl
19972            ! Changes patchlevel.h
19973 ____________________________________________________________________________
19974 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
19975         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
19976              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
19977              Date: Sat, 14 Jul 2001 00:06:30 +0900
19978              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
19979      Branch: perl
19980            + ext/Encode/Encode/7bit-greek.enc
19981            + ext/Encode/Encode/7bit-latin1.enc
19982            + ext/Encode/Encode/cns11643-1.enc
19983            + ext/Encode/Encode/cns11643-2.enc
19984            + ext/Encode/Encode/iso2022-cn.enc
19985            + ext/Encode/Encode/iso2022-jp1.enc
19986            + ext/Encode/Encode/iso2022-jp2.enc
19987            ! MANIFEST ext/Encode/Encode/Tcl.pm
19988            ! ext/Encode/Encode/iso2022-kr.enc
19989 ____________________________________________________________________________
19990 [ 11357] By: nick                                  on 2001/07/13  14:24:06
19991         Log: Blind integrate mainline (as of 5.7.2?)
19992      Branch: perlio
19993           !> AUTHORS Changes Porting/config.sh Porting/config_H
19994           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
19995           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
19996           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
19997           !> win32/makefile.mk
19998 ____________________________________________________________________________
19999 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
20000         Log: Snip away the devel patchlevel.
20001      Branch: perl
20002            ! patchlevel.h
20003 ____________________________________________________________________________
20004 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
20005         Log: Bump the version to 5.7.2.
20006      Branch: perl
20007            ! Porting/config.sh Porting/config_H patchlevel.h
20008            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
20009            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20010            ! win32/makefile.mk
20011 ____________________________________________________________________________
20012 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
20013         Log: Update Changes.
20014      Branch: perl
20015            ! Changes
20016 ____________________________________________________________________________
20017 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
20018         Log: Reword.
20019      Branch: perl
20020            ! AUTHORS
20021 ____________________________________________________________________________
20022 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
20023         Log: AUTHORS update.
20024      Branch: perl
20025            ! AUTHORS
20026 ____________________________________________________________________________
20027 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
20028         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
20029              unless ithreads.
20030      Branch: perl
20031            ! makedef.pl
20032 ____________________________________________________________________________
20033 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
20034         Log: Integrate perlio.
20035      Branch: perl
20036           !> win32/distclean.bat
20037 ____________________________________________________________________________
20038 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
20039         Log: Test the encoding transform only iff we have PerlIO,
20040              noticed by H. Merijn Brand.
20041      Branch: perl
20042            ! ext/PerlIO/t/encoding.t
20043 ____________________________________________________________________________
20044 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
20045         Log: README.netware tweaks from Ananth Kesari.
20046      Branch: perl
20047            ! README.netware
20048 ____________________________________________________________________________
20049 [ 11346] By: nick                                  on 2001/07/13  09:18:51
20050         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
20051              to avoid /unicode vs /Unicode issues.
20052      Branch: perlio
20053            ! win32/distclean.bat
20054 ____________________________________________________________________________
20055 [ 11345] By: nick                                  on 2001/07/13  06:24:18
20056         Log: Integrate mainline
20057      Branch: perlio
20058           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
20059            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
20060           !> (integrate 63 files)
20061 ____________________________________________________________________________
20062 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
20063         Log: Add d_bincompat5005 information to perl -V.
20064      Branch: perl
20065            ! myconfig.SH
20066 ____________________________________________________________________________
20067 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
20068         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
20069              From: Abhijit Menon-Sen <ams@wiw.org>
20070              Date: Fri, 13 Jul 2001 07:12:36 +0530
20071              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
20072      Branch: perl
20073            ! sv.c
20074 ____________________________________________________________________________
20075 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
20076         Log: Remove unicode::distinct, as per Inaba Hiroto.
20077      Branch: perl
20078            - lib/unicode/distinct.pm
20079            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
20080            ! t/lib/1_compile.t
20081 ____________________________________________________________________________
20082 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
20083         Log: Paging for Dr Octothorpe.
20084      Branch: perl
20085            ! pod/perlfaq4.pod
20086 ____________________________________________________________________________
20087 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
20088         Log: cut-n-paste error noticed by mjd.
20089      Branch: perl
20090            ! pod/perlfaq4.pod
20091 ____________________________________________________________________________
20092 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
20093         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
20094              From: Peter Prymmer <pvhp@forte.com>
20095              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
20096              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
20097      Branch: perl
20098            ! pod/perlfaq4.pod
20099 ____________________________________________________________________________
20100 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
20101         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
20102              From: Randall Gellens <randy@qualcomm.com>
20103              Date: Thu, 12 Jul 2001 16:56:23 -0700
20104              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
20105      Branch: perl
20106            ! Porting/repository.pod
20107 ____________________________________________________________________________
20108 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
20109         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
20110      Branch: perl
20111            ! thread.h
20112 ____________________________________________________________________________
20113 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
20114         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
20115              From: coral <coral@moonlight.crystalflame.net>
20116              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
20117              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
20118      Branch: perl
20119            ! thread.h
20120 ____________________________________________________________________________
20121 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
20122         Log: Metaconfig unit change for #11134.
20123      Branch: metaconfig
20124            + U/threads/d_pthread_atfork.U
20125 ____________________________________________________________________________
20126 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
20127         Log: Add HAS_PTHREAD_ATFORK.
20128      Branch: perl
20129            ! Configure NetWare/config.wc NetWare/config_H.wc
20130            ! Porting/Glossary Porting/config.sh Porting/config_H
20131            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
20132            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
20133            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20134            ! win32/config.gc win32/config.vc win32/config_H.bc
20135            ! win32/config_H.gc win32/config_H.vc
20136 ____________________________________________________________________________
20137 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
20138         Log: Subject: [PATCH] File::Copy fails on tied handles
20139              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
20140              Date: Thu, 12 Jul 2001 15:18:51 -0700
20141              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
20142      Branch: perl
20143            ! lib/File/Copy.pm
20144 ____________________________________________________________________________
20145 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
20146         Log: Subject: [PATCH] Langinfo.t
20147              From: Nicholas Clark <nick@ccl4.org>
20148              Date: Thu, 12 Jul 2001 23:55:38 +0100
20149              Message-ID: <20010712235538.M5827@plum.flirble.org>
20150      Branch: perl
20151            ! ext/I18N/Langinfo/Langinfo.t
20152 ____________________________________________________________________________
20153 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
20154         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
20155              From: Peter Prymmer <pvhp@forte.com>
20156              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
20157              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
20158      Branch: perl
20159            ! pod/perl572delta.pod
20160 ____________________________________________________________________________
20161 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
20162         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
20163              From: Abhijit Menon-Sen <ams@wiw.org>
20164              Date: Fri, 13 Jul 2001 05:21:16 +0530
20165              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
20166      Branch: perl
20167            ! sv.c
20168 ____________________________________________________________________________
20169 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
20170         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
20171              From: Abhijit Menon-Sen <ams@wiw.org>
20172              Date: Fri, 13 Jul 2001 03:04:25 +0530
20173              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
20174      Branch: perl
20175            ! av.c
20176 ____________________________________________________________________________
20177 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
20178         Log: s/^M$//g
20179      Branch: perl
20180            ! win32/Makefile win32/makefile.mk
20181 ____________________________________________________________________________
20182 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
20183         Log: Update Changes.
20184      Branch: perl
20185            ! Changes patchlevel.h
20186 ____________________________________________________________________________
20187 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
20188         Log: Typo spotted by Philip Newton.
20189      Branch: perl
20190            ! pod/perl572delta.pod
20191 ____________________________________________________________________________
20192 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
20193         Log: Subject: [PATCH] fixes perl_clone of perl_clone
20194              From: Artur Bergman <artur@contiller.se>
20195              Date: Thu, 12 Jul 2001 20:57:09 +0200
20196              Message-ID: <B773BFA4.236B%artur@contiller.se>
20197      Branch: perl
20198            ! sv.c
20199 ____________________________________________________________________________
20200 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
20201         Log: Add README.uts from Hal Morris.
20202      Branch: perl
20203            + README.uts
20204            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
20205            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
20206 ____________________________________________________________________________
20207 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
20208         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
20209              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20210              Date: Thu, 12 Jul 2001 20:32:37 +0200
20211              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
20212      Branch: perl
20213            ! hints/aix.sh
20214 ____________________________________________________________________________
20215 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
20216         Log: Subject: Patch: document reg_data.what member
20217              From: Mark-Jason Dominus <mjd@plover.com>
20218              Message-ID: <20010712182532.14821.qmail@plover.com>
20219              Date: Thu, 12 Jul 2001 14:25:32 -0400
20220      Branch: perl
20221            ! regcomp.c regcomp.h
20222 ____________________________________________________________________________
20223 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
20224         Log: Subject: [PATCH] Perl_re_dup()
20225              From: Abhijit Menon-Sen <ams@wiw.org>
20226              Date: Thu, 12 Jul 2001 23:54:32 +0530
20227              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
20228      Branch: perl
20229            ! embed.h embed.pl perlapi.c proto.h sv.c
20230 ____________________________________________________________________________
20231 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
20232         Log: Regen Configure, modlib, toc.
20233      Branch: perl
20234            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20235            ! pod/perlmodlib.pod pod/perltoc.pod
20236 ____________________________________________________________________________
20237 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
20238         Log: The problem seems to be in PerlIO::Layer::->find() not
20239              accepting the ":encoding(blurflur)" arguments.
20240      Branch: perl
20241            ! lib/PerlIO.pm lib/open.pm
20242 ____________________________________________________________________________
20243 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
20244         Log: AIX doc update.
20245      Branch: perl
20246            ! README.aix pod/perl572delta.pod
20247 ____________________________________________________________________________
20248 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
20249         Log: Subject: AIX README update
20250              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20251              Date: Thu, 12 Jul 2001 19:28:30 +0200
20252              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
20253      Branch: perl
20254            ! README.aix
20255 ____________________________________________________________________________
20256 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
20257         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
20258              From: Norton Allen <allen@huarp.harvard.edu>
20259              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
20260              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
20261      Branch: perl
20262            ! ext/IO/lib/IO/t/io_unix.t
20263 ____________________________________________________________________________
20264 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
20265         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20266              From: Norton Allen <allen@huarp.harvard.edu>
20267              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
20268              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
20269      Branch: perl
20270            ! README.qnx hints/qnx.sh
20271 ____________________________________________________________________________
20272 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
20273         Log: Subject: [patch] faster PM_GETRE
20274              From: Doug MacEachern <dougm@covalent.net>
20275              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
20276              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
20277      Branch: perl
20278            ! op.h
20279 ____________________________________________________________________________
20280 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
20281         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
20282              From: Doug MacEachern <dougm@covalent.net>
20283              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
20284              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
20285      Branch: perl
20286            ! op.c
20287 ____________________________________________________________________________
20288 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
20289         Log: Tell where the nice Estonian database is.
20290      Branch: perl
20291            ! lib/open.pm
20292 ____________________________________________________________________________
20293 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
20294         Log: Retract #11309 since #11310 is a better fix.
20295      Branch: perl
20296            ! t/lib/1_compile.t
20297 ____________________________________________________________________________
20298 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
20299         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
20300              change#11300 needs to return the status of failed win32_spawnvp())
20301              
20302              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
20303              splitting correctly; remove unused variables; 'require' at run time
20304              rather than 'use' at compile time for I18N::Langinfo, since it
20305              isn't everyware
20306      Branch: perl
20307            ! lib/open.pm win32/win32.c
20308 ____________________________________________________________________________
20309 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
20310         Log: Temporary workaround.
20311      Branch: perl
20312            ! t/lib/1_compile.t
20313 ____________________________________________________________________________
20314 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
20315         Log: UCD typo in #11306 and add also more known-to-be-tested
20316              modules to the skip list.
20317      Branch: perl
20318            ! t/lib/1_compile.t
20319 ____________________________________________________________________________
20320 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
20321         Log: Rename Unicode::UCD to UnicodeCD to avoid
20322              messups with case-insensitive filesystems.
20323      Branch: perl
20324            + lib/UnicodeCD.pm lib/UnicodeCD.t
20325            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
20326            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
20327 ____________________________________________________________________________
20328 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
20329         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
20330              From: daniel@biz.bitpusher.com
20331              Date: Wed, 11 Jul 2001 23:25:47 -0700
20332              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
20333      Branch: perl
20334            ! lib/Tie/Array.pm t/op/splice.t
20335 ____________________________________________________________________________
20336 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
20337         Log: Subject: [PATCH] More accurate line numbers in messages
20338              From: Paul Johnson <paul@pjcj.net>
20339              Date: Thu, 12 Jul 2001 04:14:11 +0200
20340              Message-ID: <20010712041411.A3467@pjcj.net>
20341              
20342              (With prototyping and multiplicity tweaks.)
20343      Branch: perl
20344            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
20345 ____________________________________________________________________________
20346 [ 11304] By: nick                                  on 2001/07/12  12:53:40
20347         Log: Integrate mainline
20348      Branch: perlio
20349           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
20350           !> regexec.c thread.h
20351 ____________________________________________________________________________
20352 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
20353         Log: Cut-and-pasto in #11298.
20354      Branch: perl
20355            ! ext/ByteLoader/bytecode.h
20356 ____________________________________________________________________________
20357 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
20358         Log: Update the AIX known problems section.
20359      Branch: perl
20360            ! pod/perl572delta.pod
20361 ____________________________________________________________________________
20362 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
20363         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
20364              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20365              Date: Thu, 12 Jul 2001 12:16:16 +0200
20366              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
20367      Branch: perl
20368            ! hints/aix.sh
20369 ____________________________________________________________________________
20370 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
20371         Log: Integrate perlio.
20372      Branch: perl
20373           !> makedef.pl win32/win32.c
20374 ____________________________________________________________________________
20375 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
20376         Log: Subject: [PATCH] fix for PMOP threadness failures
20377              From: Artur Bergman <artur@contiller.se>
20378              Date: Thu, 12 Jul 2001 09:48:06 +0200
20379              Message-ID: <B77322D6.22DD%artur@contiller.se>
20380      Branch: perl
20381            ! regexec.c
20382 ____________________________________________________________________________
20383 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
20384         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
20385              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20386              Date: Thu, 12 Jul 2001 09:09:48 +0200
20387              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
20388              
20389              More parentheses to keep bcc happy.
20390      Branch: perl
20391            ! ext/ByteLoader/bytecode.h
20392 ____________________________________________________________________________
20393 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
20394         Log: Subject: Re: [patch] pthread_atfork bandaid
20395              From: Doug MacEachern <dougm@covalent.net>
20396              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
20397              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
20398      Branch: perl
20399            ! thread.h
20400 ____________________________________________________________________________
20401 [ 11296] By: nick                                  on 2001/07/12  11:55:48
20402         Log: Exclude reentrant_buffer from .def file
20403      Branch: perlio
20404            ! makedef.pl
20405 ____________________________________________________________________________
20406 [ 11295] By: nick                                  on 2001/07/12  11:11:44
20407         Log: Honour void-ness of my_exit()
20408      Branch: perlio
20409            ! win32/win32.c
20410 ____________________________________________________________________________
20411 [ 11294] By: nick                                  on 2001/07/12  07:51:04
20412         Log: Integrate mainline
20413      Branch: perlio
20414           +> uts/sprintf_wrap.c
20415           !> (integrate 35 files)
20416 ____________________________________________________________________________
20417 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
20418         Log: Retract #11289.
20419      Branch: perl
20420            ! embed.h embed.pl perl.c proto.h thread.h
20421 ____________________________________________________________________________
20422 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
20423         Log: Now the :locale pseudolayer *almost* works...
20424      Branch: perl
20425            ! lib/open.pm
20426 ____________________________________________________________________________
20427 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
20428         Log: Locale encoding tweaks.
20429      Branch: perl
20430            ! lib/open.pm
20431 ____________________________________________________________________________
20432 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
20433         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
20434              From: Mark-Jason Dominus <mjd@plover.com>
20435              Date: Thu, 12 Jul 2001 00:59:31 -0400
20436              Message-ID: <20010712045931.8543.qmail@plover.com>
20437              
20438              Remove the chmod/umask leading zero warning.
20439      Branch: perl
20440            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
20441            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20442 ____________________________________________________________________________
20443 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
20444         Log: (Retracted by #11289.)
20445      Branch: perl
20446            ! embed.h embed.pl perl.c proto.h thread.h
20447 ____________________________________________________________________________
20448 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
20449         Log: Needed by #11283.
20450      Branch: perl
20451            ! intrpvar.h
20452 ____________________________________________________________________________
20453 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
20454         Log: Metaconfig unit change for #11286.
20455      Branch: metaconfig/U/perl
20456            ! patchlevel.U
20457 ____________________________________________________________________________
20458 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
20459         Log: Subject: Re: [PATCH Configure] perl -V broken
20460              From: Andy Dougherty <doughera@lafayette.edu>
20461              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
20462              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
20463      Branch: perl
20464            ! Configure myconfig.SH
20465 ____________________________________________________________________________
20466 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
20467         Log: Retract #11166 (and #11237).
20468      Branch: perl
20469            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
20470            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
20471            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
20472 ____________________________________________________________________________
20473 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
20474         Log: UTS tweaks for Hal Morris.
20475      Branch: perl
20476            + uts/sprintf_wrap.c
20477            ! MANIFEST hints/uts.sh perl.h
20478 ____________________________________________________________________________
20479 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
20480         Log: Subject: [PATCH] Use reentrant API glibc
20481              From: Artur Bergman <artur@contiller.se>
20482              Date: Thu, 12 Jul 2001 00:58:21 +0200
20483              Message-ID: <B772A6AD.2288%artur@contiller.se>
20484      Branch: perl
20485            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
20486            ! sv.c
20487 ____________________________________________________________________________
20488 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
20489         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
20490              From: barries <barries@slaysys.com>
20491              Date: Wed, 11 Jul 2001 15:11:46 -0400
20492              Message-ID: <20010711151146.G24560@jester.slaysys.com>
20493      Branch: perl
20494            ! pp_sys.c t/lib/warnings/doio win32/win32.c
20495 ____________________________________________________________________________
20496 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
20497         Log: Subject: [patch] pthread_atfork bandaid
20498              From: Doug MacEachern <dougm@covalent.net>
20499              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
20500              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
20501      Branch: perl
20502            ! miniperlmain.c perl.c
20503 ____________________________________________________________________________
20504 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
20505         Log: Subject: [patch] perl_clone leaks
20506              From: Doug MacEachern <dougm@covalent.net>
20507              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
20508              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
20509      Branch: perl
20510            ! sv.c
20511 ____________________________________________________________________________
20512 [ 11279] By: nick                                  on 2001/07/11  15:49:38
20513         Log: Integrate mainline
20514      Branch: perlio
20515           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
20516           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
20517           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
20518           +> lib/Term/ANSIColor/README
20519           !> (integrate 54 files)
20520 ____________________________________________________________________________
20521 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
20522         Log: Update Changes.
20523      Branch: perl
20524            ! Changes patchlevel.h
20525 ____________________________________________________________________________
20526 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
20527         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
20528              From: Peter Prymmer <pvhp@forte.com>
20529              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
20530              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
20531              
20532              Backport of embed.pl to 5.003.
20533      Branch: perl
20534            ! embed.pl
20535 ____________________________________________________________________________
20536 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
20537         Log: Subject: Re: POSIX test #14 on UTS 
20538              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
20539              Date: Wed, 11 Jul 2001 03:02:14 +0100
20540              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
20541      Branch: perl
20542            ! ext/POSIX/POSIX.t
20543 ____________________________________________________________________________
20544 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
20545         Log: Make the I32 an IV to preserve structure alignment and size.
20546      Branch: perl
20547            ! op.h
20548 ____________________________________________________________________________
20549 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
20550         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
20551              From: "Artur Bergman" <artur@contiller.se>
20552              Date: Wed, 11 Jul 2001 14:23:37 +0200
20553              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
20554              
20555              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
20556      Branch: perl
20557            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
20558            ! pod/perlapi.pod sv.c
20559 ____________________________________________________________________________
20560 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
20561         Log: Tweak until Pod::Parser gets updated.
20562      Branch: perl
20563            ! t/pod/special_seqs.xr
20564 ____________________________________________________________________________
20565 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
20566         Log: File::Spec usage tweak.
20567      Branch: perl
20568            ! lib/ExtUtils.t
20569 ____________________________________________________________________________
20570 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
20571         Log: Integrate #11263 from macperl; macos and macosx updates.
20572      Branch: perl
20573           !> pod/perlport.pod
20574 ____________________________________________________________________________
20575 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
20576         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
20577              From: Peter Prymmer <pvhp@forte.com>
20578              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
20579              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
20580      Branch: perl
20581            + ext/Time/HiRes/hints/dynixptx.pl
20582            ! MANIFEST hints/dynixptx.sh
20583 ____________________________________________________________________________
20584 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
20585         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
20586              From: Nicholas Clark <nick@ccl4.org>
20587              Date: Tue, 10 Jul 2001 23:17:43 +0100
20588              Message-ID: <20010710231742.B59620@plum.flirble.org>
20589      Branch: perl
20590            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
20591 ____________________________________________________________________________
20592 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
20593         Log: Subject: [DOC PATCH] Pluggable runops
20594              From: Paul Johnson <paul@pjcj.net>
20595              Date: Tue, 10 Jul 2001 21:53:28 +0200
20596              Message-ID: <20010710215328.B26577@pjcj.net>
20597      Branch: perl
20598            ! pod/perlguts.pod
20599 ____________________________________________________________________________
20600 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
20601         Log: Subject: [PATCH] Authors
20602              From: Artur Bergman <artur@contiller.se>
20603              Date: Tue, 10 Jul 2001 20:39:12 +0200
20604              Message-ID: <B771186F.21CD%artur@contiller.se>
20605      Branch: perl
20606            ! AUTHORS
20607 ____________________________________________________________________________
20608 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
20609         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
20610              From: Doug MacEachern <dougm@covalent.net>
20611              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
20612              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
20613      Branch: perl
20614            ! pp_ctl.c
20615 ____________________________________________________________________________
20616 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
20617         Log: Subject: doc patch; times() in scalar context
20618              From: mjd@plover.com
20619              Date: 10 Jul 2001 18:01:17 -0000
20620              Message-ID: <20010710180117.12477.qmail@plover.com>
20621      Branch: perl
20622            ! pod/perlfunc.pod
20623 ____________________________________________________________________________
20624 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
20625         Log: Subject: [PATCH] Small fix to pp_gmtime
20626              From: Artur Bergman <artur@contiller.se>
20627              Date: Tue, 10 Jul 2001 19:54:52 +0200
20628              Message-ID: <B7710E0B.21C5%artur@contiller.se>
20629      Branch: perl
20630            ! pp_sys.c
20631 ____________________________________________________________________________
20632 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
20633         Log: Integrate changes from mainline perl, add notes about
20634              Mac OS X and Mac OS.
20635      Branch: maint-5.6/macperl
20636            ! pod/perlport.pod
20637 ____________________________________________________________________________
20638 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
20639         Log: A proof of the dangers of package; ?
20640      Branch: perl
20641            ! t/lib/warnings/op
20642 ____________________________________________________________________________
20643 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
20644         Log: Regen toc and modlib.
20645      Branch: perl
20646            ! pod/perlmodlib.pod pod/perltoc.pod
20647 ____________________________________________________________________________
20648 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
20649         Log: Add compexcl(), casefold(), and casespec() interfaces;
20650              and make all interfaces to return hash references instead
20651              of hashes. 
20652      Branch: perl
20653            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
20654 ____________________________________________________________________________
20655 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
20656         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
20657              From: "Philip Newton" <Philip.Newton@gmx.net>
20658              Date: Tue, 10 Jul 2001 09:55:59 +0200
20659              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
20660              
20661              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
20662              From: "Philip Newton" <Philip.Newton@gmx.net>
20663              Date: Tue, 10 Jul 2001 09:56:37 +0200
20664              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
20665      Branch: perl
20666            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
20667            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
20668 ____________________________________________________________________________
20669 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
20670         Log: Subject: [patch] undef &xsub for 1,2
20671              From: Doug MacEachern <dougm@covalent.net>
20672              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
20673              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
20674              
20675              (This version of the patch with a comment from Gisle.)
20676      Branch: perl
20677            ! op.c
20678 ____________________________________________________________________________
20679 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
20680         Log: Mention package; deprecation and the Win32 problems.
20681      Branch: perl
20682            ! pod/perl572delta.pod
20683 ____________________________________________________________________________
20684 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
20685         Log: Subject: [PATCH] deprecate package with no arguments
20686              From: Robin Houston <robin@kitsite.com>
20687              Date: Tue, 10 Jul 2001 13:33:40 +0100
20688              Message-ID: <20010710133340.A13452@robin.kitsite.com>
20689      Branch: perl
20690            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
20691 ____________________________________________________________________________
20692 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
20693         Log: Upgrade to podlators 1.10.
20694      Branch: perl
20695            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
20696            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
20697            ! pod/pod2man.PL pod/pod2text.PL
20698 ____________________________________________________________________________
20699 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
20700         Log: Upgrade to Term::ANSIColor 1.04.
20701      Branch: perl
20702            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
20703            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
20704 ____________________________________________________________________________
20705 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
20706         Log: Integrate perlio (the right fix for the ":layer(args)")
20707      Branch: perl
20708           !> perlio.c
20709 ____________________________________________________________________________
20710 [ 11252] By: nick                                  on 2001/07/10  06:58:14
20711         Log: Fix open(...,"...:layer(xxx)",...)
20712              - use memEQ not strEQ as there is '(' not '\0'
20713      Branch: perlio
20714            ! perlio.c
20715 ____________________________________________________________________________
20716 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
20717         Log: Telling the number of tests helps.
20718      Branch: perl
20719            ! ext/PerlIO/t/encoding.t
20720 ____________________________________________________________________________
20721 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
20722         Log: Require I18N::Langinfo, not use.
20723      Branch: perl
20724            ! lib/open.pm
20725 ____________________________________________________________________________
20726 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
20727         Log: Add a test for for PerlIO ":encoding(...)" layer.
20728      Branch: perl
20729            + ext/PerlIO/t/encoding.t
20730            ! MANIFEST ext/Encode/Encode.pm
20731 ____________________________________________________________________________
20732 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
20733         Log: PerlIO ":encoding(foobar)" temporary fix.
20734              Not really correct, I think, since the change means
20735              that prefixes match.
20736      Branch: perl
20737            ! perlio.c
20738 ____________________________________________________________________________
20739 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
20740         Log: Update to Math::BigInt 1.36.  The biggest news is
20741              the separation of the backend; now the pure Perl
20742              implementation is in Math::BigInt::Calc, but one
20743              can plugin, say, Math::BigInt::BitVect, and get
20744              considerable speedup.
20745      Branch: perl
20746            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
20747            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20748            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
20749            ! lib/Math/BigInt/t/mbimbf.t
20750 ____________________________________________________________________________
20751 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
20752         Log: Subject: Re: compatibility question
20753              From: Peter Prymmer <pvhp@forte.com>
20754              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
20755              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
20756      Branch: perl
20757            ! lib/ExtUtils/MM_VMS.pm
20758 ____________________________________________________________________________
20759 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
20760         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
20761              From: Norton Allen <allen@huarp.harvard.edu>
20762              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
20763              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
20764      Branch: perl
20765            ! ext/File/Glob/t/basic.t
20766 ____________________________________________________________________________
20767 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
20768         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
20769              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20770              Date: Tue, 10 Jul 2001 00:29:55 +0900
20771              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
20772      Branch: perl
20773            + ext/Encode/Encode/HZ.enc
20774            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
20775            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
20776            ! ext/Encode/Encode/iso2022-jp.enc
20777            ! ext/Encode/Encode/iso2022-kr.enc
20778 ____________________________________________________________________________
20779 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
20780         Log: Add in all them there macos/ files.
20781      Branch: maint-5.6/macperl
20782            + (add 577 files)
20783 ____________________________________________________________________________
20784 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
20785         Log: Add the new modules to the list of having those own tests.
20786      Branch: perl
20787            ! t/lib/1_compile.t
20788 ____________________________________________________________________________
20789 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
20790         Log: Add INOUT to control both ways at the same time.
20791      Branch: perl
20792            ! lib/open.pm
20793 ____________________________________________________________________________
20794 [ 11240] By: nick                                  on 2001/07/09  16:33:50
20795         Log: Integrate mainline
20796      Branch: perlio
20797           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20798           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20799           !> (integrate 41 files)
20800 ____________________________________________________________________________
20801 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
20802         Log: More encoding mapping magic.
20803      Branch: perl
20804            ! lib/open.pm
20805 ____________________________________________________________________________
20806 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
20807         Log: Update Changes.
20808      Branch: perl
20809            ! Changes patchlevel.h
20810 ____________________________________________________________________________
20811 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
20812         Log: (Retracted by #11285).
20813              
20814              Subject: [PATCH] OPpCONST_OCTAL fixes
20815              From: Abhijit Menon-Sen <ams@wiw.org>
20816              Date: Mon, 9 Jul 2001 07:38:45 +0530
20817              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
20818      Branch: perl
20819            ! op.c
20820 ____________________________________________________________________________
20821 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
20822         Log: Add a pseudolayer ":locale" to the open pragma which
20823              will get the encoding from the locale.  Yet undocumented
20824              because I can't get the PerlIO :encoding(foobar) to work.
20825      Branch: perl
20826            ! ext/Encode/Encode.pm lib/open.pm
20827 ____________________________________________________________________________
20828 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
20829         Log: Add more encoding mappings.
20830      Branch: perl
20831            ! ext/Encode/Encode.pm
20832 ____________________________________________________________________________
20833 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
20834         Log: Document that using :encoding layer requires using Encode.
20835      Branch: perl
20836            ! ext/Encode/Encode.pm lib/PerlIO.pm
20837 ____________________________________________________________________________
20838 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
20839         Log: Netware tweak from Ananth Kesari.
20840      Branch: perl
20841            ! NetWare/netware.h
20842 ____________________________________________________________________________
20843 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
20844         Log: t/harness doesn't know about run/*.t
20845      Branch: perl
20846            ! t/harness
20847 ____________________________________________________________________________
20848 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
20849         Log: run/exit.t busted on windows
20850      Branch: perl
20851            ! t/run/exit.t
20852 ____________________________________________________________________________
20853 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
20854         Log: fix a couple of UCD.t tests that fail due to bad case
20855      Branch: perl
20856            ! lib/Unicode/UCD.t
20857 ____________________________________________________________________________
20858 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
20859         Log: test skip logic was broken
20860      Branch: perl
20861            ! ext/I18N/Langinfo/Langinfo.t
20862 ____________________________________________________________________________
20863 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
20864         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
20865              failure of ExtUtils.t#27 when built in debug mode)
20866      Branch: perl
20867            ! lib/ExtUtils/MM_Win32.pm
20868 ____________________________________________________________________________
20869 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
20870         Log: I18N::Langinfo is not available on windows
20871      Branch: perl
20872            ! win32/FindExt.pm
20873 ____________________________________________________________________________
20874 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
20875         Log: save a dTHX
20876      Branch: perl
20877            ! ext/POSIX/POSIX.xs
20878 ____________________________________________________________________________
20879 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
20880         Log: Update Changes.
20881      Branch: perl
20882            ! Changes patchlevel.h
20883 ____________________________________________________________________________
20884 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
20885         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
20886              as pointed out by Sarathy.
20887      Branch: perl
20888            ! ext/I18N/Langinfo/Langinfo.xs
20889 ____________________________________________________________________________
20890 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
20891         Log: Retract #11212.
20892      Branch: perl
20893            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20894 ____________________________________________________________________________
20895 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
20896         Log: Bump up the VERSION of Cwd.xs.
20897      Branch: perl
20898            ! ext/Cwd/Makefile.PL
20899 ____________________________________________________________________________
20900 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
20901         Log: Retract #11220, the problem wasn't the missing leading zero.
20902              Here's the problem:
20903              $ ./perl -we 'chmod(oct("755"), ".")'
20904              Non-octal literal mode (493) specified at -e line 1.
20905              (Did you mean 0493 instead?)
20906      Branch: perl
20907            ! lib/ExtUtils/MM_Unix.pm
20908 ____________________________________________________________________________
20909 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
20910         Log: (Retracted by #11221)
20911              Change the PERM_RW and PERM_RWX to 0644 and 0755
20912              (add the leading zero).
20913      Branch: perl
20914            ! lib/ExtUtils/MM_Unix.pm
20915 ____________________________________________________________________________
20916 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
20917         Log: Integrate changes #11193, 11205, 11209 from macperl.
20918              
20919              Fix up AutoLoader to fudge for Mac paths in import().
20920              
20921              Allow symbols in try_symbol() to begin with "_".
20922              
20923              Small portability fix for Mac OS.
20924      Branch: perl
20925           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
20926 ____________________________________________________________________________
20927 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
20928         Log: Metaconfig unit change for #11217.
20929      Branch: metaconfig/U/perl
20930            ! Extensions.U
20931 ____________________________________________________________________________
20932 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
20933         Log: Detypo, problem noticed by Gerrit P. Haase.
20934      Branch: perl
20935            ! Configure config_h.SH
20936 ____________________________________________________________________________
20937 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
20938         Log: Cwd cleanups.
20939      Branch: perl
20940            ! ext/Cwd/Cwd.xs
20941 ____________________________________________________________________________
20942 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
20943         Log: Slight tweaks on #11213.
20944      Branch: perl
20945            ! toke.c
20946 ____________________________________________________________________________
20947 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
20948         Log: A missing dTHX noticed by Gerrit P. Haase.
20949      Branch: perl
20950            ! ext/POSIX/POSIX.xs
20951 ____________________________________________________________________________
20952 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
20953         Log: Subject: [PATCH toke.c] Simplify yytoke()
20954              From: Simon Cozens <simon@netthink.co.uk>
20955              Date: Sun, 8 Jul 2001 13:24:34 +0100
20956              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
20957              
20958              Split out pending_ident().
20959      Branch: perl
20960            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
20961 ____________________________________________________________________________
20962 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
20963         Log: (Retracted by #11223.)
20964              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
20965              Date: Wed, 05 Nov 1997 17:22:34 -0600
20966              From: Graham Barr <gbarr@ti.com>
20967              Message-Id: <3460FFBA.6DA51F46@ti.com>
20968      Branch: perl
20969            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
20970 ____________________________________________________________________________
20971 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
20972         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
20973      Branch: perl
20974            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20975            ! pod/perllocale.pod
20976 ____________________________________________________________________________
20977 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
20978         Log: Really do the test under the C locale.
20979      Branch: perl
20980            ! ext/I18N/Langinfo/Langinfo.t
20981 ____________________________________________________________________________
20982 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
20983         Log: Small portability fix for Mac OS.
20984      Branch: maint-5.6/macperl
20985            ! lib/Cwd.pm
20986 ____________________________________________________________________________
20987 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
20988         Log: Metaconfig unit change for #11207.
20989      Branch: metaconfig/U/perl
20990            ! Extensions.U
20991 ____________________________________________________________________________
20992 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
20993         Log: Add I18N::Langinfo, which is basically a wrapper around
20994              nl_langinfo(), which is an additional way to query locale
20995              specific information.
20996      Branch: perl
20997            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
20998            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
20999            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
21000 ____________________________________________________________________________
21001 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
21002         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
21003              used in File::Find tests; replace with if.t.
21004      Branch: maint-5.6/macperl
21005            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
21006            ! t/pragma/warn/op
21007 ____________________________________________________________________________
21008 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
21009         Log: Allow symbols in try_symbol() to begin with "_".
21010      Branch: maint-5.6/macperl
21011            ! makedef.pl
21012 ____________________________________________________________________________
21013 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
21014         Log: Sync up the File::Find changes from the rewrite by
21015              Thomas Wegner, et al.
21016      Branch: maint-5.6/macperl
21017            + t/lib/filefind-taint.t
21018            ! lib/File/Find.pm t/lib/filefind.t
21019 ____________________________________________________________________________
21020 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
21021         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
21022              From: Thomas Wegner <wegner_thomas@yahoo.com>
21023              Date: Thu, 5 Jul 2001 20:31:25 +0200
21024              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
21025      Branch: maint-5.6/macperl
21026            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
21027 ____________________________________________________________________________
21028 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
21029         Log: Some more test portability fixes.
21030      Branch: maint-5.6/macperl
21031            ! t/lib/filecopy.t t/pragma/warn/pp_sys
21032 ____________________________________________________________________________
21033 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
21034         Log: The #11200 removed wrong (non-existent) target.  Duh.
21035      Branch: perl
21036            ! Makefile.SH
21037 ____________________________________________________________________________
21038 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
21039         Log: Zap the lib/re.pm before creating it.
21040      Branch: perl
21041            ! Makefile.SH
21042 ____________________________________________________________________________
21043 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
21044         Log: Another test.  Please ignore.
21045      Branch: maint-5.6/macperl
21046            ! README.macos
21047 ____________________________________________________________________________
21048 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
21049         Log: Portability fixes for a lot of tests, especially IO-related
21050              tests, and warnings, and the harness script.
21051      Branch: maint-5.6/macperl
21052            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
21053            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
21054            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
21055            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
21056            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
21057            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
21058            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
21059            ! t/pragma/warnings.t
21060 ____________________________________________________________________________
21061 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
21062         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
21063              From: Nicholas Clark <nick@ccl4.org>
21064              Date: Sat, 7 Jul 2001 21:00:17 +0100
21065              Message-ID: <20010707210017.H59620@plum.flirble.org>
21066      Branch: perl
21067            ! lib/h2xs.t
21068 ____________________________________________________________________________
21069 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
21070         Log: The UNICOS/mk SysV IPC problem has been fixed.
21071      Branch: perl
21072            ! pod/perl572delta.pod
21073 ____________________________________________________________________________
21074 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
21075         Log: Slight update tweaks on perlunicode.pod.
21076      Branch: perl
21077            ! pod/perlunicode.pod
21078 ____________________________________________________________________________
21079 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
21080         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
21081              From: Mark-Jason Dominus <mjd@plover.com>
21082              Date: Sat, 07 Jul 2001 13:04:04 -0400
21083              Message-ID: <20010707170404.32694.qmail@plover.com>
21084      Branch: perl
21085            ! ext/DB_File/DB_File.pm
21086 ____________________________________________________________________________
21087 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
21088         Log: Fix up AutoLoader to fudge for Mac paths in import().
21089      Branch: maint-5.6/macperl
21090            ! lib/AutoLoader.pm
21091 ____________________________________________________________________________
21092 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
21093         Log: Try to force the lib/re.pm to be there before entering
21094              the extensions builds, should help for parallel makes.
21095      Branch: perl
21096            ! Makefile.SH
21097 ____________________________________________________________________________
21098 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
21099         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
21100              From: Norton Allen <allen@huarp.harvard.edu>
21101              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
21102              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
21103      Branch: perl
21104            ! ext/POSIX/POSIX.xs
21105 ____________________________________________________________________________
21106 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
21107         Log: Subject: [PATCH] Re: op/arith.t
21108              From: Nicholas Clark <nick@ccl4.org>
21109              Date: Sat, 7 Jul 2001 13:04:54 +0100
21110              Message-ID: <20010707130454.D59620@plum.flirble.org>
21111      Branch: perl
21112            ! numeric.c toke.c
21113 ____________________________________________________________________________
21114 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
21115         Log: Subject: [PATCH] h2xs
21116              From: Nicholas Clark <nick@ccl4.org>
21117              Date: Fri, 6 Jul 2001 23:25:14 +0100
21118              Message-ID: <20010706232514.X59620@plum.flirble.org>
21119      Branch: perl
21120            ! utils/h2xs.PL
21121 ____________________________________________________________________________
21122 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
21123         Log: Subject: Re: bleedperl perl_alloc..free leakage
21124              From: Radu Greab <radu@netsoft.ro>
21125              Date: Fri, 6 Jul 2001 19:48:54 +0300
21126              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
21127              
21128              Leak-be-gone.
21129      Branch: perl
21130            ! op.c
21131 ____________________________________________________________________________
21132 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
21133         Log: Test again.  Please ignore.
21134      Branch: maint-5.6/macperl
21135            ! README.macos
21136 ____________________________________________________________________________
21137 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
21138         Log: Test.  Please ignore.
21139      Branch: maint-5.6/macperl
21140            ! README.macos
21141 ____________________________________________________________________________
21142 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
21143         Log: Include changes already sent in separately as patches,
21144              before branch was created.
21145      Branch: maint-5.6/macperl
21146            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
21147            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
21148            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
21149            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
21150            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
21151            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
21152            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
21153            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
21154            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
21155            ! t/pragma/strict.t
21156 ____________________________________________________________________________
21157 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
21158         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
21159              From: Norton Allen <allen@huarp.harvard.edu>
21160              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
21161              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
21162      Branch: perl
21163            ! utf8.h
21164 ____________________________________________________________________________
21165 [ 11183] By: nick                                  on 2001/07/06  16:27:40
21166         Log: Integrate mainline
21167      Branch: perlio
21168           +> (branch 42 files)
21169            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
21170            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
21171            - win32/bin/mdelete.bat
21172           !> (integrate 215 files)
21173 ____________________________________________________________________________
21174 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
21175         Log: The #11166 needed also these updated.
21176      Branch: perl
21177            ! lib/warnings.pm warnings.h
21178 ____________________________________________________________________________
21179 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
21180         Log: Update Changes.
21181      Branch: perl
21182            ! Changes patchlevel.h
21183 ____________________________________________________________________________
21184 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
21185         Log: Regen toc.
21186      Branch: perl
21187            ! pod/perltoc.pod
21188 ____________________________________________________________________________
21189 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
21190         Log: Nit from Abhijit.
21191      Branch: perl
21192            ! lib/CPAN.pm
21193 ____________________________________________________________________________
21194 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
21195         Log: Retract #11172.
21196      Branch: perl
21197            ! t/op/method.t
21198 ____________________________________________________________________________
21199 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
21200         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
21201              From: Norton Allen <allen@huarp.harvard.edu>
21202              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
21203              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
21204      Branch: perl
21205            ! lib/Cwd.pm
21206 ____________________________________________________________________________
21207 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
21208         Log: (Accidentally empty check-in.)
21209      Branch: perl
21210            ! utf8.h
21211 ____________________________________________________________________________
21212 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
21213         Log: Retract #11165 since Sarathy pointed out it'll not
21214              work properly under threads, the problem should be
21215              solved using "the savestack, either via SSNEW() or
21216              using a newSVpv()+SAVEFREESV() combo."
21217      Branch: perl
21218            ! ext/POSIX/POSIX.xs
21219 ____________________________________________________________________________
21220 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
21221         Log: Retract #11125 since NI-S pointed out it'll not work in
21222              cases where the extension has their own handcrafted INC
21223              et alia.
21224      Branch: perl
21225            ! lib/ExtUtils/MM_Unix.pm
21226 ____________________________________________________________________________
21227 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
21228         Log: Subject: RE: [PATCH] -I and MakeMaker again
21229              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21230              Date: Fri, 6 Jul 2001 09:18:29 +0200
21231              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
21232      Branch: perl
21233            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
21234            ! lib/ExtUtils/MM_Win32.pm
21235 ____________________________________________________________________________
21236 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
21237         Log: (Retracted by #11178)
21238              Subject: [PATCH t/op/method.t] SUPER:: strangeness
21239              From: Piers Cawley <pdcawley@iterative-software.com>
21240              Date: 06 Jul 2001 10:49:01 +0100
21241              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
21242      Branch: perl
21243            ! t/op/method.t
21244 ____________________________________________________________________________
21245 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
21246         Log: VOS README update from Paul Green.
21247      Branch: perl
21248            ! README.vos
21249 ____________________________________________________________________________
21250 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
21251         Log: Subject: [PATCH README.qnx hints/qnx.sh]
21252              From: Norton Allen <allen@huarp.harvard.edu>
21253              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
21254              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
21255      Branch: perl
21256            ! README.qnx hints/qnx.sh
21257 ____________________________________________________________________________
21258 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
21259         Log: Subject: [PATCH] Doc patch for Tie::Hash
21260              From: Artur Bergman <artur@contiller.se>
21261              Date: Thu, 05 Jul 2001 22:51:18 +0200
21262              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
21263      Branch: perl
21264            ! lib/Tie/Hash.pm
21265 ____________________________________________________________________________
21266 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
21267         Log: Subject: [PATCH] perlfaq4.pod
21268              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
21269              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
21270              Date: Thu, 5 Jul 2001 18:44:10 +0100 
21271      Branch: perl
21272            ! pod/perlfaq4.pod
21273 ____________________________________________________________________________
21274 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
21275         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
21276              From: Robin Houston <robin@kitsite.com>
21277              Date: Thu, 5 Jul 2001 18:33:21 +0100
21278              Message-ID: <20010705183321.A27345@robin.kitsite.com>
21279      Branch: perl
21280            ! ext/B/B/Deparse.pm
21281 ____________________________________________________________________________
21282 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
21283         Log: (Retracted by #11285.)
21284              
21285              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
21286              From: Abhijit Menon-Sen <ams@wiw.org>
21287              Date: Fri, 6 Jul 2001 01:26:32 +0530
21288              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
21289      Branch: perl
21290            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
21291            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
21292            ! warnings.pl
21293 ____________________________________________________________________________
21294 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
21295         Log: (Retracted by #11175)
21296              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
21297              From: Norton Allen <allen@huarp.harvard.edu>
21298              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
21299              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
21300      Branch: perl
21301            ! ext/POSIX/POSIX.xs
21302 ____________________________________________________________________________
21303 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
21304         Log: Unterminated C< (noticed by Richard Hatch), and few other
21305              small Unicode doc tweaks.
21306      Branch: perl
21307            ! pod/perlretut.pod
21308 ____________________________________________________________________________
21309 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
21310         Log: More flexible argument understanding; add charblocks() and
21311              charscripts(); make charblock() and charscript() two-way;
21312              add charinrange(); separate the $Unicode::UCD::VERSION and
21313              the version of the Unicode by adding UnicodeVersion().
21314      Branch: perl
21315            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21316 ____________________________________________________________________________
21317 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
21318         Log: Update Unicode::UCD on \p{In...}.
21319      Branch: perl
21320            ! lib/Unicode/UCD.pm
21321 ____________________________________________________________________________
21322 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
21323         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
21324              From: Norton Allen <allen@huarp.harvard.edu>
21325              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
21326              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
21327      Branch: perl
21328            ! lib/ExtUtils/MM_Unix.pm
21329 ____________________________________________________________________________
21330 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
21331         Log: POSIX-BC tweaks from Thomas Dorner.
21332      Branch: perl
21333            ! hints/posix-bc.sh perlio.h
21334 ____________________________________________________________________________
21335 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
21336         Log: Module updates for the delta.
21337      Branch: perl
21338            ! pod/perl572delta.pod
21339 ____________________________________________________________________________
21340 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
21341         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
21342              From: Norton Allen <allen@huarp.harvard.edu>
21343              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
21344              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
21345      Branch: perl
21346            ! ext/IO/lib/IO/t/io_sock.t
21347 ____________________________________________________________________________
21348 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
21349         Log: Subject: [PATCH perldiag.pod] Quick fixes
21350              From: Simon Cozens <simon@netthink.co.uk>
21351              Date: Wed, 4 Jul 2001 20:22:12 +0100
21352              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
21353      Branch: perl
21354            ! pod/perldiag.pod
21355 ____________________________________________________________________________
21356 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
21357         Log: (retracted by #13533)
21358              
21359              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
21360              From: Radu Greab <radu@netsoft.ro>
21361              Date: Wed, 4 Jul 2001 22:13:31 +0300
21362              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
21363      Branch: perl
21364            ! op.c sv.c t/op/pos.t
21365 ____________________________________________________________________________
21366 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
21367         Log: Subject: [PATCH] -I and MakeMaker again
21368              From: Michael G Schwern <schwern@pobox.com>
21369              Date: Wed, 4 Jul 2001 15:03:07 -0400
21370              Message-ID: <20010704150307.I20340@blackrider>
21371              
21372              (and retract #11145)
21373      Branch: perl
21374            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
21375            ! lib/ExtUtils/MakeMaker.pm
21376 ____________________________________________________________________________
21377 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
21378         Log: Subject: Re: PERFORCE change 11142 for review
21379              From: "Philip Newton" <Philip.Newton@gmx.net>
21380              Date: Wed, 4 Jul 2001 20:46:26 +0200
21381              Message-Id: <200107041841.VAA25380@taas.iki.fi>
21382      Branch: perl
21383            ! lib/ExtUtils/MakeMaker.pm
21384 ____________________________________________________________________________
21385 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
21386         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21387              From: Jonathan Stowe <gellyfish@gellyfish.com>
21388              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
21389              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
21390      Branch: perl
21391            ! utils/pl2pm.PL
21392 ____________________________________________________________________________
21393 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
21394         Log: fix the binary compatibility issue when building with/without
21395              usemymalloc by exporting Perl_malloc() et al as simple wrappers
21396              around the system functions (this allows most extensions built
21397              using one mode to coexist with perls built in the other mode)
21398              
21399              XXX the Perl_mfree() wrapper might need to do return(free()) on
21400              platforms where Free_t isn't "void"
21401      Branch: perl
21402            ! embed.h embed.pl makedef.pl proto.h util.c
21403 ____________________________________________________________________________
21404 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
21405         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
21406              since it doesn't ensure threads other than the one calling fork()
21407              aren't holding any locks; the fix is to use pthread_atfork() to
21408              hold global locks
21409              
21410              building perl with -Dusemymalloc exacerbates the problem since
21411              Perl_malloc() holds a mutex, and perl's exec() calls New()
21412              
21413              XXX the code in win32thread.h may be needed on platforms that have
21414              no pthread_atfork()
21415      Branch: perl
21416            ! perl.c thread.h win32/win32thread.h
21417 ____________________________________________________________________________
21418 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
21419         Log: Integrate #11009 from maintperl.
21420      Branch: maint-5.6/macperl
21421           !> lib/ExtUtils/Manifest.pm
21422 ____________________________________________________________________________
21423 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
21424         Log: Flexing my Perforce muscles.
21425      Branch: maint-5.6/macperl
21426            ! README.macos
21427 ____________________________________________________________________________
21428 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
21429         Log: Update Changes.
21430      Branch: perl
21431            ! Changes patchlevel.h
21432 ____________________________________________________________________________
21433 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
21434         Log: Metaconfig unit change for #11146.
21435      Branch: metaconfig/U/perl
21436            ! d_fcntl_can_lock.U
21437 ____________________________________________________________________________
21438 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
21439         Log: Somehow the #ifdefs of the added code (in #11093) made
21440              HP-UX to fail the fcntl locking test, without the ifdefs
21441              the test seems to be working again.  Reason unknown:
21442              HP-UX cc doesn't complain either way.
21443      Branch: perl
21444            ! Configure
21445 ____________________________________________________________________________
21446 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
21447         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
21448      Branch: perl
21449            ! lib/ExtUtils/MM_Unix.pm
21450 ____________________________________________________________________________
21451 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
21452         Log: gcc -Wall nit.
21453      Branch: perl
21454            ! pp_hot.c
21455 ____________________________________________________________________________
21456 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
21457         Log: When removing tests updating the test count is a good idea, too.
21458      Branch: perl
21459            ! lib/Net/t/require.t
21460 ____________________________________________________________________________
21461 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
21462         Log: Document #11134 and add the new symbols to the list of
21463              of MakeMaker known ones.
21464      Branch: perl
21465            ! lib/ExtUtils/MakeMaker.pm
21466 ____________________________________________________________________________
21467 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
21468         Log: Microperl update.
21469      Branch: perl
21470            ! uconfig.h
21471 ____________________________________________________________________________
21472 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
21473         Log: Update the libnet tests as per #11138.
21474      Branch: perl
21475            - lib/Net/t/ph.t
21476            ! MANIFEST lib/Net/t/require.t
21477 ____________________________________________________________________________
21478 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
21479         Log: Regen toc and modlib.
21480      Branch: perl
21481            ! pod/perlmodlib.pod pod/perltoc.pod
21482 ____________________________________________________________________________
21483 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
21484         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
21485              Graham's request.
21486      Branch: perl
21487            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
21488            ! MANIFEST
21489 ____________________________________________________________________________
21490 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
21491         Log: Add the OS/390 harness results to the delta.
21492      Branch: perl
21493            ! pod/perl572delta.pod
21494 ____________________________________________________________________________
21495 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
21496         Log: Avoid the two study tests in OS/390 until the bug has been solved.
21497      Branch: perl
21498            ! t/op/study.t
21499 ____________________________________________________________________________
21500 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
21501         Log: DOS/DJGPP tweaks from Laszlo Molnar.
21502      Branch: perl
21503            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
21504 ____________________________________________________________________________
21505 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
21506         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
21507              From: Michael G Schwern <schwern@pobox.com>
21508              Date: Wed, 4 Jul 2001 00:01:16 -0400
21509              Message-ID: <20010704000116.C591@blackrider>
21510      Branch: perl
21511            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
21512 ____________________________________________________________________________
21513 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
21514         Log: The #11132 missed singleton characters (not part
21515              of a unilo..unihi range) in Unicode scripts.
21516      Branch: perl
21517            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
21518            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
21519            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
21520            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
21521            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
21522            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
21523            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
21524            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
21525            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
21526            ! lib/unicode/mktables.PL t/op/pat.t
21527 ____________________________________________________________________________
21528 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
21529         Log: Support preferentially the Unicode 'scripts' definition
21530              in the \p{In...} notation since according to Unicode the
21531              scripts concept is more natural for matching than using
21532              the somewhat artificial block names.  The block names are
21533              still available, though, and if there's a name conflict,
21534              the scripts one wins and the blocks one has to do with
21535              'Block' appended to its name.  For more information see
21536              
21537              http://www.unicode.org/unicode/reports/tr24/
21538      Branch: perl
21539            + lib/unicode/In/100.pl lib/unicode/In/101.pl
21540            + lib/unicode/In/102.pl lib/unicode/In/103.pl
21541            + lib/unicode/In/104.pl lib/unicode/In/105.pl
21542            + lib/unicode/In/106.pl lib/unicode/In/107.pl
21543            + lib/unicode/In/108.pl lib/unicode/In/109.pl
21544            + lib/unicode/In/110.pl lib/unicode/In/111.pl
21545            + lib/unicode/In/112.pl lib/unicode/In/113.pl
21546            + lib/unicode/In/114.pl lib/unicode/In/115.pl
21547            + lib/unicode/In/116.pl lib/unicode/In/117.pl
21548            + lib/unicode/In/118.pl lib/unicode/In/119.pl
21549            + lib/unicode/In/120.pl lib/unicode/In/121.pl
21550            + lib/unicode/In/122.pl lib/unicode/In/123.pl
21551            + lib/unicode/In/124.pl lib/unicode/In/125.pl
21552            + lib/unicode/In/126.pl lib/unicode/In/127.pl
21553            + lib/unicode/In/128.pl lib/unicode/In/129.pl
21554            + lib/unicode/In/130.pl lib/unicode/In/131.pl
21555            + lib/unicode/In/132.pl lib/unicode/In/133.pl
21556            + lib/unicode/In/134.pl lib/unicode/In/135.pl
21557            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
21558            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
21559            ! (edit 106 files)
21560 ____________________________________________________________________________
21561 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
21562         Log: Better document the difference between a block and a script.
21563      Branch: perl
21564            ! lib/Unicode/UCD.pm
21565 ____________________________________________________________________________
21566 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
21567         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
21568              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
21569              Date: Tue, 3 Jul 2001 15:04:23 -0500
21570              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
21571      Branch: perl
21572            ! lib/CPAN.pm
21573 ____________________________________________________________________________
21574 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
21575         Log: Add tests for charscript().
21576      Branch: perl
21577            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
21578 ____________________________________________________________________________
21579 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
21580         Log: Add charscript() to get the UTR#24 script names of characters.
21581      Branch: perl
21582            ! lib/Unicode/UCD.pm
21583 ____________________________________________________________________________
21584 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
21585         Log: Todo updates.
21586      Branch: perl
21587            ! pod/perltodo.pod
21588 ____________________________________________________________________________
21589 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
21590         Log: Unicode::UCD updates.
21591      Branch: perl
21592            ! lib/Unicode/UCD.pm
21593 ____________________________________________________________________________
21594 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
21595         Log: (Retracted by #11174)
21596              Subject: MakeMaker should pass through DEFINE and INC to subdirs
21597              From: Alan Burlison <Alan.Burlison@sun.com>
21598              Date: Tue, 03 Jul 2001 15:20:13 +0100
21599              Message-ID: <3B41D49D.A923D4F9@sun.com>
21600      Branch: perl
21601            ! lib/ExtUtils/MM_Unix.pm
21602 ____________________________________________________________________________
21603 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
21604         Log: Subject: Patch needed for UTS
21605              From: hom00@utsglobal.com (Hal Morris)
21606              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
21607              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
21608              
21609              Replace #11113 with a better version.
21610      Branch: perl
21611            ! perl.h
21612 ____________________________________________________________________________
21613 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
21614         Log: Subject: Re: POINTERRIGOR
21615              From: Andy Dougherty <doughera@lafayette.edu>
21616              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
21617              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
21618      Branch: perl
21619            ! util.c
21620 ____________________________________________________________________________
21621 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
21622         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
21623              From: "Philip Newton" <pnewton@gmx.de>
21624              Date: Tue, 3 Jul 2001 17:03:34 +0200
21625              Message-ID: <3B41FAE6.29564.660E117@localhost>
21626      Branch: perl
21627            ! pp_hot.c
21628 ____________________________________________________________________________
21629 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
21630         Log: Typos.
21631      Branch: perl
21632            ! INSTALL
21633 ____________________________________________________________________________
21634 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
21635         Log: Subject: [PATCH 5.6.1] debugger fixes
21636              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21637              Date: Tue, 3 Jul 2001 03:38:18 -0400
21638              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
21639              
21640              The $^S is working again.
21641      Branch: perl
21642            ! lib/perl5db.pl
21643 ____________________________________________________________________________
21644 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
21645         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
21646              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21647              Date: Tue, 3 Jul 2001 03:34:06 -0400
21648              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
21649      Branch: perl
21650            ! os2/OS2/Process/Process.pm
21651 ____________________________________________________________________________
21652 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
21653         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
21654              From: "Philip Newton" <Philip.Newton@gmx.net>
21655              Date: Tue, 3 Jul 2001 09:11:27 +0200
21656              Message-Id: <200107030706.KAA04596@taas.iki.fi>
21657      Branch: perl
21658            ! lib/FindBin.pm
21659 ____________________________________________________________________________
21660 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
21661         Log: Delta delta.
21662      Branch: perl
21663            ! pod/perl572delta.pod
21664 ____________________________________________________________________________
21665 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
21666         Log: Metaconfig unit change for 11115.
21667      Branch: metaconfig
21668            ! U/modified/libc.U
21669 ____________________________________________________________________________
21670 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
21671         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
21672              (from Richard Hatch) (this was the cause of pipes() and
21673              times() myeteriously not being found)
21674      Branch: perl
21675            ! Configure
21676 ____________________________________________________________________________
21677 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
21678         Log: Retract #10142, the real culprit found by Richard Hatch,
21679              coming soon to Configure near you.
21680      Branch: perl
21681            ! hints/aix.sh
21682 ____________________________________________________________________________
21683 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
21684         Log: (Replaced by #11124) UTS workaround from Hal Morris.
21685      Branch: perl
21686            ! perl.h
21687 ____________________________________________________________________________
21688 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
21689         Log: Subject: [PATCH] grok not grocking correctly
21690              From: Nicholas Clark <nick@ccl4.org>
21691              Date: Tue, 3 Jul 2001 00:19:08 +0100
21692              Message-ID: <20010703001908.H59620@plum.flirble.org>
21693      Branch: perl
21694            ! numeric.c
21695 ____________________________________________________________________________
21696 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
21697         Log: Subject: [PATCH Deparse.t] test just-posted patches
21698              From: Robin Houston <robin@kitsite.com>
21699              Date: Mon, 2 Jul 2001 23:46:15 +0100
21700              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
21701      Branch: perl
21702            ! ext/B/Deparse.t
21703 ____________________________________________________________________________
21704 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
21705         Log: Subject: [PATCH toke.c] autosplit into @F
21706              From: Robin Houston <robin@kitsite.com>
21707              Date: Mon, 2 Jul 2001 23:18:20 +0100
21708              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
21709      Branch: perl
21710            ! perl.c toke.c
21711 ____________________________________________________________________________
21712 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
21713         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
21714              From: Robin Houston <robin@kitsite.com>
21715              Date: Mon, 2 Jul 2001 23:00:48 +0100
21716              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
21717      Branch: perl
21718            ! ext/B/B/Deparse.pm
21719 ____________________________________________________________________________
21720 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
21721         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
21722              From: "Philip Newton" <Philip.Newton@gmx.net>
21723              Date: Mon, 2 Jul 2001 22:06:22 +0200
21724              (no Message-Id)
21725      Branch: perl
21726            ! ext/NDBM_File/hints/linux.pl
21727 ____________________________________________________________________________
21728 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
21729         Log: Subject: Re: Fixed pack problem - sort of
21730              From: Nicholas Clark <nick@ccl4.org>
21731              Date: Mon, 2 Jul 2001 20:59:20 +0100
21732              Message-ID: <20010702205919.F59620@plum.flirble.org>
21733      Branch: perl
21734            ! pp_pack.c t/op/pack.t
21735 ____________________________________________________________________________
21736 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
21737         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
21738              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21739              Date: Mon, 2 Jul 2001 15:45:41 -0400
21740              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
21741      Branch: perl
21742            ! os2/os2.c
21743 ____________________________________________________________________________
21744 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
21745         Log: (Mistaken retraction)
21746      Branch: perl
21747            ! utils/pl2pm.PL
21748 ____________________________________________________________________________
21749 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
21750         Log: Detypo in #11103.
21751      Branch: perl
21752            ! utils/pl2pm.PL
21753 ____________________________________________________________________________
21754 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
21755         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
21756              From: Jonathan Stowe <gellyfish@gellyfish.com>
21757              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
21758              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
21759      Branch: perl
21760            ! utils/pl2pm.PL
21761 ____________________________________________________________________________
21762 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
21763         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
21764              From: "Craig A. Berry" <craigberry@mac.com>
21765              Date: Mon, 02 Jul 2001 14:11:23 -0500
21766              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
21767      Branch: perl
21768            ! lib/Unicode/UCD.pm
21769 ____________________________________________________________________________
21770 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
21771         Log: Subject: [PATCH] Re: op/numconvert.t failures
21772              From: Nicholas Clark <nick@ccl4.org>
21773              Date: Mon, 2 Jul 2001 20:10:48 +0100
21774              Message-ID: <20010702201048.E59620@plum.flirble.org>
21775      Branch: perl
21776            ! t/op/numconvert.t
21777 ____________________________________________________________________________
21778 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
21779         Log: Update Changes.
21780      Branch: perl
21781            ! Changes patchlevel.h
21782 ____________________________________________________________________________
21783 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
21784         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
21785              The real fix must be more involved.  The line of code all the leaky
21786              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
21787              line of Perl_newPMOP().
21788      Branch: perl
21789            ! op.h
21790 ____________________________________________________________________________
21791 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
21792         Log: Based on
21793              
21794              Subject: Re: sizeof(struct sembuf)
21795              From: Nicholas Clark <nick@ccl4.org>
21796              Date: Sun, 1 Jul 2001 22:26:48 +0100
21797              Message-ID: <20010701222648.W59620@plum.flirble.org>
21798              
21799              but do semop() always the slow way.
21800      Branch: perl
21801            ! doio.c
21802 ____________________________________________________________________________
21803 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
21804         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
21805              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21806              Date: Tue, 03 Jul 2001 00:56:30 +0900
21807              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
21808      Branch: perl
21809            ! ext/Encode/Encode/Tcl.t
21810 ____________________________________________________________________________
21811 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
21812         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
21813              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21814              Date: Tue, 03 Jul 2001 00:55:46 +0900
21815              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
21816      Branch: perl
21817            ! ext/Encode/Encode/Tcl.pm
21818 ____________________________________________________________________________
21819 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
21820         Log: Regen api and toc.
21821      Branch: perl
21822            ! pod/perlapi.pod pod/perltoc.pod
21823 ____________________________________________________________________________
21824 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
21825         Log: Metaconfig unit change for #11093.
21826      Branch: metaconfig/U/perl
21827            ! d_fcntl_can_lock.U
21828 ____________________________________________________________________________
21829 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
21830         Log: The fcntl locking test may hang if NFS locking messed up;
21831              break out with alarm(10).
21832      Branch: perl
21833            ! Configure
21834 ____________________________________________________________________________
21835 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
21836         Log: Move the mdelete.bat from win32/bin to win32.
21837      Branch: perl
21838            ! MANIFEST
21839 ____________________________________________________________________________
21840 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
21841         Log: Typo in #11083.
21842      Branch: perl
21843            ! ext/Time/Piece/Piece.t
21844 ____________________________________________________________________________
21845 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
21846         Log: Netware tweaks from Guruprasad.
21847      Branch: perl
21848            - NetWare/perlsdio.h
21849            ! MANIFEST NetWare/Makefile NetWare/interface.c
21850            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
21851            ! perlsdio.h
21852 ____________________________________________________________________________
21853 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
21854         Log: Subject: Re: [PATH] shared -> unique;
21855              From: Abhijit Menon-Sen <ams@wiw.org>
21856              Date: Wed, 27 Jun 2001 03:51:27 +0530
21857              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
21858      Branch: perl
21859            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
21860 ____________________________________________________________________________
21861 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
21862         Log: Subject: Re: AIX / gcc-3.0
21863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21864              Date: Mon, 02 Jul 2001 15:20:21 +0200
21865              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
21866      Branch: perl
21867            ! hints/aix.sh
21868 ____________________________________________________________________________
21869 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
21870         Log: Subject: Re: Bug report: split splits on wrong pattern
21871              From: Abhijit Menon-Sen <ams@wiw.org>
21872              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
21873              Date: Mon, 2 Jul 2001 16:31:33 +0530
21874      Branch: perl
21875            ! pp_ctl.c
21876 ____________________________________________________________________________
21877 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
21878         Log: Subject: [PATCH 5.6.1] test harness
21879              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21880              Date: Mon, 2 Jul 2001 06:29:21 -0400
21881              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
21882      Branch: perl
21883            ! lib/Test/Harness.pm
21884 ____________________________________________________________________________
21885 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
21886         Log: Subject: [PATCH 5.6.1] debugger goof
21887              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21888              Date: Mon, 2 Jul 2001 06:27:22 -0400
21889              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
21890      Branch: perl
21891            ! lib/perl5db.pl
21892 ____________________________________________________________________________
21893 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
21894         Log: Subject: [PATCH 5.6.1] OS/2 cwd
21895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21896              Date: Mon, 2 Jul 2001 06:21:17 -0400
21897              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
21898      Branch: perl
21899            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
21900 ____________________________________________________________________________
21901 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
21902         Log: Make #11082 more OS/2-specific.
21903      Branch: perl
21904            ! ext/Time/Piece/Piece.t
21905 ____________________________________________________________________________
21906 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
21907         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
21908              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21909              Date: Mon, 2 Jul 2001 06:06:34 -0400
21910              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
21911      Branch: perl
21912            ! ext/Time/Piece/Piece.t
21913 ____________________________________________________________________________
21914 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
21915         Log: Subject: [PATCH B::Deparse] version number & changes
21916              From: Robin Houston <robin@kitsite.com>  
21917              Date: Sun, 1 Jul 2001 17:17:29 +0100
21918              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
21919      Branch: perl
21920            ! ext/B/B/Deparse.pm
21921 ____________________________________________________________________________
21922 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
21923         Log: Subject: a small fix.
21924              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21925              Date: Mon, 2 Jul 2001 12:17:53 +0200
21926              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
21927      Branch: perl
21928            ! ext/Thread/Thread.xs
21929 ____________________________________________________________________________
21930 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
21931         Log: Subject: RE: perl@10907
21932              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
21933              Date: Mon, 2 Jul 2001 12:06:16 +0200
21934              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
21935              
21936              Borland C vs PerlIO.
21937      Branch: perl
21938            ! win32/config.bc win32/config_H.bc
21939 ____________________________________________________________________________
21940 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
21941         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
21942              From: "H.M. Brand" <merijn@l1.procura.nl>
21943              Date: Mon, 02 Jul 2001 11:18:57 +0200
21944              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
21945      Branch: perl
21946            ! t/op/write.t
21947 ____________________________________________________________________________
21948 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
21949         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
21950              From: Michael G Schwern <schwern@pobox.com>
21951              Date: Mon, 2 Jul 2001 00:26:24 -0400
21952              Message-ID: <20010702002624.A18302@blackrider>
21953      Branch: perl
21954            - ext/util/mkbootstrap
21955 ____________________________________________________________________________
21956 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
21957         Log: Subject: [PATCH op.h] v minor comment tweak
21958              From: Robin Houston <robin@puffinry.freeserve.co.uk>
21959              Date: Mon, 2 Jul 2001 00:42:01 +0100
21960              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
21961      Branch: perl
21962            ! op.h
21963 ____________________________________________________________________________
21964 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
21965         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
21966      Branch: perl
21967            ! pod/perlfunc.pod
21968 ____________________________________________________________________________
21969 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
21970         Log: Subject: Re: sizeof(struct sembuf)
21971              From: Nicholas Clark <nick@ccl4.org>
21972              Date: Sun, 1 Jul 2001 19:23:16 +0100
21973              Message-ID: <20010701192316.V59620@plum.flirble.org>
21974              
21975              s/signaling/signalling/
21976      Branch: perl
21977            ! pod/perlfunc.pod
21978 ____________________________________________________________________________
21979 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
21980         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
21981              From: "Philip Newton" <Philip.Newton@gmx.net>
21982              Date: Sun, 1 Jul 2001 09:37:56 +0200
21983              Message-Id: <200107010733.KAA03920@taas.iki.fi>
21984      Branch: perl
21985            ! pod/perlvar.pod
21986 ____________________________________________________________________________
21987 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
21988         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
21989              From: "Philip Newton" <Philip.Newton@gmx.net>
21990              Date: Sun, 1 Jul 2001 09:37:56 +0200
21991              Message-Id: <200107010733.KAA03925@taas.iki.fi>
21992      Branch: perl
21993            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
21994 ____________________________________________________________________________
21995 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
21996         Log: Metaconfig unit change for #11070.
21997      Branch: metaconfig
21998            ! U/compline/randfunc.U
21999 ____________________________________________________________________________
22000 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
22001         Log: Subject: [PATCH perlsnap] its --> it's --> its
22002              From: "Philip Newton" <Philip.Newton@gmx.net>
22003              Date: Sun, 1 Jul 2001 09:37:56 +0200
22004              Message-Id: <200107010733.KAA03914@taas.iki.fi>
22005      Branch: perl
22006            ! Porting/config_H
22007 ____________________________________________________________________________
22008 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
22009         Log: Sync with Sarathy; integrate with perlio.
22010      Branch: perl
22011           !> gv.c
22012 ____________________________________________________________________________
22013 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
22014         Log: regenerate win32/config_H.?c files
22015      Branch: perl
22016            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22017 ____________________________________________________________________________
22018 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
22019         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
22020              naming discipline
22021              
22022              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
22023              because of this)
22024              
22025              fix a warning about "fd" being used without being set in Cwd.xs
22026      Branch: perl
22027            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
22028            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
22029            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
22030            ! win32/config.vc
22031 ____________________________________________________________________________
22032 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
22033         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
22034              within macro arguments") and warnings ("unary minus applied to
22035              unsigned type", among others)
22036      Branch: perl
22037            ! gv.c hv.c op.c pp.c sv.c toke.c
22038 ____________________________________________________________________________
22039 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
22040         Log: win32 fixes: more spurious CRs
22041      Branch: perl
22042            ! win32/mdelete.bat
22043 ____________________________________________________________________________
22044 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
22045         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
22046              from win32/bin (or it gets deleted by distclean); don't delete
22047              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
22048              NT (should be made Win9x specific, and added to makefile.mk)
22049      Branch: perl
22050           +> win32/mdelete.bat
22051            - win32/bin/mdelete.bat
22052            ! win32/Makefile win32/makefile.mk
22053 ____________________________________________________________________________
22054 [ 11063] By: nick                                  on 2001/07/01  18:54:09
22055         Log: Quick for for #ifdef mess
22056      Branch: perlio
22057            ! gv.c
22058 ____________________________________________________________________________
22059 [ 11062] By: nick                                  on 2001/07/01  18:47:42
22060         Log: Raw integrate - does not build #if mess in gv.c
22061      Branch: perlio
22062           !> (integrate 29 files)
22063 ____________________________________________________________________________
22064 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
22065         Log: Make 'compile' target a little less broken.
22066              Still very broken, though: -Wall warnings from
22067              the generated code, boot_Foo prototypes missing,
22068              can't autoload Fcntl::SEEK_CUR et alia, ...
22069      Branch: perl
22070            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
22071            ! utils/perlcc.PL x2p/Makefile.SH
22072 ____________________________________________________________________________
22073 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
22074         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
22075      Branch: perl
22076            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22077            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
22078 ____________________________________________________________________________
22079 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
22080         Log: Update Changes.
22081      Branch: perl
22082            ! Changes patchlevel.h
22083 ____________________________________________________________________________
22084 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
22085         Log: Still one typo, regen toc.
22086      Branch: perl
22087            ! lib/Unicode/UCD.pm pod/perltoc.pod
22088 ____________________________________________________________________________
22089 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
22090         Log: Detypos and regen toc.
22091      Branch: perl
22092            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
22093 ____________________________________________________________________________
22094 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
22095         Log: VERSION tweak.
22096      Branch: perl
22097            ! ext/List/Util/lib/List/Util.pm
22098 ____________________________________________________________________________
22099 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
22100         Log: Attempt at plugging the leak under ithreads detected by Doug.
22101      Branch: perl
22102            ! op.h
22103 ____________________________________________________________________________
22104 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
22105         Log: gcc -Wall lint after #11051.
22106      Branch: perl
22107            ! pp_sys.c
22108 ____________________________________________________________________________
22109 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
22110         Log: Integrate perlio.
22111      Branch: perl
22112           !> lib/File/Find/taint.t
22113 ____________________________________________________________________________
22114 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
22115         Log: Don't use the v-strings for module VERSIONs.
22116      Branch: perl
22117            ! lib/Unicode/UCD.pm
22118 ____________________________________________________________________________
22119 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
22120         Log: Code cleanup based on turning off the -woffs in IRIX.
22121              Not all of the gripes cleaned up (hairy code in hv.c and
22122              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
22123              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
22124              to the IRIX hints)
22125      Branch: perl
22126            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
22127            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
22128            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
22129            ! regcomp.c sv.c
22130 ____________________________________________________________________________
22131 [ 11050] By: nick                                  on 2001/06/30  20:46:46
22132         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
22133      Branch: perlio
22134            ! lib/File/Find/taint.t
22135 ____________________________________________________________________________
22136 [ 11049] By: nick                                  on 2001/06/30  18:13:33
22137         Log: Integrate mainline
22138      Branch: perlio
22139           +> NetWare/nwstdio.h NetWare/perlsdio.h
22140           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
22141           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
22142           +> lib/Unicode/UCD.t t/run/exit.t
22143           !> (integrate 60 files)
22144 ____________________________________________________________________________
22145 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
22146         Log: Delta delta.
22147      Branch: perl
22148            ! pod/perl572delta.pod
22149 ____________________________________________________________________________
22150 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
22151         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
22152              by CPAN.pm, use rather _00.
22153      Branch: perl
22154            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
22155            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
22156            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
22157            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
22158            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
22159            ! lib/ExtUtils/Embed.pm lib/Test.pm
22160 ____________________________________________________________________________
22161 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
22162         Log: Add a simple Unicode character database interface, Unicode::UCD.
22163      Branch: perl
22164            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
22165            ! MANIFEST
22166 ____________________________________________________________________________
22167 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
22168         Log: Subject: [PATCH] op/numconver.t
22169              From: Nicholas Clark <nick@ccl4.org>
22170              Date: Sat, 30 Jun 2001 15:40:10 +0100
22171              Message-ID: <20010630154010.I59620@plum.flirble.org>
22172      Branch: perl
22173            ! t/op/numconvert.t
22174 ____________________________________________________________________________
22175 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
22176         Log: The $^N is now taken (by #11038).
22177      Branch: perl
22178            ! t/base/lex.t
22179 ____________________________________________________________________________
22180 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
22181         Log: The #11040 had slipped to a wrong function...
22182      Branch: perl
22183            ! sv.c
22184 ____________________________________________________________________________
22185 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
22186         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
22187              the Configure library symbol probe mysteriously finds all
22188              symbols but those of pipe() and times().
22189      Branch: perl
22190            ! hints/aix.sh
22191 ____________________________________________________________________________
22192 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
22193         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
22194              From: Nicholas Clark <nick@ccl4.org>
22195              Date: Fri, 29 Jun 2001 23:49:07 +0100
22196              Message-ID: <20010629234907.D59620@plum.flirble.org>
22197      Branch: perl
22198            ! lib/ExtUtils.t
22199 ____________________________________________________________________________
22200 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
22201         Log: Subject: [PATCH] weakref fix 2, not yet there
22202              From: Artur Bergman <artur@contiller.se>
22203              Date: Sat, 30 Jun 2001 01:18:16 +0200
22204              Message-ID: <B762D957.1CC9%artur@contiller.se>
22205      Branch: perl
22206            ! sv.c
22207 ____________________________________________________________________________
22208 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
22209         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
22210              From: Michael G Schwern <schwern@pobox.com>
22211              Date: Fri, 29 Jun 2001 19:39:11 -0400
22212              Message-ID: <20010629193910.D25304@blackrider>
22213      Branch: perl
22214            + t/run/exit.t
22215            ! MANIFEST
22216 ____________________________________________________________________________
22217 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
22218         Log: Add support for $^N, the most-recently closed group.
22219      Branch: perl
22220            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
22221            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
22222            ! thrdvar.h
22223 ____________________________________________________________________________
22224 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
22225         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
22226              From: lvirden@cas.org
22227              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
22228              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
22229              
22230              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
22231              From: lvirden@cas.org
22232              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
22233              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
22234      Branch: perl
22235            ! README.solaris
22236 ____________________________________________________________________________
22237 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
22238         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
22239              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22240              Date: Sat, 30 Jun 2001 07:33:37 +0900
22241              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
22242              
22243              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
22244              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22245              Date: Sat, 30 Jun 2001 21:38:14 +0900
22246              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
22247      Branch: perl
22248            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
22249            + ext/Encode/Encode/7bit-kr.enc
22250            ! MANIFEST ext/Encode/Encode/Tcl.pm
22251 ____________________________________________________________________________
22252 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
22253         Log: NetWare tweaks from Guruprasad.
22254      Branch: perl
22255            + NetWare/nwstdio.h NetWare/perlsdio.h
22256            ! MANIFEST NetWare/Makefile NetWare/config.wc
22257            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
22258            ! NetWare/t/Readme.txt
22259 ____________________________________________________________________________
22260 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
22261         Log: More module $VERSION bump-ups.
22262      Branch: perl
22263            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
22264            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
22265            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
22266 ____________________________________________________________________________
22267 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
22268         Log: Doc update due to #11032.
22269      Branch: perl
22270            ! pod/perl572delta.pod
22271 ____________________________________________________________________________
22272 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
22273         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
22274              From: Peter Prymmer <pvhp@forte.com>
22275              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
22276              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
22277      Branch: perl
22278            ! ext/Time/HiRes/HiRes.xs
22279 ____________________________________________________________________________
22280 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
22281         Log: -lpthreads missing in AIX.
22282      Branch: perl
22283            ! hints/aix.sh
22284 ____________________________________________________________________________
22285 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
22286         Log: Subject: [PATCH] CLONE && weakrefs
22287              From: Artur Bergman <artur@contiller.se>
22288              Date: Fri, 29 Jun 2001 17:02:00 +0200
22289              Message-ID: <B7626508.1CA0%artur@contiller.se>
22290      Branch: perl
22291            ! sv.c
22292 ____________________________________________________________________________
22293 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
22294         Log: Subject: Re: Bug report: split splits on wrong pattern
22295              From: Radu Greab <radu@netsoft.ro>
22296              Date: Wed, 27 Jun 2001 21:50:52 +0300
22297              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
22298      Branch: perl
22299            ! pp_ctl.c t/op/split.t
22300 ____________________________________________________________________________
22301 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
22302         Log: Metaconfig unit change for #11027.
22303      Branch: metaconfig/U/perl
22304            ! d_modfl.U
22305 ____________________________________________________________________________
22306 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
22307         Log: I thought this Configure glitch for AIX was just recently fixed?
22308      Branch: perl
22309            ! Configure
22310 ____________________________________________________________________________
22311 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
22312         Log: Update Changes.
22313      Branch: perl
22314            ! Changes patchlevel.h
22315 ____________________________________________________________________________
22316 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
22317         Log: Subject: Re: perl@10967, File::Find, and Cwd
22318              From: Mike Guy <mjtg@cam.ac.uk>
22319              Date: Fri, 29 Jun 2001 14:56:49 +0100
22320              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
22321      Branch: perl
22322            ! lib/File/Find/taint.t
22323 ____________________________________________________________________________
22324 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
22325         Log: Update the sv_pvprintify() spec.
22326      Branch: perl
22327            ! pod/perltodo.pod
22328 ____________________________________________________________________________
22329 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
22330         Log: Known test failures update.
22331      Branch: perl
22332            ! pod/perl572delta.pod
22333 ____________________________________________________________________________
22334 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
22335         Log: Based on
22336              
22337              Subject: [PATCH @11016] More );) fixes
22338              From: Richard Soderberg <rs@crystalflame.net>
22339              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
22340              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
22341      Branch: perl
22342            ! ext/Thread/Thread.xs ext/Thread/typemap
22343 ____________________________________________________________________________
22344 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
22345         Log: Subject: [PATCH @11016] Fixes compile errors in four files
22346              From: Richard Soderberg <rs@crystalflame.net>
22347              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
22348              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
22349      Branch: perl
22350            ! mg.c pp.c pp_hot.c util.c
22351 ____________________________________________________________________________
22352 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
22353         Log: AIX hints tweaking continues, from Merijn Brand.
22354      Branch: perl
22355            ! hints/aix.sh
22356 ____________________________________________________________________________
22357 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
22358         Log: HP-UX needs gccversion sooner, from Merijn Brand.
22359      Branch: perl
22360            ! hints/hpux.sh
22361 ____________________________________________________________________________
22362 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
22363         Log: Subject: [PATCH 5.6.1] OS/2 docs
22364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22365              Date: Fri, 29 Jun 2001 02:34:12 -0400
22366              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
22367      Branch: perl
22368            ! README.os2 os2/Changes
22369 ____________________________________________________________________________
22370 [ 11017] By: nick                                  on 2001/06/29  10:20:30
22371         Log: Integrate mainline
22372      Branch: perlio
22373           +> (branch 37 files)
22374            - ext/ODBM_File/sdbm.t
22375           !> (integrate 211 files)
22376 ____________________________________________________________________________
22377 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
22378         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
22379              the modules found using a script written by Larry Schatzer Jr.
22380      Branch: perl
22381            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
22382            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
22383            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
22384            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
22385            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
22386            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
22387            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
22388            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
22389            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
22390            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
22391            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
22392            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
22393            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
22394            ! lib/constant.pm lib/fields.pm lib/strict.pm
22395 ____________________________________________________________________________
22396 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
22397         Log: The latest JPL from the anoncvs.
22398      Branch: perl
22399            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
22400 ____________________________________________________________________________
22401 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
22402         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
22403      Branch: perl
22404            ! t/op/pat.t
22405 ____________________________________________________________________________
22406 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
22407         Log: Worrying about insecure directories now is a bit too late.
22408      Branch: perl
22409            ! lib/File/Find/taint.t
22410 ____________________________________________________________________________
22411 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
22412         Log: Cannot DIE() in a void function,
22413              from Richard Hatch <rhatch@austin.ibm.com>.
22414      Branch: perl
22415            ! ext/IPC/SysV/SysV.xs
22416 ____________________________________________________________________________
22417 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
22418         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
22419              From: Peter Prymmer <pvhp@forte.com>
22420              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
22421              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
22422              
22423              (unfinished: time/hires tests 3, 5, 14 failing, but better
22424              than wholesale failure)
22425      Branch: perl
22426            ! ext/Time/HiRes/HiRes.xs
22427 ____________________________________________________________________________
22428 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
22429         Log: Subject: [PATCH 5.6.1] OS/2 improvements
22430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22431              Date: Thu, 28 Jun 2001 16:03:14 -0400
22432              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
22433      Branch: perl
22434            + os2/os2_base.t
22435            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
22436            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
22437            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
22438            ! os2/os2ish.h
22439 ____________________________________________________________________________
22440 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
22441         Log: Subject: Incrementing Extutils::Manifest's $VERSION
22442              From: Michael G Schwern <schwern@pobox.com>
22443              Date: Thu, 28 Jun 2001 13:13:49 -0400
22444              Message-ID: <20010628131349.A14738@blackrider>
22445      Branch: maint-5.6/perl
22446            ! lib/ExtUtils/Manifest.pm
22447 ____________________________________________________________________________
22448 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
22449         Log: AIX tweak from Merijn Brand.
22450      Branch: perl
22451            ! hints/aix.sh
22452 ____________________________________________________________________________
22453 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
22454         Log: Create the macperl branch.
22455      Branch: maint-5.6/macperl
22456           +> (branch 1728 files)
22457 ____________________________________________________________________________
22458 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
22459         Log: Update Changes.
22460      Branch: perl
22461            ! Changes patchlevel.h
22462 ____________________________________________________________________________
22463 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
22464         Log: More Perforce lore.
22465      Branch: perl
22466            ! Porting/repository.pod
22467 ____________________________________________________________________________
22468 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
22469         Log: Metaconfig unit changes for #11003.
22470      Branch: metaconfig/U/perl
22471            + d_nl_langinfo.U i_langinfo.U
22472 ____________________________________________________________________________
22473 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
22474         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
22475              Expected not to exist in non-UNIX excepting in VMS, where
22476              according to a quick web survey they just might.
22477      Branch: perl
22478            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
22479            ! Porting/config_H config_h.SH configure.com epoc/config.sh
22480            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
22481            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22482            ! win32/config.bc win32/config.gc win32/config.vc
22483 ____________________________________________________________________________
22484 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
22485         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
22486              in AIX is one is doing a 64-bit build.
22487      Branch: perl
22488            ! hints/aix.sh
22489 ____________________________________________________________________________
22490 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
22491         Log: Metaconfig unit changes for #11000.
22492      Branch: metaconfig/U/perl
22493            ! use64bits.U uselfs.U
22494 ____________________________________________________________________________
22495 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
22496         Log: Move use64bitint and use64bitall before uselargefiles.
22497      Branch: perl
22498            ! Configure
22499 ____________________________________________________________________________
22500 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
22501         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
22502              From: Robert Spier <rspier@pobox.com>
22503              Message-ID: <15162.41164.618712.841415@rls.cx>
22504              Date: Wed, 27 Jun 2001 23:13:16 -0400
22505      Branch: perl
22506            ! doio.c
22507 ____________________________________________________________________________
22508 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
22509         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
22510              From: Peter Prymmer <pvhp@forte.com>
22511              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
22512              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
22513      Branch: perl
22514            ! numeric.c
22515 ____________________________________________________________________________
22516 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
22517         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
22518              From: Peter Prymmer <pvhp@forte.com>
22519              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
22520              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
22521      Branch: perl
22522            ! configure.com ext/Digest/MD5/Makefile.PL
22523 ____________________________________________________________________________
22524 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
22525         Log: Update Changes.
22526      Branch: perl
22527            ! Changes patchlevel.h
22528 ____________________________________________________________________________
22529 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
22530         Log: Tiny EPOC updates.
22531      Branch: perl
22532            ! epoc/config.sh
22533 ____________________________________________________________________________
22534 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
22535         Log: The Test::More and Test::Simple tests required help
22536              thanks to our schizophrenic test scheme.
22537      Branch: perl
22538            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
22539            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
22540            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
22541            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
22542            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
22543 ____________________________________________________________________________
22544 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
22545         Log: Upgrade to Test::Simple 0.09.
22546      Branch: perl
22547            + lib/Test/Simple/Changes
22548            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
22549            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
22550            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
22551            ! lib/Test/Simple/t/plan_is_noplan.t
22552 ____________________________________________________________________________
22553 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
22554         Log: Upgrade to Test::More 0.07.
22555      Branch: perl
22556            + lib/Test/More/Changes
22557            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
22558            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
22559            ! lib/Test/More/t/skipall.t
22560 ____________________________________________________________________________
22561 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
22562         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
22563              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22564              Date: Wed, 27 Jun 2001 18:40:04 +0200
22565              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
22566      Branch: perl
22567            ! hints/hpux.sh
22568 ____________________________________________________________________________
22569 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
22570         Log: Subject: [PATCH README.qnx hints/qnx.sh]
22571              From: Norton Allen <allen@huarp.harvard.edu>
22572              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
22573              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
22574      Branch: perl
22575            ! README.qnx hints/qnx.sh
22576 ____________________________________________________________________________
22577 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
22578         Log: Subject: [PATCH] two little documentation nits
22579              From: Abhijit Menon-Sen <ams@wiw.org>
22580              Date: Wed, 27 Jun 2001 20:07:50 +0530
22581              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
22582      Branch: perl
22583            ! sv.c sv.h
22584 ____________________________________________________________________________
22585 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
22586         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
22587              From: Norton Allen <allen@huarp.harvard.edu>
22588              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
22589              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
22590      Branch: perl
22591            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
22592 ____________________________________________________________________________
22593 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
22594         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
22595              From: Michael G Schwern <schwern@pobox.com>
22596              Date: Wed, 27 Jun 2001 02:34:58 -0400
22597              Message-ID: <20010627023458.K23874@blackrider>
22598      Branch: perl
22599            ! vms/test.com
22600 ____________________________________________________________________________
22601 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
22602         Log: Add perl_clone_host() for Netware.
22603      Branch: perl
22604            ! NetWare/nw5.c
22605 ____________________________________________________________________________
22606 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
22607         Log: GCC 3.0 hints for HP-UX.
22608      Branch: perl
22609            ! hints/hpux.sh
22610 ____________________________________________________________________________
22611 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
22612         Log: In some Linux distributions the libndbm is broken
22613              (no null key support), therefore link with libgdbm
22614              (if available), since it has a working ndbm emulation,
22615              from Jonathan Stowe.
22616      Branch: perl
22617            + ext/NDBM_File/hints/linux.pl
22618            ! MANIFEST
22619 ____________________________________________________________________________
22620 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
22621         Log: Subject: [PATCH perl@10930] find.t hack for VMS
22622              From: "Craig A. Berry" <craigberry@mac.com>
22623              Date: Tue, 26 Jun 2001 23:40:25 -0500
22624              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
22625      Branch: perl
22626            ! lib/File/Find/find.t
22627 ____________________________________________________________________________
22628 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
22629         Log: AUTHORS updates.
22630      Branch: perl
22631            ! AUTHORS
22632 ____________________________________________________________________________
22633 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
22634         Log: Metaconfig unit change like #10980.
22635      Branch: metaconfig
22636            ! U/compline/d_stdstdio.U
22637 ____________________________________________________________________________
22638 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
22639         Log: "lose the it's", from Abhijit Menon-Sen.
22640              ("It's" not searched, pods not searched.)
22641      Branch: perl
22642            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
22643            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
22644            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
22645            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
22646            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
22647            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
22648 ____________________________________________________________________________
22649 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
22650         Log: "lose the looses", from Abhijit Menon-Sen.
22651      Branch: perl
22652            ! ext/B/B/Assembler.pm gv.c
22653 ____________________________________________________________________________
22654 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
22655         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
22656      Branch: perl
22657            ! hints/os390.sh
22658 ____________________________________________________________________________
22659 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
22660         Log: DEC C 5.3 on the VAX simply doesn't seem to like
22661              compiling the MD5 extension, disable it there for now,
22662              from Peter Prymmer.
22663      Branch: perl
22664            ! configure.com
22665 ____________________________________________________________________________
22666 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
22667         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
22668              From: Jonathan Stowe <gellyfish@gellyfish.com>
22669              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
22670              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
22671      Branch: perl
22672            ! pod/perlfaq3.pod
22673 ____________________________________________________________________________
22674 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
22675         Log: Subject: [PATCH 5.6.1] perlxs misprints
22676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22677              Date: Tue, 26 Jun 2001 17:20:00 -0400
22678              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
22679      Branch: perl
22680            ! pod/perlxs.pod
22681 ____________________________________________________________________________
22682 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
22683         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
22684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22685              Date: Tue, 26 Jun 2001 17:27:07 -0400
22686              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
22687      Branch: perl
22688            ! lib/ExtUtils/MM_Unix.pm
22689 ____________________________________________________________________________
22690 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
22691         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
22692              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22693              Date: Tue, 26 Jun 2001 17:23:24 -0400
22694              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
22695      Branch: perl
22696            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22697 ____________________________________________________________________________
22698 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
22699         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
22700              by Olaf Flebbe.
22701      Branch: perl
22702            ! perl.h
22703 ____________________________________________________________________________
22704 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
22705         Log: Detypo.
22706      Branch: perl
22707            ! lib/Memoize/t/tie_sdbm.t
22708 ____________________________________________________________________________
22709 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
22710         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
22711      Branch: perl
22712            ! win32/perllib.c
22713 ____________________________________________________________________________
22714 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
22715         Log: Subject: [patch] perl_clone+CvFILE
22716              From: Doug MacEachern <dougm@covalent.net>
22717              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
22718              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
22719      Branch: perl
22720            ! sv.c
22721 ____________________________________________________________________________
22722 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
22723         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
22724              From: Mark-Jason Dominus <mjd@plover.com>
22725              Date: Tue, 26 Jun 2001 12:33:01 -0400
22726              Message-ID: <20010626163301.31298.qmail@plover.com>
22727      Branch: perl
22728            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22729 ____________________________________________________________________________
22730 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
22731         Log: Update Changes.
22732      Branch: perl
22733            ! Changes patchlevel.h
22734 ____________________________________________________________________________
22735 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
22736         Log: Also catfile() needs now to explicitly exported.
22737      Branch: perl
22738            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22739 ____________________________________________________________________________
22740 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
22741         Log: Regen toc.
22742      Branch: perl
22743            ! pod/perltoc.pod
22744 ____________________________________________________________________________
22745 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
22746         Log: Nonexistent pod command.
22747      Branch: perl
22748            ! pod/perl572delta.pod
22749 ____________________________________________________________________________
22750 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
22751         Log: Be more portable in the quest for tmpdir.
22752      Branch: perl
22753            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
22754 ____________________________________________________________________________
22755 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
22756         Log: Be more portable in finding out the home directory,
22757              and use File::Spec to do the concat.
22758              (Come to think of it, couldn't File::Spec provide
22759              for a ->homedir method?)
22760      Branch: perl
22761            ! lib/Net/Config.pm
22762 ____________________________________________________________________________
22763 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
22764         Log: Doc patch for #10959.
22765      Branch: perl
22766            ! pod/perlfunc.pod
22767 ____________________________________________________________________________
22768 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
22769         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
22770              From: "Philip Newton" <pnewton@gmx.de>
22771              Date: Tue, 26 Jun 2001 16:26:47 +0200
22772              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
22773      Branch: perl
22774            ! pod/perldata.pod
22775 ____________________________________________________________________________
22776 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
22777         Log: Subject: [PATH] shared -> unique;
22778              From: "Artur Bergman" <artur@contiller.se>
22779              Date: Tue, 26 Jun 2001 16:18:40 +0200
22780              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
22781              
22782              Because "shared" isn't: it's read-only.
22783      Branch: perl
22784            ! toke.c xsutils.c
22785 ____________________________________________________________________________
22786 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
22787         Log: Escape multiline croak messages.
22788      Branch: perl
22789            ! t/op/ver.t
22790 ____________________________________________________________________________
22791 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
22792         Log: No more pragma/*.t for minitest.
22793      Branch: perl
22794            ! Makefile.SH
22795 ____________________________________________________________________________
22796 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
22797         Log: AUTHORS updates.
22798      Branch: perl
22799            ! AUTHORS
22800 ____________________________________________________________________________
22801 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
22802         Log: delta updates.
22803      Branch: perl
22804            ! pod/perl572delta.pod
22805 ____________________________________________________________________________
22806 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
22807         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
22808              From: Artur Bergman <artur@contiller.se> 
22809              Date: Tue, 26 Jun 2001 15:32:53 +0200
22810              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
22811      Branch: perl
22812            ! makedef.pl sv.c sv.h win32/perllib.c
22813 ____________________________________________________________________________
22814 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
22815         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
22816              From: Jonathan Stowe <gellyfish@gellyfish.com>
22817              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
22818              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
22819              
22820              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
22821      Branch: perl
22822            + ext/Time/HiRes/hints/sco.pl
22823            ! MANIFEST
22824 ____________________________________________________________________________
22825 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
22826         Log: Subject: [PATCH 5.6.1] static build
22827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22828              Date: Tue, 26 Jun 2001 04:22:25 -0400
22829              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
22830      Branch: perl
22831            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
22832            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
22833 ____________________________________________________________________________
22834 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
22835         Log: DJGPP patches from Laszlo Molnar.
22836      Branch: perl
22837            ! djgpp/djgpp.c perl.c util.c
22838 ____________________________________________________________________________
22839 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
22840         Log: Netware patches from Ananth Kesari.
22841      Branch: perl
22842            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
22843            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
22844            ! NetWare/nwtinfo.h
22845 ____________________________________________________________________________
22846 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
22847         Log: Detypo.
22848      Branch: perl
22849            ! ext/Errno/Errno_pm.PL
22850 ____________________________________________________________________________
22851 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
22852         Log: There seems to be two ways of spelling the $^O in *STEP.
22853      Branch: perl
22854            ! ext/Errno/Errno_pm.PL
22855 ____________________________________________________________________________
22856 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
22857         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
22858              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
22859      Branch: perl
22860            ! ext/Errno/Errno_pm.PL
22861 ____________________________________________________________________________
22862 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
22863         Log: Known bugs update.
22864      Branch: perl
22865            ! pod/perl572delta.pod
22866 ____________________________________________________________________________
22867 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
22868         Log: The default installation of Cygwin has 500 as root's uid.
22869      Branch: perl
22870            ! lib/User/pwent.t
22871 ____________________________________________________________________________
22872 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
22873         Log: Be even more relaxed (re-allow having only one entry).
22874      Branch: perl
22875            ! t/op/grent.t t/op/pwent.t
22876 ____________________________________________________________________________
22877 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
22878         Log: Test failure updates.
22879      Branch: perl
22880            ! pod/perl572delta.pod
22881 ____________________________________________________________________________
22882 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
22883         Log: MPE/iX test tweaks from Mark Bixby.
22884      Branch: perl
22885            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
22886            ! t/io/fs.t t/op/stat.t
22887 ____________________________________________________________________________
22888 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
22889         Log: Microperl findings.
22890      Branch: perl
22891            ! perl.h pp_sys.c
22892 ____________________________________________________________________________
22893 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
22894         Log: Touch uconfig.h.
22895      Branch: perl
22896            ! uconfig.h
22897 ____________________________________________________________________________
22898 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
22899         Log: Subject: [PATCH] Proposed fix for Pod::Man
22900              From: Rob Napier <rnapier@employees.org>
22901              Date: Mon, 25 Jun 2001 15:49:24 -0400
22902              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
22903              
22904              Cater for Solaris nroff brokenness (shortchanges daisywheel
22905              printers, but hey, we also no more support PDPs.)
22906      Branch: perl
22907            ! lib/Pod/Man.pm
22908 ____________________________________________________________________________
22909 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
22910         Log: Typo in #10937.
22911      Branch: perl
22912            ! ext/POSIX/sigaction.t
22913 ____________________________________________________________________________
22914 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
22915         Log: SIGCONT not trappable in VMS.
22916      Branch: perl
22917            ! ext/POSIX/sigaction.t
22918 ____________________________________________________________________________
22919 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
22920         Log: Subject: [DRAFT] Encode-Tcl.t
22921              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
22922              Date: Tue, 26 Jun 2001 03:38:08 +0900
22923              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
22924      Branch: perl
22925            + ext/Encode/Encode/Tcl.t
22926            ! MANIFEST ext/Encode/Encode/Tcl.pm
22927 ____________________________________________________________________________
22928 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
22929         Log: Because of #10932 retract also the perlfunc hunk of #10910.
22930      Branch: perl
22931            ! pod/perlfunc.pod
22932 ____________________________________________________________________________
22933 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
22934         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
22935              by Ilya Zakharevich in
22936              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
22937      Branch: perl
22938            ! XSUB.h
22939 ____________________________________________________________________________
22940 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
22941         Log: Typo in #10889.
22942      Branch: perl
22943            ! hints/uts.sh
22944 ____________________________________________________________________________
22945 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
22946         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
22947              From: Abhijit Menon-Sen <ams@wiw.org>
22948              Date: Mon, 25 Jun 2001 23:45:45 +0530
22949              Message-ID: <20010625234545.A5022@lustre.linux.in>
22950      Branch: perl
22951            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
22952 ____________________________________________________________________________
22953 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
22954         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
22955              From: Michael G Schwern <schwern@pobox.com>
22956              Date: Mon, 25 Jun 2001 14:35:51 -0400
22957              Message-ID: <20010625143551.H13819@blackrider>
22958      Branch: perl
22959            ! lib/Test.pm
22960 ____________________________________________________________________________
22961 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
22962         Log: Update Changes.
22963      Branch: perl
22964            ! Changes patchlevel.h
22965 ____________________________________________________________________________
22966 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
22967         Log: Regen toc and modlib.
22968      Branch: perl
22969            ! pod/perlmodlib.pod pod/perltoc.pod
22970 ____________________________________________________________________________
22971 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
22972         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
22973              for the benefit of C++ compilers, as suggested by Guruprasad.
22974      Branch: perl
22975            ! embed.pl proto.h
22976 ____________________________________________________________________________
22977 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
22978         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
22979              From: Jonathan Stowe <gellyfish@gellyfish.com>
22980              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
22981              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
22982      Branch: perl
22983            ! pod/perlfaq5.pod
22984 ____________________________________________________________________________
22985 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
22986         Log: Missed from #10925.
22987      Branch: perl
22988            ! gv.c
22989 ____________________________________________________________________________
22990 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
22991         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
22992              From: Robin Houston <robin@kitsite.com>
22993              Date: Sat, 19 May 2001 16:19:34 +0100
22994              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
22995      Branch: perl
22996            ! cv.h gv.h op.c
22997 ____________________________________________________________________________
22998 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
22999         Log: Netware README tweak.
23000      Branch: perl
23001            ! README.netware
23002 ____________________________________________________________________________
23003 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
23004         Log: Subject: [PATCH] Re: overload.t fails
23005              From: Abhijit Menon-Sen <ams@wiw.org>
23006              Date: Mon, 25 Jun 2001 14:52:20 +0530
23007              Message-ID: <20010625145220.A24114@lustre.linux.in>
23008      Branch: perl
23009            ! lib/overload.t
23010 ____________________________________________________________________________
23011 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
23012         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
23013              From: Mike Guy <mjtg@cam.ac.uk>
23014              Date: Mon, 25 Jun 2001 11:43:23 +0100
23015              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
23016      Branch: perl
23017            ! lib/Carp.pm
23018 ____________________________________________________________________________
23019 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
23020         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
23021              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23022              Date: Sun, 24 Jun 2001 05:17:05 -0400
23023              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
23024      Branch: perl
23025            ! os2/os2ish.h
23026 ____________________________________________________________________________
23027 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
23028         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
23029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23030              Date: Mon, 25 Jun 2001 05:52:27 -0400
23031              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
23032      Branch: perl
23033            ! hints/os2.sh
23034 ____________________________________________________________________________
23035 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
23036         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
23037              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23038              Date: Mon, 25 Jun 2001 05:23:35 -0400
23039              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
23040      Branch: perl
23041            ! os2/os2.c
23042 ____________________________________________________________________________
23043 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
23044         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
23045              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23046              Date: Mon, 25 Jun 2001 05:04:32 -0400
23047              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
23048      Branch: perl
23049            ! os2/OS2/REXX/DLL/DLL.pm
23050 ____________________________________________________________________________
23051 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
23052         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
23053              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23054              Date: Mon, 25 Jun 2001 05:02:36 -0400
23055              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
23056      Branch: perl
23057            ! mg.c os2/dl_os2.c os2/os2.c
23058 ____________________________________________________________________________
23059 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
23060         Log: Subject: Re: [PATCH 5.6.1] misprints
23061              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23062              Date: Mon, 25 Jun 2001 04:50:50 -0400
23063              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
23064      Branch: perl
23065            ! os2/os2.c pp_sys.c
23066 ____________________________________________________________________________
23067 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
23068         Log: Add Test::More and Test::Simple to the delta.
23069      Branch: perl
23070            ! pod/perl572delta.pod
23071 ____________________________________________________________________________
23072 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
23073         Log: Add Test::More, from Michael G Schwern.
23074      Branch: perl
23075            + lib/Test/More.pm lib/Test/More/t/More.t
23076            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
23077            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
23078            + t/lib/Test/More/Catch.pm
23079            ! MANIFEST
23080 ____________________________________________________________________________
23081 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
23082         Log: Add Test::Simple from Michael G Schwern.
23083      Branch: perl
23084            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
23085            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
23086            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
23087            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
23088            + t/lib/Test/Simple/Catch.pm
23089            + t/lib/Test/Simple/sample_tests/death.plx
23090            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
23091            + t/lib/Test/Simple/sample_tests/extras.plx
23092            + t/lib/Test/Simple/sample_tests/five_fail.plx
23093            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
23094            + t/lib/Test/Simple/sample_tests/one_fail.plx
23095            + t/lib/Test/Simple/sample_tests/require.plx
23096            + t/lib/Test/Simple/sample_tests/success.plx
23097            + t/lib/Test/Simple/sample_tests/too_few.plx
23098            + t/lib/Test/Simple/sample_tests/two_fail.plx
23099            ! MANIFEST
23100 ____________________________________________________________________________
23101 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
23102         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
23103              From: "Craig A. Berry" <craigberry@mac.com>
23104              Date: Sun, 24 Jun 2001 23:41:36 -0500
23105              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
23106      Branch: perl
23107            ! pp_sys.c
23108 ____________________________________________________________________________
23109 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
23110         Log: Upgrade to Attribute::Handlers 0.70.
23111      Branch: perl
23112            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
23113            ! MANIFEST lib/Attribute/Handlers.pm
23114 ____________________________________________________________________________
23115 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
23116         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
23117              From: Abhijit Menon-Sen <ams@wiw.org>
23118              Date: Sat, 23 Jun 2001 05:17:44 +0530
23119              Message-ID: <20010623051744.A18583@lustre.linux.in>
23120              
23121              (Can't think of a good place to put tests.)
23122      Branch: perl
23123            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
23124 ____________________________________________________________________________
23125 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
23126         Log: Subject: [PATCH] t/op/pat.t typo fix
23127              From: Richard Soderberg <rs@crystalflame.net>
23128              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
23129              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
23130      Branch: perl
23131            ! t/op/pat.t
23132 ____________________________________________________________________________
23133 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
23134         Log: Move the pack warnings to their own file, as pointed
23135              out by Spider.
23136      Branch: perl
23137            + t/lib/warnings/pp_pack
23138            ! MANIFEST t/lib/warnings/pp
23139 ____________________________________________________________________________
23140 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
23141         Log: Update Changes.
23142      Branch: perl
23143            ! Changes patchlevel.h
23144 ____________________________________________________________________________
23145 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
23146         Log: Partially fix a problem noticed by IRIX compiler:
23147              the initialization of parse_start was bypassed by
23148              several gotos.  Now initialized to zero, which may
23149              not be the best choice.
23150      Branch: perl
23151            ! regcomp.c
23152 ____________________________________________________________________________
23153 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
23154         Log: Relax the group and password tests back to moaning only
23155              if no matches at all are found.  (Even with a small sample
23156              I could find many sites where there are, umm, anomalies in
23157              the said databases.)       
23158      Branch: perl
23159            ! t/op/grent.t t/op/pwent.t
23160 ____________________________________________________________________________
23161 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
23162         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
23163      Branch: perl
23164            ! pp_ctl.c
23165 ____________________________________________________________________________
23166 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
23167         Log: De-cut-and-pasto in #10902.
23168      Branch: perl
23169            ! pp_ctl.c
23170 ____________________________________________________________________________
23171 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
23172         Log: The #10771 didn't take?
23173      Branch: perl
23174            ! pp_ctl.c
23175 ____________________________________________________________________________
23176 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
23177         Log: Undo the filetests part of #10900, under multiplicity
23178              weird errors take place.
23179      Branch: perl
23180            ! pp_sys.c
23181 ____________________________________________________________________________
23182 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
23183         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
23184      Branch: perl
23185            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
23186 ____________________________________________________________________________
23187 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
23188         Log: (Replaced by #10922)
23189              
23190              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
23191              From: Tony Bowden <tony@kasei.com>
23192              Date: Sun, 24 Jun 2001 17:32:40 +0100
23193              Message-ID: <20010624173240.A16293@blackstar.co.uk>
23194              
23195              Document (well, mention) shortmess() and longmess()
23196              to rob people of their fun of reinventing the weel.
23197      Branch: perl
23198            ! lib/Carp.pm
23199 ____________________________________________________________________________
23200 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
23201         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
23202              From: Brian Jepson <bjepson@oreilly.com>
23203              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
23204              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
23205      Branch: perl
23206            ! pp_sys.c
23207 ____________________________________________________________________________
23208 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
23209         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
23210              From: Robin Barker <rmb1@cise.npl.co.uk> 
23211              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
23212              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
23213      Branch: perl
23214            ! lib/CPAN.pm
23215 ____________________________________________________________________________
23216 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
23217         Log: Memoize patch from mjd.
23218      Branch: perl
23219            ! lib/Memoize/t/tie_storable.t
23220 ____________________________________________________________________________
23221 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
23222         Log: Spec the sv_pvprintify() a bit more.
23223      Branch: perl
23224            ! pod/perltodo.pod
23225 ____________________________________________________________________________
23226 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
23227         Log: Upgrade to Memoize 0.65.
23228      Branch: perl
23229            + lib/Memoize/t/array_confusion.t
23230            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23231            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
23232            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23233            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
23234            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
23235            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
23236            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
23237            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
23238            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
23239            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
23240            ! lib/Memoize/t/tie_storable.t
23241 ____________________________________________________________________________
23242 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
23243         Log: Metaconfig unit change for #10892.
23244      Branch: metaconfig
23245            ! U/modified/Options.U
23246 ____________________________________________________________________________
23247 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
23248         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
23249              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23250              Date: Sun, 24 Jun 2001 05:24:40 -0400
23251              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
23252      Branch: perl
23253            ! Configure hints/os2.sh
23254 ____________________________________________________________________________
23255 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
23256         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
23257              From: Mike Guy <mjtg@cam.ac.uk>
23258              Date: Sun, 24 Jun 2001 15:28:39 +0100
23259              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
23260              
23261              Fix an ancient (5.002) bug.
23262      Branch: perl
23263            ! lib/Carp/Heavy.pm
23264 ____________________________________________________________________________
23265 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
23266         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
23267              variables.
23268      Branch: perl
23269            ! pp_sys.c
23270 ____________________________________________________________________________
23271 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
23272         Log: Make UTS as per #10888.
23273      Branch: perl
23274            ! hints/uts.sh
23275 ____________________________________________________________________________
23276 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
23277         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
23278      Branch: perl
23279            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
23280            ! mpeix/mpeixish.h perl.h unixish.h
23281 ____________________________________________________________________________
23282 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
23283         Log: AUTHORS update.
23284      Branch: perl
23285            ! AUTHORS
23286 ____________________________________________________________________________
23287 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
23288         Log: Subject: Encode::Tcl for multibyte doesnot work
23289              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
23290              Date: Sun, 24 Jun 2001 22:48:21 +0900
23291              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
23292      Branch: perl
23293            ! ext/Encode/Encode/Tcl.pm
23294 ____________________________________________________________________________
23295 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
23296         Log: Subject: [PATCH] Remove tautology in error messages
23297              From: Mike Guy <mjtg@cam.ac.uk>
23298              Date: Sun, 24 Jun 2001 13:31:00 +0100
23299              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
23300      Branch: perl
23301            ! pp_sys.c
23302 ____________________________________________________________________________
23303 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
23304         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
23305      Branch: perl
23306            ! hints/darwin.sh
23307 ____________________________________________________________________________
23308 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
23309         Log: Subject: Re: [PATCH 5.6.1] test suite
23310              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23311              Date: Sun, 24 Jun 2001 05:47:05 -0400
23312              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
23313              
23314              Test suite fixes.
23315      Branch: perl
23316            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
23317 ____________________________________________________________________________
23318 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
23319         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
23320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23321              Date: Sun, 24 Jun 2001 05:37:19 -0400
23322              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
23323      Branch: perl
23324            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
23325 ____________________________________________________________________________
23326 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
23327         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
23328              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23329              Date: Sun, 24 Jun 2001 05:34:50 -0400
23330              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
23331              
23332              Pacify compiler warnings.
23333      Branch: perl
23334            ! pp_sys.c
23335 ____________________________________________________________________________
23336 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
23337         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23338              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23339              Date: Sun, 24 Jun 2001 05:21:18 -0400
23340              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
23341              
23342              Enable compression of executables during link time.
23343      Branch: perl
23344            ! hints/os2.sh
23345 ____________________________________________________________________________
23346 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
23347         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
23348              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23349              Date: Sun, 24 Jun 2001 05:15:11 -0400
23350              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
23351              
23352              Add ordinals to the export list for Perl DLL.
23353              (Breaks intra-version DLL compatibility.)
23354      Branch: perl
23355            ! makedef.pl
23356 ____________________________________________________________________________
23357 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
23358         Log: Allow (displaying and) re-editing the Subject in perlbug.
23359              Also abstract the Subject quality control into a function.
23360      Branch: perl
23361            ! utils/perlbug.PL
23362 ____________________________________________________________________________
23363 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
23364         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
23365      Branch: perl
23366            ! utils/perlbug.PL
23367 ____________________________________________________________________________
23368 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
23369         Log: Regen toc and modlib.
23370      Branch: perl
23371            ! pod/perlmodlib.pod pod/perltoc.pod
23372 ____________________________________________________________________________
23373 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
23374         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
23375              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
23376              attribute semantics as much as possible, or 'ntsec' which uses
23377              native NTFS semantics.)  (See also #10877.)
23378      Branch: perl
23379            ! perl.c
23380 ____________________________________________________________________________
23381 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
23382         Log: (Retracted by #11586)
23383              
23384              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
23385      Branch: perl
23386            ! lib/Test/Harness.pm
23387 ____________________________________________________________________________
23388 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
23389         Log: Just zap the -uPerlio.
23390      Branch: perl
23391            ! ext/B/Stash.t
23392 ____________________________________________________________________________
23393 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
23394         Log: Do not test PerlIO if PerlIO not used.
23395      Branch: perl
23396            ! ext/PerlIO/PerlIO.t
23397 ____________________________________________________________________________
23398 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
23399         Log: Regen perlapi.
23400      Branch: perl
23401            ! pod/perlapi.pod
23402 ____________________________________________________________________________
23403 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
23404         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
23405              From: Nicholas Clark <nick@ccl4.org>
23406              Date: Sat, 23 Jun 2001 22:55:47 +0100
23407              Message-ID: <20010623225547.Z98663@plum.flirble.org>
23408      Branch: perl
23409            ! numeric.c
23410 ____________________________________________________________________________
23411 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
23412         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
23413              From: Prymmer/Kahn <pvhp@best.com>
23414              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
23415              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
23416      Branch: perl
23417            ! lib/h2xs.t
23418 ____________________________________________________________________________
23419 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
23420         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
23421              cygwin does not taint cwd, just like win32.
23422      Branch: perl
23423            ! lib/File/Find/taint.t t/op/taint.t
23424 ____________________________________________________________________________
23425 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
23426         Log: Retract #10865, the patch should be unnecessary.
23427              (But seemingly helpful in Cygwin?  Strange.)
23428      Branch: perl
23429            ! lib/Memoize/t/tie_ndbm.t
23430 ____________________________________________________________________________
23431 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
23432         Log: Misplaced test file; plus Cygwin filesystem semantics.
23433      Branch: perl
23434            + ext/SDBM_File/sdbm.t
23435            - ext/ODBM_File/sdbm.t
23436            ! MANIFEST
23437 ____________________________________________________________________________
23438 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
23439         Log: (Retracted by #10867.)
23440      Branch: perl
23441            ! lib/Memoize/t/tie_ndbm.t
23442 ____________________________________________________________________________
23443 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
23444         Log: Metaconfig unit change for #10863.
23445      Branch: metaconfig/U/perl
23446            ! Extensions.U
23447 ____________________________________________________________________________
23448 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
23449         Log: In Cygwin do not build NDBM_File and ODBM_File unless
23450              -lndbm and -ldbm are available.
23451      Branch: perl
23452            ! Configure config_h.SH
23453 ____________________________________________________________________________
23454 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
23455         Log: More Cygwin filesystem semantics.
23456      Branch: perl
23457            ! t/io/fs.t t/op/stat.t
23458 ____________________________________________________________________________
23459 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
23460         Log: More DOSish permission semantics for Cygwin.
23461      Branch: perl
23462            ! lib/AnyDBM_File.t
23463 ____________________________________________________________________________
23464 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
23465         Log: Cygwin too has different permission semantics.
23466      Branch: perl
23467            ! ext/GDBM_File/gdbm.t
23468 ____________________________________________________________________________
23469 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
23470         Log: The group (and assumedly passwd) databases can have
23471              only one entry (this is the case in cygwin).
23472      Branch: perl
23473            ! t/op/grent.t t/op/pwent.t
23474 ____________________________________________________________________________
23475 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
23476         Log: Also in Cygwin use Socket to figure out domainname
23477              (if any) (avoids trying to call external 'domainname',
23478              which doesn't at the moment exist in Cygwin)
23479      Branch: perl
23480            ! lib/Net/Domain.pm
23481 ____________________________________________________________________________
23482 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
23483         Log: Remove also the lib$Foo.def, not just $Foo.def.
23484      Branch: perl
23485            ! lib/ExtUtils/MM_Unix.pm
23486 ____________________________________________________________________________
23487 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
23488         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
23489      Branch: perl
23490            ! unixish.h
23491 ____________________________________________________________________________
23492 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
23493         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
23494              to match the whole isprint(), only the space character.
23495      Branch: perl
23496            ! handy.h pod/perlre.pod t/op/pat.t
23497 ____________________________________________________________________________
23498 [ 10854] By: nick                                  on 2001/06/23  08:09:33
23499         Log: Integrate mainline
23500      Branch: perlio
23501           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
23502           !> lib/ExtUtils.t lib/File/Find/taint.t
23503           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
23504           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
23505           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23506 ____________________________________________________________________________
23507 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
23508         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
23509              with its floats    in os390 and s390 (UTS).
23510      Branch: perl
23511            ! lib/Math/BigInt/t/bigintpm.t
23512 ____________________________________________________________________________
23513 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
23514         Log: Add also UTS (s390) to the non-IEEE float platforms.
23515      Branch: perl
23516            ! t/op/sprintf.t
23517 ____________________________________________________________________________
23518 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
23519         Log: Subject: RFC: what are applicable standards for exponent sizes?
23520              From: Peter Prymmer <pvhp@forte.com>
23521              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
23522              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
23523      Branch: perl
23524            ! t/op/sprintf.t
23525 ____________________________________________________________________________
23526 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
23527         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
23528              From: Peter Prymmer <pvhp@forte.com>
23529              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
23530              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
23531      Branch: perl
23532            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
23533 ____________________________________________________________________________
23534 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
23535         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
23536              From: Peter Prymmer <pvhp@forte.com>
23537              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
23538              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
23539      Branch: perl
23540            ! lib/ExtUtils.t
23541 ____________________________________________________________________________
23542 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
23543         Log: Retract #10845.
23544      Branch: perl
23545            ! lib/File/Find/taint.t
23546 ____________________________________________________________________________
23547 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
23548         Log: Yet another error message.
23549      Branch: perl
23550            ! t/op/mkdir.t
23551 ____________________________________________________________________________
23552 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
23553         Log: The croak message for nonexistent socket functions may vary.
23554      Branch: perl
23555            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
23556 ____________________________________________________________________________
23557 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
23558         Log: (Retracted by #10848.)
23559      Branch: perl
23560            ! lib/File/Find/taint.t
23561 ____________________________________________________________________________
23562 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
23563         Log: Integrate perlio.
23564      Branch: perl
23565           !> lib/File/Find/taint.t t/op/write.t
23566 ____________________________________________________________________________
23567 [ 10843] By: nick                                  on 2001/06/22  21:24:51
23568         Log: Back out debug in taint.t
23569      Branch: perlio
23570            ! lib/File/Find/taint.t
23571 ____________________________________________________________________________
23572 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
23573         Log: setitimer() does not exist in Unicos, despite of what
23574              Configure thinks, from Mark P. Lutz.
23575      Branch: perl
23576            ! hints/unicos.sh
23577 ____________________________________________________________________________
23578 [ 10841] By: nick                                  on 2001/06/22  21:19:36
23579         Log: Skip cwd test on Win32 ???
23580      Branch: perlio
23581            ! lib/File/Find/taint.t
23582 ____________________________________________________________________________
23583 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
23584         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
23585              and Tru64 gcc -Wall happy.
23586      Branch: perl
23587            ! mg.c
23588 ____________________________________________________________________________
23589 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
23590         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
23591      Branch: perl
23592            ! ext/IPC/SysV/Semaphore.pm
23593 ____________________________________________________________________________
23594 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
23595         Log: Metaconfig unit change for #10837.
23596      Branch: metaconfig/U/perl
23597            ! Cross.U
23598 ____________________________________________________________________________
23599 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
23600         Log: Cleanup of the cross-compilation unit.
23601      Branch: perl
23602            ! Configure
23603 ____________________________________________________________________________
23604 [ 10836] By: nick                                  on 2001/06/22  20:45:12
23605         Log: Skip |- based op/write.t on Win32 as well as VMS
23606      Branch: perlio
23607            ! t/op/write.t
23608 ____________________________________________________________________________
23609 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
23610         Log: Integrate perlio.
23611      Branch: perl
23612           !> util.c
23613 ____________________________________________________________________________
23614 [ 10834] By: nick                                  on 2001/06/22  20:41:54
23615         Log: Integrate mainline
23616      Branch: perlio
23617           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
23618           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
23619           !> vos/config.ga.h
23620 ____________________________________________________________________________
23621 [ 10833] By: nick                                  on 2001/06/22  20:22:58
23622         Log: Patcho fix.
23623      Branch: perlio
23624            ! util.c
23625 ____________________________________________________________________________
23626 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
23627         Log: Metaconfig unit changes for #10831.
23628      Branch: metaconfig
23629            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
23630 ____________________________________________________________________________
23631 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
23632         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
23633              From: Andy Dougherty <doughera@lafayette.edu>
23634              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
23635              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
23636      Branch: perl
23637            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23638            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
23639 ____________________________________________________________________________
23640 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
23641         Log: MPE/iX prototype nits from Mark Bixby.
23642      Branch: perl
23643            ! pp_sys.c
23644 ____________________________________________________________________________
23645 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
23646         Log: Detypo.
23647      Branch: perl
23648            ! util.c
23649 ____________________________________________________________________________
23650 [ 10828] By: nick                                  on 2001/06/22  15:33:37
23651         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
23652      Branch: perlio
23653           +> lib/h2xs.t
23654           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
23655           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
23656           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
23657           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
23658           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23659           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23660           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
23661           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
23662           !> vms/vmsish.h
23663 ____________________________________________________________________________
23664 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
23665         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
23666              Date: Fri, 22 Jun 2001 10:08:35 -0500
23667              From: "Craig A. Berry" <craigberry@mac.com>
23668              Message-Id: <a05101001b75908704194@[192.168.56.145]>
23669      Branch: perl
23670            ! vms/vms.c vms/vmsish.h
23671 ____________________________________________________________________________
23672 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
23673         Log: NetWare scripts tweak from Ananth Kesari.
23674      Branch: perl
23675            ! NetWare/t/NWScripts.pl
23676 ____________________________________________________________________________
23677 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
23678         Log: Update Changes.
23679      Branch: perl
23680            ! Changes patchlevel.h
23681 ____________________________________________________________________________
23682 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
23683         Log: Add .i and .s targets.
23684      Branch: perl
23685            ! Makefile.SH
23686 ____________________________________________________________________________
23687 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
23688         Log: Upgrade to Locale::Maketext 1.03.
23689      Branch: perl
23690            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23691            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
23692 ____________________________________________________________________________
23693 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
23694         Log: Upgrade to I18N::LangTags 0.26.
23695      Branch: perl
23696            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23697            ! lib/I18N/LangTags/test.pl
23698 ____________________________________________________________________________
23699 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
23700         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
23701              Philip Newton.
23702      Branch: perl
23703            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23704            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23705 ____________________________________________________________________________
23706 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
23707         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
23708              From: Prymmer/Kahn <pvhp@best.com>
23709              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
23710              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
23711      Branch: perl
23712            + lib/h2xs.t
23713            ! MANIFEST utils/h2xs.PL
23714 ____________________________________________________________________________
23715 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
23716         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
23717              From: Prymmer/Kahn <pvhp@best.com>
23718              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
23719              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
23720      Branch: perl
23721            ! lib/ExtUtils.t
23722 ____________________________________________________________________________
23723 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
23724         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
23725              From: Prymmer/Kahn <pvhp@best.com>
23726              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
23727              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
23728      Branch: perl
23729            ! t/pod/plainer.t
23730 ____________________________________________________________________________
23731 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
23732         Log: AUTHORS update.
23733      Branch: perl
23734            ! AUTHORS
23735 ____________________________________________________________________________
23736 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
23737         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
23738              From: "Craig A. Berry" <craigberry@mac.com>
23739              Date: Thu, 21 Jun 2001 18:20:38 -0500
23740              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
23741      Branch: perl
23742            ! ext/POSIX/POSIX.xs
23743 ____________________________________________________________________________
23744 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
23745         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
23746              From: "Craig A. Berry" <craigberry@mac.com>
23747              Date: Thu, 21 Jun 2001 09:58:52 -0500
23748              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
23749      Branch: perl
23750            ! ext/B/Deparse.t t/op/write.t
23751 ____________________________________________________________________________
23752 [ 10814] By: nick                                  on 2001/06/22  08:13:09
23753         Log: Integrate mainline.
23754      Branch: perlio
23755           !> (integrate 46 files)
23756 ____________________________________________________________________________
23757 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
23758         Log: Change the prefixes only if $prefix is unset,
23759              as originally patched by Marcel Grunauer.
23760      Branch: perl
23761            ! hints/darwin.sh hints/rhapsody.sh
23762 ____________________________________________________________________________
23763 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
23764         Log: Subject: Re: Patch for hints/darwin.sh
23765              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
23766              Date: Thu, 21 Jun 2001 11:23:46 -0700
23767              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
23768      Branch: perl
23769            ! hints/darwin.sh hints/rhapsody.sh
23770 ____________________________________________________________________________
23771 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
23772         Log: Add .PHONY targets for non-file targets,
23773              from Wilfredo Sánchez.  Should help saying
23774              "make install" on case-insensitive filesystems.
23775      Branch: perl
23776            ! Makefile.SH
23777 ____________________________________________________________________________
23778 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
23779         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
23780              From: Doug MacEachern <dougm@covalent.net>
23781              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
23782              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
23783              
23784              plus reword the getcwd() comment, plus use getcwd() buffer
23785              size minus one.
23786      Branch: perl
23787            ! util.c
23788 ____________________________________________________________________________
23789 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
23790         Log: More gprofing from Doug MacEachern.
23791      Branch: perl
23792            ! Makefile.SH
23793 ____________________________________________________________________________
23794 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
23795         Log: Metaconfig unit change for #10807.
23796      Branch: metaconfig/U/perl
23797            ! d_sfio.U
23798 ____________________________________________________________________________
23799 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
23800         Log: Tell that you are removing the unneeded -lsfio.
23801      Branch: perl
23802            ! Configure
23803 ____________________________________________________________________________
23804 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
23805         Log: More MPE/iX tweaks from Mark Bixby.
23806      Branch: perl
23807            ! perl.c t/op/magic.t
23808 ____________________________________________________________________________
23809 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
23810         Log: The fchdir() proto is supposed to live in <unistd.h>.
23811      Branch: perl
23812            ! ext/Cwd/Cwd.xs
23813 ____________________________________________________________________________
23814 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
23815         Log: This town is too small for the Cwd extension and me,
23816              it would seem...
23817      Branch: perl
23818            ! ext/Cwd/Cwd.xs
23819 ____________________________________________________________________________
23820 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
23821         Log: Metaconfig unit change for #10802.
23822      Branch: metaconfig/U/perl
23823            ! d_modfl.U
23824 ____________________________________________________________________________
23825 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
23826         Log: More d'ohs.
23827      Branch: perl
23828            ! Configure
23829 ____________________________________________________________________________
23830 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
23831         Log: Off-by-one.  I'm so classic.
23832      Branch: perl
23833            ! util.c
23834 ____________________________________________________________________________
23835 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
23836         Log: Update Changes.
23837      Branch: perl
23838            ! Changes patchlevel.h
23839 ____________________________________________________________________________
23840 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
23841         Log: Subject: Documentation patch for Net::FTP
23842              From: Marcel Grunauer <marcel@codewerk.com>
23843              Date: Wed, 20 Jun 2001 23:03:26 +0200
23844              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
23845      Branch: perl
23846            ! lib/Net/FTP.pm
23847 ____________________________________________________________________________
23848 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
23849         Log: Retract the #10417 mg.c and embed.pl parts because of
23850              strange SEGVs in 64bit x86 FreeBSD observed by
23851              Nicholas Clark.
23852      Branch: perl
23853            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
23854 ____________________________________________________________________________
23855 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
23856         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
23857      Branch: perl
23858            ! Configure NetWare/config.wc NetWare/config_H.wc
23859            ! Porting/Glossary Porting/config.sh Porting/config_H
23860            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
23861            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23862            ! vos/config.ga.h win32/config.bc win32/config.gc
23863            ! win32/config.vc win32/config_H.bc win32/config_H.gc
23864            ! win32/config_H.vc
23865 ____________________________________________________________________________
23866 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
23867         Log: Cwd tweak from Doug MacEachern.
23868      Branch: perl
23869            ! ext/Cwd/Cwd.xs
23870 ____________________________________________________________________________
23871 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
23872         Log: Protect the fchdir() and lstat() with ifdefs.
23873              fchdir() needs a Configure probe.
23874      Branch: perl
23875            ! ext/Cwd/Cwd.xs
23876 ____________________________________________________________________________
23877 [ 10794] By: nick                                  on 2001/06/21  17:11:35
23878         Log: Integrate mainline
23879      Branch: perlio
23880           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23881           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23882           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23883           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23884           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23885           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23886           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23887           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23888            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
23889            - lib/File/Glob/case.t lib/File/Glob/global.t
23890            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
23891            - lib/File/Temp/posix.t lib/File/Temp/security.t
23892            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
23893            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
23894            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
23895            - lib/Text/Wrap/wrap.t
23896           !> (integrate 41 files)
23897 ____________________________________________________________________________
23898 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
23899         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
23900              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
23901              Date: Thu, 21 Jun 2001 13:04:54 -0500
23902              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
23903      Branch: perl
23904            ! ext/Cwd/Cwd.xs
23905 ____________________________________________________________________________
23906 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
23907         Log: Subject: [PATCH pod] overlong =item
23908              From: Robin Barker <rmb1@cise.npl.co.uk>
23909              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
23910              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
23911      Branch: perl
23912            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
23913            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
23914 ____________________________________________________________________________
23915 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
23916         Log: Subject: [PATCH perlio.c] format 
23917              From: Robin Barker <rmb1@cise.npl.co.uk>
23918              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
23919              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
23920      Branch: perl
23921            ! perlio.c
23922 ____________________________________________________________________________
23923 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
23924         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
23925              From: Radu Greab <radu@netsoft.ro>
23926              Date: Thu, 21 Jun 2001 19:06:02 +0300
23927              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
23928      Branch: perl
23929            ! pod/perlapi.pod sv.c
23930 ____________________________________________________________________________
23931 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
23932         Log: The metaconfig unit changes for #10788.
23933      Branch: metaconfig/U/perl
23934            ! Cross.U fflushall.U
23935 ____________________________________________________________________________
23936 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
23937         Log: Cross-configuration changes: make $from to rm the files
23938              before copying them over (this means that he rm can be
23939              removed from the fflushall test), create $targetmkdir      
23940              (not documented in install since it is supposed to internal
23941              use only), make $run to copy over the executable only if
23942              a stamp file .xok doesn't already exist (to avoid unnecessary
23943              copying of the executable)
23944      Branch: perl
23945            ! Configure Makefile.SH
23946 ____________________________________________________________________________
23947 [ 10787] By: nick                                  on 2001/06/21  14:16:18
23948         Log: Integrate mainline
23949      Branch: perlio
23950           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
23951           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
23952           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
23953            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
23954           !> (integrate 34 files)
23955 ____________________________________________________________________________
23956 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
23957         Log: Re-add the files as text.
23958      Branch: perl
23959            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23960 ____________________________________________________________________________
23961 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
23962         Log: Delete the binary files.
23963      Branch: perl
23964            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
23965 ____________________________________________________________________________
23966 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
23967         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
23968              From: Andy Dougherty <doughera@lafayette.edu>
23969              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
23970              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
23971      Branch: perl
23972            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
23973            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
23974            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
23975            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
23976 ____________________________________________________________________________
23977 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
23978         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
23979              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
23980              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
23981              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
23982              
23983              Setting umask to something friendlier.
23984      Branch: perl
23985            ! installman installperl
23986 ____________________________________________________________________________
23987 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
23988         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
23989              Resort MANIFEST with sort -f, looks much better.
23990      Branch: perl
23991            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
23992            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
23993            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
23994            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
23995            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
23996            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
23997            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
23998            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
23999            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
24000            - lib/File/Glob/case.t lib/File/Glob/global.t
24001            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
24002            - lib/File/Temp/posix.t lib/File/Temp/security.t
24003            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
24004            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
24005            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
24006            - lib/Text/Wrap/wrap.t
24007            ! MANIFEST
24008 ____________________________________________________________________________
24009 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
24010         Log: Upgrade to I18N::LangTags 0.25.
24011      Branch: perl
24012            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
24013            ! lib/I18N/LangTags/List.pm
24014 ____________________________________________________________________________
24015 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
24016         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
24017              From: Richard Soderberg <rs@crystalflame.net>
24018              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
24019              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
24020      Branch: perl
24021            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
24022            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
24023 ____________________________________________________________________________
24024 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
24025         Log: Test obsoleted by change #10777.
24026      Branch: perl
24027            ! t/op/sub_lval.t
24028 ____________________________________________________________________________
24029 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
24030         Log: Case of confused test numbering.
24031      Branch: perl
24032            ! t/op/pat.t
24033 ____________________________________________________________________________
24034 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
24035         Log: Subject: Re: Opinion on undef lvalue
24036              From: Abhijit Menon-Sen <ams@wiw.org>
24037              Date: Sun, 17 Jun 2001 13:04:46 +0530
24038              Message-ID: <20010617130446.B27925@lustre.linux.in>
24039              
24040              Allow lvalue subs to return undef in array context.
24041      Branch: perl
24042            ! pp_hot.c
24043 ____________________________________________________________________________
24044 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
24045         Log: Just a guess that using the same hack for cygwin as
24046              for win32 might help.
24047      Branch: perl
24048            ! lib/File/Find/find.t
24049 ____________________________________________________________________________
24050 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
24051         Log: NetWare tweaks from Guruprasad.
24052      Branch: perl
24053            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
24054            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
24055            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
24056            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
24057 ____________________________________________________________________________
24058 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
24059         Log: Subject: Re: perl@10722: Bogus warnings on REs 
24060              From: Hugo <hv@crypt.compulink.co.uk>
24061              Date: Thu, 21 Jun 2001 09:51:17 +0100
24062              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
24063              
24064              Unroll to avoid a UTS compiler bug.
24065      Branch: perl
24066            ! regcomp.c
24067 ____________________________________________________________________________
24068 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
24069         Log: Subject: Re: [PATCH] Make /o work under i?threads
24070              From: Artur Bergman <artur@contiller.se>
24071              Date: Thu, 21 Jun 2001 14:38:03 +0200
24072              Message-ID: <B757B74A.184D%artur@contiller.se>
24073      Branch: perl
24074            ! t/op/pat.t
24075 ____________________________________________________________________________
24076 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
24077         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
24078              From: Artur Bergman <artur@contiller.se> 
24079              Date: Thu, 21 Jun 2001 14:27:33 +0200
24080              Message-ID: <B757B4D4.1849%artur@contiller.se>
24081              
24082              Plus extra parentheses.
24083      Branch: perl
24084            ! op.h
24085 ____________________________________________________________________________
24086 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
24087         Log: Subject: [PATCH] Make /o work under i?threads
24088              From: Richard Soderberg <rs@crystalflame.net>
24089              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
24090              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
24091      Branch: perl
24092            ! pp_ctl.c
24093 ____________________________________________________________________________
24094 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
24095         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
24096              From: Artur Bergman <artur@contiller.se>
24097              Date: Thu, 21 Jun 2001 14:04:54 +0200
24098              Message-ID: <B757AF86.1842%artur@contiller.se>
24099      Branch: perl
24100            ! op.h
24101 ____________________________________________________________________________
24102 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
24103         Log: Subject: Re: perl@10765: sv.c not OK on win32
24104              From: Artur Bergman <artur@contiller.se>
24105              Date: Thu, 21 Jun 2001 10:31:06 +0200
24106              Message-ID: <B7577D69.182C%artur@contiller.se>
24107      Branch: perl
24108            ! sv.c
24109 ____________________________________________________________________________
24110 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
24111         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
24112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24113              Date: Thu, 21 Jun 2001 06:23:56 -0400
24114              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
24115              
24116              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
24117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24118              Date: Thu, 21 Jun 2001 06:32:21 -0400
24119              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
24120      Branch: perl
24121            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
24122 ____________________________________________________________________________
24123 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
24124         Log: Subject: [PATCH] make syslog test more verbose
24125              From: Robert Spier <rspier@pobox.com>
24126              Date: Thu, 21 Jun 2001 00:54:32 -0400
24127              Message-ID: <15153.32264.295807.333073@rls.cx>
24128      Branch: perl
24129            ! ext/Sys/Syslog/syslog.t
24130 ____________________________________________________________________________
24131 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
24132         Log: Subject: op/study.t refinements
24133              From: Hugo <hv@crypt.compulink.co.uk>
24134              Date: Thu, 21 Jun 2001 00:29:07 +0100
24135              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
24136      Branch: perl
24137            ! t/op/study.t
24138 ____________________________________________________________________________
24139 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
24140         Log: Update Changes.
24141      Branch: perl
24142            ! Changes patchlevel.h
24143 ____________________________________________________________________________
24144 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
24145         Log: Subject: Re: [PATCH] djgpp updates
24146              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
24147              Date: Wed, 20 Jun 2001 10:05:15 +0200
24148              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
24149      Branch: perl
24150            ! djgpp/config.over
24151 ____________________________________________________________________________
24152 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
24153         Log: Fix for ID 20010619.002 "When building hash, hash keys that
24154              are function calls are not being called", from Abhijit.
24155      Branch: perl
24156            ! t/base/lex.t toke.c
24157 ____________________________________________________________________________
24158 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
24159         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
24160      Branch: perl
24161            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
24162            + lib/Locale/Maketext/test.pl
24163            - lib/Locale/Maketext.t
24164            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
24165            ! lib/Locale/Maketext/TPJ13.pod
24166 ____________________________________________________________________________
24167 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
24168         Log: Metaconfig unit change for #10760.
24169      Branch: metaconfig
24170            ! U/modified/Cppsym.U
24171 ____________________________________________________________________________
24172 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
24173         Log: Do not remove the ccsym* Cppsym* files since
24174              they are useful for metaconfig units coming after us.
24175              (This is the Configure nit mentioned in #10752.)
24176      Branch: perl
24177            ! Configure
24178 ____________________________________________________________________________
24179 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
24180         Log: Update to I18N::LangTags 0.24, from Sean Burke.
24181      Branch: perl
24182            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
24183            + lib/I18N/LangTags/README
24184            - lib/I18N/LangTags/List.pod
24185            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
24186 ____________________________________________________________________________
24187 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
24188         Log: Regen headers.
24189      Branch: perl
24190            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
24191            ! pod/perlapi.pod proto.h
24192 ____________________________________________________________________________
24193 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
24194         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
24195              From: Artur Bergman <artur@contiller.se>
24196              Date: Wed, 20 Jun 2001 11:31:32 +0200
24197              Message-ID: <B7563A14.17D8%artur@contiller.se>
24198      Branch: perl
24199            ! embed.pl hv.c intrpvar.h sv.c sv.h
24200 ____________________________________________________________________________
24201 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
24202         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
24203              From: Tim Sweetman <tim@aldigital.co.uk> 
24204              Date: Wed, 13 Jun 2001 14:25:17 +0100 
24205              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
24206      Branch: perl
24207            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
24208 ____________________________________________________________________________
24209 [ 10755] By: nick                                  on 2001/06/20  16:12:37
24210         Log: Integrate mainline
24211      Branch: perlio
24212           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
24213           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
24214           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
24215           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
24216           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
24217           !> t/op/study.t util.c
24218 ____________________________________________________________________________
24219 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
24220         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
24221              but not Makefile)
24222      Branch: maint-5.6/perl
24223            ! win32/Makefile
24224 ____________________________________________________________________________
24225 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
24226         Log: Security tweak on readlink().
24227      Branch: perl
24228            ! pp_sys.c
24229 ____________________________________________________________________________
24230 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
24231         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
24232      Branch: perl
24233            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
24234            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
24235            ! mpeix/relink t/op/pwent.t
24236 ____________________________________________________________________________
24237 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
24238         Log: Reinstate #10725 (with probe for alarm()).
24239      Branch: perl
24240            ! t/op/study.t
24241 ____________________________________________________________________________
24242 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
24243         Log: Replace our implementation of realpath() with OpenBSD's
24244              (src/lib/libc/stdlib/realpath.c 1.4).
24245      Branch: perl
24246            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
24247            ! pod/perldiag.pod proto.h util.c
24248 ____________________________________________________________________________
24249 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
24250         Log: Integrate perlio.
24251      Branch: perl
24252           !> perlio.c
24253 ____________________________________________________________________________
24254 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
24255         Log: No point in going into memory-saving contortions
24256              with getcwd() since there's a danger of buffer overflow.
24257              Also make the POSIX extension to use sv_getcwd().
24258              Finally, a missed proto.h fragment.
24259      Branch: perl
24260            ! ext/POSIX/POSIX.xs proto.h util.c
24261 ____________________________________________________________________________
24262 [ 10747] By: nick                                  on 2001/06/20  12:38:26
24263         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
24264      Branch: perlio
24265            ! perlio.c
24266 ____________________________________________________________________________
24267 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
24268         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
24269              From: Graham Barr <gbarr@pobox.com>
24270              Date: Wed, 20 Jun 2001 11:05:49 +0100
24271              Message-ID: <20010620110549.I19188@pobox.com>
24272              
24273              reported in        
24274              
24275              Subject: Bug in IO::Socket::INET module (repeat)
24276              From: "Harmon S. Nine" <hnine@netarx.com>
24277              Date: Tue, 19 Jun 2001 09:41:35 -0400
24278              Message-ID: <3B2F568F.8080605@netarx.com>
24279              
24280              The bug was that the IO::Socket::INET constructor
24281              did not allow a 'LocalPort' of 0.
24282      Branch: perl
24283            ! ext/IO/lib/IO/Socket/INET.pm
24284 ____________________________________________________________________________
24285 [ 10745] By: nick                                  on 2001/06/20  08:56:39
24286         Log: Integrate mainline.
24287      Branch: perlio
24288           !> (integrate 37 files)
24289 ____________________________________________________________________________
24290 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
24291         Log: After some reading I don't think we can blindly
24292              use systems' realpath().  Too many security problems,
24293              too many buggy implementations.
24294              
24295              TODO: the realpath() emulation code in util.c doesn't
24296              seem fully operational?  (readlink(), for example?)
24297      Branch: perl
24298            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
24299            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
24300            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
24301            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
24302            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
24303            ! win32/config_H.gc win32/config_H.vc
24304 ____________________________________________________________________________
24305 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
24306         Log: Metaconfig unit change for #10738.
24307      Branch: metaconfig
24308            ! U/compline/d_gconvert.U
24309 ____________________________________________________________________________
24310 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
24311         Log: Integrate change #10739 from maintperl:
24312              
24313              C<eval "/x$\r\n/x"> fails to compile correctly 
24314      Branch: perl
24315           !> t/op/pat.t toke.c
24316 ____________________________________________________________________________
24317 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
24318         Log: Retract #10725 (Hugo asked NOT to apply the patch)
24319      Branch: perl
24320            ! t/op/study.t
24321 ____________________________________________________________________________
24322 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
24323         Log: The test.third results were funnily named because of the
24324              new test scheme.
24325      Branch: perl
24326            ! t/TEST
24327 ____________________________________________________________________________
24328 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
24329         Log: C<eval "/x$\r\n/x"> fails to compile correctly
24330      Branch: maint-5.6/perl
24331            ! t/op/pat.t toke.c
24332 ____________________________________________________________________________
24333 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
24334         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
24335              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24336              Date: Tue, 19 Jun 2001 19:15:40 -0400
24337              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
24338              
24339              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
24340              because "1e+129" being expected but "1.e+129" being returned.
24341              The culprit (at least in Tru64) is the use of gcvt().
24342      Branch: perl
24343            ! Configure
24344 ____________________________________________________________________________
24345 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
24346         Log: Subject: [PATCH perl@10722] test hunting on VMS
24347              From: "Craig A. Berry" <craigberry@mac.com>
24348              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
24349              Date: Tue, 19 Jun 2001 18:59:01 -0500
24350      Branch: perl
24351            ! vms/test.com
24352 ____________________________________________________________________________
24353 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
24354         Log: Subject: [PATCH] s/typos//
24355              From: Abhijit Menon-Sen <ams@wiw.org>
24356              Date: Wed, 20 Jun 2001 02:15:02 +0530
24357              Message-ID: <20010620021502.A14541@lustre.linux.in>
24358              
24359              Without the op.h s/bearword/bareword/ hunk, see
24360              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
24361      Branch: perl
24362            ! util.c
24363 ____________________________________________________________________________
24364 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
24365         Log: Metaconfig unit change for #10732 and #10733.
24366      Branch: metaconfig/U/perl
24367            ! fflushall.U
24368 ____________________________________________________________________________
24369 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
24370         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
24371              From: "Craig A. Berry" <craigberry@mac.com>
24372              Date: Tue, 19 Jun 2001 17:19:48 -0500
24373              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
24374      Branch: perl
24375            ! configure.com vms/descrip_mms.template
24376 ____________________________________________________________________________
24377 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
24378         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
24379              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24380              Date: Tue, 19 Jun 2001 16:48:07 -0400
24381              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
24382              
24383              Further fixes to fflush(NULL) detection.
24384      Branch: perl
24385            ! Configure
24386 ____________________________________________________________________________
24387 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
24388         Log: AIX test -s hangs with non-existent files?
24389              (A genuine logic bug in Configure, but AIX also broken?)
24390      Branch: perl
24391            ! Configure
24392 ____________________________________________________________________________
24393 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
24394         Log: AUTHORS updates.
24395      Branch: perl
24396            ! AUTHORS
24397 ____________________________________________________________________________
24398 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
24399         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
24400              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24401              Date: Tue, 19 Jun 2001 15:33:25 -0400
24402              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
24403      Branch: perl
24404            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
24405            ! t/lib/warnings/pp
24406 ____________________________________________________________________________
24407 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
24408         Log: Integrate perlio.
24409      Branch: perl
24410           !> lib/File/Find/find.t win32/distclean.bat
24411 ____________________________________________________________________________
24412 [ 10728] By: nick                                  on 2001/06/19  18:24:53
24413         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
24414      Branch: perlio
24415            ! lib/File/Find/find.t win32/distclean.bat
24416 ____________________________________________________________________________
24417 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
24418         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
24419              also add information how to find out whether one has PerlIO.
24420      Branch: perl
24421            ! pod/perlfunc.pod
24422 ____________________________________________________________________________
24423 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
24424         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
24425              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
24426              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
24427              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
24428      Branch: perl
24429            ! pod/perlfunc.pod
24430 ____________________________________________________________________________
24431 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
24432         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
24433              From: Hugo <hv@crypt.compulink.co.uk>
24434              Date: Tue, 19 Jun 2001 12:37:30 +0100
24435              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
24436      Branch: perl
24437            ! t/op/study.t
24438 ____________________________________________________________________________
24439 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
24440         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
24441              From: Hugo <hv@crypt.compulink.co.uk>
24442              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
24443              Date: Tue, 19 Jun 2001 13:15:17 +0100
24444      Branch: perl
24445            ! util.c
24446 ____________________________________________________________________________
24447 [ 10723] By: nick                                  on 2001/06/19  14:46:15
24448         Log: Integrate mainline
24449      Branch: perlio
24450           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
24451           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
24452           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
24453           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
24454           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
24455           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24456            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24457            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24458            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24459            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24460            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24461            - ext/Thread/unsync4.t
24462           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
24463           !> djgpp/config.over djgpp/fixpmain
24464           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
24465           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
24466           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
24467 ____________________________________________________________________________
24468 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
24469         Log: Update Changes.
24470      Branch: perl
24471            ! Changes patchlevel.h
24472 ____________________________________________________________________________
24473 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
24474         Log: The existence shall be MANIFESted.
24475      Branch: perl
24476            ! MANIFEST
24477 ____________________________________________________________________________
24478 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
24479         Log: The old libnet.cfg is first searched from the current directory,
24480              only then from the module path.
24481      Branch: perl
24482            ! utils/libnetcfg.PL
24483 ____________________________________________________________________________
24484 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
24485         Log: NetWare tweaks from Guruprasad.
24486      Branch: perl
24487            ! NetWare/Makefile NetWare/config.wc
24488 ____________________________________________________________________________
24489 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
24490         Log: Subject: [PATCH] djgpp updates
24491              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
24492              Date: Tue, 19 Jun 2001 10:59:06 +0200
24493              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
24494      Branch: perl
24495            ! djgpp/config.over djgpp/fixpmain
24496 ____________________________________________________________________________
24497 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
24498         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
24499              From: Prymmer/Kahn <pvhp@best.com>
24500              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
24501              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
24502      Branch: perl
24503            ! win32/Makefile
24504 ____________________________________________________________________________
24505 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
24506         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
24507              to happen right after the inclusion of <inttypes.h>,
24508              from Edward Moy.
24509      Branch: perl
24510            ! handy.h perl.h
24511 ____________________________________________________________________________
24512 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
24513         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
24514              From: Doug MacEachern <dougm@covalent.net>
24515              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
24516              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
24517      Branch: perl
24518            ! ext/DynaLoader/DynaLoader_pm.PL
24519 ____________________________________________________________________________
24520 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
24521         Log: Revert #10656 for perfomance reasons but leave in the
24522              use of Hv*() macros -- in comments, so that grepping the
24523              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
24524              suggested by Sarathy, also by Abhijit.)
24525      Branch: perl
24526            ! hv.c
24527 ____________________________________________________________________________
24528 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
24529         Log: Subject: [patch] .s MakeMaker suffix
24530              From: Doug MacEachern <dougm@covalent.net>
24531              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
24532              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
24533      Branch: perl
24534            ! lib/ExtUtils/MM_Unix.pm
24535 ____________________________________________________________________________
24536 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
24537         Log: One test lost in the big shuffle restored.
24538      Branch: perl
24539            + ext/IPC/SysV/ipcsysv.t
24540            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24541 ____________________________________________________________________________
24542 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
24543         Log: Rename the old non-standard threads tests so that
24544              they won't be invoked.
24545      Branch: perl
24546            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
24547            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
24548            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
24549            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
24550            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
24551            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
24552            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24553            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24554            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24555            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24556            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24557            - ext/Thread/unsync4.t
24558            ! MANIFEST
24559 ____________________________________________________________________________
24560 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
24561         Log: Integrate perlio.
24562      Branch: perl
24563           !> win32/config_sh.PL
24564 ____________________________________________________________________________
24565 [ 10709] By: nick                                  on 2001/06/19  08:18:18
24566         Log: Integrate mainline
24567      Branch: perlio
24568           +> (branch 40 files)
24569            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24570            - lib/strict/subs lib/strict/vars lib/warnings/1global
24571            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24572            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24573            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24574            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24575            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24576            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24577            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24578            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24579            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24580            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24581            - lib/warnings/utf8 lib/warnings/util
24582           !> (integrate 57 files)
24583 ____________________________________________________________________________
24584 [ 10708] By: nick                                  on 2001/06/19  07:57:10
24585         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
24586      Branch: perlio
24587            ! win32/config_sh.PL
24588 ____________________________________________________________________________
24589 [ 10707] By: nick                                  on 2001/06/19  07:05:07
24590         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
24591      Branch: perl
24592            ! perly.c perly.y perly_c.diff vms/perly_c.vms
24593 ____________________________________________________________________________
24594 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
24595         Log: More perl572delta tweaks.
24596      Branch: perl
24597            ! pod/perl572delta.pod
24598 ____________________________________________________________________________
24599 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
24600         Log: Update perl572delta.
24601      Branch: perl
24602            ! pod/perl572delta.pod
24603 ____________________________________________________________________________
24604 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
24605         Log: VOS updates from Paul Green.
24606      Branch: perl
24607            ! vos/Changes vos/build.cm vos/perl.bind
24608 ____________________________________________________________________________
24609 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
24610         Log: Update the vos/config.*.* files.
24611      Branch: perl
24612            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24613            ! vos/config.ga.h
24614 ____________________________________________________________________________
24615 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
24616         Log: Add a makefile for more painless adding of symbols to the
24617              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
24618              takes care of the adding)
24619      Branch: perl
24620            + vos/Makefile
24621 ____________________________________________________________________________
24622 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
24623         Log: Make libnetcfg by default display the libnet configuration,
24624              -c to change, add -i for old config, document all options,
24625              regen toc.
24626      Branch: perl
24627            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
24628 ____________________________________________________________________________
24629 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
24630         Log: gcc -Wall sweep.
24631      Branch: perl
24632            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
24633 ____________________________________________________________________________
24634 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
24635         Log: So there.
24636      Branch: perl
24637            ! universal.c
24638 ____________________________________________________________________________
24639 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
24640         Log: Document the need for sv_printify().
24641              
24642              Document that 'use utf8' has been considered.
24643              
24644              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
24645      Branch: perl
24646            ! pod/perltodo.pod universal.c
24647 ____________________________________________________________________________
24648 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
24649         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
24650              From: Nicholas Clark <nick@ccl4.org>
24651              Date: Mon, 18 Jun 2001 23:29:23 +0100
24652              Message-ID: <20010618232923.I98663@plum.flirble.org>
24653      Branch: perl
24654            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
24655            ! ext/Sys/Syslog/Makefile.PL
24656 ____________________________________________________________________________
24657 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
24658         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
24659              From: Scott.L.Miller@Compaq.com
24660              Date: Mon, 18 Jun 2001 10:12:27 -0500
24661              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
24662      Branch: perl
24663            ! lib/perl5db.pl pod/perldebug.pod
24664 ____________________________________________________________________________
24665 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
24666         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
24667              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
24668              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
24669              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
24670      Branch: perl
24671            ! lib/Carp/Heavy.pm
24672 ____________________________________________________________________________
24673 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
24674         Log: Subject: [PATCH] Documentation changes for CLONE
24675              From: Artur Bergman <artur@contiller.se>
24676              Date: Mon, 18 Jun 2001 22:06:37 +0200
24677              Message-ID: <B7542BEC.1719%artur@contiller.se>
24678      Branch: perl
24679            ! pod/perlmod.pod pod/perlsub.pod
24680 ____________________________________________________________________________
24681 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
24682         Log: Subject: Re: configure.com
24683              From: "Craig A. Berry" <craigberry@mac.com>
24684              Date: Mon, 18 Jun 2001 16:04:38 -0500
24685              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
24686      Branch: perl
24687            ! configure.com
24688 ____________________________________________________________________________
24689 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
24690         Log: Subject: PL_nullstash + perl_clone()
24691              From: Doug MacEachern <dougm@covalent.net>
24692              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
24693              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
24694      Branch: perl
24695            ! sv.c
24696 ____________________________________________________________________________
24697 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
24698         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
24699              From: davem@fdgroup.co.uk
24700              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
24701              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
24702      Branch: perl
24703            ! embed.pl pod/perlapi.pod
24704 ____________________________________________________________________________
24705 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
24706         Log: More cross-compilation defaults gleaned from -Dcc
24707              if it is CPU-OS-gcc.
24708      Branch: metaconfig
24709            ! U/modified/libc.U
24710      Branch: metaconfig/U/perl
24711            ! Cross.U
24712      Branch: perl
24713            ! Configure INSTALL
24714 ____________________________________________________________________________
24715 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
24716         Log: Update Changes.
24717      Branch: perl
24718            ! Changes patchlevel.h
24719 ____________________________________________________________________________
24720 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
24721         Log: Subject: [PATCH 5.7.1] sv.c documentation
24722              From: davem@fdgroup.co.uk
24723              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
24724              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
24725      Branch: perl
24726            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
24727            ! sv.c sv.h
24728 ____________________________________________________________________________
24729 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
24730         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
24731              From: "Jon Gunnip" <jongunnip@hotmail.com>
24732              Date: Sun, 17 Jun 2001 18:24:29 -0400
24733              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
24734      Branch: perl
24735            ! pod/perlvar.pod
24736 ____________________________________________________________________________
24737 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
24738         Log: Move the locale/strict/warnings helper files back
24739              under the t/lib; this way the amount of non-installabled
24740              stuff under lib/ stays smaller.
24741      Branch: perl
24742            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
24743            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
24744            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
24745            + t/lib/warnings/5nolint t/lib/warnings/6default
24746            + t/lib/warnings/7fatal t/lib/warnings/8signal
24747            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
24748            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
24749            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
24750            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
24751            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
24752            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
24753            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
24754            + t/lib/warnings/taint t/lib/warnings/toke
24755            + t/lib/warnings/universal t/lib/warnings/utf8
24756            + t/lib/warnings/util
24757            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
24758            - lib/strict/subs lib/strict/vars lib/warnings/1global
24759            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
24760            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
24761            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
24762            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
24763            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
24764            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
24765            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
24766            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
24767            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
24768            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
24769            - lib/warnings/utf8 lib/warnings/util
24770            ! MANIFEST installperl lib/locale.t lib/strict.t
24771 ____________________________________________________________________________
24772 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
24773         Log: Split off the pack/unpack code, from Nicholas Clark.
24774      Branch: perl
24775            + pp_pack.c
24776            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
24777            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
24778            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
24779 ____________________________________________________________________________
24780 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
24781         Log: Guard the SysV IPC tests against being invoked in
24782              SysV-IPC-less places.
24783      Branch: perl
24784            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
24785 ____________________________________________________________________________
24786 [ 10683] By: nick                                  on 2001/06/18  12:24:42
24787         Log: Integrate mainline (new test scheme now ok on Linux).
24788      Branch: perlio
24789           +> lib/warnings.t
24790           !> dump.c sv.c
24791 ____________________________________________________________________________
24792 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
24793         Log: Add the locale.c and numeric.c to the microperl sources.
24794      Branch: perl
24795            ! Makefile.micro win32/Makefile
24796 ____________________________________________________________________________
24797 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
24798         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
24799              From: Abhijit Menon-Sen <ams@wiw.org>
24800              Date: Mon, 18 Jun 2001 14:23:44 +0530
24801              Message-ID: <20010618142344.A13136@lustre.linux.in>
24802      Branch: perl
24803            ! dump.c
24804 ____________________________________________________________________________
24805 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
24806         Log: Subject: Re: [PATCH] more anonymous stash cleanups
24807              From: Abhijit Menon-Sen <ams@wiw.org>
24808              Date: Mon, 18 Jun 2001 15:50:32 +0530
24809              Message-ID: <20010618155032.A13223@lustre.linux.in>
24810              
24811              Plus the comment left in as suggested by NI-S.
24812      Branch: perl
24813            ! sv.c
24814 ____________________________________________________________________________
24815 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
24816         Log: One missed file.
24817      Branch: perl
24818            + lib/warnings.t
24819 ____________________________________________________________________________
24820 [ 10678] By: nick                                  on 2001/06/18  08:05:29
24821         Log: Integrate mainline (part2 - the deletes)
24822      Branch: perlio
24823            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
24824            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
24825            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
24826            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
24827            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
24828            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
24829            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
24830            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
24831            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
24832            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
24833            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
24834 ____________________________________________________________________________
24835 [ 10677] By: nick                                  on 2001/06/18  08:04:44
24836         Log: Integrate mainline (part1)
24837      Branch: perlio
24838           +> (branch 376 files)
24839            - (delete 219 files)
24840           !> (integrate 151 files)
24841 ____________________________________________________________________________
24842 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
24843         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
24844              No doubt I made some mistakes like missed some files or
24845              misnamed some files.  The naming rules were more or less:
24846              (1) if the module is from CPAN, follows its ways, be it
24847              t/*.t or test.pl.
24848              (2) otherwise if there are multiple tests for a module
24849              put them in a t/
24850              (3) otherwise if there's only one test put it in Module.t
24851              (4) helper files go to module/ (locale, strict, warnings)
24852              (5) use longer filenames now that we can (but e.g. the
24853              compat-0.6.t and the Text::Balanced test files still
24854              were renamed to be more civil against the 8.3 people)
24855              installperl was updated appropriately not to install the
24856              *.t files or the help files from under lib.
24857              
24858              TODO: some helper files still remain under t/ that could
24859              follow their 'masters'.  UPDATE: On second thoughts, why
24860              should they.  They can continue to live under t/lib, and
24861              in fact the locale/strict/warnings helpers that were moved
24862              could be moved back.  This way the amount of non-installable
24863              stuff under lib/ stays smaller.
24864      Branch: perl
24865            + (add 253 files)
24866            - (delete 254 files)
24867            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
24868 ____________________________________________________________________________
24869 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
24870         Log: The warning no more comes from util.c, it comes from numeric.c.
24871      Branch: perl
24872            ! README.tru64
24873 ____________________________________________________________________________
24874 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
24875         Log: Subject: Re: anyone good at casting spells?
24876              From: Spider Boardman <spider@Orb.Nashua.NH.US>
24877              Date: Sun, 17 Jun 2001 21:21:04 -0400
24878              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
24879      Branch: perl
24880            ! ext/POSIX/POSIX.xs hv.h
24881 ____________________________________________________________________________
24882 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
24883         Log: Protect the (original) thread tests against testing if no 5.005
24884              threads have been configured.
24885      Branch: perl
24886            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
24887            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
24888            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
24889            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
24890            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
24891            ! ext/Thread/unsync4.t
24892 ____________________________________________________________________________
24893 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
24894         Log: Try the new test scanning scheme on Text::Abbrev.
24895      Branch: perl
24896            + lib/Text/Abbrev.t
24897            - lib/Text/Abbrev/t/abbrev.t
24898            ! MANIFEST
24899 ____________________________________________________________________________
24900 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
24901         Log: Change the scan policy of the *.t and test.pl files,
24902              now the *.t do not need to live in a t/ directory.
24903      Branch: perl
24904            ! t/TEST t/harness
24905 ____________________________________________________________________________
24906 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
24907         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
24908              From: Ilmari Karonen <iltzu@sci.fi>
24909              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
24910              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
24911      Branch: perl
24912            ! pod/perlfaq7.pod
24913 ____________________________________________________________________________
24914 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
24915         Log: Quench the warnings from Tru64; the HP-UX is still
24916              broken because it really, REALLY, doesn't like the
24917              HvARRAY() being lvalue:
24918              
24919              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
24920              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
24921      Branch: perl
24922            ! hv.c
24923 ____________________________________________________________________________
24924 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
24925         Log: Integrate change #10667 from maintperl:
24926              
24927              change#10449 broke the special-case that makes lexicals inside the
24928              eval"" within DB::DB() visible
24929      Branch: perl
24930           !> op.c
24931 ____________________________________________________________________________
24932 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
24933         Log: change#10449 broke the special-case that makes lexicals inside the
24934              eval"" within DB::DB() visible
24935      Branch: maint-5.6/perl
24936            ! op.c
24937 ____________________________________________________________________________
24938 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
24939         Log: Still spurious output; indent the code a bit.
24940              
24941              TODO1: separate the utility functions like MkDir
24942              into a helper script?
24943              
24944              TODO2: I see a lot of repetition in the filepath()
24945              and dirpath() calls.
24946      Branch: perl
24947            ! t/lib/filefind.t t/lib/findtaint.t
24948 ____________________________________________________________________________
24949 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
24950         Log: Regen modlib, toc.
24951      Branch: perl
24952            ! pod/perlmodlib.pod pod/perltoc.pod
24953 ____________________________________________________________________________
24954 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
24955         Log: Add libnetcfg to perlutil.
24956      Branch: perl
24957            ! pod/perlutil.pod
24958 ____________________________________________________________________________
24959 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
24960         Log: Initial integration of libnet-1.0703.
24961              The Configure script renamed as libnetcfg, will be
24962              installed along other utilities.
24963      Branch: perl
24964            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
24965            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
24966            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
24967            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
24968            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
24969            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
24970            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
24971            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
24972            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
24973            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
24974            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
24975            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
24976            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
24977            + utils/libnetcfg.PL
24978            ! MANIFEST utils.lst utils/Makefile
24979 ____________________________________________________________________________
24980 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
24981         Log: Less potentially test-harness-confusing output.
24982      Branch: perl
24983            ! lib/Memoize/t/expire_module_t.t
24984 ____________________________________________________________________________
24985 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
24986         Log: The final print annoys make test.
24987      Branch: perl
24988            ! t/lib/filefind.t t/lib/findtaint.t
24989 ____________________________________________________________________________
24990 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
24991         Log: Add an option for handling dangling symbolic links.
24992      Branch: perl
24993            ! lib/File/Find.pm t/lib/filefind.t
24994 ____________________________________________________________________________
24995 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
24996         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
24997              From: Thomas Wegner <wegner_thomas@yahoo.com>
24998              Date: Sun, 17 Jun 2001 14:43:11 +0200
24999              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
25000      Branch: perl
25001            + t/lib/findtaint.t
25002            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
25003 ____________________________________________________________________________
25004 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
25005         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
25006              From: Jonathan Stowe <gellyfish@gellyfish.com>
25007              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
25008              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
25009      Branch: perl
25010            ! lib/ExtUtils/MM_Unix.pm
25011 ____________________________________________________________________________
25012 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
25013         Log: Subject: [PATCH] more anonymous stash cleanups
25014              From: Abhijit Menon-Sen <ams@wiw.org>
25015              Date: Sun, 17 Jun 2001 11:44:06 +0530
25016              Message-ID: <20010617114406.A25203@lustre.linux.in>
25017      Branch: perl
25018            ! op.c
25019 ____________________________________________________________________________
25020 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
25021         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
25022              From: Abhijit Menon-Sen <ams@wiw.org>
25023              Date: Sun, 17 Jun 2001 08:02:59 +0530
25024              Message-ID: <20010617080259.A28776@lustre.linux.in>
25025              
25026              Subject: [PATCH #2/7] xhv_eiter
25027              From: Abhijit Menon-Sen <ams@wiw.org>
25028              Date: Sun, 17 Jun 2001 08:13:18 +0530
25029              Message-ID: <20010617081318.B28776@lustre.linux.in>
25030              
25031              Subject: [PATCH #3/7] xhv_fill
25032              From: Abhijit Menon-Sen <ams@wiw.org>
25033              Date: Sun, 17 Jun 2001 08:25:16 +0530
25034              Message-ID: <20010617082516.C28776@lustre.linux.in>
25035              
25036              Subject: [PATCH #4/7] xhv_keys
25037              From: Abhijit Menon-Sen <ams@wiw.org>
25038              Date: Sun, 17 Jun 2001 08:36:17 +0530
25039              Message-ID: <20010617083617.D28776@lustre.linux.in>
25040              
25041              Subject: [PATCH #5/7] xhv_max
25042              From: Abhijit Menon-Sen <ams@wiw.org>
25043              Date: Sun, 17 Jun 2001 08:39:48 +0530
25044              Message-ID: <20010617083948.E28776@lustre.linux.in>
25045              
25046              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
25047              From: Abhijit Menon-Sen <ams@wiw.org>
25048              Date: Sun, 17 Jun 2001 08:51:11 +0530
25049              Message-ID: <20010617085111.F28776@lustre.linux.in>
25050      Branch: perl
25051            ! hv.c
25052 ____________________________________________________________________________
25053 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
25054         Log: Update Changes.
25055      Branch: perl
25056            ! Changes patchlevel.h
25057 ____________________________________________________________________________
25058 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
25059         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
25060              From: Abhijit Menon-Sen <ams@wiw.org>
25061              Date: Sat, 16 Jun 2001 07:41:19 +0530
25062              Message-ID: <20010616074119.A24720@lustre.linux.in>
25063      Branch: perl
25064            ! hv.c perl.c vms/vmsish.h win32/win32.h
25065 ____________________________________________________________________________
25066 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
25067         Log: Document tests failing when threaded, since we now have more.
25068      Branch: perl
25069            ! pod/perl572delta.pod
25070 ____________________________________________________________________________
25071 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
25072         Log: -Wall cleanup.
25073      Branch: perl
25074            ! ext/Thread/Thread.xs
25075 ____________________________________________________________________________
25076 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
25077         Log: pthread_attr_setstacksize() isn't absolutely necessary
25078              to call, only iff THREAD_CREATE_NEEDS_STACK.
25079      Branch: perl
25080            ! ext/Thread/Thread.xs
25081 ____________________________________________________________________________
25082 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
25083         Log: -Wall strays.
25084      Branch: perl
25085            ! perl.c util.c
25086 ____________________________________________________________________________
25087 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
25088         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
25089              (and INT64_MIN) brokenness.
25090      Branch: perl
25091            ! hints/darwin.sh perl.h
25092 ____________________________________________________________________________
25093 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
25094         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
25095              From: Nicholas Clark <nick@ccl4.org>
25096              Date: Sun, 17 Jun 2001 00:16:05 +0100
25097              Message-ID: <20010617001605.V98663@plum.flirble.org>
25098      Branch: perl
25099            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
25100            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
25101            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25102 ____________________________________________________________________________
25103 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
25104         Log: Add perlnetware to docs; regen toc; supply skeleton
25105              docs for some Memoize submodules.
25106      Branch: perl
25107            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
25108            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25109            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
25110            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
25111            ! win32/Makefile win32/makefile.mk
25112 ____________________________________________________________________________
25113 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
25114         Log: pod cleanup.
25115      Branch: perl
25116            ! README.netware
25117 ____________________________________________________________________________
25118 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
25119         Log: Integrate Memoize 0.64.  Few tweaks were required in
25120              the test scripts.  Note that the speed and expire*
25121              tests take several dozen seconds to run.
25122      Branch: perl
25123            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
25124            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
25125            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
25126            + lib/Memoize/README lib/Memoize/SDBM_File.pm
25127            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
25128            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
25129            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
25130            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
25131            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
25132            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
25133            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
25134            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
25135            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
25136            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
25137            ! MANIFEST t/lib/1_compile.t
25138 ____________________________________________________________________________
25139 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
25140         Log: Document the cross-compilation options.
25141      Branch: perl
25142            ! Cross/README INSTALL
25143 ____________________________________________________________________________
25144 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
25145         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
25146      Branch: perl
25147            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
25148            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
25149            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
25150            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
25151            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
25152            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
25153            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
25154            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
25155            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
25156            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
25157            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
25158            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
25159            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
25160            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
25161            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
25162            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
25163            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
25164            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
25165            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
25166            + lib/ExtUtils/MM_NW5.pm
25167            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
25168            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
25169            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
25170            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
25171            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
25172            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
25173            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
25174            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
25175            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
25176            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
25177            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
25178            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
25179            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
25180            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
25181            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
25182            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
25183            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
25184            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
25185            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
25186            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
25187            ! util.h x2p/a2py.c
25188 ____________________________________________________________________________
25189 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
25190         Log: Resort MANIFEST.
25191      Branch: perl
25192            ! MANIFEST
25193 ____________________________________________________________________________
25194 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
25195         Log: Integrate perlio.
25196      Branch: perl
25197           +> win32/win32io.c
25198           !> MANIFEST perlio.c perliol.h win32/makefile.mk
25199 ____________________________________________________________________________
25200 [ 10640] By: nick                                  on 2001/06/16  18:38:31
25201         Log: Disable :win32 layer as default till I get it working
25202      Branch: perlio
25203            ! MANIFEST perlio.c
25204 ____________________________________________________________________________
25205 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
25206         Log: Try the new scheme by moving the Text::Abbrev test
25207              to a new place under lib.
25208      Branch: perl
25209            + lib/Text/Abbrev/t/abbrev.t
25210            - t/lib/abbrev.t
25211            ! MANIFEST
25212 ____________________________________________________________________________
25213 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
25214         Log: Make the code even more dynamical so that testname
25215              suffix length can change.
25216      Branch: perl
25217            ! lib/Test/Harness.pm t/TEST
25218 ____________________________________________________________________________
25219 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
25220         Log: Allow for deeper t/ and also a single test.pl.
25221      Branch: perl
25222            ! t/TEST t/harness
25223 ____________________________________________________________________________
25224 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
25225         Log: #define fix from Nicholas Clark.
25226      Branch: perl
25227            ! ext/POSIX/POSIX.xs
25228 ____________________________________________________________________________
25229 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
25230         Log: Initialization is nice.
25231      Branch: perl
25232            ! lib/Test/Harness.pm
25233 ____________________________________________________________________________
25234 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
25235         Log: Make t/TEST and t/harness to test also the t/ tests
25236              under the main lib/ and ext/ directories.  Fix Test::Harness
25237              to dynamically change the width of its "foo/bar....ok" output.
25238      Branch: perl
25239            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
25240 ____________________________________________________________________________
25241 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
25242         Log: Subject: [PATCH] Re: perl@10611 
25243              From: Nicholas Clark <nick@ccl4.org>
25244              Date: Sat, 16 Jun 2001 16:52:47 +0100
25245              Message-ID: <20010616165247.O98663@plum.flirble.org>
25246              
25247              The .xs parts, too.
25248      Branch: perl
25249            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
25250            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
25251 ____________________________________________________________________________
25252 [ 10632] By: nick                                  on 2001/06/16  16:44:35
25253         Log: Work-in-progress win32 layer semi-functional, checking 
25254              for UNIX breakage.
25255      Branch: perlio
25256            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
25257 ____________________________________________________________________________
25258 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
25259         Log: Subject: [PATCH] Re: perl@10611 
25260              From: Nicholas Clark <nick@ccl4.org>
25261              Date: Sat, 16 Jun 2001 16:52:47 +0100
25262              Message-ID: <20010616165247.O98663@plum.flirble.org>
25263      Branch: perl
25264            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
25265            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
25266            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
25267            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
25268            ! lib/ExtUtils/Constant.pm
25269 ____________________________________________________________________________
25270 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
25271         Log: Metaconfig unit change for #10629.
25272      Branch: metaconfig
25273            ! U/modified/Finish.U
25274 ____________________________________________________________________________
25275 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
25276         Log: The extraction changed directories.
25277      Branch: perl
25278            ! Configure
25279 ____________________________________________________________________________
25280 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
25281         Log: Math::BigInt 1.35 from Tels.
25282      Branch: perl
25283            + t/lib/mbimbf.t
25284            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25285            ! t/lib/bigfltpm.t t/lib/bigintpm.t
25286 ____________________________________________________________________________
25287 [ 10627] By: nick                                  on 2001/06/16  14:54:52
25288         Log: Work in progress UNIX-side edit of win32 PerLIO layer
25289      Branch: perlio
25290            + win32/win32io.c
25291            ! perlio.c win32/makefile.mk
25292 ____________________________________________________________________________
25293 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
25294         Log: Subject: [PATCH 5.6.1] os2/diff-configure
25295              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25296              Date: Fri, 15 Jun 2001 01:19:36 -0400
25297              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
25298              
25299              Empty all of it because I think #10624 made even the
25300              last patch hunk unnecessary.
25301      Branch: perl
25302            ! os2/diff.configure
25303 ____________________________________________________________________________
25304 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
25305         Log: Metaconfig unit change for 10624.
25306      Branch: metaconfig
25307            ! U/modified/libc.U
25308      Branch: perl
25309            ! config_h.SH
25310 ____________________________________________________________________________
25311 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
25312         Log: Move the initialization of libnames to the beginning so
25313              that can one 'seed' it (as OS/2 does.)
25314      Branch: perl
25315            ! Configure
25316 ____________________________________________________________________________
25317 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
25318         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
25319              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25320              Date: Fri, 15 Jun 2001 19:10:57 -0400
25321              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
25322      Branch: perl
25323            ! os2/OS2/REXX/DLL/DLL.pm
25324 ____________________________________________________________________________
25325 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
25326         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
25327              From: "Craig A. Berry" <craigberry@mac.com>
25328              Date: Fri, 15 Jun 2001 17:00:03 -0500
25329              Message-Id: <a05101007b750342599be@[172.16.52.1]>
25330      Branch: perl
25331            ! vms/descrip_mms.template
25332 ____________________________________________________________________________
25333 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
25334         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
25335              From: "Craig A. Berry" <craigberry@mac.com>
25336              Date: Fri, 15 Jun 2001 18:39:42 -0500
25337              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
25338      Branch: perl
25339            ! lib/File/Spec/VMS.pm t/lib/extutils.t
25340 ____________________________________________________________________________
25341 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
25342         Log: Integrate perlio.
25343      Branch: perl
25344           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
25345           !> t/io/utf8.t t/lib/io_scalar.t
25346 ____________________________________________________________________________
25347 [ 10619] By: nick                                  on 2001/06/15  21:05:19
25348         Log: Generated files
25349      Branch: perlio
25350            ! embed.h proto.h
25351 ____________________________________________________________________________
25352 [ 10618] By: nick                                  on 2001/06/15  20:27:42
25353         Log: Fix open.pm to work via XS-implemented method calls rather
25354              than *open::layers variables which caused all the HV/AV hassle.
25355      Branch: perlio
25356            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
25357            ! t/lib/io_scalar.t
25358 ____________________________________________________________________________
25359 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
25360         Log: Integrate perlio.
25361      Branch: perl
25362           !> lib/ExtUtils/Constant.pm
25363 ____________________________________________________________________________
25364 [ 10616] By: nick                                  on 2001/06/15  18:46:47
25365         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
25366      Branch: perlio
25367            ! lib/ExtUtils/Constant.pm
25368 ____________________________________________________________________________
25369 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
25370         Log: Integrate perlio.
25371      Branch: perl
25372           !> ext/Socket/Socket.xs
25373 ____________________________________________________________________________
25374 [ 10614] By: nick                                  on 2001/06/15  18:33:37
25375         Log: MULTIPLICITY fix for Socket.xs
25376      Branch: perlio
25377            ! ext/Socket/Socket.xs
25378 ____________________________________________________________________________
25379 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
25380         Log: Subject: Re: perl@10611
25381              From: Doug MacEachern <dougm@covalent.net>
25382              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
25383              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
25384      Branch: perl
25385            ! ext/Socket/Socket.xs
25386 ____________________________________________________________________________
25387 [ 10612] By: nick                                  on 2001/06/15  16:14:38
25388         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
25389      Branch: perlio
25390           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25391           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
25392           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
25393           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
25394           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
25395           !> utils/h2ph.PL
25396 ____________________________________________________________________________
25397 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
25398         Log: Update Changes.
25399      Branch: perl
25400            ! Changes patchlevel.h
25401 ____________________________________________________________________________
25402 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
25403         Log: Upping the test count.
25404      Branch: perl
25405            ! t/lib/filefind.t
25406 ____________________________________________________________________________
25407 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
25408         Log: Integrate perlio.
25409      Branch: perl
25410           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25411 ____________________________________________________________________________
25412 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
25413         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25414              From: andreas.koenig@anima.de (Andreas J. Koenig)
25415              Date: 15 Jun 2001 13:30:39 +0200
25416              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
25417              
25418              Record the grim history.
25419      Branch: perl
25420            ! lib/File/Find.pm
25421 ____________________________________________________________________________
25422 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
25423         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
25424              From: Brian McCauley <nobull@mail.com>
25425              Date: 15 Jun 2001 07:51:26 +0100
25426              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
25427      Branch: perl
25428            ! lib/File/Find.pm t/lib/filefind.t
25429 ____________________________________________________________________________
25430 [ 10606] By: nick                                  on 2001/06/15  14:00:08
25431         Log: regen_config_h for Win32.
25432      Branch: perlio
25433            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25434 ____________________________________________________________________________
25435 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
25436         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
25437              From: Peter Prymmer <pvhp@forte.com>
25438              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
25439              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
25440      Branch: perl
25441            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
25442 ____________________________________________________________________________
25443 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
25444         Log: Some filesystems require writability for rename/unlink.
25445      Branch: perl
25446            ! opcode.pl
25447 ____________________________________________________________________________
25448 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
25449         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
25450              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
25451              Date: Fri, 15 Jun 2001 12:08:53 +0200
25452              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
25453      Branch: perl
25454            ! perlio.c
25455 ____________________________________________________________________________
25456 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
25457         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
25458              From: Mike Guy <mjtg@cam.ac.uk>
25459              Date: Fri, 15 Jun 2001 14:11:49 +0100
25460              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
25461      Branch: perl
25462            ! opcode.pl
25463 ____________________________________________________________________________
25464 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
25465         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
25466              From: Nicholas Clark <nick@ccl4.org>
25467              Date: Thu, 14 Jun 2001 23:52:56 +0100
25468              Message-ID: <20010614235256.G98663@plum.flirble.org>
25469      Branch: perl
25470            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
25471            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25472 ____________________________________________________________________________
25473 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
25474         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25475              From: Russ Allbery <rra@stanford.edu>
25476              Date: 14 Jun 2001 13:24:43 -0700
25477              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
25478      Branch: perl
25479            ! ext/GDBM_File/GDBM_File.pm
25480 ____________________________________________________________________________
25481 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
25482         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
25483              From: Nicholas Clark <nick@ccl4.org>
25484              Date: Thu, 14 Jun 2001 20:37:47 +0100
25485              Message-ID: <20010614203747.F98663@plum.flirble.org>
25486      Branch: perl
25487            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
25488            ! t/lib/gdbm.t
25489 ____________________________________________________________________________
25490 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
25491         Log: Integrate perlio.
25492      Branch: perl
25493           !> makedef.pl sv.c
25494 ____________________________________________________________________________
25495 [ 10597] By: nick                                  on 2001/06/15  11:08:13
25496         Log: Check that HVs with HvNAME() != NULL are really stashes before
25497              treating them as such. Also be more defensive on the GvCV.
25498              Win32 fork and dprof now working again. 
25499      Branch: perlio
25500            ! sv.c
25501 ____________________________________________________________________________
25502 [ 10596] By: nick                                  on 2001/06/15  10:11:20
25503         Log: Integrate mainline.
25504      Branch: perlio
25505           +> Cross/README
25506           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
25507           !> Porting/config_H config_h.SH configure.com epoc/config.sh
25508           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
25509           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25510           !> vos/config.ga.h win32/config.bc win32/config.gc
25511           !> win32/config.vc win32/config_H.bc win32/config_H.gc
25512           !> win32/config_H.vc
25513 ____________________________________________________________________________
25514 [ 10595] By: nick                                  on 2001/06/15  09:37:17
25515         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
25516              - Win32 (VC++) now builds but fails:
25517              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
25518              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
25519              write.t    - open(...,"|-") not implemented on Win32 
25520      Branch: perlio
25521            ! makedef.pl
25522 ____________________________________________________________________________
25523 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
25524         Log: Integrate perlio.
25525      Branch: perl
25526           !> perlio.c win32/makefile.mk
25527 ____________________________________________________________________________
25528 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
25529         Log: Metaconfig unit changes for #10592.
25530      Branch: metaconfig
25531            + U/modified/i_varhdr.U U/modified/startsh.U
25532            - U/a_dvisory/crosscompile.U U/target/Target.U
25533            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
25534            ! U/compline/bitpbyte.U U/compline/byteorder.U
25535            ! U/compline/ccflags.U U/compline/charsize.U
25536            ! U/compline/d_casti32.U U/compline/d_castneg.U
25537            ! U/compline/d_closedir.U U/compline/d_fd_set.U
25538            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
25539            ! U/compline/d_keepsig.U U/compline/d_open3.U
25540            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
25541            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
25542            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
25543            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
25544            ! U/compline/doublesize.U U/compline/floatsize.U
25545            ! U/compline/nblock_io.U U/compline/orderlib.U
25546            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
25547            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
25548            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
25549            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
25550            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
25551            ! U/modified/spitshell.U U/threads/archname.U
25552            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
25553            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
25554            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
25555            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
25556            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
25557      Branch: metaconfig/U/perl
25558            + Cross.U
25559            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
25560            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
25561            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
25562            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
25563            ! stdio_streams.U uselfs.U
25564 ____________________________________________________________________________
25565 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
25566         Log: The first steps towards cross-compilation.
25567              
25568              Abstract execution of compiled test executables with $run,
25569              and abstract transfer of files with $to and $from.
25570              
25571              Under cross-compilation the $run, $to, and $from will point
25572              to appropriate wrapper scripts, by default ssh and scp,
25573              but also rsh, rcp, and cp are supported.  If not
25574              cross-compiling, they will be set to '', ':', and ':',
25575              respectively.
25576              
25577              With these patches I was able to get Configure for
25578              iPAQ ARM Linux on an Intel Linux about 95% right
25579              (only a few tests failed to execute or they produced
25580              incorrect results), and I was able to compile
25581              a functional miniperl.
25582              
25583              The symbol crosscompile renamed to be usecrosscompile,
25584              the corresponding C symbol from CROSSCOMPILE to
25585              USE_CROSS_COMPILE.
25586      Branch: perl
25587            ! Configure Cross/README Makefile.SH Porting/Glossary
25588            ! Porting/config.sh Porting/config_H config_h.SH configure.com
25589            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
25590            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
25591            ! vos/config.ga.def vos/config.ga.h win32/config.bc
25592            ! win32/config.gc win32/config.vc win32/config_H.bc
25593            ! win32/config_H.gc win32/config_H.vc
25594 ____________________________________________________________________________
25595 [ 10591] By: nick                                  on 2001/06/14  20:00:12
25596         Log: Steps along the road toward Win32 building again.
25597      Branch: perlio
25598            ! perlio.c win32/makefile.mk
25599 ____________________________________________________________________________
25600 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
25601         Log: Integrate perlio.
25602      Branch: perl
25603           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25604 ____________________________________________________________________________
25605 [ 10589] By: nick                                  on 2001/06/14  13:54:07
25606         Log: Routine regen_config_h for Win32
25607      Branch: perlio
25608            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25609 ____________________________________________________________________________
25610 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
25611         Log: Integrate perlio.
25612      Branch: perl
25613           +> perlyline.pl
25614           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
25615 ____________________________________________________________________________
25616 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
25617         Log: A placeholder.
25618      Branch: perl
25619            + Cross/README
25620 ____________________________________________________________________________
25621 [ 10586] By: nick                                  on 2001/06/14  08:25:07
25622         Log: Add new step to run_byacc which:
25623              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
25624              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
25625      Branch: perlio
25626            + perlyline.pl
25627            ! MANIFEST Makefile.SH perly.c
25628 ____________________________________________________________________________
25629 [ 10585] By: nick                                  on 2001/06/14  08:22:29
25630         Log: Integrate mainline
25631      Branch: perlio
25632           +> locale.c numeric.c
25633           !> Changes cygwin/Makefile.SHs embed.h embed.pl
25634           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
25635           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
25636           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
25637           !> x2p/Makefile.SH
25638 ____________________________________________________________________________
25639 [ 10584] By: nick                                  on 2001/06/14  08:05:53
25640         Log: Hack to remove insecure directories from PATH so test will run.
25641      Branch: perlio
25642            ! t/lib/filefind.t
25643 ____________________________________________________________________________
25644 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
25645         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
25646      Branch: perl
25647            - t/lib/mbimbf.t
25648            ! MANIFEST
25649 ____________________________________________________________________________
25650 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
25651         Log: Detypo.
25652      Branch: perl
25653            ! x2p/Makefile.SH
25654 ____________________________________________________________________________
25655 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
25656         Log: de-$CONFIG continues.
25657      Branch: perl
25658            ! cygwin/Makefile.SHs x2p/Makefile.SH
25659 ____________________________________________________________________________
25660 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
25661         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
25662              From: Nicholas Clark <nick@ccl4.org>
25663              Date: Wed, 13 Jun 2001 21:20:13 +0100
25664              Message-ID: <20010613212013.D98663@plum.flirble.org>
25665      Branch: perl
25666            ! opcode.pl
25667 ____________________________________________________________________________
25668 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
25669         Log: Subject: splitting util.c
25670              From: Hugo <hv@crypt.compulink.co.uk>
25671              Date: Thu, 14 Jun 2001 00:41:08 +0100
25672              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
25673      Branch: perl
25674            + locale.c numeric.c
25675            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
25676            ! pod/perlapi.pod proto.h util.c
25677 ____________________________________________________________________________
25678 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
25679         Log: Upgrade to Math::BigInt 1.34 from Tels.
25680      Branch: perl
25681            + t/lib/mbimbf.t
25682            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
25683            ! t/lib/bigfltpm.t t/lib/bigintpm.t
25684 ____________________________________________________________________________
25685 [ 10577] By: nick                                  on 2001/06/13  19:02:48
25686         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
25687      Branch: perlio
25688           !> (integrate 125 files)
25689 ____________________________________________________________________________
25690 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
25691         Log: Update Changes.
25692      Branch: perl
25693            ! Changes patchlevel.h
25694 ____________________________________________________________________________
25695 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
25696         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25697              From: "Craig A. Berry" <craigberry@mac.com>
25698              Date: Wed, 13 Jun 2001 13:24:28 -0500
25699              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
25700      Branch: perl
25701            ! ext/re/Makefile.PL
25702 ____________________________________________________________________________
25703 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
25704         Log: Mc.u.c. for #10573.
25705      Branch: metaconfig
25706            ! U/threads/usethreads.U
25707 ____________________________________________________________________________
25708 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
25709         Log: It would be also be good if I could type.
25710      Branch: perl
25711            ! Configure
25712 ____________________________________________________________________________
25713 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
25714         Log: Metaconfig unit change for #10571.
25715      Branch: metaconfig
25716            ! U/threads/usethreads.U
25717 ____________________________________________________________________________
25718 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
25719         Log: A non-empty default is a good thing.
25720      Branch: perl
25721            ! Configure
25722 ____________________________________________________________________________
25723 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
25724         Log: Metaconfig unit change for #10569.
25725      Branch: metaconfig
25726            ! U/threads/usethreads.U
25727 ____________________________________________________________________________
25728 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
25729         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
25730              extremely experimental, not even prompted for.
25731      Branch: perl
25732            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25733            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
25734            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25735            ! win32/config.bc win32/config.gc win32/config.vc
25736 ____________________________________________________________________________
25737 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
25738         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
25739      Branch: perl
25740            ! pod/perlfaq6.pod
25741 ____________________________________________________________________________
25742 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
25743         Log: Integrate perlio; conflicts, accept Nick's versions.
25744      Branch: perl
25745           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25746           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25747 ____________________________________________________________________________
25748 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
25749         Log: Subject: Re: ext/ + -Wall
25750              From: Doug MacEachern <dougm@covalent.net>
25751              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
25752              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
25753      Branch: perl
25754            ! XSUB.h lib/ExtUtils/xsubpp perl.h
25755 ____________________________________________________________________________
25756 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
25757         Log: Similar logic as DB_File.xs, using the modern macros and
25758              defines them to older ones for older Perls where PERL_VERSION
25759              is not defined, from Doug MacEachern.
25760      Branch: perl
25761            ! ext/Storable/Storable.xs
25762 ____________________________________________________________________________
25763 [ 10564] By: nick                                  on 2001/06/13  15:22:01
25764         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
25765              and using that instead (name lookups are sequential search for now).
25766      Branch: perlio
25767            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
25768            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
25769 ____________________________________________________________________________
25770 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
25771         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
25772              From: "Richard Soderberg" <rs@crystalflame.net>
25773              Date: Sat, 26 May 2001 06:44:20 -0700
25774              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
25775      Branch: perl
25776            ! sv.c t/op/glob.t
25777 ____________________________________________________________________________
25778 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
25779         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
25780              From: "Craig A. Berry" <craigberry@mac.com>
25781              Date: Tue, 12 Jun 2001 23:55:26 -0500
25782              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
25783      Branch: perl
25784            ! ext/re/Makefile.PL ext/re/re.xs
25785 ____________________________________________________________________________
25786 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
25787         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
25788              suggested by NI-S.
25789      Branch: perl
25790            ! XSUB.h malloc.c perl.h
25791 ____________________________________________________________________________
25792 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
25793         Log: Regen toc.
25794      Branch: perl
25795            ! pod/perltoc.pod
25796 ____________________________________________________________________________
25797 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
25798         Log: Subject: [patch] perl.gprof control
25799              From: Doug MacEachern <dougm@covalent.net>
25800              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
25801              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
25802      Branch: perl
25803            ! miniperlmain.c perl.h
25804 ____________________________________________________________________________
25805 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
25806         Log: Subject: Re: ext/ + -Wall
25807              From: Doug MacEachern <dougm@covalent.net>
25808              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
25809              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
25810              
25811              Document ax and break up dXSARGS.
25812      Branch: perl
25813            ! XSUB.h pod/perlapi.pod
25814 ____________________________________________________________________________
25815 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
25816         Log: More AIX tweakage from Merijn.
25817      Branch: perl
25818            ! hints/aix.sh
25819 ____________________________________________________________________________
25820 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
25821         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
25822              From: "Craig A. Berry" <craigberry@mac.com>
25823              Date: Tue, 12 Jun 2001 22:57:45 -0500
25824              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
25825      Branch: perl
25826            ! vms/descrip_mms.template
25827 ____________________________________________________________________________
25828 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
25829         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
25830              From: "Craig A. Berry" <craigberry@mac.com>
25831              Date: Tue, 12 Jun 2001 22:21:39 -0500
25832              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
25833      Branch: perl
25834            ! configure.com util.c
25835 ____________________________________________________________________________
25836 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
25837         Log: New AIX dynaloading code from Jens-Uwe Mager.
25838              Does break binary compatibility.
25839      Branch: perl
25840            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
25841 ____________________________________________________________________________
25842 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
25843         Log: VMS DEC C compiler found nits by Peter Prymmer.
25844      Branch: perl
25845            ! util.c
25846 ____________________________________________________________________________
25847 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
25848         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
25849              From: Peter Prymmer <pvhp@forte.com>
25850              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
25851              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
25852      Branch: perl
25853            ! t/lib/filecomp.t
25854 ____________________________________________________________________________
25855 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
25856         Log: I wonder how many $CONFIGs still lurk in the shadows.
25857      Branch: perl
25858            ! pod/Makefile.SH x2p/cflags.SH
25859 ____________________________________________________________________________
25860 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
25861         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
25862      Branch: perl
25863            ! pod/checkpods.PL
25864 ____________________________________________________________________________
25865 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
25866         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
25867      Branch: perl
25868            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
25869 ____________________________________________________________________________
25870 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
25871         Log: Subject: [patch] rid local_patches warnings
25872              From: Doug MacEachern <dougm@covalent.net>
25873              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
25874              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
25875      Branch: perl
25876            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
25877 ____________________________________________________________________________
25878 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
25879         Log: Subject: Re: ext/ + -Wall
25880              From: Doug MacEachern <dougm@covalent.net>
25881              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
25882              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
25883      Branch: perl
25884            ! ext/attrs/attrs.xs
25885 ____________________________________________________________________________
25886 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
25887         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
25888              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
25889              Date: Tue, 12 Jun 2001 14:36:20 -0400
25890              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
25891      Branch: perl
25892            ! pod/perlretut.pod
25893 ____________________________________________________________________________
25894 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
25895         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
25896              From: Mike Guy <mjtg@cam.ac.uk>
25897              Date: Tue, 12 Jun 2001 19:10:31 +0100
25898              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
25899              
25900              Subject: Re: [ID 20010612.001] out of memory during regex compilation
25901              From: Mike Guy <mjtg@cam.ac.uk>
25902              Date: Tue, 12 Jun 2001 19:21:01 +0100
25903              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
25904      Branch: perl
25905            ! pod/perlop.pod
25906 ____________________________________________________________________________
25907 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
25908         Log: AIX tweaks from Merijn H. Brand.
25909      Branch: perl
25910            ! hints/aix.sh
25911 ____________________________________________________________________________
25912 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
25913         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
25914              From: "Brendan O'Dea" <bod@compusol.com.au>
25915              Date: Wed, 13 Jun 2001 05:16:47 +1000
25916              Message-ID: <20010613051647.A8945@compusol.com.au>
25917      Branch: maint-5.6/perl
25918            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25919 ____________________________________________________________________________
25920 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
25921         Log: Subject: Small bcopy cleanup
25922              From: Andy Dougherty <doughera@lafayette.edu>
25923              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
25924              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
25925      Branch: perl
25926            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
25927 ____________________________________________________________________________
25928 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
25929         Log: Subject: [PATCH] Re: ext/ + -Wall
25930              From: Nicholas Clark <nick@ccl4.org>
25931              Date: Wed, 13 Jun 2001 00:04:30 +0100
25932              Message-ID: <20010613000430.M5901@plum.flirble.org>
25933      Branch: perl
25934            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25935 ____________________________________________________________________________
25936 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
25937         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
25938              From: Nicholas Clark <nick@ccl4.org>
25939              Date: Tue, 12 Jun 2001 23:53:07 +0100
25940              Message-ID: <20010612235307.L5901@plum.flirble.org>
25941      Branch: perl
25942            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25943 ____________________________________________________________________________
25944 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
25945         Log: MPE/iX tweaks from Mark Bixby.
25946      Branch: perl
25947            ! hints/mpeix.sh mpeix/mpeixish.h util.c
25948 ____________________________________________________________________________
25949 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
25950         Log: Update Changes.
25951      Branch: perl
25952            ! Changes patchlevel.h
25953 ____________________________________________________________________________
25954 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
25955         Log: One less -Wall whine (found under DEBUGGING).
25956      Branch: perl
25957            ! x2p/Makefile.SH x2p/a2p.c
25958 ____________________________________________________________________________
25959 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
25960         Log: s/case-independent/case-insensitive/g
25961      Branch: perl
25962            ! pod/perldebug.pod
25963 ____________________________________________________________________________
25964 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
25965         Log: As suggested in    
25966              
25967              Subject: Re: ext/ + -Wall
25968              From: Gurusamy Sarathy <gsar@ActiveState.com>
25969              Date: Mon, 11 Jun 2001 23:34:31 -0700
25970              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
25971      Branch: perl
25972            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
25973            ! perl.h
25974 ____________________________________________________________________________
25975 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
25976         Log: Subject: ext/ + -Wall
25977              From: Doug MacEachern <dougm@covalent.net>
25978              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
25979              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
25980      Branch: perl
25981            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
25982            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
25983            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
25984            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
25985            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
25986            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
25987            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
25988            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
25989            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
25990            ! lib/ExtUtils/xsubpp
25991 ____________________________________________________________________________
25992 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
25993         Log: Subject: [PATCH] anonymous stashes
25994              From: Abhijit Menon-Sen <ams@wiw.org>
25995              Date: Tue, 12 Jun 2001 12:47:04 +0530
25996              Message-ID: <20010612124704.A29029@lustre.linux.in>
25997      Branch: perl
25998            ! dump.c gv.c sv.c xsutils.c
25999 ____________________________________________________________________________
26000 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
26001         Log: One more test for $^S.
26002      Branch: perl
26003            ! t/op/magic.t
26004 ____________________________________________________________________________
26005 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
26006         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
26007              From: Abhijit Menon-Sen <ams@wiw.org>
26008              Date: Tue, 12 Jun 2001 17:35:55 +0530
26009              Message-ID: <20010612173555.A32426@lustre.linux.in>
26010      Branch: perl
26011            ! mg.c t/op/magic.t
26012 ____________________________________________________________________________
26013 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
26014         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
26015              From: Mike Guy <mjtg@cam.ac.uk>
26016              Date: Tue, 12 Jun 2001 13:14:15 +0100
26017              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
26018      Branch: perl
26019            ! pod/perlop.pod
26020 ____________________________________________________________________________
26021 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
26022         Log: AUTHORS updates.
26023      Branch: perl
26024            ! AUTHORS
26025 ____________________________________________________________________________
26026 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
26027         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
26028              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
26029              Content-Transfer-Encoding: 7bit
26030              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
26031      Branch: perl
26032            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
26033 ____________________________________________________________________________
26034 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
26035         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
26036              From: "Philip Newton" <Philip.Newton@gmx.net>
26037              Date: Mon, 11 Jun 2001 07:08:03 +0200
26038              Message-Id: <200106120802.LAA08992@taas.iki.fi>
26039      Branch: perl
26040            ! t/base/term.t
26041 ____________________________________________________________________________
26042 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
26043         Log: Cleanup the a2p.c for -Wall.
26044      Branch: perl
26045            ! x2p/Makefile.SH x2p/a2p.c
26046 ____________________________________________________________________________
26047 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
26048         Log: File::Find update for MacOS from Chris Nandor.
26049      Branch: perl
26050            ! lib/File/Find.pm t/lib/filefind.t
26051 ____________________________________________________________________________
26052 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
26053         Log: gcc -Wall nits picked out by a non-UNIX system
26054              (courtesy of Mark Bixby)
26055      Branch: perl
26056            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
26057            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
26058            ! pp_sys.c util.c
26059 ____________________________________________________________________________
26060 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
26061         Log: Metaconfig unit change for #10522.  (The d_modfl changes
26062              placate metalint.)
26063      Branch: metaconfig/U/perl
26064            ! d_modfl.U d_u32align.U
26065 ____________________________________________________________________________
26066 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
26067         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
26068              be "./try 2>&1 >/dev/null".
26069      Branch: perl
26070            ! Configure
26071 ____________________________________________________________________________
26072 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
26073         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
26074              From: "Craig A. Berry" <craigberry@mac.com>
26075              Date: Mon, 11 Jun 2001 14:00:32 -0500
26076              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
26077      Branch: perl
26078            ! configure.com
26079 ____________________________________________________________________________
26080 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
26081         Log: Move the full \p\P lists to perlunicode.
26082      Branch: perl
26083            ! pod/perlretut.pod pod/perlunicode.pod
26084 ____________________________________________________________________________
26085 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
26086         Log: VOS build tweak for 5.6.1 from Paul Green.
26087      Branch: maint-5.6/perl
26088            ! vos/build.cm
26089 ____________________________________________________________________________
26090 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
26091         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
26092              From: "Craig A. Berry" <craigberry@mac.com>
26093              Date: Fri, 8 Jun 2001 18:08:18 -0500
26094              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
26095      Branch: perl
26096            ! vms/vms.c
26097 ____________________________________________________________________________
26098 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
26099         Log: Update Changes.
26100      Branch: perl
26101            ! Changes patchlevel.h
26102 ____________________________________________________________________________
26103 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
26104         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
26105      Branch: perl
26106            ! vos/config.alpha.h vos/config.ga.h
26107 ____________________________________________________________________________
26108 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
26109         Log: VOS updates from Paul Green for @10476.
26110      Branch: perl
26111            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
26112            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26113            ! vos/config.ga.h vos/configure_perl.cm
26114 ____________________________________________________________________________
26115 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
26116         Log: Subject: [PATCH] Not many people know this ...
26117              From: Mike Guy <mjtg@cam.ac.uk>
26118              Date: Mon, 11 Jun 2001 14:55:15 +0100
26119              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
26120      Branch: perl
26121            ! pod/perldebug.pod
26122 ____________________________________________________________________________
26123 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
26124         Log: Add final commas to lists as suggested by Philip Newton.
26125      Branch: perl
26126            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26127 ____________________________________________________________________________
26128 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
26129         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
26130              Date: Sun, 10 Jun 2001 23:35:38 -0400
26131              From: Chris Nandor <pudge@pobox.com>
26132              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
26133      Branch: perl
26134            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
26135            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
26136            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
26137            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
26138            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
26139            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
26140            ! t/op/write.t t/pragma/strict.t
26141 ____________________________________________________________________________
26142 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
26143         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
26144              From: Chris Nandor <pudge@pobox.com>
26145              Date: Mon, 11 Jun 2001 08:24:28 -0400
26146              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
26147      Branch: perl
26148            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
26149            ! t/lib/io_dir.t
26150 ____________________________________________________________________________
26151 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
26152         Log: One more run_byacc (a hand-tweaked version had slipped in).
26153      Branch: perl
26154            ! perly.c vms/perly_c.vms
26155 ____________________________________________________________________________
26156 [ 10509] By: nick                                  on 2001/06/11  07:49:15
26157         Log: Integrate mainline
26158      Branch: perlio
26159           !> Makefile.SH embed.h embed.pl global.sym
26160           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
26161           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
26162           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
26163           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
26164 ____________________________________________________________________________
26165 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
26166         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
26167              From: Mike Guy <mjtg@cam.ac.uk>
26168              Reply-To: mjtg@cam.ac.uk
26169              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
26170      Branch: perl
26171            ! lib/ExtUtils/Manifest.pm
26172 ____________________________________________________________________________
26173 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
26174         Log: Subject: [PATCH] ExtUtils::Constant
26175              From: Nicholas Clark <nick@ccl4.org>
26176              Date: Sun, 10 Jun 2001 23:25:41 +0100
26177              Message-ID: <20010610232540.C76396@plum.flirble.org>
26178      Branch: perl
26179            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26180 ____________________________________________________________________________
26181 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
26182         Log: Integrate perlio.
26183      Branch: perl
26184           !> iperlsys.h
26185 ____________________________________________________________________________
26186 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
26187         Log: Move the grok_number and its lieutenant grok_numeric_radix
26188              from sv.c statics to util.c and public.
26189      Branch: perl
26190            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
26191            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
26192 ____________________________________________________________________________
26193 [ 10504] By: nick                                  on 2001/06/10  17:47:06
26194         Log: Fix (valid) -Wall warnings in perlio.c
26195      Branch: perlio
26196            ! iperlsys.h
26197 ____________________________________________________________________________
26198 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
26199         Log: Update perly_c.diff, update perly.fixer to edit away
26200              some of the -Wall noise.
26201      Branch: perl
26202            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
26203 ____________________________________________________________________________
26204 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
26205         Log: Check the version of byacc.
26206      Branch: perl
26207            ! Makefile.SH
26208 ____________________________________________________________________________
26209 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
26210         Log: Subject: [PATCH] perly.y overhaul
26211              From: Simon Cozens <simon@netthink.co.uk>
26212              Date: Sun, 10 Jun 2001 16:56:54 +0100
26213              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
26214              
26215              Plus make run_byacc.
26216      Branch: perl
26217            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
26218 ____________________________________________________________________________
26219 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
26220         Log: Integrate perlio.
26221      Branch: perl
26222           !> perlio.c perlsfio.h
26223 ____________________________________________________________________________
26224 [ 10499] By: nick                                  on 2001/06/10  15:01:08
26225         Log: Integrate mainline
26226      Branch: perlio
26227           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
26228           !> t/pragma/locale.t util.c
26229 ____________________________________________________________________________
26230 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
26231         Log: Put some meat on the perl572delta bones.  The list of
26232              selected bug fixes needs more work, as does still the
26233              whole document.
26234      Branch: perl
26235            ! pod/perl572delta.pod
26236 ____________________________________________________________________________
26237 [ 10497] By: nick                                  on 2001/06/10  12:27:51
26238         Log: Paper over a crack or two with USE_SFIO
26239      Branch: perlio
26240            ! perlio.c perlsfio.h
26241 ____________________________________________________________________________
26242 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
26243         Log: Update Changes.
26244      Branch: perl
26245            ! Changes patchlevel.h
26246 ____________________________________________________________________________
26247 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
26248         Log: Subject: Re: pragma/locale.t #107
26249              From: Hugo <hv@crypt.compulink.co.uk>
26250              Date: Sun, 10 Jun 2001 11:23:30 +0100
26251              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
26252              
26253              Encapsulate the scan of the decimal radix separator.
26254      Branch: perl
26255            ! embed.h embed.pl proto.h sv.c
26256 ____________________________________________________________________________
26257 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
26258         Log: Try to grok numbers both with the locale specific separator
26259              and with the usual "." (if different from the lss); add a test
26260              to locale.t to do also a little bit of math in addition to just
26261              equalness testing; remove extraneous logic as suggested in
26262              
26263              Subject: Re: pragma/locale.t #107
26264              From: Nicholas Clark <nick@ccl4.org>
26265              Date: Sat, 9 Jun 2001 22:37:36 +0100
26266              Message-ID: <20010609223735.Y76396@plum.flirble.org>
26267      Branch: perl
26268            ! sv.c t/pragma/locale.t
26269 ____________________________________________________________________________
26270 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
26271         Log: Metaconfig unit change for #10492.
26272      Branch: metaconfig/U/perl
26273            ! Extensions.U
26274 ____________________________________________________________________________
26275 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
26276         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
26277              From: Artur Bergman <artur@contiller.se> 
26278              Date: Sat, 09 Jun 2001 21:03:51 +0200
26279              Message-ID: <B7483FB6.1398%artur@contiller.se>
26280      Branch: perl
26281            ! Configure
26282 ____________________________________________________________________________
26283 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
26284         Log: Integrate perlio.
26285      Branch: perl
26286           !> perlsfio.h
26287 ____________________________________________________________________________
26288 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
26289         Log: Do locale specific separator if only in locale.
26290      Branch: perl
26291            ! util.c
26292 ____________________________________________________________________________
26293 [ 10489] By: nick                                  on 2001/06/09  19:13:25
26294         Log: Make XS/Typemap compile (but fail) with sfio
26295      Branch: perlio
26296            ! perlsfio.h
26297 ____________________________________________________________________________
26298 [ 10488] By: nick                                  on 2001/06/09  19:12:51
26299         Log: Re-integrate mainline
26300      Branch: perlio
26301           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
26302           !> proto.h sv.c util.c
26303 ____________________________________________________________________________
26304 [ 10487] By: nick                                  on 2001/06/09  16:26:29
26305         Log: Integrate mainline
26306      Branch: perlio
26307           !> (integrate 31 files)
26308 ____________________________________________________________________________
26309 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
26310         Log: Subject: [PATCH] New attempt to clone callack
26311              From: Artur Bergman <artur@contiller.se> 
26312              Date: Thu, 07 Jun 2001 11:52:16 +0200
26313              Message-ID: <B7451B6F.12B7%artur@contiller.se>
26314      Branch: perl
26315            ! embedvar.h intrpvar.h perlapi.h sv.c
26316 ____________________________________________________________________________
26317 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
26318         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
26319      Branch: perl
26320            ! embed.h embed.pl perl.h proto.h sv.c util.c
26321 ____________________________________________________________________________
26322 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
26323         Log: Subject: Re: pragma/locale.t #107
26324              From: Nicholas Clark <nick@ccl4.org>
26325              Date: Sat, 9 Jun 2001 16:26:10 +0100
26326              Message-ID: <20010609162609.V76396@plum.flirble.org>
26327              
26328              A missing NVification.
26329      Branch: perl
26330            ! sv.c
26331 ____________________________________________________________________________
26332 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
26333         Log: Redo the #10482, there already was a test script for formats.
26334      Branch: perl
26335            - t/io/format.t
26336            ! MANIFEST t/op/write.t
26337 ____________________________________________________________________________
26338 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
26339         Log: Twisted format testing, from Merijn.
26340      Branch: perl
26341            + t/io/format.t
26342            ! MANIFEST
26343 ____________________________________________________________________________
26344 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
26345         Log: More \p{In...} testing, combined with \N{...}.
26346      Branch: perl
26347            ! lib/utf8_heavy.pl t/op/pat.t
26348 ____________________________________________________________________________
26349 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
26350         Log: Metaconfig changes for #10479.
26351      Branch: metaconfig
26352            ! U/Glossary.patch
26353      Branch: metaconfig/U/perl
26354            ! d_modfl.U
26355 ____________________________________________________________________________
26356 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
26357         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
26358      Branch: perl
26359            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26360            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
26361            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26362            ! win32/config.bc win32/config.gc win32/config.vc
26363 ____________________________________________________________________________
26364 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
26365         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
26366              From: "Craig A. Berry" <craigberry@mac.com>
26367              Date: Thu, 7 Jun 2001 14:27:20 -0500
26368              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
26369      Branch: perl
26370            ! vms/perlvms.pod
26371 ____________________________________________________________________________
26372 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
26373         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
26374              From: Gisle Aas <gisle@ActiveState.com>
26375              Date: 07 Jun 2001 17:04:29 -0700
26376              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
26377      Branch: perl
26378            ! ext/re/re.xs
26379 ____________________________________________________________________________
26380 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
26381         Log: Update Changes.
26382      Branch: perl
26383            ! Changes patchlevel.h
26384 ____________________________________________________________________________
26385 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
26386         Log: Regen Glossary et alia.
26387      Branch: perl
26388            ! Porting/Glossary Porting/config.sh Porting/config_H
26389 ____________________________________________________________________________
26390 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
26391         Log: Metaconfig unit changes for #10473.
26392      Branch: metaconfig/U/perl
26393            ! d_modfl.U
26394 ____________________________________________________________________________
26395 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
26396         Log: Harumph, also AIX will spill its guts (i.e. dump core)
26397              if an executable contains modfl() but it hasn't been
26398              compiled right (in the case of AIX, with cc -qlongdouble).
26399      Branch: perl
26400            ! Configure
26401 ____________________________________________________________________________
26402 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
26403         Log: integrate change#10471 from mainline
26404              
26405              in change#10451, check that CvOUTSIDE is a CV before looking in
26406              (it can apparently be SVt_NULL during global destruction)
26407      Branch: maint-5.6/perl
26408           !> op.c
26409 ____________________________________________________________________________
26410 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
26411         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
26412              (it can apparently be SVt_NULL during global destruction)
26413      Branch: perl
26414            ! op.c
26415 ____________________________________________________________________________
26416 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
26417         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
26418              From: Robin Barker <rmb1@cise.npl.co.uk>
26419              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
26420              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
26421      Branch: perl
26422            ! lib/diagnostics.pm pod/perldiag.pod
26423 ____________________________________________________________________________
26424 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
26425         Log: Subject: [PATCH perl@10439] long =item
26426              From: Robin Barker <rmb1@cise.npl.co.uk>
26427              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
26428              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
26429      Branch: perl
26430            ! README.amiga lib/Attribute/Handlers.pm
26431            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
26432 ____________________________________________________________________________
26433 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
26434         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
26435              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
26436              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
26437              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
26438      Branch: perl
26439            ! pod/perlguts.pod
26440 ____________________________________________________________________________
26441 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
26442         Log: Integrate perlio.
26443      Branch: perl
26444           !> sv.c
26445 ____________________________________________________________________________
26446 [ 10466] By: nick                                  on 2001/06/07  10:25:40
26447         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
26448              whitespace tweaks.
26449              Still coredumps in pragma/overload.t - what a nice hard fail that is...
26450      Branch: perlio
26451            ! sv.c
26452 ____________________________________________________________________________
26453 [ 10465] By: nick                                  on 2001/06/07  08:41:58
26454         Log: Raw integrate of mainline for S_grok_number debug
26455              (sv.c has MULTIPLICITY issues as well as whatever else ...)
26456      Branch: perlio
26457            - plan9/perlplan9.doc plan9/perlplan9.pod
26458           !> (integrate 46 files)
26459 ____________________________________________________________________________
26460 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
26461         Log: The proper prototyping for #10463.
26462      Branch: perl
26463            ! embed.h embed.pl proto.h sv.c
26464 ____________________________________________________________________________
26465 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
26466         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
26467              From: Nicholas Clark <nick@ccl4.org>
26468              Date: Thu, 7 Jun 2001 00:29:59 +0100
26469              Message-ID: <20010607002959.Z76396@plum.flirble.org>
26470      Branch: perl
26471            ! sv.c
26472 ____________________________________________________________________________
26473 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
26474         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
26475              From: "Craig A. Berry" <craigberry@mac.com>
26476              Date: Wed, 06 Jun 2001 17:54:30 -0500
26477              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
26478      Branch: perl
26479            ! vms/perlvms.pod
26480 ____________________________________________________________________________
26481 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
26482         Log: Podify the remaining README.platform files;
26483              merge README.plan9 and plan9/perlplan9.pod;
26484              delete plan9/perlplan9.* (the perlplan.doc needs to
26485              be regenerated in Plan 9); make the =head1 and =head2
26486              in the README.platform to be a little more verbose
26487              (skipped README.os2 not to anger Ilya) so that they
26488              look better in the toc; regen toc.
26489      Branch: perl
26490            - plan9/perlplan9.doc plan9/perlplan9.pod
26491            ! MANIFEST README.aix README.amiga README.apollo README.beos
26492            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
26493            ! README.hpux README.hurd README.machten README.macos
26494            ! README.micro README.mint README.mpeix README.os390
26495            ! README.plan9 README.qnx README.solaris README.threads
26496            ! README.tru64 README.vmesa README.vms README.vos README.win32
26497            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
26498            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
26499 ____________________________________________________________________________
26500 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
26501         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
26502              From: Mike Guy <mjtg@cam.ac.uk>
26503              Reply-To: mjtg@cam.ac.uk
26504              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
26505      Branch: perl
26506            ! pod/perlguts.pod
26507 ____________________________________________________________________________
26508 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
26509         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
26510              From: Mike Guy <mjtg@cam.ac.uk>
26511              Reply-To: mjtg@cam.ac.uk
26512              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
26513      Branch: perl
26514            ! pod/perlsec.pod
26515 ____________________________________________________________________________
26516 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
26517         Log: Disable long doubles from pre-5.0 Tru64s.
26518      Branch: perl
26519            ! README.tru64 hints/dec_osf.sh
26520 ____________________________________________________________________________
26521 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
26522         Log: The #10455 exposed that modfl() is fundamentally busted
26523              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
26524              testing it.
26525      Branch: perl
26526            ! hints/dec_osf.sh
26527 ____________________________________________________________________________
26528 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
26529         Log: Metaconfig unit change for #10455.
26530      Branch: metaconfig/U/perl
26531            ! d_modfl.U
26532 ____________________________________________________________________________
26533 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
26534         Log: Configure check for geborken modfl(), inspired by
26535              
26536              Subject: Re: [20010118.017] op/int.t failure 
26537              From: Hugo <hv@crypt.compulink.co.uk>
26538              Date: Tue, 05 Jun 2001 13:43:27 +0100
26539              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
26540      Branch: perl
26541            ! Configure
26542 ____________________________________________________________________________
26543 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
26544         Log: Integrate changes #10450 and #10451 from maintperl:
26545              
26546              optimize change#10448 slightly (don't repeat search in eval""s lexical
26547              scope, since that has already been searched)
26548              
26549              change#9108 needs subtler treatment for case of closures created
26550              within eval""
26551      Branch: perl
26552           !> op.c t/op/misc.t
26553 ____________________________________________________________________________
26554 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
26555         Log: MakeMaker magic to compile (when no dynamic loading)
26556              List/Util.xsc as (ListUtil.c and) ListUtil.o since
26557              POSIX-BC (BS2000) linker has an evil limitation of
26558              being unable to include in the same executable several
26559              object files with the same name - case-insensitively -
26560              because otherwise we conflict with util.c.
26561              Strictly speaking currently required only in POSIX-BC
26562              but probably will do no harm elsewhere where static
26563              linking is required.
26564      Branch: perl
26565            ! ext/List/Util/Makefile.PL
26566 ____________________________________________________________________________
26567 [ 10452] By: nick                                  on 2001/06/06  08:59:51
26568         Log: Integrate mainline.
26569      Branch: perlio
26570           +> lib/Attribute/Handlers/demo/Demo.pm
26571           +> lib/Attribute/Handlers/demo/Descriptions.pm
26572           +> lib/Attribute/Handlers/demo/MyClass.pm
26573           +> lib/Attribute/Handlers/demo/demo.pl
26574           +> lib/Attribute/Handlers/demo/demo2.pl
26575           +> lib/Attribute/Handlers/demo/demo3.pl
26576           +> lib/Attribute/Handlers/demo/demo4.pl
26577           +> lib/Attribute/Handlers/demo/demo_call.pl
26578           +> lib/Attribute/Handlers/demo/demo_chain.pl
26579           +> lib/Attribute/Handlers/demo/demo_cycle.pl
26580           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
26581           +> lib/Attribute/Handlers/demo/demo_phases.pl
26582           +> lib/Attribute/Handlers/demo/demo_range.pl
26583           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
26584           +> uts/strtol_wrap.c
26585           !> (integrate 91 files)
26586 ____________________________________________________________________________
26587 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
26588         Log: change#9108 needs subtler treatment for case of closures created
26589              within eval""
26590      Branch: maint-5.6/perl
26591            ! op.c t/op/misc.t
26592 ____________________________________________________________________________
26593 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
26594         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
26595              scope, since that has already been searched)
26596      Branch: maint-5.6/perl
26597            ! op.c
26598 ____________________________________________________________________________
26599 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
26600         Log: Integrate change #10448 from maintperl; lexicals
26601              outside an eval"" weren't resolved correctly inside a subroutine
26602              definition inside the eval"" if they were not already referenced
26603              in the toplevel of the eval""-ed code
26604      Branch: perl
26605           !> cop.h op.c pp_ctl.c t/op/misc.t
26606 ____________________________________________________________________________
26607 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
26608         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
26609              outside an eval"" weren't resolved correctly inside a subroutine
26610              definition inside the eval"" if they were not already referenced
26611              in the toplevel of the eval""-ed code
26612      Branch: maint-5.6/perl
26613            ! cop.h op.c pp_ctl.c t/op/misc.t
26614 ____________________________________________________________________________
26615 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
26616         Log: Subject: [PATCH] perl570delta.pod
26617              From: Peter Scott <Peter@PSDT.com> 
26618              Date: Tue, 05 Jun 2001 18:51:02 -0700
26619              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
26620      Branch: perl
26621            ! pod/perl570delta.pod
26622 ____________________________________________________________________________
26623 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
26624         Log: The fudge factor is no more needed.  I hope.
26625      Branch: perl
26626            ! t/lib/posix.t
26627 ____________________________________________________________________________
26628 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
26629         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
26630              From: Hugo <hv@crypt.compulink.co.uk>
26631              Date: Tue, 05 Jun 2001 12:58:19 +0100
26632              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
26633      Branch: perl
26634            ! util.c
26635 ____________________________________________________________________________
26636 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
26637         Log: Make up prototypes only for those who have the functions
26638              but not the prototypes.
26639      Branch: perl
26640            ! perl.h
26641 ____________________________________________________________________________
26642 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
26643         Log: Subject: Re: Not OK: perl@10439 on win32 
26644              From: Prymmer/Kahn <pvhp@best.com> 
26645              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
26646              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
26647      Branch: perl
26648            ! perl.h util.c
26649 ____________________________________________________________________________
26650 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
26651         Log: The metaconfig units changes for #10441.
26652      Branch: metaconfig
26653            ! U/modified/Extract.U U/modified/Extractall.U
26654            ! U/modified/Finish.U
26655 ____________________________________________________________________________
26656 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
26657         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
26658      Branch: perl
26659            ! Configure
26660 ____________________________________________________________________________
26661 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
26662         Log: Unnecessary fuzziness undone, noted by Mike Guy.
26663      Branch: perl
26664            ! t/op/tr.t
26665 ____________________________________________________________________________
26666 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
26667         Log: Update Changes.
26668      Branch: perl
26669            ! Changes patchlevel.h
26670 ____________________________________________________________________________
26671 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
26672         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
26673              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
26674              leakage patch.
26675      Branch: perl
26676            ! t/op/misc.t
26677 ____________________________________________________________________________
26678 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
26679         Log: Test case for #10433/#10424.
26680      Branch: perl
26681            ! t/op/misc.t
26682 ____________________________________________________________________________
26683 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
26684         Log: Subject: One fix for strtoul not setting errno
26685              From: hom00@utsglobal.com (Hal Morris)
26686              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
26687              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
26688      Branch: perl
26689            + uts/strtol_wrap.c
26690            ! MANIFEST hints/uts.sh
26691 ____________________________________________________________________________
26692 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
26693         Log: Metaconfig units changes for #10434.
26694      Branch: metaconfig
26695            ! U/modified/Cppsym.U
26696      Branch: metaconfig/U/perl
26697            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
26698            + d_syscallproto.U d_usleepproto.U
26699            ! longdblfio.U quadfio.U
26700 ____________________________________________________________________________
26701 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
26702         Log: Configure tweaks; add prototype probes, make the cpp symbols
26703              probe to cast, not whine; test for %Ld and %Lf before %lld and
26704              %llf because the L is the ANSI way.
26705      Branch: perl
26706            ! Configure config_h.SH configure.com epoc/config.sh
26707            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
26708            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
26709            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
26710 ____________________________________________________________________________
26711 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
26712         Log: Sigh.  This is what #10424 was supposed to check in.
26713      Branch: perl
26714            ! op.c sv.c sv.h
26715 ____________________________________________________________________________
26716 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
26717         Log: More verbose failure.
26718      Branch: perl
26719            ! t/op/ver.t
26720 ____________________________________________________________________________
26721 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
26722         Log: The .pm changes to go with #10428.
26723      Branch: perl
26724            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
26725            ! ext/Sys/Syslog/Syslog.pm
26726 ____________________________________________________________________________
26727 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
26728         Log: On second thoughts show to utf8 skippage message only
26729              on failures, it's too confusing otherwise,
26730      Branch: perl
26731            ! t/pragma/locale.t
26732 ____________________________________________________________________________
26733 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
26734         Log: Do not import anything from Encode.
26735      Branch: perl
26736            ! ext/MIME/Base64/QuotedPrint.pm
26737 ____________________________________________________________________________
26738 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
26739         Log: The #10402 didn't take.  Weird.
26740      Branch: perl
26741            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26742            ! ext/Sys/Syslog/Syslog.xs
26743 ____________________________________________________________________________
26744 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
26745         Log: Eradicate traces of 'asciirange' re subpragma.
26746      Branch: perl
26747            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
26748            ! pod/perldiag.pod
26749 ____________________________________________________________________________
26750 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
26751         Log: use is a compile-time thing.
26752      Branch: perl
26753            ! ext/MIME/Base64/QuotedPrint.pm
26754 ____________________________________________________________________________
26755 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
26756         Log: Subject: [PATCH perl@10419] -Wall casting patch
26757              From: Robin Barker <rmb1@cise.npl.co.uk>
26758              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
26759              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
26760      Branch: perl
26761            ! ext/Devel/DProf/DProf.xs mg.c
26762 ____________________________________________________________________________
26763 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
26764         Log: Subject: [PATCH #2] introducing SVpad_TYPED
26765              From: Abhijit Menon-Sen <ams@wiw.org>
26766              Date: Mon, 4 Jun 2001 12:26:02 +0530
26767              Message-ID: <20010604122602.A5775@lustre.linux.in>
26768      Branch: perl
26769            ! op.c sv.c sv.h
26770 ____________________________________________________________________________
26771 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
26772         Log: testsuite for change#10192 (from Gisle Aas)
26773      Branch: perl
26774            + t/op/override.t
26775            ! MANIFEST
26776 ____________________________________________________________________________
26777 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
26778         Log: integrate changes#10414-10416 from mainline
26779              
26780              Potential buffer overrun if the radix separator is more than
26781              one byte.  Also, under locales, prefer the locale-specific
26782              separator over the old boring ".".
26783              
26784              "10.", that is, decimal numbers can have no decimal part at all.
26785              
26786              The non-locale places need love, too.
26787      Branch: maint-5.6/perl
26788           !> perl.h sv.c
26789 ____________________________________________________________________________
26790 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
26791         Log: Missed from #10420.
26792      Branch: perl
26793            ! epoc/config.sh
26794 ____________________________________________________________________________
26795 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
26796         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
26797              often this prototype goes with HAS_SETRESUID_PROTO.
26798      Branch: perl
26799            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26800            ! config_h.SH configure.com perl.h uconfig.h
26801 ____________________________________________________________________________
26802 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
26803         Log: Update Changes.
26804      Branch: perl
26805            ! Changes patchlevel.h
26806 ____________________________________________________________________________
26807 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
26808         Log: -Wall "subscript has type `char'" cleanup.
26809      Branch: perl
26810            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
26811 ____________________________________________________________________________
26812 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
26813         Log: Various "cast to pointer from integer of different size"
26814              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
26815              wide but I32 (int) only 32 bits wide).
26816              
26817              WARNING: the classnum and tagnum changes in Storable.xs
26818              may not be wise, they may be breaking binary compatibility
26819              (in 64-bit platforms), asked Raphael Manfredi about the changes.
26820      Branch: perl
26821            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
26822            ! mg.c proto.h
26823 ____________________________________________________________________________
26824 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
26825         Log: The non-locale places need love, too.
26826      Branch: perl
26827            ! perl.h
26828 ____________________________________________________________________________
26829 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
26830         Log: "10.", that is, decimal numbers can have no decimal part at all.
26831      Branch: perl
26832            ! perl.h
26833 ____________________________________________________________________________
26834 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
26835         Log: Potential buffer overrun if the radix separator is more than
26836              one byte.  Also, under locales, prefer the locale-specific
26837              separator over the old boring ".".
26838      Branch: perl
26839            ! perl.h sv.c
26840 ____________________________________________________________________________
26841 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
26842         Log: Integrate change #10412 from maintperl; locale is now
26843              per-cop, not per-op; plus retweak the locale.t to always
26844              list the skipped utf8 locales.
26845      Branch: perl
26846            ! t/pragma/locale.t
26847           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26848           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
26849 ____________________________________________________________________________
26850 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
26851         Log: rationalize locale handling to fix the bugs uncovered by change#10394
26852              
26853              the major issue was that the runtime was looking at PL_hints rather
26854              than op_private to notice whether locale was enabled
26855              
26856              the secondary issue was that many locale-sensitive numeric ops didn't
26857              have HINT_LOCALE propagated into their op_private
26858              
26859              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
26860              instead of per-op, just like HINT_BYTE and the hints for lexical
26861              warnings (this makes the hint available to every op via PL_curcop)
26862              
26863              pragma/locale.t may need to be reworked with these fixes in mind
26864              (it currently passes its tests)
26865      Branch: maint-5.6/perl
26866            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
26867            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
26868 ____________________________________________________________________________
26869 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
26870         Log: More verbose debugging.
26871      Branch: perl
26872            ! t/pragma/locale.t
26873 ____________________________________________________________________________
26874 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
26875         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
26876              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
26877              Date: Sat, 2 Jun 2001 22:53:33 +0100
26878              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
26879      Branch: perl
26880            ! regcomp.c t/pragma/warn/regcomp
26881 ____________________________________________________________________________
26882 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
26883         Log: Mention that lexicalizing $a or $b is a bad idea if one
26884              wants to use sort().
26885      Branch: perl
26886            ! pod/perlvar.pod
26887 ____________________________________________________________________________
26888 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
26889         Log: Tweak the test to be happy if the accuracy is 'good enough'.
26890      Branch: perl
26891            ! t/lib/posix.t
26892 ____________________________________________________________________________
26893 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
26894         Log: Upgrade to Attribute::Handlers 0.70.
26895              
26896              NOTE: this unearthed the "too late for CHECK block" bug,
26897              that's why the 1_compile.t change.
26898      Branch: perl
26899            + lib/Attribute/Handlers/demo/Demo.pm
26900            + lib/Attribute/Handlers/demo/Descriptions.pm
26901            + lib/Attribute/Handlers/demo/MyClass.pm
26902            + lib/Attribute/Handlers/demo/demo.pl
26903            + lib/Attribute/Handlers/demo/demo2.pl
26904            + lib/Attribute/Handlers/demo/demo3.pl
26905            + lib/Attribute/Handlers/demo/demo4.pl
26906            + lib/Attribute/Handlers/demo/demo_call.pl
26907            + lib/Attribute/Handlers/demo/demo_chain.pl
26908            + lib/Attribute/Handlers/demo/demo_cycle.pl
26909            + lib/Attribute/Handlers/demo/demo_hashdir.pl
26910            + lib/Attribute/Handlers/demo/demo_phases.pl
26911            + lib/Attribute/Handlers/demo/demo_range.pl
26912            + lib/Attribute/Handlers/demo/demo_rawdata.pl
26913            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
26914            ! t/lib/attrhand.t
26915 ____________________________________________________________________________
26916 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
26917         Log: One less -Wall whine.
26918      Branch: perl
26919            ! regcomp.c
26920 ____________________________________________________________________________
26921 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
26922         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
26923      Branch: perl
26924           !> t/op/eval.t
26925 ____________________________________________________________________________
26926 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
26927         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
26928              aren't "normally" visible inside eval""s contained in subs unless
26929              a cloned reference to them already exists)
26930              
26931              strangely enough, t/harness didn't show this up as a failure
26932              (harness needs fixing?)
26933      Branch: maint-5.6/perl
26934            ! t/op/eval.t
26935 ____________________________________________________________________________
26936 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
26937         Log: Update to Text::Balanced 1.85.
26938      Branch: perl
26939            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
26940 ____________________________________________________________________________
26941 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
26942         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
26943              From: Nicholas Clark <nick@ccl4.org>
26944              Date: Sun, 3 Jun 2001 17:54:36 +0100
26945              Message-ID: <20010603175436.E76396@plum.flirble.org> 
26946      Branch: perl
26947            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
26948            ! ext/Sys/Syslog/Syslog.xs
26949 ____________________________________________________________________________
26950 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
26951         Log: Unused variables.
26952      Branch: perl
26953            ! util.c
26954 ____________________________________________________________________________
26955 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
26956         Log: Subject: [PATCH] APIfy op_clear 
26957              From: Simon Cozens <simon@netthink.co.uk>
26958              Date: Sun, 3 Jun 2001 13:51:46 +0100
26959              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
26960              
26961              (despite the subject line, op_null is APIfied by the patch)
26962      Branch: perl
26963            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26964 ____________________________________________________________________________
26965 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
26966         Log: Subject: [PATCH] t/lib/extutils.t
26967              From: Nicholas Clark <nick@ccl4.org>
26968              Date: Sat, 2 Jun 2001 23:57:05 +0100
26969              Message-ID: <20010602235705.Q12698@plum.flirble.org>
26970      Branch: perl
26971            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
26972 ____________________________________________________________________________
26973 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
26974         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
26975              From: Prymmer/Kahn <pvhp@best.com>
26976              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
26977              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
26978      Branch: perl
26979            ! win32/Makefile win32/makefile.mk
26980 ____________________________________________________________________________
26981 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
26982         Log: Subject: Re: 'decimal digits' macro? 
26983              From: Hugo <hv@crypt.compulink.co.uk>
26984              Date: Sun, 03 Jun 2001 04:26:36 +0100
26985              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
26986      Branch: perl
26987            ! handy.h t/lib/posix.t t/op/tr.t
26988 ____________________________________________________________________________
26989 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
26990         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
26991              From: Hugo <hv@crypt.compulink.co.uk>
26992              Date: Sun, 03 Jun 2001 14:56:30 +0100
26993              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
26994      Branch: perl
26995            ! util.c
26996 ____________________________________________________________________________
26997 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
26998         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
26999      Branch: perl
27000           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
27001           !> vms/perly_c.vms
27002 ____________________________________________________________________________
27003 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
27004         Log: fix leakage of lexicals at file scope into subroutines that were
27005              declared before them; this appears to be a longstanding bug that
27006              meant that lexicals at file scope were never "deintroduced", meaning
27007              their scope range was never properly closed, and their visibility
27008              extended to all subsequent eval""s or requires
27009              
27010              added a test case
27011              
27012              seems to also fix a case of bogus duplicate warnings
27013      Branch: maint-5.6/perl
27014            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
27015            ! vms/perly_c.vms
27016 ____________________________________________________________________________
27017 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
27018         Log: More VMS tweaks from Craig A. Berry.
27019      Branch: perl
27020            ! configure.com t/lib/extutils.t
27021 ____________________________________________________________________________
27022 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
27023         Log: -Wall cleanup continues.
27024      Branch: perl
27025            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
27026            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
27027            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
27028            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
27029            ! run.c toke.c util.c
27030 ____________________________________________________________________________
27031 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
27032         Log: The metaconfig unit change for #10390.
27033      Branch: metaconfig/U/perl
27034            ! gccvers.U
27035 ____________________________________________________________________________
27036 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
27037         Log: Drop the -ansi from the default gcc flags.
27038              
27039              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
27040              that struct cannot be compared with a flat integer, such as STRLEN.
27041              The -ansi will also cause a lot of noise in Solaris because of:
27042              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
27043      Branch: perl
27044            ! Configure
27045 ____________________________________________________________________________
27046 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
27047         Log: Integrate perlio.
27048      Branch: perl
27049           !> pod/perlapi.pod util.c
27050 ____________________________________________________________________________
27051 [ 10388] By: nick                                  on 2001/06/02  08:01:12
27052         Log: Integrate mainline
27053      Branch: perlio
27054           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
27055           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
27056           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
27057           !> t/lib/1_compile.t t/lib/mimeqp.t
27058 ____________________________________________________________________________
27059 [ 10387] By: nick                                  on 2001/06/02  07:39:17
27060         Log: Tweak util.c's atof2 for MULTIPLICITY
27061      Branch: perlio
27062            ! util.c
27063 ____________________________________________________________________________
27064 [ 10386] By: nick                                  on 2001/06/02  07:38:33
27065         Log: Integrate mainline
27066      Branch: perlio
27067           !> (integrate 41 files)
27068 ____________________________________________________________________________
27069 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
27070         Log: Add Attribute::Handlers 0.61 from Damian Conway.
27071      Branch: perl
27072            + lib/Attribute/Handlers.pm t/lib/attrhand.t
27073            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
27074 ____________________________________________________________________________
27075 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
27076         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
27077              From: Peter Prymmer <pvhp@forte.com>
27078              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
27079              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
27080      Branch: perl
27081            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
27082 ____________________________________________________________________________
27083 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
27084         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
27085              From: Jeff Pinyan <jeffp@crusoe.net>
27086              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
27087              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
27088      Branch: perl
27089            ! lib/File/Find.pm
27090 ____________________________________________________________________________
27091 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
27092         Log: Subject: [PATCH perl@10381] configure.com tweaks
27093              From: "Craig A. Berry" <craigberry@mac.com>
27094              Date: Fri, 1 Jun 2001 13:55:43 -0500
27095              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
27096      Branch: perl
27097            ! configure.com
27098 ____________________________________________________________________________
27099 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
27100         Log: Update Changes.
27101      Branch: perl
27102            ! Changes patchlevel.h
27103 ____________________________________________________________________________
27104 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
27105         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
27106              From: Mike Guy <mjtg@cam.ac.uk>
27107              Date: Fri, 01 Jun 2001 18:17:02 +0100
27108              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
27109      Branch: perl
27110            ! lib/perl5db.pl
27111 ____________________________________________________________________________
27112 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
27113         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
27114              From: Hugo <hv@crypt.compulink.co.uk>
27115              Date: Thu, 31 May 2001 20:49:48 +0100
27116              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
27117      Branch: perl
27118            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
27119            ! util.c
27120 ____________________________________________________________________________
27121 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
27122         Log: Zero() is not available in x2p (or, rather, some of its
27123              implementations like memzero() might not be available.)
27124      Branch: perl
27125            ! x2p/hash.c
27126 ____________________________________________________________________________
27127 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
27128         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
27129              From: Michael G Schwern <schwern@pobox.com>
27130              Date: Fri, 1 Jun 2001 12:00:29 +0100
27131              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
27132              
27133              (But use Zero() instead of memset.)
27134      Branch: perl
27135            ! x2p/hash.c
27136 ____________________________________________________________________________
27137 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
27138         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
27139              From: Jeff Pinyan <jeffp@crusoe.net>
27140              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
27141              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
27142      Branch: perl
27143            ! pod/perldiag.pod regcomp.c t/op/pat.t
27144 ____________________________________________________________________________
27145 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
27146         Log: Retract #10324 and #10333; not needed.
27147      Branch: perl
27148            ! hints/irix_6.sh hints/linux.sh
27149 ____________________________________________________________________________
27150 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
27151         Log: The #10370 wasn't quite right.
27152      Branch: perl
27153            ! ext/XS/Typemap/Typemap.xs
27154 ____________________________________________________________________________
27155 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
27156         Log: The metaconfig units changes for #10372.
27157      Branch: metaconfig/U/perl
27158            + d_realpath.U d_sresgproto.U d_sresuproto.U
27159            ! gccvers.U i_db.U
27160 ____________________________________________________________________________
27161 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
27162         Log: Configure tweaks; record the Berkeley DB version,
27163              probe for realpath(), for setresuid() and setresgid()
27164              prototypes; use realpath() (try to be paranoid enough),
27165              use the setres[ug]id prototypes because glibc has the functions
27166              but not their prototypes; add -Wall -ansi to gcc ccflags;
27167              regen toc.
27168      Branch: perl
27169            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27170            ! config_h.SH configure.com epoc/config.sh
27171            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
27172            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
27173            ! vos/config.ga.def win32/config.bc win32/config.gc
27174            ! win32/config.vc
27175 ____________________________________________________________________________
27176 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
27177         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
27178              From: Michael G Schwern <schwern@pobox.com>
27179              Date: Fri, 1 Jun 2001 11:28:14 +0100
27180              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
27181      Branch: perl
27182            ! lib/attributes.pm xsutils.c
27183 ____________________________________________________________________________
27184 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
27185         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
27186              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27187              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
27188              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
27189      Branch: perl
27190            ! ext/XS/Typemap/Typemap.xs
27191 ____________________________________________________________________________
27192 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
27193         Log: Subject: [patch] Cwd.xs optimizations/abstraction
27194              From: Doug MacEachern <dougm@covalent.net>
27195              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
27196              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
27197      Branch: perl
27198            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
27199            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
27200 ____________________________________________________________________________
27201 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
27202         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!])
27203              From: Nicholas Clark <nick@ccl4.org>
27204              Date: Thu, 31 May 2001 23:56:40 +0100
27205              Message-ID: <20010531235640.F12698@plum.flirble.org>
27206              
27207              Make the test work also under only static extensions
27208              (sh Configure -Uusedl fakes this nicely)
27209      Branch: perl
27210            ! t/lib/extutils.t
27211 ____________________________________________________________________________
27212 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
27213         Log: Subject: [PATCH hv.c] Eliminating trigraph
27214              From: Michael G Schwern <schwern@pobox.com>
27215              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
27216              Date: Fri, 1 Jun 2001 11:49:56 +0100
27217      Branch: perl
27218            ! hv.c
27219 ____________________________________________________________________________
27220 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
27221         Log: Subject: Re: [PATCH] Tests for File::Compare 
27222              From: "Philip Newton" <Philip.Newton@gmx.net>
27223              Date: Thu, 31 May 2001 19:44:05 +0200
27224              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
27225              
27226              Unnecessary "quotation marks".
27227      Branch: perl
27228            ! t/lib/filecomp.t
27229 ____________________________________________________________________________
27230 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
27231         Log: Integrate perlio.
27232      Branch: perl
27233           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
27234 ____________________________________________________________________________
27235 [ 10364] By: nick                                  on 2001/06/01  10:13:31
27236         Log: Cleanup dll.base and dll.exp created by GCC builds.
27237      Branch: perlio
27238            ! lib/ExtUtils/MM_Win32.pm
27239 ____________________________________________________________________________
27240 [ 10363] By: nick                                  on 2001/06/01  10:02:17
27241         Log: Make filecomp test work on CRLF platforms by adding binmode.
27242      Branch: perlio
27243            ! t/lib/filecomp.t
27244 ____________________________________________________________________________
27245 [ 10362] By: nick                                  on 2001/06/01  08:37:17
27246         Log: Integrate mainline
27247      Branch: perlio
27248           !> Changes Configure patchlevel.h perlio.c
27249 ____________________________________________________________________________
27250 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
27251         Log: panic:claustrophobia.
27252      Branch: perl
27253            ! perlio.c
27254 ____________________________________________________________________________
27255 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
27256         Log: Update Changes.
27257      Branch: perl
27258            ! Changes patchlevel.h
27259 ____________________________________________________________________________
27260 [ 10359] By: nick                                  on 2001/05/31  12:35:50
27261         Log: Integrate mainline.
27262      Branch: perlio
27263           +> t/lib/filecomp.t
27264           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
27265           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
27266 ____________________________________________________________________________
27267 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
27268         Log: Integrate perlio.
27269      Branch: perl
27270           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
27271           !> win32/config_H.vc
27272 ____________________________________________________________________________
27273 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
27274         Log: Metaconfig unit change for #10356.
27275      Branch: metaconfig
27276            ! U/installdirs/inc_version_list.U
27277 ____________________________________________________________________________
27278 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
27279         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
27280              (idea from Sarathy; implementation from Andy)
27281      Branch: perl
27282            ! Configure
27283 ____________________________________________________________________________
27284 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
27285         Log: More AUTHORS.
27286      Branch: perl
27287            ! AUTHORS
27288 ____________________________________________________________________________
27289 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
27290         Log: Subject: Re: [PATCH] Tests for File::Compare
27291              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
27292              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
27293              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
27294      Branch: perl
27295            + t/lib/filecomp.t
27296            ! MANIFEST t/lib/1_compile.t
27297 ____________________________________________________________________________
27298 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
27299         Log: Subject: [PATCH] DEBUG_* macro cleanups
27300              From: Abhijit Menon-Sen <ams@wiw.org>
27301              Date: Thu, 31 May 2001 12:16:22 +0530
27302              Message-ID: <20010531121622.B4829@lustre.linux.in>
27303              
27304              Subject: Re: [PATCH] DEBUG_* macro cleanups
27305              From: Abhijit Menon-Sen <ams@wiw.org>
27306              Date: Thu, 31 May 2001 13:57:01 +0530
27307              Message-ID: <20010531135701.A21775@lustre.linux.in>
27308              
27309              (The DEBUG_ definitions in perl.h changed to use the
27310              STMT_START and STMT_END.)
27311      Branch: perl
27312            ! perl.h pp_ctl.c sv.c toke.c
27313 ____________________________________________________________________________
27314 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
27315         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
27316              From: Abhijit Menon-Sen <ams@wiw.org>
27317              Date: Thu, 31 May 2001 08:27:55 +0530
27318              Message-ID: <20010531082755.A10018@lustre.linux.in>
27319      Branch: perl
27320            ! ext/Storable/Storable.xs gv.c perl.c
27321 ____________________________________________________________________________
27322 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
27323         Log: Subject: [PATCH] AUTHORS
27324              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27325              Date: Thu, 31 May 2001 01:27:59 -0500
27326              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
27327              
27328              Subject: Re: [PATCH] AUTHORS
27329              From: "Philip Newton" <Philip.Newton@gmx.net>
27330              Date: Thu, 31 May 2001 10:08:06 +0200
27331              (Message-Id missing?)
27332      Branch: perl
27333            ! AUTHORS
27334 ____________________________________________________________________________
27335 [ 10350] By: nick                                  on 2001/05/31  11:40:43
27336         Log: win32 - dmake regen_config_h
27337      Branch: perlio
27338            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27339 ____________________________________________________________________________
27340 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
27341         Log: Subject: Re: [PATCH util.c] More warning cleanups.
27342              From: "Philip Newton" <Philip.Newton@gmx.net>
27343              Date: Thu, 31 May 2001 07:41:36 +0200
27344              Message-Id: <200105310538.IAA25458@taku.hut.fi>
27345              
27346              Undo C++-ism that snekt in.
27347      Branch: perl
27348            ! util.c
27349 ____________________________________________________________________________
27350 [ 10348] By: nick                                  on 2001/05/31  11:36:46
27351         Log: Tolerate Win32 numerics
27352      Branch: perlio
27353            ! t/pragma/warn/toke
27354 ____________________________________________________________________________
27355 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
27356         Log: Integrate perlio.
27357      Branch: perl
27358           !> perlio.c win32/win32.h
27359 ____________________________________________________________________________
27360 [ 10346] By: nick                                  on 2001/05/31  10:54:55
27361         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
27362              perlio.c change 10255.
27363      Branch: perlio
27364            ! perlio.c
27365 ____________________________________________________________________________
27366 [ 10345] By: nick                                  on 2001/05/31  10:01:57
27367         Log: Conditionaly put back some "unused" dTHX which are used
27368              with PERL_IMPLICIT_SYS
27369      Branch: perlio
27370            ! perlio.c
27371 ____________________________________________________________________________
27372 [ 10344] By: nick                                  on 2001/05/31  10:00:59
27373         Log: Fix Win32 for new spelling IN_BYTES 
27374      Branch: perlio
27375            ! win32/win32.h
27376 ____________________________________________________________________________
27377 [ 10343] By: nick                                  on 2001/05/31  08:01:32
27378         Log: perlio.c -Wall cleaner under MULTIPLICITY
27379              - still minor noise with linux stdio
27380      Branch: perlio
27381            ! perlio.c
27382 ____________________________________________________________________________
27383 [ 10342] By: nick                                  on 2001/05/31  07:52:23
27384         Log: Integrate mainline.
27385      Branch: perlio
27386           !> (integrate 42 files)
27387 ____________________________________________________________________________
27388 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
27389         Log: AUTHORS updates.
27390      Branch: perl
27391            ! AUTHORS
27392 ____________________________________________________________________________
27393 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
27394         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
27395              From: Peter Prymmer <pvhp@forte.com>
27396              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
27397              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
27398      Branch: perl
27399            ! t/lib/md5-file.t
27400 ____________________________________________________________________________
27401 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
27402         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
27403              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
27404              to match the pragma name; various robustness cleanups.
27405      Branch: perl
27406            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
27407            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
27408 ____________________________________________________________________________
27409 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
27410         Log: More -Wall sweeping.
27411      Branch: perl
27412            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
27413            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
27414            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
27415            ! regcomp.c sv.c toke.c utf8.c
27416 ____________________________________________________________________________
27417 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
27418         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
27419              From: Nicholas Clark <nick@ccl4.org>
27420              Date: Wed, 30 May 2001 22:34:41 +0100
27421              Message-ID: <20010530223441.Y86445@plum.flirble.org>
27422      Branch: perl
27423            ! t/op/cmp.t
27424 ____________________________________________________________________________
27425 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
27426         Log: It's is not, it isn't ain't, and it's it's, not its,
27427              if you mean it is. If you don't, it's its. Then too,
27428              it's hers. It isn't her's. It isn't our's either.
27429              It's ours, and likewise yours and theirs.
27430              -- Oxford University Press, Edpress News
27431      Branch: perl
27432            ! lib/autouse.pm
27433 ____________________________________________________________________________
27434 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
27435         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
27436      Branch: perl
27437            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
27438            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
27439            ! x2p/str.c x2p/walk.c xsutils.c
27440 ____________________________________________________________________________
27441 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
27442         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27443              From: Michael G Schwern <schwern@pobox.com>
27444              Date: Wed, 30 May 2001 17:10:38 +0100
27445              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
27446              
27447              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
27448              From: Abhijit Menon-Sen <ams@wiw.org>
27449              Date: Wed, 30 May 2001 23:16:13 +0530
27450              Message-ID: <20010530231613.A31933@lustre.linux.in>
27451      Branch: perl
27452            ! perl.c t/run/runenv.t
27453 ____________________________________________________________________________
27454 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
27455         Log: (Retracted by #10375.)
27456              
27457              IRIX hints patch from Merijn Broeren.
27458              
27459              TODO: (this and the earlier Linux hints patch) should be solved
27460              at Configure level.  Merijn: -ldb should not be used on any platform
27461              for perl, just when linking DBFile itself. Trying to be helpful here
27462              is counterproductive.
27463      Branch: perl
27464            ! hints/irix_6.sh
27465 ____________________________________________________________________________
27466 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
27467         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
27468              From: Nicholas Clark <nick@ccl4.org>
27469              Date: Wed, 30 May 2001 23:20:58 +0100
27470              Message-ID: <20010530232058.B86445@plum.flirble.org>
27471      Branch: perl
27472            ! doop.c
27473 ____________________________________________________________________________
27474 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
27475         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27476              From: Michael G Schwern <schwern@pobox.com> 
27477              Date: Wed, 30 May 2001 15:24:20 +0100
27478              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
27479      Branch: perl
27480            ! t/pragma/autouse.t
27481 ____________________________________________________________________________
27482 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
27483         Log: The regex trick wasn't a good idea.
27484      Branch: perl
27485            ! pod/perlfaq4.pod
27486 ____________________________________________________________________________
27487 [ 10329] By: nick                                  on 2001/05/30  18:34:35
27488         Log: Integrate mainline
27489      Branch: perlio
27490           !> (integrate 40 files)
27491 ____________________________________________________________________________
27492 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
27493         Log: Update Changes.
27494      Branch: perl
27495            ! Changes patchlevel.h
27496 ____________________________________________________________________________
27497 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
27498         Log: The metaconfig unit change for #10325.
27499      Branch: metaconfig
27500            + U/modified/afs.U
27501 ____________________________________________________________________________
27502 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
27503         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
27504              is now wrong.
27505      Branch: perl
27506            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
27507 ____________________________________________________________________________
27508 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
27509         Log: Introduce $Config{afsroot}.
27510      Branch: perl
27511            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27512            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
27513            ! win32/config.gc win32/config.vc
27514 ____________________________________________________________________________
27515 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
27516         Log: (Retracted by #10375.)
27517              
27518              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
27519      Branch: perl
27520            ! hints/linux.sh
27521 ____________________________________________________________________________
27522 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
27523         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
27524              (Also Configure tweaks needed; coming up soon.)
27525      Branch: perl
27526            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
27527 ____________________________________________________________________________
27528 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
27529         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
27530              From: Michael G Schwern <schwern@pobox.com>
27531              Date: Sun, 27 May 2001 10:29:43 +0100
27532              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
27533      Branch: perl
27534            ! lib/perl5db.pl
27535 ____________________________________________________________________________
27536 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
27537         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
27538              and Abhijit Menon-Sen.
27539      Branch: perl
27540            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
27541            ! perl.c pp_sys.c regcomp.c
27542 ____________________________________________________________________________
27543 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
27544         Log: Fix the BOOT section to call myU2time properly.
27545      Branch: perl
27546            ! ext/Time/HiRes/HiRes.xs
27547 ____________________________________________________________________________
27548 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
27549         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27550              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
27551              Date: Wed, 30 May 2001 09:44:29 -0400
27552              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
27553              
27554              Detypo; plus add one more trick.
27555      Branch: perl
27556            ! pod/perlfaq4.pod
27557 ____________________________________________________________________________
27558 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
27559         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)
27560              From: Michael G Schwern <schwern@pobox.com>
27561              Date: Wed, 30 May 2001 14:39:06 +0100
27562              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
27563      Branch: perl
27564            ! lib/autouse.pm t/pragma/autouse.t
27565 ____________________________________________________________________________
27566 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
27567         Log: Subject: Re: AIX and gcc (moving targets)
27568              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27569              Date: Wed, 30 May 2001 15:25:08 +0200
27570              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
27571      Branch: perl
27572            ! ext/Time/HiRes/HiRes.xs
27573 ____________________________________________________________________________
27574 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
27575         Log: Subject: [PATCH t/TEST] sorting tests
27576              From: Michael G Schwern <schwern@pobox.com>
27577              Date: Wed, 30 May 2001 10:24:02 +0100
27578              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
27579      Branch: perl
27580            ! t/TEST
27581 ____________________________________________________________________________
27582 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
27583         Log: Subject: [ID 20010529.002] typos in man page perlre
27584              From: bart@cg681574-a.adubn1.nj.home.com 
27585              Date: Tue, 29 May 2001 13:58:59 -0500
27586              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
27587      Branch: perl
27588            ! pod/perlre.pod
27589 ____________________________________________________________________________
27590 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
27591         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
27592              From: "Craig A. Berry" <craigberry@mac.com>
27593              Date: Tue, 29 May 2001 23:23:45 -0500
27594              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
27595      Branch: perl
27596            ! t/lib/extutils.t t/pragma/autouse.t
27597 ____________________________________________________________________________
27598 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
27599         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)
27600              From: David Dyck <dcd@tc.fluke.com>
27601              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
27602              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
27603      Branch: perl
27604            ! t/lib/filefind.t
27605 ____________________________________________________________________________
27606 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
27607         Log: AIX hints update for gcc from Merijn H. Brand.
27608      Branch: perl
27609            ! hints/aix.sh
27610 ____________________________________________________________________________
27611 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
27612         Log: Retract #10295 and #10296: a more generic solution
27613              is needed (there's something funny with gcc on AIX).
27614      Branch: perl
27615            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
27616 ____________________________________________________________________________
27617 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
27618         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27619              From: Hugo <hv@crypt.compulink.co.uk>
27620              Date: Wed, 30 May 2001 11:59:19 +0100
27621              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
27622              
27623              localizing $@ has unfortunate semantics - if you die past
27624              a local $@, the die message is lost.
27625      Branch: perl
27626            ! lib/utf8_heavy.pl
27627 ____________________________________________________________________________
27628 [ 10309] By: nick                                  on 2001/05/30  08:23:02
27629         Log: Integrate mainline (autouse works again.)
27630      Branch: perlio
27631           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
27632           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
27633           !> pod/perlvar.pod t/op/cmp.t
27634 ____________________________________________________________________________
27635 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
27636         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
27637              From: David Dyck <dcd@tc.fluke.com>
27638              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
27639              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
27640      Branch: perl
27641            ! lib/File/Find.pm
27642 ____________________________________________________________________________
27643 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
27644         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
27645              From: Nicholas Clark <nick@ccl4.org>
27646              Date: Tue, 29 May 2001 23:16:09 +0100
27647              Message-ID: <20010529231609.U86445@plum.flirble.org>
27648              
27649              Make the test output slightly clearer by distinguishing
27650              between '' and undef.
27651      Branch: perl
27652            ! t/op/cmp.t
27653 ____________________________________________________________________________
27654 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
27655         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
27656              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27657              Date: Tue, 29 May 2001 19:15:19 -0400
27658              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
27659      Branch: perl
27660            ! hints/os2.sh
27661 ____________________________________________________________________________
27662 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
27663         Log: Subject: perlvar.pod addition
27664              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
27665              Date: Fri, 25 May 2001 20:23:12 +0200
27666              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
27667              
27668              Subject: Re: perlvar.pod addition
27669              From: "Abigail" <abigail@foad.org> 
27670              Date: Fri, 25 May 2001 22:00:39 +0200
27671              Message-ID: <20010525200039.28029.qmail@foad.org>
27672              
27673              Mention $a and $b in perlvar.
27674      Branch: perl
27675            ! pod/perlvar.pod
27676 ____________________________________________________________________________
27677 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
27678         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
27679              From: Jeff Pinyan <jeffp@crusoe.net>
27680              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
27681              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
27682      Branch: perl
27683            ! pod/perlvar.pod
27684 ____________________________________________________________________________
27685 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
27686         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
27687              From: Jeff Pinyan <jeffp@crusoe.net>
27688              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
27689              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
27690      Branch: perl
27691            ! pod/perlfaq6.pod
27692 ____________________________________________________________________________
27693 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
27694         Log: Mention Time::localtime and Time::gmtime.
27695      Branch: perl
27696            ! ext/Time/Piece/Piece.pm
27697 ____________________________________________________________________________
27698 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
27699         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
27700              From: Michael G Schwern <schwern@pobox.com>
27701              Date: Tue, 29 May 2001 18:51:32 +0100
27702              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
27703      Branch: perl
27704            ! pod/perlfaq4.pod
27705 ____________________________________________________________________________
27706 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
27707         Log: Retract #10243.
27708      Branch: perl
27709            ! lib/autouse.pm
27710 ____________________________________________________________________________
27711 [ 10299] By: nick                                  on 2001/05/29  18:41:19
27712         Log: Post weekend integrate mainline (fails one test pragma/autouse).
27713      Branch: perlio
27714           +> (branch 29 files)
27715           !> (integrate 91 files)
27716 ____________________________________________________________________________
27717 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
27718         Log: Update Changes.
27719      Branch: perl
27720            ! Changes patchlevel.h
27721 ____________________________________________________________________________
27722 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
27723         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
27724              before Perl_load_module/Perl_call_method and restore the value
27725              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
27726      Branch: perl
27727            ! utf8.c
27728 ____________________________________________________________________________
27729 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
27730         Log: Subject: Re: AIX and gcc (moving targets)
27731              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27732              Date: Tue, 29 May 2001 17:59:40 +0200
27733              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
27734      Branch: perl
27735            ! ext/Storable/Makefile.PL
27736 ____________________________________________________________________________
27737 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
27738         Log: Subject: Re: AIX and gcc (moving targets)
27739              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27740              Date: Tue, 29 May 2001 12:32:57 +0200
27741              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
27742      Branch: perl
27743            ! ext/POSIX/Makefile.PL
27744 ____________________________________________________________________________
27745 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
27746         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
27747              From: Michael G Schwern <schwern@pobox.com>
27748              Date: Tue, 29 May 2001 09:53:29 +0100
27749              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
27750              
27751              (#10280 retracted)
27752      Branch: perl
27753            ! lib/Test/Harness.pm t/lib/test-harness.t
27754 ____________________________________________________________________________
27755 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
27756         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
27757              From: Michael G Schwern <schwern@pobox.com>
27758              Date: Tue, 29 May 2001 09:19:52 +0100
27759              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
27760      Branch: perl
27761            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
27762            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
27763            + t/lib/Test/todo.t
27764            ! MANIFEST lib/Test.pm t/TEST
27765 ____________________________________________________________________________
27766 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
27767         Log: From: Michael G Schwern <schwern@pobox.com>
27768              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
27769              Date: Tue, 29 May 2001 08:26:09 +0100
27770              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
27771      Branch: perl
27772            ! t/TEST
27773 ____________________________________________________________________________
27774 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
27775         Log: Add tests for Time::gmtime and Time::localtime.
27776      Branch: perl
27777            + t/lib/time-gmtime.t t/lib/time-localtime.t
27778            ! MANIFEST t/lib/1_compile.t
27779 ____________________________________________________________________________
27780 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
27781         Log: Add test for File::stat.
27782      Branch: perl
27783            + t/lib/filestat.t
27784            ! MANIFEST t/lib/1_compile.t
27785 ____________________________________________________________________________
27786 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
27787         Log: Add test for Net::servent.
27788      Branch: perl
27789            + t/lib/net-sent.t
27790            ! MANIFEST t/lib/1_compile.t
27791 ____________________________________________________________________________
27792 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
27793         Log: Add test for Net::protoent.
27794      Branch: perl
27795            + t/lib/net-pent.t
27796            ! MANIFEST t/lib/1_compile.t
27797 ____________________________________________________________________________
27798 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
27799         Log: Add test for Net::netent.
27800      Branch: perl
27801            + t/lib/net-nent.t
27802            ! MANIFEST t/lib/1_compile.t
27803 ____________________________________________________________________________
27804 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
27805         Log: Add test for User::grent.  Portability doubtful.
27806      Branch: perl
27807            + t/lib/user-grent.t
27808            ! MANIFEST t/lib/1_compile.t
27809 ____________________________________________________________________________
27810 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
27811         Log: Add test for User::pwent.
27812              Probably will fall down somewhere for portability reasons.
27813      Branch: perl
27814            + t/lib/user-pwent.t
27815            ! MANIFEST t/lib/1_compile.t
27816 ____________________________________________________________________________
27817 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
27818         Log: Metaconfig units changes for #10283.
27819      Branch: metaconfig
27820            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
27821            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
27822            ! U/installdirs/sitescript.U U/modified/Signal.U
27823 ____________________________________________________________________________
27824 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
27825         Log: Subject: [PATCH 5.6.1] signal names in Configure
27826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27827              Date: Tue, 29 May 2001 03:52:25 -0400
27828              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
27829              
27830              Subject: [PATCH 5.6.1] older perl in Configure
27831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27832              Date: Tue, 29 May 2001 03:55:40 -0400
27833              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
27834              
27835              Subject: [PATCH 5.6.1] goofs in Configure
27836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27837              Date: Tue, 29 May 2001 04:13:07 -0400
27838              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
27839              
27840              Configure portability tweaks.
27841      Branch: perl
27842            ! Configure
27843 ____________________________________________________________________________
27844 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
27845         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
27846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27847              Date: Tue, 29 May 2001 04:07:06 -0400
27848              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
27849      Branch: perl
27850            ! os2/os2.c
27851 ____________________________________________________________________________
27852 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
27853         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
27854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27855              Date: Tue, 29 May 2001 04:01:38 -0400
27856              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
27857      Branch: perl
27858            ! hints/os2.sh os2/Makefile.SHs
27859 ____________________________________________________________________________
27860 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
27861         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
27862              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27863              Date: Tue, 29 May 2001 03:50:18 -0400
27864              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
27865      Branch: perl
27866            ! lib/Test/Harness.pm
27867 ____________________________________________________________________________
27868 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
27869         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
27870      Branch: perl
27871            ! lib/utf8_heavy.pl
27872 ____________________________________________________________________________
27873 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
27874         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
27875              From: Hugo <hv@crypt.compulink.co.uk>
27876              Date: Tue, 29 May 2001 03:03:45 +0100
27877              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
27878              
27879              Explanation why the $@ always gets the UTF8 flag when under use utf8--
27880              because we told it to have the flag when under use utf8.
27881      Branch: perl
27882            ! pp_ctl.c
27883 ____________________________________________________________________________
27884 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
27885         Log: At least a partial fix for 20010528.004.
27886      Branch: perl
27887            ! lib/utf8_heavy.pl
27888 ____________________________________________________________________________
27889 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
27890         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
27891              From: Nicholas Clark <nick@ccl4.org> 
27892              Date: Mon, 28 May 2001 23:39:38 +0100
27893              Message-ID: <20010528233938.M86445@plum.flirble.org>
27894              
27895              More portable non-zero UV.
27896      Branch: perl
27897            ! t/lib/extutils.t
27898 ____________________________________________________________________________
27899 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
27900         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
27901              From: Nicholas Clark <nick@ccl4.org>
27902              Date: Mon, 28 May 2001 22:46:09 +0100
27903              Message-ID: <20010528224608.L86445@plum.flirble.org>
27904              
27905              Test also "make clean".
27906      Branch: perl
27907            ! t/lib/extutils.t
27908 ____________________________________________________________________________
27909 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
27910         Log: Subject: Re: Would -Wno-unused -Wall be better?
27911              From: Michael G Schwern <schwern@pobox.com>
27912              Date: Tue, 29 May 2001 00:55:54 +0100
27913              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
27914      Branch: perl
27915            ! pp.h
27916 ____________________________________________________________________________
27917 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
27918         Log: Add a test for 20010528.007, fixed in #10272.
27919      Branch: perl
27920            ! t/op/misc.t toke.c
27921 ____________________________________________________________________________
27922 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
27923         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
27924              From: Hugo <hv@crypt.compulink.co.uk>
27925              Date: Tue, 29 May 2001 00:23:23 +0100
27926              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
27927      Branch: perl
27928            ! toke.c
27929 ____________________________________________________________________________
27930 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
27931         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
27932              From: Michael G Schwern <schwern@pobox.com>
27933              Date: Tue, 29 May 2001 00:42:59 +0100
27934              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
27935      Branch: perl
27936            ! t/pragma/autouse.t
27937 ____________________________________________________________________________
27938 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
27939         Log: Some shells seemingly arrange the signal handlers differently
27940              (bug id 20010521.004).
27941      Branch: perl
27942            ! t/lib/sigaction.t
27943 ____________________________________________________________________________
27944 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
27945         Log: Regen perlmodlib.
27946      Branch: perl
27947            ! pod/perlmodlib.pod
27948 ____________________________________________________________________________
27949 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
27950         Log: Update Changes.
27951      Branch: perl
27952            ! Changes patchlevel.h
27953 ____________________________________________________________________________
27954 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
27955         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
27956              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
27957              Date: Mon, 28 May 2001 14:56:35 -0500
27958              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
27959      Branch: perl
27960            ! pod/perlnewmod.pod
27961 ____________________________________________________________________________
27962 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
27963         Log: Regen toc.
27964      Branch: perl
27965            ! pod/perltoc.pod
27966 ____________________________________________________________________________
27967 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
27968         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
27969              From: "Richard Soderberg" <rs@crystalflame.net>
27970              Date: Mon, 28 May 2001 12:31:23 -0700
27971              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
27972      Branch: perl
27973            ! t/op/splice.t
27974 ____________________________________________________________________________
27975 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
27976         Log: The #10260 was too bold: locales and utf8 still do not mix.
27977      Branch: perl
27978            ! t/pragma/locale.t
27979 ____________________________________________________________________________
27980 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
27981         Log: Subject: [PATCH] Pod nitpicks
27982              From: "Richard Soderberg" <rs@crystalflame.net>
27983              Date: Mon, 28 May 2001 10:08:58 -0700
27984              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
27985      Branch: perl
27986            ! pod/perl571delta.pod pod/perlapi.pod sv.h
27987 ____________________________________________________________________________
27988 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
27989         Log: Upgrade to I18N::LangTags 0.22.
27990      Branch: perl
27991            + lib/I18N/LangTags/List.pod
27992            ! MANIFEST lib/I18N/LangTags.pm
27993 ____________________________________________________________________________
27994 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
27995         Log: A slightly more serious bug found by -Mutf8; op/misc and
27996              lib/complex dumped core.
27997      Branch: perl
27998            ! regexec.c
27999 ____________________________________________________________________________
28000 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
28001         Log: Various buglets shaken out by -Mutf8.
28002      Branch: perl
28003            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
28004            ! t/pragma/locale.t
28005 ____________________________________________________________________________
28006 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
28007         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
28008      Branch: perl
28009            ! t/lib/carp.t
28010 ____________________________________________________________________________
28011 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
28012         Log: Subject: [PATCH] todo patch
28013              From: Artur Bergman <artur@contiller.se> 
28014              Date: Mon, 28 May 2001 17:03:51 +0200
28015              Message-ID: <B7383577.F34%artur@contiller.se>
28016      Branch: perl
28017            ! pod/perltodo.pod
28018 ____________________________________________________________________________
28019 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
28020         Log: Subject: typo in perlguts.pod
28021              From: "John P. Linderman" <jpl@research.att.com>
28022              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
28023              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
28024      Branch: perl
28025            ! pod/perlguts.pod
28026 ____________________________________________________________________________
28027 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
28028         Log: Subject: AIX and gcc (moving targets)
28029              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28030              Date: Mon, 28 May 2001 12:54:04 +0200
28031              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
28032      Branch: perl
28033            ! hints/aix.sh
28034 ____________________________________________________________________________
28035 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
28036         Log: Subject: Re: perlio + multiple perl_alloc..destruct
28037              From: Doug MacEachern <dougm@covalent.net>
28038              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
28039              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
28040      Branch: perl
28041            ! perlio.c
28042 ____________________________________________________________________________
28043 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
28044         Log: The #10251 wasn't quite up-to-the-code.
28045      Branch: perl
28046            ! t/op/misc.t
28047 ____________________________________________________________________________
28048 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
28049         Log: Test case for bug 20010526.004, fixed in #10252.
28050      Branch: perl
28051            ! t/op/taint.t
28052 ____________________________________________________________________________
28053 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
28054         Log: Subject: Re: [ID 20010526.004] Taint looses value
28055              From: Hugo <hv@crypt.compulink.co.uk>
28056              Date: Sun, 27 May 2001 20:39:32 +0100
28057              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
28058      Branch: perl
28059            ! sv.c
28060 ____________________________________________________________________________
28061 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
28062         Log: Test case for 20010422.005, fixed by #10250.
28063      Branch: perl
28064            ! t/op/misc.t
28065 ____________________________________________________________________________
28066 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
28067         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
28068              From: Spider Boardman <spider@Orb.Nashua.NH.US>
28069              Date: Mon, 28 May 2001 06:39:12 -0400
28070              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
28071      Branch: perl
28072            ! toke.c
28073 ____________________________________________________________________________
28074 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
28075         Log: Linerewrapping.
28076      Branch: perl
28077            ! lib/open.pm
28078 ____________________________________________________________________________
28079 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
28080         Log: Updates on the modules list.
28081      Branch: perl
28082            ! t/lib/1_compile.t
28083 ____________________________________________________________________________
28084 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
28085         Log: Add a test for PerlIO.
28086              
28087              (I probably got the crlf/raw thing wrong for clrfy platforms...)
28088      Branch: perl
28089            + t/lib/perlio.t
28090            ! MANIFEST lib/PerlIO.pm
28091 ____________________________________________________________________________
28092 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
28093         Log: Add a test for carp et alia.
28094      Branch: perl
28095            + t/lib/carp.t
28096            ! MANIFEST
28097 ____________________________________________________________________________
28098 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
28099         Log: Adding the new test would be swell.
28100      Branch: perl
28101            + t/pragma/autouse.t
28102 ____________________________________________________________________________
28103 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
28104         Log: Add a test for the autouse pragma.
28105      Branch: perl
28106            ! MANIFEST
28107 ____________________________________________________________________________
28108 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
28109         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
28110              From: dLux <dlux@spam.sch.bme.hu>
28111              Date: Sun, 27 May 2001 16:14:26 +0200
28112              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
28113      Branch: perl
28114            ! lib/autouse.pm
28115 ____________________________________________________________________________
28116 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
28117         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
28118              From: "Richard Soderberg" <rs@crystalflame.net>
28119              Date: Mon, 28 May 2001 03:56:36 -0700
28120              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
28121      Branch: perl
28122            ! utils/dprofpp.PL
28123 ____________________________________________________________________________
28124 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
28125         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
28126              From: "Stephen P. Potter" <spp@spotter.yi.org>
28127              Date: Tue, 22 May 2001 11:40:25 -0400
28128              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
28129              
28130              Subject: Re: [ID 20010522.003] Time::Local module bug
28131              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
28132              Date: Tue, 22 May 2001 11:50:19 -0400
28133              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
28134      Branch: perl
28135            ! lib/Time/Local.pm
28136 ____________________________________________________________________________
28137 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
28138         Log: The PERL_DL_NONLAZY can have whitespace in front.
28139      Branch: perl
28140            ! t/lib/extutils.t
28141 ____________________________________________________________________________
28142 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
28143         Log: Document strftime() and strptime().
28144      Branch: perl
28145            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
28146 ____________________________________________________________________________
28147 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
28148         Log: Make Time::Piece::strptime() to be a function, not a method.
28149      Branch: perl
28150            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
28151 ____________________________________________________________________________
28152 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
28153         Log: Tweak the test to be more portable.
28154      Branch: perl
28155            ! t/lib/extutils.t
28156 ____________________________________________________________________________
28157 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
28158         Log: Subject: PATCH: Re: Re: Attributes that tie
28159              From: Leon Brocard <acme@astray.com>
28160              Date: Sun, 27 May 2001 12:37:29 +0100
28161              Message-ID: <20010527123729.A22663@ns0.astray.com>
28162              
28163              Document that variable attributes are not currently usable
28164              for tieing.  (An ugly limitation that should be fixed.)
28165      Branch: perl
28166            ! lib/attributes.pm
28167 ____________________________________________________________________________
28168 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
28169         Log: Microperl tweaks.
28170      Branch: perl
28171            ! Makefile.micro uconfig.h uconfig.sh
28172 ____________________________________________________________________________
28173 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
28174         Log: Add make target for microperl (kind of silly, but convenient).
28175      Branch: perl
28176            ! Makefile.SH
28177 ____________________________________________________________________________
28178 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
28179         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
28180              for microperl.)
28181      Branch: perl
28182            ! doio.c
28183 ____________________________________________________________________________
28184 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
28185         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
28186              From: rspier@pobox.com (Robert Spier)
28187              Date: Sat, 26 May 2001 20:05:23 -0400
28188              Message-ID: <15120.17603.148648.12430@rls.cx>
28189              
28190              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
28191              From: rspier@pobox.com (Robert Spier)
28192              Date: Sun, 27 May 2001 00:23:12 -0400
28193              Message-ID: <15120.33072.511966.767230@rls.cx>
28194      Branch: perl
28195            ! doio.c pod/perlfunc.pod
28196 ____________________________________________________________________________
28197 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
28198         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
28199      Branch: perl
28200            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28201 ____________________________________________________________________________
28202 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
28203         Log: Add README.tru64.
28204      Branch: perl
28205            + README.tru64
28206 ____________________________________________________________________________
28207 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
28208         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
28209      Branch: perl
28210            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
28211            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
28212            ! MANIFEST
28213 ____________________________________________________________________________
28214 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
28215         Log: Integrate I18N::LangTags from Sean Burke.
28216              
28217              TODO: the language list from RFC 3066 needs to be integrated
28218              and made available somehow.  The list is included in the
28219              I18N-LangTags 0.21 distribution, but it is undocumented
28220              and unconnected to the module.
28221      Branch: perl
28222            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
28223            ! MANIFEST
28224 ____________________________________________________________________________
28225 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
28226         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
28227              envisioned by Sarathy.
28228      Branch: perl
28229            ! t/op/ver.t toke.c
28230 ____________________________________________________________________________
28231 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
28232         Log: Subject: [ID 20010525.001] Pod typo nits fixed
28233              From: lvirden@cas.org
28234              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
28235              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
28236              
28237              minus the perlsolaris decimation plus the
28238              
28239              Subject: Re: [ID 20010525.001] Pod typo nits fixed
28240              From: "Philip Newton" <Philip.Newton@gmx.net>
28241              Date: Fri, 25 May 2001 18:05:55 +0200
28242              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
28243      Branch: perl
28244            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
28245            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
28246            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
28247            ! pod/perlutil.pod pod/perlxstut.pod
28248 ____________________________________________________________________________
28249 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
28250         Log: return clauses are nice.
28251      Branch: perl
28252            ! sv.c
28253 ____________________________________________________________________________
28254 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
28255         Log: Subject: change 10199 backwards?
28256              From: Doug MacEachern <dougm@covalent.net>
28257              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
28258              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
28259      Branch: perl
28260            ! sv.c
28261 ____________________________________________________________________________
28262 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
28263         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
28264              From: Hugo <hv@crypt.compulink.co.uk>
28265              Date: Sat, 26 May 2001 17:05:12 +0100
28266              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
28267      Branch: perl
28268            + t/op/gmagic.t
28269            ! MANIFEST doop.c embed.h embed.pl global.sym
28270            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
28271            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
28272 ____________________________________________________________________________
28273 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
28274         Log: Regen headers for #10221.
28275      Branch: perl
28276            ! global.sym objXSUB.h perlapi.c
28277 ____________________________________________________________________________
28278 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
28279         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
28280              From: Juha Laiho <juha.laiho@Elma.Net>
28281              Date: Thu, 3 May 2001 09:51:30 +0300
28282              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
28283      Branch: perl
28284            ! embed.pl
28285 ____________________________________________________________________________
28286 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
28287         Log: Subject: Re: [PATCH] Re: stability of sort()?
28288              From: "John P. Linderman" <jpl@research.att.com>
28289              Date: Sat, 26 May 2001 13:27:19 -0400
28290              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
28291      Branch: perl
28292            ! pod/perlfunc.pod
28293 ____________________________________________________________________________
28294 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
28295         Log: Integrate perlio.
28296      Branch: perl
28297           !> pod/perlguts.pod
28298 ____________________________________________________________________________
28299 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
28300         Log: Subject: [PATCH perl@10210] PerlIO for VMS
28301              From: "Craig A. Berry" <craigberry@mac.com>
28302              Date: Sat, 26 May 2001 09:34:11 -0500
28303              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
28304      Branch: perl
28305            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
28306            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
28307            ! vms/vmsish.h
28308 ____________________________________________________________________________
28309 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
28310         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
28311              From: David Dyck <dcd@tc.fluke.com>
28312              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
28313              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
28314      Branch: perl
28315            ! lib/perl5db.pl
28316 ____________________________________________________________________________
28317 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
28318         Log: Subject: utf8 regexp tests
28319              From: Hugo <hv@crypt.compulink.co.uk>
28320              Date: Fri, 25 May 2001 22:35:01 +0100
28321              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
28322      Branch: perl
28323            ! t/op/regexp.t
28324 ____________________________________________________________________________
28325 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
28326         Log: Subject: [PATCH] Re: stability of sort()?
28327              From: Nicholas Clark <nick@ccl4.org>
28328              Date: Fri, 25 May 2001 22:40:19 +0100
28329              Message-ID: <20010525224019.B86445@plum.flirble.org>
28330      Branch: perl
28331            ! pod/perlfunc.pod
28332 ____________________________________________________________________________
28333 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
28334         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
28335              From: John Peacock <jpeacock@rowman.com>
28336              Date: Thu, 24 May 2001 22:14:01 -0400
28337              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
28338      Branch: perl
28339            ! mg.c scope.c sv.c
28340 ____________________________________________________________________________
28341 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
28342         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
28343              From: Nicholas Clark <nick@ccl4.org>
28344              Date: Sun, 20 May 2001 19:24:13 +0100
28345              Message-ID: <20010520192413.G83222@plum.flirble.org>
28346      Branch: perl
28347            + lib/ExtUtils/Constant.pm t/lib/extutils.t
28348            ! MANIFEST utils/h2xs.PL
28349 ____________________________________________________________________________
28350 [ 10212] By: nick                                  on 2001/05/26  09:49:28
28351         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
28352              add a few more notes there on use of mortals on the stack.
28353      Branch: perlio
28354            ! pod/perlguts.pod
28355 ____________________________________________________________________________
28356 [ 10211] By: nick                                  on 2001/05/26  09:05:36
28357         Log: Integrate mainline
28358      Branch: perlio
28359           +> t/lib/fcntl.t t/pragma/vars.t
28360           !> (integrate 49 files)
28361 ____________________________________________________________________________
28362 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
28363         Log: Update Changes.
28364      Branch: perl
28365            ! Changes patchlevel.h
28366 ____________________________________________________________________________
28367 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
28368         Log: Based on
28369              
28370              Subject: [PATCH pp.c] Wrapping pack("C",256)
28371              From: Simon Cozens <simon@netthink.co.uk>
28372              Date: Sat, 12 May 2001 17:58:41 +0100
28373              Message-ID: <20010512175841.A6132@netthink.co.uk>
28374      Branch: perl
28375            ! pod/perldiag.pod pp.c t/pragma/warn/pp
28376 ____________________________________________________________________________
28377 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
28378         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
28379              From: "Brendan O'Dea" <bod@compusol.com.au>
28380              Date: Fri, 25 May 2001 11:18:29 +1000
28381              Message-ID: <20010525111829.A28411@compusol.com.au>
28382              
28383              (Slightly modified.)
28384      Branch: perl
28385            ! lib/Term/Cap.pm
28386 ____________________________________________________________________________
28387 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
28388         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
28389              From: Hugo <hv@crypt.compulink.co.uk>
28390              Date: Fri, 25 May 2001 02:13:25 +0100
28391              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
28392      Branch: perl
28393            ! t/op/misc.t
28394 ____________________________________________________________________________
28395 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
28396         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
28397              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
28398              Date: Fri, 25 May 2001 10:25:36 +0900
28399              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
28400      Branch: perl
28401            ! regcomp.c regexec.c
28402 ____________________________________________________________________________
28403 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
28404         Log: Subject: [PATCH #2] stash autovivification and method call error messages
28405              From: Ilmari Karonen <iltzu@sci.fi>
28406              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
28407              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
28408      Branch: perl
28409            ! gv.c pp_hot.c t/op/method.t
28410 ____________________________________________________________________________
28411 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
28412         Log: Add make target and documentation for gprof profiling.
28413      Branch: perl
28414            ! Makefile.SH pod/perlhack.pod
28415 ____________________________________________________________________________
28416 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
28417         Log: Subject: Don't think about UTF8 
28418              From: Mike Guy <mjtg@cam.ac.uk> 
28419              Date: Tue, 22 May 2001 14:35:39 +0100
28420              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
28421      Branch: perl
28422            ! sv.h
28423 ____________________________________________________________________________
28424 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
28425         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
28426              From: Geraint A Edwards <gedge@serf.org> 
28427              Date: Thu, 24 May 2001 22:51:24 +0100
28428              Message-Id: <20010524225124.A34981@cymru.serf.org>
28429      Branch: perl
28430            ! x2p/find2perl.PL
28431 ____________________________________________________________________________
28432 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
28433         Log: DB_File has its own attribute story.
28434      Branch: perl
28435            ! ext/DB_File/DB_File.xs
28436 ____________________________________________________________________________
28437 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
28438         Log: Subject: Re: Making perl with -Wall
28439              From: Andy Dougherty <doughera@lafayette.edu>
28440              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
28441              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
28442      Branch: perl
28443            ! perl.h
28444 ____________________________________________________________________________
28445 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
28446         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
28447              From: "Richard Soderberg" <rs@crystalflame.net>
28448              Date: Thu, 24 May 2001 08:58:16 -0700
28449              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
28450      Branch: perl
28451            ! sv.c
28452 ____________________________________________________________________________
28453 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
28454         Log: IV/UV casting fixes from Nicholas Clark.
28455      Branch: perl
28456            ! perl.h pp_sys.c util.c
28457 ____________________________________________________________________________
28458 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
28459         Log: Subject: Re: Making perl with -Wall
28460              From: Michael G Schwern <schwern@pobox.com>
28461              Date: Thu, 24 May 2001 15:40:28 +0100
28462              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
28463      Branch: perl
28464            ! malloc.c perl.h
28465 ____________________________________________________________________________
28466 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
28467         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
28468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28469              Date: Tue, 22 May 2001 11:49:37 +0200
28470              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
28471      Branch: metaconfig
28472            ! U/modified/Oldsym.U
28473      Branch: metaconfig/U/perl
28474            ! patchlevel.U
28475      Branch: perl
28476            ! Configure config_h.SH myconfig.SH
28477 ____________________________________________________________________________
28478 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
28479         Log: Under versiononly install also the scripts with the version suffix.
28480              (e.g. .../bin/h2xs5.7.1)
28481      Branch: perl
28482            ! installperl
28483 ____________________________________________________________________________
28484 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
28485         Log: Subject: [PATCH] Stop segfault in mg.c:636
28486              From: "Richard Soderberg" <rs@crystalflame.net>
28487              Date: Thu, 24 May 2001 05:51:52 -0700
28488              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
28489      Branch: perl
28490            ! mg.c
28491 ____________________________________________________________________________
28492 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
28493         Log: Iteration continues; hopefully convergently.
28494      Branch: perl
28495            ! t/lib/b-stash.t
28496 ____________________________________________________________________________
28497 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
28498         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
28499              From: Gisle Aas <gisle@ActiveState.com>
28500              Date: 23 May 2001 16:13:10 -0700
28501              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
28502      Branch: perl
28503            ! op.c toke.c
28504 ____________________________________________________________________________
28505 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
28506         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
28507              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28508              Date: Thu, 24 May 2001 05:05:22 -0500
28509              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
28510      Branch: perl
28511            ! lib/dumpvar.pl lib/perl5db.pl
28512 ____________________________________________________________________________
28513 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
28514         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
28515              From: David Dyck <dcd@tc.fluke.com>
28516              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
28517              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
28518      Branch: perl
28519            ! lib/perl5db.pl
28520 ____________________________________________________________________________
28521 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
28522         Log: Tiny pod nits on READMEs, mostly whitespace issues.
28523      Branch: perl
28524            ! README.amiga README.dos README.macos README.mpeix README.vmesa
28525            ! README.win32
28526 ____________________________________________________________________________
28527 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
28528         Log: The DG/UX part of the 20010521.005.
28529      Branch: perl
28530            ! README.dgux
28531 ____________________________________________________________________________
28532 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
28533         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
28534              From: Hugo <hv@crypt.compulink.co.uk>
28535              Date: Mon, 21 May 2001 16:32:02 +0100
28536              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
28537      Branch: perl
28538            ! regcomp.c t/op/misc.t
28539 ____________________________________________________________________________
28540 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
28541         Log: Subject: [PATCH] Extra UNIVERSAL tests
28542              From: Mike Guy <mjtg@cam.ac.uk>
28543              Date: Wed, 23 May 2001 12:29:20 +0100
28544              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
28545      Branch: perl
28546            ! t/op/universal.t
28547 ____________________________________________________________________________
28548 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
28549         Log: Subject: [PATCH] Remove EQ keyword
28550              From: Mike Guy <mjtg@cam.ac.uk>
28551              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
28552              Date: Wed, 23 May 2001 11:17:29 +0100
28553      Branch: perl
28554            ! keywords.h keywords.pl
28555 ____________________________________________________________________________
28556 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
28557         Log: Subject: [PATCH] lib/perl5db.pl
28558              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28559              Date: Wed, 23 May 2001 02:18:03 -0500
28560              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
28561      Branch: perl
28562            ! lib/perl5db.pl
28563 ____________________________________________________________________________
28564 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
28565         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
28566              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
28567              Date: Tue, 22 May 2001 23:34:41 -0500
28568              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
28569      Branch: perl
28570            ! lib/Term/Cap.pm
28571 ____________________________________________________________________________
28572 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
28573         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
28574              From: davem@fdgroup.co.uk
28575              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
28576              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
28577      Branch: perl
28578            ! emacs/e2ctags.pl
28579 ____________________________________________________________________________
28580 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
28581         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
28582              From: Michael G Schwern <schwern@pobox.com>
28583              Date: Tue, 22 May 2001 14:15:09 +0100
28584              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
28585      Branch: perl
28586            ! lib/vars.pm
28587 ____________________________________________________________________________
28588 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
28589         Log: Subject: [PATCH lib/vars.pm] Odd code nit
28590              From: Michael G Schwern <schwern@pobox.com>
28591              Date: Tue, 22 May 2001 14:14:28 +0100
28592              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
28593      Branch: perl
28594            ! lib/vars.pm
28595 ____________________________________________________________________________
28596 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
28597         Log: Use the new use vars feature.
28598      Branch: perl
28599            ! t/lib/b-stash.t
28600 ____________________________________________________________________________
28601 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
28602         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
28603              From: Mike Guy <mjtg@cam.ac.uk>
28604              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
28605              Date: Tue, 22 May 2001 13:11:39 +0100
28606      Branch: perl
28607            + t/pragma/vars.t
28608            ! MANIFEST lib/vars.pm t/lib/1_compile.t
28609 ____________________________________________________________________________
28610 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
28611         Log: -qlongdouble considered harmful by Merijn.
28612      Branch: perl
28613            ! hints/aix.sh
28614 ____________________________________________________________________________
28615 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
28616         Log: Update Changes.
28617      Branch: perl
28618            ! Changes patchlevel.h
28619 ____________________________________________________________________________
28620 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
28621         Log: Add a test of its very own for Fcntl.  Hopefully portable.
28622      Branch: perl
28623            + t/lib/fcntl.t
28624            ! MANIFEST
28625 ____________________________________________________________________________
28626 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
28627         Log: Must be trickier for 'minitest' not to die.
28628      Branch: perl
28629            ! t/op/taint.t
28630 ____________________________________________________________________________
28631 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
28632         Log: Can't declare other people's variables.
28633      Branch: perl
28634            ! t/lib/b-stash.t
28635 ____________________________________________________________________________
28636 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
28637         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
28638      Branch: perl
28639            ! doio.c t/op/taint.t
28640 ____________________________________________________________________________
28641 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
28642         Log: The OS/2 variable needs to be declared.
28643      Branch: perl
28644            ! t/lib/b-stash.t
28645 ____________________________________________________________________________
28646 [ 10170] By: nick                                  on 2001/05/20  16:48:29
28647         Log: Integrate mainline
28648      Branch: perlio
28649           !> (integrate 41 files)
28650 ____________________________________________________________________________
28651 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
28652         Log: Small perlsec updates: clarify the taintedness of filename
28653              globbing; suggest using Scalar::Util::tainted().
28654      Branch: perl
28655            ! pod/perlsec.pod
28656 ____________________________________________________________________________
28657 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
28658         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
28659              From: Dave Mitchell <davem@fdgroup.co.uk>
28660              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
28661              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
28662      Branch: perl
28663            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
28664            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
28665            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
28666            ! xsutils.c
28667 ____________________________________________________________________________
28668 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
28669         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
28670              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28671              Date: Sat, 19 May 2001 04:08:46 -0400
28672              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
28673      Branch: perl
28674            ! lib/ExtUtils/Mksymlists.pm makedef.pl
28675 ____________________________________________________________________________
28676 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
28677         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
28678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28679              Date: Sat, 19 May 2001 04:30:45 -0400
28680              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
28681      Branch: perl
28682            ! os2/os2.c
28683 ____________________________________________________________________________
28684 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
28685         Log: Subject: [PATCH 5.6.1] build bugs OS/2
28686              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28687              Date: Sat, 19 May 2001 04:35:28 -0400
28688              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
28689      Branch: perl
28690            ! os2/Makefile.SHs os2/os2.c
28691 ____________________________________________________________________________
28692 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
28693         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
28694              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28695              Date: Sat, 19 May 2001 04:04:23 -0400
28696              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
28697              
28698              (In bleadperl patched b-stash.t instead of b.t)
28699      Branch: perl
28700            ! t/lib/b-stash.t t/lib/bigfltpm.t
28701 ____________________________________________________________________________
28702 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
28703         Log: Subject: [PATCH 5.6.1] perl5db
28704              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28705              Date: Sat, 19 May 2001 03:49:09 -0400
28706              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
28707      Branch: perl
28708            ! lib/perl5db.pl
28709 ____________________________________________________________________________
28710 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
28711         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
28712              From: Gisle Aas <gisle@ActiveState.com>
28713              Date: 18 May 2001 14:24:51 -0700
28714              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
28715      Branch: perl
28716            ! pp_ctl.c
28717 ____________________________________________________________________________
28718 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
28719         Log: Subject: [PATCH] Chomp should not always stringify
28720              From: Gisle Aas <gisle@ActiveState.com>
28721              Date: 18 May 2001 07:55:25 -0700
28722              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
28723      Branch: perl
28724            ! doop.c t/op/chop.t
28725 ____________________________________________________________________________
28726 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
28727         Log: Integrate perlio.
28728      Branch: perl
28729           !> pod/perlfunc.pod
28730 ____________________________________________________________________________
28731 [ 10159] By: nick                                  on 2001/05/20  09:39:46
28732         Log: Document some more of open's features.
28733      Branch: perlio
28734            ! pod/perlfunc.pod
28735 ____________________________________________________________________________
28736 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
28737         Log: back out change#10153 (it has compatibility issues such as the
28738              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
28739              benefit for 5.6.x doesn't seem worth the risk)
28740      Branch: maint-5.6/perl
28741            ! toke.c
28742 ____________________________________________________________________________
28743 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
28744         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
28745      Branch: perl
28746            ! x2p/s2p.PL
28747 ____________________________________________________________________________
28748 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
28749         Log: Update Changes.
28750      Branch: perl
28751            ! Changes patchlevel.h
28752 ____________________________________________________________________________
28753 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
28754         Log: Integrate change #10144 from maintperl.
28755              
28756              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
28757      Branch: perl
28758           !> win32/config.bc win32/config.gc win32/config.vc
28759           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
28760 ____________________________________________________________________________
28761 [ 10154] By: nick                                  on 2001/05/18  07:23:03
28762         Log: Integrate mainline.
28763      Branch: perlio
28764           +> README.dgux t/lib/i18n-collate.t utils.lst
28765           !> (integrate 49 files)
28766 ____________________________________________________________________________
28767 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
28768         Log: Integrate change #7224 from mainline into maintperl.
28769              
28770              Allow @+ and @- to be doublequoted, from Simon Cozens. 
28771              (Approved by Larry, see Tom's comment in 20000830.005.)
28772      Branch: maint-5.6/perl
28773           !> toke.c
28774 ____________________________________________________________________________
28775 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
28776         Log: Subject: [PATCH bleadperl] small lookbehind fix
28777              From: Hugo <hv@crypt.compulink.co.uk>
28778              Date: Fri, 18 May 2001 00:07:19 +0100
28779              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
28780      Branch: perl
28781            ! regexec.c
28782 ____________________________________________________________________________
28783 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
28784         Log: Detypos.
28785      Branch: perl
28786            ! installman utils.lst
28787 ____________________________________________________________________________
28788 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
28789         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
28790              in 20001222.001.
28791      Branch: perl
28792            ! t/lib/glob-basic.t
28793 ____________________________________________________________________________
28794 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
28795         Log: Subject: [PATCH] Test for bug 20010515.004
28796              From: Benjamin Sugars <bsugars@canoe.ca>
28797              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
28798              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
28799      Branch: perl
28800            ! t/op/misc.t
28801 ____________________________________________________________________________
28802 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
28803         Log: Integrate #10145 from maintperl.
28804              
28805              fix for ID 20010515.004 (needs test)
28806      Branch: perl
28807           !> pp_hot.c
28808 ____________________________________________________________________________
28809 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
28810         Log: Thinko noticed by Doug MacEachern.
28811      Branch: perl
28812            ! thread.h
28813 ____________________________________________________________________________
28814 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
28815         Log: Subject: Re: [PATCH] HERE mark in regex
28816              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28817              Date: Thu, 17 May 2001 12:20:33 -0400
28818              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
28819      Branch: perl
28820            ! t/op/re_tests
28821 ____________________________________________________________________________
28822 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
28823         Log: fix for ID 20010515.004 (needs test)
28824      Branch: maint-5.6/perl
28825            ! pp_hot.c
28826 ____________________________________________________________________________
28827 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
28828         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
28829      Branch: maint-5.6/perl
28830            ! win32/config.bc win32/config.gc win32/config.vc
28831            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
28832 ____________________________________________________________________________
28833 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
28834         Log: Macrofy the getspecific (and use it also in util.c)
28835      Branch: perl
28836            ! thread.h util.c
28837 ____________________________________________________________________________
28838 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
28839         Log: Use the unchecked thread-specific key fetch also in Tru64.
28840      Branch: perl
28841            ! thread.h
28842 ____________________________________________________________________________
28843 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
28844         Log: Subject: [PATCH 5.6.1]Quick thread speedup
28845              From: Dan Sugalski <dan@sidhe.org> 
28846              Date: Wed, 16 May 2001 18:05:19 -0400
28847              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
28848      Branch: perl
28849            ! thread.h util.c
28850 ____________________________________________________________________________
28851 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
28852         Log: I think this is quite enough testing for a deprecated feature.
28853      Branch: perl
28854            + t/lib/i18n-collate.t
28855            ! MANIFEST t/lib/1_compile.t
28856 ____________________________________________________________________________
28857 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
28858         Log: More HP-UX lore from Jeff Okamoto.
28859      Branch: perl
28860            ! README.hpux
28861 ____________________________________________________________________________
28862 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
28863         Log: Sort utils.lst for easier maintenance.
28864      Branch: perl
28865            ! utils.lst
28866 ____________________________________________________________________________
28867 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
28868         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28869              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28870              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
28871              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
28872              
28873              Add pod2latex to utils.lst.
28874      Branch: perl
28875            ! MANIFEST utils.lst
28876 ____________________________________________________________________________
28877 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
28878         Log: Subject: Re: [PATCH] HERE mark in regex
28879              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
28880              Date: Wed, 16 May 2001 13:04:43 -0400
28881              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
28882      Branch: perl
28883            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
28884            ! t/op/regmesg.t t/pragma/warn/regcomp
28885 ____________________________________________________________________________
28886 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
28887         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28888              From: Simon Cozens <simon@netthink.co.uk>
28889              Date: Wed, 16 May 2001 18:02:08 +0100
28890              Message-ID: <20010516180208.A6458@netthink.co.uk>
28891      Branch: perl
28892            ! installman utils.lst
28893 ____________________________________________________________________________
28894 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
28895         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
28896              From: "Philip Newton" <pnewton@gmx.de>
28897              Date: Tue, 15 May 2001 15:09:30 +0200
28898              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
28899              
28900              Test case for #10128.
28901      Branch: perl
28902            ! t/pragma/warn/pp_hot
28903 ____________________________________________________________________________
28904 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
28905         Log: Update Changes.
28906      Branch: perl
28907            ! Changes patchlevel.h
28908 ____________________________________________________________________________
28909 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
28910         Log: Deprecate pseudo-hashes.
28911      Branch: perl
28912            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
28913 ____________________________________________________________________________
28914 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
28915         Log: HP-UX hints update from Merijn.
28916      Branch: perl
28917            ! hints/hpux.sh
28918 ____________________________________________________________________________
28919 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
28920         Log: README.hpux update from Merijn.
28921      Branch: perl
28922            ! README.hpux
28923 ____________________________________________________________________________
28924 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
28925         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
28926              From: Simon Cozens <simon@netthink.co.uk>
28927              Date: Wed, 16 May 2001 15:57:55 +0100
28928              Message-ID: <20010516155755.A4728@netthink.co.uk>
28929      Branch: perl
28930            + utils.lst
28931            ! MANIFEST installman installperl
28932 ____________________________________________________________________________
28933 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
28934         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
28935              From: "Philip Newton" <pnewton@gmx.de>
28936              Date: Tue, 15 May 2001 16:31:05 +0200
28937              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
28938              
28939              Fix PERL_Y2KWARN test to check before rather than after appending.
28940      Branch: perl
28941            ! pp_hot.c
28942 ____________________________________________________________________________
28943 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
28944         Log: Regen Porting stuff.
28945      Branch: perl
28946            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28947            ! config_h.SH
28948 ____________________________________________________________________________
28949 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
28950         Log: Metaconfig unit change for #10125.
28951      Branch: metaconfig
28952            ! U/modified/Oldconfig.U
28953 ____________________________________________________________________________
28954 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
28955         Log: Use OSVERS.
28956      Branch: perl
28957            ! Configure config_h.SH perl.c
28958 ____________________________________________________________________________
28959 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
28960         Log: Regen toc.
28961      Branch: perl
28962            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28963 ____________________________________________________________________________
28964 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
28965         Log: Adding the README.dgux to the MANIFEST would be a good idea.
28966      Branch: perl
28967            ! MANIFEST
28968 ____________________________________________________________________________
28969 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
28970         Log: Move the stack desire definition to thread.h.
28971      Branch: perl
28972            ! ext/Thread/Thread.xs thread.h
28973 ____________________________________________________________________________
28974 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
28975         Log: DG-UX threading patches, including a README.dgux,
28976              from Takis Psarogiannakopoulos.
28977      Branch: perl
28978            + README.dgux
28979            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
28980 ____________________________________________________________________________
28981 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
28982         Log: Subject: [PATCH B::Deparse] More on /x regexes
28983              From: Robin Houston <robin@kitsite.com>
28984              Date: Tue, 15 May 2001 19:09:35 +0100
28985              Message-ID: <20010515190935.A27268@penderel>
28986      Branch: perl
28987            ! ext/B/B/Deparse.pm
28988 ____________________________________________________________________________
28989 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
28990         Log: Document that the core time() may be rounding rather
28991              than truncating, would have saved at least my confusion.
28992      Branch: perl
28993            ! ext/Time/HiRes/HiRes.pm
28994 ____________________________________________________________________________
28995 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
28996         Log: Subject: perl-current/t/time-hires.t
28997              From: John Peacock <jpeacock@rowman.com>
28998              Date: Fri, 11 May 2001 14:09:41 -0400
28999              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
29000      Branch: perl
29001            ! t/lib/time-hires.t
29002 ____________________________________________________________________________
29003 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
29004         Log: Subject: [PATCH dump.c] Op private flags
29005              From: Simon Cozens <simon@netthink.co.uk>
29006              Date: Sun, 13 May 2001 20:20:36 +0100
29007              Message-ID: <20010513202036.A21896@netthink.co.uk>
29008      Branch: perl
29009            ! dump.c
29010 ____________________________________________________________________________
29011 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
29012         Log: Upgrade to Switch 2.03.
29013      Branch: perl
29014            ! lib/Switch.pm
29015 ____________________________________________________________________________
29016 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
29017         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
29018              to PERL_CONFIG_SH and use it consistently.
29019      Branch: maint-5.6/perl
29020           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
29021           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
29022           !> myconfig.SH writemain.SH
29023 ____________________________________________________________________________
29024 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
29025         Log: Metaconfig units changes for #10113.
29026      Branch: metaconfig
29027            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
29028 ____________________________________________________________________________
29029 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
29030         Log: The problem described in 20010514.031 still wasn't
29031              fully cured, there were remnants of $CONFIG when
29032              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
29033              to avoid future conflicts.
29034      Branch: perl
29035            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
29036            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
29037            ! myconfig.SH writemain.SH
29038 ____________________________________________________________________________
29039 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
29040         Log: Half of #10107 got lost.
29041      Branch: perl
29042            ! ext/B/B/Deparse.pm
29043 ____________________________________________________________________________
29044 [ 10111] By: nick                                  on 2001/05/15  08:39:14
29045         Log: Integrate mainline.
29046      Branch: perlio
29047           +> ext/POSIX/hints/uts.pl
29048            - Todo Todo-5.6 t/camel-III/vstring.t
29049           !> (integrate 48 files)
29050 ____________________________________________________________________________
29051 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
29052         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
29053              From: Robin Houston <robin@kitsite.com>
29054              Date: Mon, 14 May 2001 22:27:08 +0100
29055              Message-ID: <20010514222708.A22963@penderel>
29056      Branch: perl
29057            ! t/TestInit.pm
29058 ____________________________________________________________________________
29059 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
29060         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
29061              From: Robin Houston <robin@kitsite.com>
29062              Date: Mon, 14 May 2001 22:16:43 +0100
29063              Message-ID: <20010514221643.A22437@penderel>
29064      Branch: perl
29065            ! ext/B/B/Deparse.pm
29066 ____________________________________________________________________________
29067 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
29068         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
29069              From: Robin Houston <robin@kitsite.com>
29070              Date: Mon, 14 May 2001 22:03:44 +0100
29071              Message-ID: <20010514220344.A20643@penderel>
29072      Branch: perl
29073            ! ext/B/B/Deparse.pm
29074 ____________________________________________________________________________
29075 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
29076         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
29077              From: Robin Houston <robin@kitsite.com>
29078              Date: Mon, 14 May 2001 22:10:07 +0100
29079              Message-ID: <20010514221007.A21118@penderel>
29080      Branch: perl
29081            ! ext/B/B/Deparse.pm
29082 ____________________________________________________________________________
29083 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
29084         Log: Fix for 20010514.037; substr() didn't invalidate the locale
29085              collation magic.
29086      Branch: perl
29087            ! pp.c
29088 ____________________________________________________________________________
29089 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
29090         Log: Update Changes.
29091      Branch: perl
29092            ! Changes patchlevel.h
29093 ____________________________________________________________________________
29094 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
29095         Log: Retract #10094.
29096      Branch: perl
29097            ! lib/Pod/Text.pm
29098 ____________________________________________________________________________
29099 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
29100         Log: Integrate change #10100 from maintperl.
29101              
29102              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
29103              bug ID 20010514.027)
29104      Branch: perl
29105           !> mg.c pp_ctl.c
29106 ____________________________________________________________________________
29107 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
29108         Log: Document the deprecatedness of suidperl.
29109      Branch: perl
29110            ! INSTALL pod/perlfaq1.pod
29111 ____________________________________________________________________________
29112 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
29113         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
29114              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
29115              Date: Mon, 14 May 2001 09:38:59 -0400
29116              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
29117      Branch: perl
29118            ! lib/ExtUtils/MM_Unix.pm
29119 ____________________________________________________________________________
29120 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
29121         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
29122              bug ID 20010514.027)
29123              
29124              TODO: this needs a testsuite addition
29125      Branch: maint-5.6/perl
29126            ! mg.c pp_ctl.c
29127 ____________________________________________________________________________
29128 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
29129         Log: More DWIMminess for Class::Struct: calling the array or hash
29130              accessors only with one argument, an array or a hash reference,
29131              sets the underlying array or hash.  This mirrors nicely also
29132              the usage in the constructor.
29133              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
29134      Branch: perl
29135            ! lib/Class/Struct.pm t/lib/class-struct.t
29136 ____________________________________________________________________________
29137 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
29138         Log: Reference cmp'ing should go through the whole stringification
29139              process shebang, as pointed out by Sarathy in #10091.
29140      Branch: perl
29141            ! pp.c
29142 ____________________________________________________________________________
29143 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
29144         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
29145              From: Simon Cozens <simon@netthink.co.uk>
29146              Date: Sat, 12 May 2001 16:36:27 +0100
29147              Message-ID: <20010512163627.A5522@netthink.co.uk>
29148              
29149              with some additions salvaged from Todo and Todo-5.6 before
29150              retiring them.
29151      Branch: perl
29152            - Todo Todo-5.6
29153            ! MANIFEST pod/perltodo.pod
29154 ____________________________________________________________________________
29155 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
29156         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
29157              From: "Golubev I. N." <gin@mo.msk.ru>
29158              Date: Mon, 07 May 2001 14:33:34 (GMT)
29159              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
29160      Branch: perl
29161            ! perl.h
29162 ____________________________________________________________________________
29163 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
29164         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
29165              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
29166              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
29167              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
29168      Branch: perl
29169            ! lib/ExtUtils/MM_Unix.pm
29170 ____________________________________________________________________________
29171 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
29172         Log: (Retracted by #10104.)
29173              
29174              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
29175              From: barries <barries@slaysys.com>
29176              Date: Sat, 12 May 2001 01:28:10 -0400
29177              Message-ID: <20010512012810.B26358@jester.slaysys.com>
29178      Branch: perl
29179            ! lib/Pod/Text.pm
29180 ____________________________________________________________________________
29181 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
29182         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
29183              From: Mike Guy <mjtg@cam.ac.uk>
29184              Date: Sat, 12 May 2001 19:24:33 +0100
29185              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
29186      Branch: perl
29187            ! lib/AutoSplit.pm
29188 ____________________________________________________________________________
29189 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
29190         Log: Yet another HP-UX hints tweak from Merijn.
29191      Branch: perl
29192            ! hints/hpux.sh
29193 ____________________________________________________________________________
29194 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
29195         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
29196              isn't defined (changes#9366,9368,9370 from mainline without the
29197              pp_scmp() change)
29198      Branch: maint-5.6/perl
29199            ! pp.c pp.h pp_hot.c
29200 ____________________________________________________________________________
29201 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
29202         Log: The sorting seems to happen now automatically.
29203      Branch: perl
29204            ! t/lib/glob-basic.t
29205 ____________________________________________________________________________
29206 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
29207         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
29208              From: Benjamin Sugars <bsugars@canoe.ca>
29209              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
29210              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
29211      Branch: perl
29212            ! pod/perlfunc.pod
29213 ____________________________________________________________________________
29214 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
29215         Log: Subject: Re: undef(&foo) does not work for XS functions
29216              From: Doug MacEachern <dougm@covalent.net>
29217              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
29218              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
29219      Branch: perl
29220            ! op.c
29221 ____________________________________________________________________________
29222 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
29223         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
29224              From: Peter Prymmer <pvhp@forte.com>
29225              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
29226              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
29227      Branch: perl
29228            ! t/op/append.t
29229 ____________________________________________________________________________
29230 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
29231         Log: Update Changes.
29232      Branch: perl
29233            ! Changes patchlevel.h
29234 ____________________________________________________________________________
29235 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
29236         Log: Remove the 'asciir' re subpragma.  Should instead implement
29237              the 'physical vs logical' range scheme:
29238              
29239              \xAA-\xCC is a native physical range, you want that range of
29240              codepoints in your native encoding.  In EBCDIC the codepoints
29241              in the gaps (between i-j and r-s) should be included.
29242              
29243              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
29244              codepoints in Unicode.
29245              
29246              a-z is a logical range, you want that range of 'logical' codepoints
29247              in your native encoding.  In EBCDIC the codepoints in the gaps
29248              (between i-j and r-s) should not be included.
29249              
29250              Mixed cases (a-\xAA, etc) should either be errors, or maybe
29251              the 'logical' endpoints should be converted to native/Unicode
29252              codepoints, and the range handled as a physical range.
29253              
29254              'Logical endpoints' are to be recognized only in the A-Z, a-z,
29255              and 0-9 ranges.  Probably a warning should be given for mixed
29256              cases like A-z or a-9 (since such expressions are encoding
29257              dependent), with a recommendation to use physical ranges.
29258      Branch: perl
29259            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
29260            ! t/op/regexp.t
29261 ____________________________________________________________________________
29262 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
29263         Log: Make the test to cleanup the test directory tree
29264              both before and after the testing so that we always
29265              have a clean slate to work with.
29266      Branch: perl
29267            ! t/lib/filefind.t
29268 ____________________________________________________________________________
29269 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
29270         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
29271              From: Jon Eveland <jweveland@yahoo.com>
29272              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
29273              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
29274      Branch: perl
29275            ! pod/perlfunc.pod
29276 ____________________________________________________________________________
29277 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
29278         Log: Merge the camel-III/vstring.t with op/ver.t.
29279      Branch: perl
29280            - t/camel-III/vstring.t
29281            ! MANIFEST t/TEST t/harness t/op/ver.t
29282 ____________________________________________________________________________
29283 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
29284         Log: Add test.deparse make target.
29285      Branch: perl
29286            ! Makefile.SH
29287 ____________________________________________________________________________
29288 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
29289         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
29290              From: Robin Houston <robin@kitsite.com>
29291              Date: Fri, 11 May 2001 12:02:22 +0100
29292              Message-ID: <20010511120222.A11529@penderel>
29293      Branch: perl
29294            ! ext/B/B/Deparse.pm t/op/method.t
29295 ____________________________________________________________________________
29296 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
29297         Log: A nicely working combination for UTS from Hal Morris.
29298      Branch: perl
29299            + ext/POSIX/hints/uts.pl
29300            ! MANIFEST hints/uts.sh
29301 ____________________________________________________________________________
29302 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
29303         Log: i_ieeefp=undef for UTS.
29304      Branch: perl
29305            ! hints/uts.sh
29306 ____________________________________________________________________________
29307 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
29308         Log: Subject: RE: rand(0) is rand(1)
29309              From: Larry Shatzer <lshatzer@islanddata.com>
29310              Date: Thu, 10 May 2001 11:09:27 -0700
29311              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
29312      Branch: perl
29313            ! pod/perlfunc.pod
29314 ____________________________________________________________________________
29315 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
29316         Log: Subject: [patch] make op_{clear,null} public
29317              From: Doug MacEachern <dougm@covalent.net>
29318              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
29319              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
29320      Branch: perl
29321            ! embed.h embed.pl op.c proto.h
29322 ____________________________________________________________________________
29323 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
29324         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
29325              From: Robin Houston <robin@kitsite.com>
29326              Date: Thu, 10 May 2001 18:54:59 +0100
29327              Message-ID: <20010510185459.A5995@penderel>
29328      Branch: perl
29329            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
29330 ____________________________________________________________________________
29331 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
29332         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
29333              From: Robin Houston <robin@kitsite.com>
29334              Date: Thu, 10 May 2001 12:56:39 +0100
29335              Message-ID: <20010510125639.A2119@penderel>
29336      Branch: perl
29337            ! ext/B/B/Deparse.pm
29338 ____________________________________________________________________________
29339 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
29340         Log: Retract #10070, not ready yet.
29341      Branch: perl
29342            ! ext/B/B/Deparse.pm
29343 ____________________________________________________________________________
29344 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
29345         Log: The metaconfig unit change for #10071.
29346      Branch: metaconfig
29347            ! U/modified/mallocsrc.U
29348 ____________________________________________________________________________
29349 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
29350         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
29351      Branch: perl
29352            ! Configure
29353 ____________________________________________________________________________
29354 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
29355         Log: (Retracted by #10073)
29356              
29357              Subject: Re: [PATCH t/TEST] B::Deparse tester 
29358              From: Hugo <hv@crypt.compulink.co.uk>
29359              Date: Thu, 10 May 2001 05:48:09 +0100
29360              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
29361      Branch: perl
29362            ! ext/B/B/Deparse.pm
29363 ____________________________________________________________________________
29364 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
29365         Log: Add a for(func()) test.
29366      Branch: perl
29367            ! t/cmd/for.t
29368 ____________________________________________________________________________
29369 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
29370         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
29371              From: Robin Houston <robin@kitsite.com>
29372              Date: Thu, 10 May 2001 13:50:08 +0100
29373              Message-ID: <20010510135008.A2454@penderel>
29374      Branch: perl
29375            ! ext/B/B/Deparse.pm
29376 ____________________________________________________________________________
29377 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
29378         Log: A thinko in #10065.
29379      Branch: perl
29380            ! hv.c
29381 ____________________________________________________________________________
29382 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
29383         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
29384              From: Robin Houston <robin@kitsite.com>
29385              Date: Thu, 10 May 2001 02:10:34 +0100
29386              Message-ID: <20010510021034.A19421@penderel>
29387      Branch: perl
29388            ! ext/B/B.xs ext/B/B/Deparse.pm
29389 ____________________________________________________________________________
29390 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
29391         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
29392              From: Doug MacEachern <dougm@covalent.net>
29393              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
29394              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
29395      Branch: perl
29396            ! hv.c
29397 ____________________________________________________________________________
29398 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
29399         Log: One more workaround for the UTS compiler from Hal Morris.
29400      Branch: perl
29401            ! perl.h
29402 ____________________________________________________________________________
29403 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
29404         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
29405              From: Robin Houston <robin@kitsite.com>
29406              Date: Thu, 10 May 2001 01:02:08 +0100
29407              Message-ID: <20010510010208.A18200@penderel>
29408      Branch: perl
29409            ! ext/B/B/Debug.pm
29410 ____________________________________________________________________________
29411 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
29412         Log: Subject: [PATCH] Simplify deb_curcv() a bit
29413              From: Benjamin Sugars <bsugars@canoe.ca>
29414              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
29415              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
29416      Branch: perl
29417            ! run.c
29418 ____________________________________________________________________________
29419 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
29420         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
29421              From: Benjamin Sugars <bsugars@canoe.ca>
29422              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
29423              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
29424      Branch: perl
29425            ! t/lib/io_scalar.t
29426 ____________________________________________________________________________
29427 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
29428         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
29429              From: Peter Prymmer <pvhp@forte.com>
29430              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
29431              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
29432      Branch: perl
29433            ! t/lib/md5-file.t
29434 ____________________________________________________________________________
29435 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
29436         Log: Subject: [PATCH t/TEST] B::Deparse tester
29437              From: Robin Houston <robin@kitsite.com>
29438              Date: Wed, 9 May 2001 19:17:50 +0100
29439              Message-ID: <20010509191750.A16940@penderel>
29440      Branch: perl
29441            ! ext/B/O.pm t/TEST
29442 ____________________________________________________________________________
29443 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
29444         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
29445              From: Jeff Pinyan <jeffp@crusoe.net>
29446              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
29447              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
29448      Branch: perl
29449            ! lib/Pod/Html.pm
29450 ____________________________________________________________________________
29451 [ 10057] By: nick                                  on 2001/05/09  18:37:56
29452         Log: Integrate mainline.
29453      Branch: perlio
29454           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
29455           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
29456 ____________________________________________________________________________
29457 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
29458         Log: Update Changes.
29459      Branch: perl
29460            ! Changes patchlevel.h
29461 ____________________________________________________________________________
29462 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
29463         Log: Integrate perlio.
29464      Branch: perl
29465           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29466 ____________________________________________________________________________
29467 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
29468         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
29469              From: Benjamin Sugars <bsugars@canoe.ca>
29470              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
29471              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
29472      Branch: perl
29473            ! perlio.c
29474 ____________________________________________________________________________
29475 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
29476         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
29477              From: Benjamin Sugars <bsugars@canoe.ca>
29478              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
29479              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
29480      Branch: perl
29481            ! ext/PerlIO/Scalar/Scalar.xs
29482 ____________________________________________________________________________
29483 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
29484         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
29485              From: Jeff Pinyan <jeffp@crusoe.net>
29486              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
29487              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
29488      Branch: perl
29489            ! lib/Pod/Html.pm
29490 ____________________________________________________________________________
29491 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
29492         Log: EPOC tweak from Olaf Flebbe.
29493      Branch: perl
29494            ! epoc/epocish.h
29495 ____________________________________________________________________________
29496 [ 10050] By: nick                                  on 2001/05/09  14:37:57
29497         Log: win32, regen_config_h
29498      Branch: perlio
29499            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29500 ____________________________________________________________________________
29501 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
29502         Log: Integrate perlio.
29503      Branch: perl
29504           !> pp_sys.c
29505 ____________________________________________________________________________
29506 [ 10048] By: nick                                  on 2001/05/09  11:59:50
29507         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
29508              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
29509      Branch: perlio
29510            ! pp_sys.c
29511 ____________________________________________________________________________
29512 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
29513         Log: Integrate perlio.
29514      Branch: perl
29515           !> run.c
29516 ____________________________________________________________________________
29517 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
29518         Log: Subject: Re: Less warnings during configure
29519              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29520              Date: Wed, 09 May 2001 13:12:49 +0200
29521              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
29522      Branch: perl
29523            ! hints/hpux.sh
29524 ____________________________________________________________________________
29525 [ 10045] By: nick                                  on 2001/05/09  09:56:59
29526         Log: MULTIPLICITY/DEBUGGING build fix.
29527      Branch: perlio
29528            ! run.c
29529 ____________________________________________________________________________
29530 [ 10044] By: nick                                  on 2001/05/09  09:46:37
29531         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
29532      Branch: perlio
29533           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
29534            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
29535           !> (integrate 65 files)
29536 ____________________________________________________________________________
29537 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
29538         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29539              From: Robin Houston <robin@kitsite.com>
29540              Date: Tue, 8 May 2001 19:38:00 +0100
29541              Message-ID: <20010508193800.A4389@penderel>
29542              
29543              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29544              From: Robin Houston <robin@kitsite.com>
29545              Date: Tue, 8 May 2001 20:03:57 +0100
29546              Message-ID: <20010508200357.A4614@penderel>
29547              
29548              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
29549              From: Robin Houston <robin@kitsite.com>
29550              Date: Wed, 9 May 2001 00:12:05 +0100
29551              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
29552      Branch: perl
29553            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
29554 ____________________________________________________________________________
29555 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
29556         Log: Retract #10031.
29557      Branch: perl
29558            ! pod/perlfunc.pod
29559 ____________________________________________________________________________
29560 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
29561         Log: The metaconfig unit changes for #10040.
29562      Branch: metaconfig/U/perl
29563            ! Checkcc.U d_dlsymun.U dlsrc.U
29564 ____________________________________________________________________________
29565 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
29566         Log: The Configure half of
29567              
29568              Subject: Less warnings during configure
29569              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29570              Date: Tue, 08 May 2001 08:44:02 +0200
29571              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29572      Branch: perl
29573            ! Configure
29574 ____________________________________________________________________________
29575 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
29576         Log: Subject: Less warnings during configure
29577              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29578              Date: Tue, 08 May 2001 08:44:02 +0200
29579              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
29580      Branch: perl
29581            ! hints/hpux.sh
29582 ____________________________________________________________________________
29583 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
29584         Log: Don't forget to whine about \d__\d.
29585      Branch: perl
29586            ! t/pragma/warn/toke toke.c
29587 ____________________________________________________________________________
29588 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
29589         Log: Allow underscores also in the exponent part.
29590      Branch: perl
29591            ! t/pragma/warn/toke toke.c
29592 ____________________________________________________________________________
29593 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
29594         Log: CodeMagicCD doesn't look like an *I*DE.
29595      Branch: perl
29596            ! pod/perlfaq3.pod
29597 ____________________________________________________________________________
29598 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
29599         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
29600              to be consistently down).
29601      Branch: perl
29602            ! pod/perlfaq3.pod
29603 ____________________________________________________________________________
29604 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
29605         Log: Upgrade to Text::Balanced 1.84.
29606      Branch: perl
29607            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
29608 ____________________________________________________________________________
29609 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
29610         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
29611              From: Benjamin Sugars <bsugars@canoe.ca>
29612              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
29613              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
29614      Branch: perl
29615            ! run.c
29616 ____________________________________________________________________________
29617 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
29618         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
29619              From: Peter Prymmer <pvhp@forte.com>
29620              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
29621              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
29622      Branch: perl
29623            ! t/pod/plainer.t
29624 ____________________________________________________________________________
29625 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
29626         Log: (Retracted by #10042)
29627              
29628              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
29629              From: "Philip Newton" <pnewton@gmx.de>
29630              Date: Tue, 8 May 2001 09:18:10 +0200
29631              Message-ID: <3AF7B9D2.28861.603732@localhost>
29632      Branch: perl
29633            ! pod/perlfunc.pod
29634 ____________________________________________________________________________
29635 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
29636         Log: Subject: [PATCH B::Deparse] Document known bugs
29637              From: Robin Houston <robin@kitsite.com>
29638              Date: Tue, 8 May 2001 01:53:34 +0100
29639              Message-ID: <20010508015334.A32394@penderel>
29640      Branch: perl
29641            ! ext/B/B/Deparse.pm
29642 ____________________________________________________________________________
29643 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
29644         Log: Subject: Re: Perl book, magazine and website updates.
29645              From: "Philip Newton" <pnewton@gmx.de>
29646              Date: Mon, 7 May 2001 17:03:58 +0200
29647              Message-ID: <3AF6D57E.5387.1E29930@localhost>
29648      Branch: perl
29649            ! pod/perlfaq2.pod
29650 ____________________________________________________________________________
29651 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
29652         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
29653              From: Peter Prymmer <pvhp@forte.com>
29654              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
29655              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
29656      Branch: perl
29657            ! t/io/fflush.t
29658 ____________________________________________________________________________
29659 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
29660         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
29661              From: Robin Houston <robin@kitsite.com>
29662              Date: Tue, 8 May 2001 01:14:55 +0100
29663              Message-ID: <20010508011455.A32162@penderel>
29664      Branch: perl
29665            ! ext/B/B/Deparse.pm
29666 ____________________________________________________________________________
29667 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
29668         Log: Typo in #10025.
29669      Branch: perl
29670            ! hints/uts.sh
29671 ____________________________________________________________________________
29672 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
29673         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
29674      Branch: perl
29675            ! hints/uts.sh
29676 ____________________________________________________________________________
29677 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
29678         Log: Subject: Re: [ID 20010506.045] question about hash syntax
29679              From: Peter Scott <Peter@PSDT.com>
29680              Date: Sun, 06 May 2001 13:10:40 -0700
29681              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
29682      Branch: perl
29683            ! pod/perl56delta.pod
29684 ____________________________________________________________________________
29685 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
29686         Log: Configure should figure out the list of dynamic extensions
29687              just fine in UTS-- and in fact it does, as reported by Hal Morris.
29688      Branch: perl
29689            ! hints/uts.sh
29690 ____________________________________________________________________________
29691 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
29692         Log: Update Changes.
29693      Branch: perl
29694            ! Changes patchlevel.h
29695 ____________________________________________________________________________
29696 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
29697         Log: Subject: [PATCH regcomp.c] Insecure regexes
29698              From: Robin Houston <robin@kitsite.com>
29699              Date: Mon, 7 May 2001 21:56:12 +0100
29700              Message-ID: <20010507215612.A31114@penderel>
29701      Branch: perl
29702            ! regcomp.c
29703 ____________________________________________________________________________
29704 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
29705         Log: Drop the foobar.perl.com references for now until Simon
29706              gets them sorted out.
29707      Branch: perl
29708            ! pod/perlfaq2.pod
29709 ____________________________________________________________________________
29710 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
29711         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
29712              From: Prymmer/Kahn <pvhp@best.com>
29713              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
29714              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
29715      Branch: perl
29716            ! lib/Devel/SelfStubber.pm
29717 ____________________________________________________________________________
29718 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
29719         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
29720              From: Prymmer/Kahn <pvhp@best.com>
29721              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
29722              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
29723      Branch: perl
29724            ! win32/Makefile
29725 ____________________________________________________________________________
29726 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
29727         Log: s/WebTechnique's/WebTechniques/
29728      Branch: perl
29729            ! pod/perlfaq2.pod
29730 ____________________________________________________________________________
29731 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
29732         Log: Llama 3 updates from Randal.
29733      Branch: perl
29734            ! pod/perlfaq2.pod
29735 ____________________________________________________________________________
29736 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
29737         Log: Subject: [PATCH] Help -Dt show correct pad variables
29738              From: Benjamin Sugars <ben.sugars@home.com>
29739              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
29740              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
29741      Branch: perl
29742            ! embed.h embed.pl proto.h run.c
29743 ____________________________________________________________________________
29744 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
29745         Log: Subject: [PATCH] Document C<our $foo : shared>
29746              From: Benjamin Sugars <ben.sugars@home.com>
29747              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
29748              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
29749      Branch: perl
29750            ! pod/perlfunc.pod
29751 ____________________________________________________________________________
29752 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
29753         Log: Subject: [PATCH B::Deparse] undefined folded constants
29754              From: Robin Houston <robin@kitsite.com>
29755              Date: Sun, 6 May 2001 17:19:09 +0100
29756              Message-ID: <20010506171909.A7046@penderel>
29757      Branch: perl
29758            ! ext/B/B/Deparse.pm
29759 ____________________________________________________________________________
29760 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
29761         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
29762              From: Robin Houston <robin@kitsite.com>
29763              Message-ID: <20010506164654.A6848@penderel>
29764              Date: Sun, 6 May 2001 16:46:54 +0100
29765      Branch: perl
29766            ! ext/B/B/Deparse.pm
29767 ____________________________________________________________________________
29768 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
29769         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
29770              From: Robin Houston <robin@kitsite.com>
29771              Date: Sun, 6 May 2001 14:47:02 +0100
29772              Message-ID: <20010506144702.A6308@penderel>
29773      Branch: perl
29774            ! t/op/my_stash.t
29775 ____________________________________________________________________________
29776 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
29777         Log: Subject: Perl book, magazine and website updates.
29778              From: Simon Cozens <simon@netthink.co.uk>
29779              Date: Sun, 6 May 2001 16:55:36 +0100
29780              Message-ID: <20010506165536.A1795@netthink.co.uk>
29781      Branch: perl
29782            ! pod/perlbook.pod pod/perlfaq2.pod
29783 ____________________________________________________________________________
29784 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
29785         Log: Tweaks on the Tru64 prof options.
29786      Branch: perl
29787            ! pod/perlhack.pod
29788 ____________________________________________________________________________
29789 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
29790         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
29791              From: Robin Houston <robin@kitsite.com>
29792              Date: Sun, 6 May 2001 14:40:51 +0100
29793              Message-ID: <20010506144051.A6279@penderel>
29794      Branch: perl
29795            ! t/pod/testp2pt.pl
29796 ____________________________________________________________________________
29797 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
29798         Log: Subject: [PATCH B::Deparse] scoping
29799              From: Robin Houston <robin@kitsite.com>
29800              Date: Sun, 6 May 2001 14:36:56 +0100
29801              Message-ID: <20010506143656.A4006@penderel>
29802      Branch: perl
29803            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
29804 ____________________________________________________________________________
29805 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
29806         Log: Document the undefinedness of bitshifting out of range.
29807      Branch: perl
29808            ! pod/perlop.pod
29809 ____________________________________________________________________________
29810 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
29811         Log: Retract #10003 and update the IDE descriptions a bit.
29812      Branch: perl
29813            ! pod/perlfaq3.pod
29814 ____________________________________________________________________________
29815 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
29816         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
29817              From: Prymmer/Kahn <pvhp@best.com>
29818              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
29819              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
29820      Branch: perl
29821            ! win32/Makefile win32/buildext.pl win32/config.bc
29822            ! win32/config.gc win32/config.vc
29823 ____________________________________________________________________________
29824 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
29825         Log: (Retracted by #10005.)
29826      Branch: perl
29827            ! pod/perlfaq3.pod
29828 ____________________________________________________________________________
29829 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
29830         Log: It's "psed", not "sed".
29831      Branch: perl
29832            ! x2p/s2p.PL
29833 ____________________________________________________________________________
29834 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
29835         Log: Update Changes.
29836      Branch: perl
29837            ! Changes patchlevel.h
29838 ____________________________________________________________________________
29839 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
29840         Log: Subject: Re: bleadperl make install fails due to "psed"
29841              From: andreas.koenig@anima.de (Andreas J. Koenig)
29842              Date: 05 May 2001 18:23:28 +0200
29843              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
29844      Branch: perl
29845            ! x2p/Makefile.SH x2p/s2p.PL
29846 ____________________________________________________________________________
29847 [  9999] By: jhi                                   on 2001/05/05  18:28:09
29848         Log: AUTHORS updates.
29849      Branch: perl
29850            ! AUTHORS
29851 ____________________________________________________________________________
29852 [  9998] By: jhi                                   on 2001/05/05  18:16:00
29853         Log: Updates on the pods related to the modules included since 5.6.
29854              
29855              TODO: perltodo really could use major updating.
29856      Branch: perl
29857            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
29858            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
29859            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
29860            ! pod/perlsyn.pod pod/perltodo.pod
29861 ____________________________________________________________________________
29862 [  9997] By: jhi                                   on 2001/05/05  17:35:17
29863         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
29864              from Kurt Skauen.
29865      Branch: perl
29866            + hints/atheos.sh
29867            ! MANIFEST
29868 ____________________________________________________________________________
29869 [  9996] By: jhi                                   on 2001/05/05  17:25:00
29870         Log: Add preemptive #undefs for some of the shorter and more prone
29871              to collision regcomp.h #defines.  (Background: the MASK collided
29872              with a system header #define in Rhapsody.)
29873      Branch: perl
29874            ! regcomp.h
29875 ____________________________________________________________________________
29876 [  9995] By: jhi                                   on 2001/05/05  13:24:21
29877         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
29878              From: Nicholas Clark <nick@ccl4.org>
29879              Date: Sat, 5 May 2001 14:46:39 +0100
29880              Message-ID: <20010505144639.O53513@plum.flirble.org>
29881              
29882              Add a test for the constants (if any) being processed correctly.
29883      Branch: perl
29884            ! utils/h2xs.PL
29885 ____________________________________________________________________________
29886 [  9994] By: jhi                                   on 2001/05/05  02:11:03
29887         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
29888              From: Peter Prymmer <pvhp@forte.com>
29889              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
29890              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
29891      Branch: perl
29892            ! t/lib/b-stash.t
29893 ____________________________________________________________________________
29894 [  9993] By: jhi                                   on 2001/05/05  02:03:49
29895         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
29896              From: Peter Prymmer <pvhp@forte.com>
29897              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
29898              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
29899      Branch: perl
29900            ! perlio.c vms/vmsish.h
29901 ____________________________________________________________________________
29902 [  9992] By: jhi                                   on 2001/05/04  17:21:12
29903         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
29904              From: Robin Barker <rmb1@cise.npl.co.uk>
29905              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
29906              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
29907      Branch: perl
29908            + t/pod/plainer.t
29909            ! MANIFEST
29910 ____________________________________________________________________________
29911 [  9991] By: jhi                                   on 2001/05/04  16:47:45
29912         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
29913              From: Robin Barker <rmb1@cise.npl.co.uk>
29914              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
29915              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
29916      Branch: perl
29917            ! regcomp.c
29918 ____________________________________________________________________________
29919 [  9990] By: jhi                                   on 2001/05/04  14:37:20
29920         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
29921              From: Prymmer/Kahn <pvhp@best.com>
29922              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
29923              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
29924      Branch: perl
29925            ! t/lib/b-stash.t
29926 ____________________________________________________________________________
29927 [  9989] By: jhi                                   on 2001/05/04  14:03:58
29928         Log: Introduce perl572delta, update Todo, add the missing
29929              mention about signal safety since 5.7.1 (though this
29930              requires verification and more details.)
29931      Branch: perl
29932            + pod/perl572delta.pod
29933            ! MANIFEST Todo pod/perl571delta.pod
29934 ____________________________________________________________________________
29935 [  9988] By: jhi                                   on 2001/05/04  12:41:51
29936         Log: Subject: [PATCH perl@9944] long =item
29937              From: Robin Barker <rmb1@cise.npl.co.uk>
29938              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
29939              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
29940      Branch: perl
29941            ! ext/Time/HiRes/HiRes.pm
29942 ____________________________________________________________________________
29943 [  9987] By: jhi                                   on 2001/05/04  12:39:19
29944         Log: The #9901 had removed one line essential for EBCDIC.
29945      Branch: perl
29946            ! regcomp.c
29947 ____________________________________________________________________________
29948 [  9986] By: jhi                                   on 2001/05/04  12:30:23
29949         Log: Subject: cygwin/Makefile.SHs INSTALL patch
29950              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
29951              Date: Mon, 08 Jan 2001 04:59:21 +0200
29952              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
29953      Branch: perl
29954            ! cygwin/Makefile.SHs
29955 ____________________________________________________________________________
29956 [  9985] By: jhi                                   on 2001/05/04  03:51:39
29957         Log: Encode/IO doc tweaks.
29958      Branch: perl
29959            ! ext/Encode/Encode.pm
29960 ____________________________________________________________________________
29961 [  9984] By: jhi                                   on 2001/05/04  03:29:34
29962         Log: Remove GDBM_File from the dynamic extensions for UTS,
29963              GDBM is not a standard feature.
29964      Branch: perl
29965            ! hints/uts.sh
29966 ____________________________________________________________________________
29967 [  9983] By: jhi                                   on 2001/05/04  03:22:59
29968         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
29969      Branch: perl
29970            ! pod/perlretut.pod
29971 ____________________________________________________________________________
29972 [  9982] By: jhi                                   on 2001/05/03  23:21:03
29973         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
29974              From: Benjamin Sugars <bsugars@canoe.ca>
29975              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
29976              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
29977      Branch: perl
29978            ! dump.c
29979 ____________________________________________________________________________
29980 [  9981] By: jhi                                   on 2001/05/03  23:20:05
29981         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
29982              From: Benjamin Sugars <bsugars@canoe.ca>
29983              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
29984              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
29985      Branch: perl
29986            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
29987 ____________________________________________________________________________
29988 [  9980] By: jhi                                   on 2001/05/03  23:15:29
29989         Log: Integrate perlio.
29990      Branch: perl
29991           !> ext/Encode/Encode.pm
29992 ____________________________________________________________________________
29993 [  9979] By: jhi                                   on 2001/05/03  16:54:59
29994         Log: Install psed man page.
29995      Branch: perl
29996            ! installman
29997 ____________________________________________________________________________
29998 [  9978] By: jhi                                   on 2001/05/03  16:45:58
29999         Log: Remove unused files; noted by Sarathy.
30000      Branch: perl
30001            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
30002            ! MANIFEST
30003 ____________________________________________________________________________
30004 [  9977] By: jhi                                   on 2001/05/03  16:42:30
30005         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
30006              From: Andy Dougherty <doughera@lafayette.edu>
30007              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
30008              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
30009      Branch: perl
30010            ! INSTALL
30011 ____________________________________________________________________________
30012 [  9976] By: nick                                  on 2001/05/03  16:40:42
30013         Log: Allow $answer = encode($object,$text); like it says in docs.
30014      Branch: perlio
30015            ! ext/Encode/Encode.pm
30016 ____________________________________________________________________________
30017 [  9975] By: nick                                  on 2001/05/03  16:22:30
30018         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
30019              to be in scope (fair enough), and also a package variable (our) for eval to see it.
30020      Branch: perlio
30021            ! ext/Encode/Encode.pm
30022 ____________________________________________________________________________
30023 [  9974] By: nick                                  on 2001/05/03  15:48:17
30024         Log: Integrate mainline.
30025      Branch: perlio
30026           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
30027           +> t/lib/filter-simple.t t/lib/next.t
30028           !> (integrate 70 files)
30029 ____________________________________________________________________________
30030 [  9973] By: jhi                                   on 2001/05/03  13:09:09
30031         Log: Update Changes.
30032      Branch: perl
30033            ! Changes patchlevel.h
30034 ____________________________________________________________________________
30035 [  9972] By: jhi                                   on 2001/05/03  12:58:33
30036         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
30037              From: Prymmer/Kahn <pvhp@best.com>
30038              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
30039              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
30040      Branch: perl
30041            ! t/io/fflush.t
30042 ____________________________________________________________________________
30043 [  9971] By: jhi                                   on 2001/05/03  12:57:26
30044         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
30045              From: Prymmer/Kahn <pvhp@best.com>
30046              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
30047              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
30048      Branch: perl
30049            ! win32/FindExt.pm
30050 ____________________________________________________________________________
30051 [  9970] By: jhi                                   on 2001/05/03  02:42:46
30052         Log: Can't croak sans thread context, from Doug MacEachern.
30053      Branch: perl
30054            ! toke.c
30055 ____________________________________________________________________________
30056 [  9969] By: jhi                                   on 2001/05/03  01:23:48
30057         Log: Subject: Random input test and Perl
30058              From: Ilya Zakharevich <ilya@math.berkeley.edu>
30059              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
30060              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
30061      Branch: perl
30062            ! toke.c
30063 ____________________________________________________________________________
30064 [  9968] By: jhi                                   on 2001/05/02  22:17:21
30065         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
30066              From: Peter Prymmer <pvhp@forte.com>
30067              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
30068              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
30069      Branch: perl
30070            ! pod/perlfunc.pod pod/perlport.pod
30071 ____________________________________________________________________________
30072 [  9967] By: jhi                                   on 2001/05/02  20:12:45
30073         Log: Workaround for UTS compiler casting bug from Hal Morris.
30074      Branch: perl
30075            ! perl.h
30076 ____________________________________________________________________________
30077 [  9966] By: jhi                                   on 2001/05/02  18:31:37
30078         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
30079              From: Dan Sugalski <dan@sidhe.org>
30080              Date: Wed, 02 May 2001 15:23:22 -0400
30081              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
30082      Branch: perl
30083            ! perl.c vms/vms.c
30084 ____________________________________________________________________________
30085 [  9965] By: jhi                                   on 2001/05/02  18:21:29
30086         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
30087      Branch: perl
30088            ! pod/perlfunc.pod
30089 ____________________________________________________________________________
30090 [  9964] By: jhi                                   on 2001/05/02  18:15:01
30091         Log: Document large files in INSTALL, document also the %x
30092              limitation if not use64bitint, closes bug 20010326.007.
30093      Branch: perl
30094            ! INSTALL
30095 ____________________________________________________________________________
30096 [  9963] By: jhi                                   on 2001/05/02  17:24:47
30097         Log: perlmodlib tweaks; regen pods.
30098      Branch: perl
30099            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
30100            ! pod/perltoc.pod
30101 ____________________________________________________________________________
30102 [  9962] By: jhi                                   on 2001/05/02  17:14:00
30103         Log: Fix for a segfault, from Marc Lehmann.
30104      Branch: perl
30105            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
30106 ____________________________________________________________________________
30107 [  9961] By: jhi                                   on 2001/05/02  15:55:53
30108         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
30109              From: "Philip Newton" <pnewton@gmx.de>
30110              Date: Wed, 2 May 2001 18:39:03 +0200
30111              Message-ID: <3AF05447.15525.173B588@localhost>
30112      Branch: perl
30113            ! pod/perlop.pod
30114 ____________________________________________________________________________
30115 [  9960] By: jhi                                   on 2001/05/02  15:35:37
30116         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
30117              From: Dan Sugalski <dan@sidhe.org>
30118              Date: Wed, 02 May 2001 11:37:27 -0400
30119              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
30120      Branch: perl
30121            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
30122            ! thread.h vms/vms.c vms/vmsish.h
30123 ____________________________________________________________________________
30124 [  9959] By: jhi                                   on 2001/05/02  15:21:08
30125         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
30126              From: Benjamin Sugars <bsugars@canoe.ca>
30127              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
30128              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
30129      Branch: perl
30130            ! ext/PerlIO/Scalar/Scalar.xs
30131 ____________________________________________________________________________
30132 [  9958] By: jhi                                   on 2001/05/02  15:15:53
30133         Log: Bug in #9915, spotted by Mike Guy.
30134      Branch: perl
30135            ! installperl
30136 ____________________________________________________________________________
30137 [  9957] By: jhi                                   on 2001/05/02  13:26:01
30138         Log: Add a test for not griping about references as array
30139              indices if the reference has magic in it (overloaded
30140              methods).
30141      Branch: perl
30142            ! pod/perldiag.pod t/pragma/warn/pp_hot
30143 ____________________________________________________________________________
30144 [  9956] By: jhi                                   on 2001/05/02  13:07:01
30145         Log: Retracted a bit too much in #9952.
30146      Branch: perl
30147            ! t/pragma/sub_lval.t
30148 ____________________________________________________________________________
30149 [  9955] By: jhi                                   on 2001/05/02  13:05:38
30150         Log: Test for #9952.
30151      Branch: perl
30152            ! t/op/tie.t
30153 ____________________________________________________________________________
30154 [  9954] By: jhi                                   on 2001/05/02  11:48:18
30155         Log: Additional note on the encoding example: one cannot
30156              convert string constants in-place.
30157      Branch: perl
30158            ! ext/Encode/Encode.pm
30159 ____________________________________________________________________________
30160 [  9953] By: jhi                                   on 2001/05/02  11:43:51
30161         Log: Note that if you have recent enough Perl you already
30162              have Filter::Util::Call.
30163      Branch: perl
30164            ! lib/Filter/Simple.pm
30165 ____________________________________________________________________________
30166 [  9952] By: jhi                                   on 2001/05/02  11:31:53
30167         Log: Retract changes #8254 and #8255, causes coredump in
30168              'tie FH, "main"', reported by Abigail, culprit found by
30169              Benjamin Sugars.  Mirrors maintperl change #9950.
30170      Branch: perl
30171            ! op.c t/pragma/sub_lval.t
30172 ____________________________________________________________________________
30173 [  9951] By: jhi                                   on 2001/05/02  11:14:29
30174         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
30175      Branch: perl
30176            + t/lib/MyFilter.pm
30177 ____________________________________________________________________________
30178 [  9950] By: gsar                                  on 2001/05/02  03:17:11
30179         Log: revert integration of changes#8254,8255 in change#8620 (causes
30180              a coredump in C<tie FH, 'foo'>; the idea itself may need better
30181              rationalization)
30182      Branch: maint-5.6/perl
30183            ! op.c t/pragma/sub_lval.t
30184 ____________________________________________________________________________
30185 [  9949] By: gsar                                  on 2001/05/02  02:56:32
30186         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
30187              
30188              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30189              
30190              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30191      Branch: maint-5.6/perl
30192           !> hints/svr5.sh
30193 ____________________________________________________________________________
30194 [  9948] By: gsar                                  on 2001/05/02  02:49:15
30195         Log: pod/find.t breaks on VMS (from Craig Berry)
30196      Branch: maint-5.6/perl
30197            ! t/pod/find.t
30198 ____________________________________________________________________________
30199 [  9947] By: jhi                                   on 2001/05/02  02:43:09
30200         Log: Add an encoding conversion example.
30201      Branch: perl
30202            ! ext/Encode/Encode.pm
30203 ____________________________________________________________________________
30204 [  9946] By: jhi                                   on 2001/05/02  01:34:22
30205         Log: Another coat of paint but still nowhere finished.
30206              Need to decide on the semantics of strptime(): should
30207              strptime() be a function instead of a method?  To do
30208              the week/monthname-strptiming the i18n/l10n bullet needs
30209              to be bitten with gusto.
30210      Branch: perl
30211            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
30212 ____________________________________________________________________________
30213 [  9945] By: jhi                                   on 2001/05/01  23:40:52
30214         Log: Update Changes.
30215      Branch: perl
30216            ! Changes patchlevel.h
30217 ____________________________________________________________________________
30218 [  9944] By: jhi                                   on 2001/05/01  23:33:37
30219         Log: Add known-to-be-tested modules to the list-to-be-skipped.
30220      Branch: perl
30221            ! t/lib/1_compile.t
30222 ____________________________________________________________________________
30223 [  9943] By: jhi                                   on 2001/05/01  23:24:40
30224         Log: Subject: BorlandC++ fix
30225              From: "Vadim Konovalov" <watman@inbox.ru>
30226              Date: Mon, 30 Apr 2001 20:12:26 -0700
30227              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
30228      Branch: perl
30229            ! win32/makefile.mk
30230 ____________________________________________________________________________
30231 [  9942] By: jhi                                   on 2001/05/01  23:18:02
30232         Log: Update to Filter::Simple 0.60, create a test for it.
30233      Branch: perl
30234            + t/lib/filter-simple.t
30235            ! MANIFEST lib/Filter/Simple.pm
30236 ____________________________________________________________________________
30237 [  9941] By: jhi                                   on 2001/05/01  19:47:24
30238         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
30239              From: Hugo <hv@crypt.compulink.co.uk>
30240              Date: Tue, 01 May 2001 20:12:20 +0100
30241              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
30242      Branch: perl
30243            ! pp_hot.c t/op/re_tests
30244 ____________________________________________________________________________
30245 [  9940] By: jhi                                   on 2001/05/01  19:42:16
30246         Log: Integrate perlio.
30247      Branch: perl
30248           !> lib/base.pm t/lib/fields.t
30249 ____________________________________________________________________________
30250 [  9939] By: jhi                                   on 2001/05/01  19:39:51
30251         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
30252              From: Benjamin Sugars <bsugars@canoe.ca>
30253              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
30254              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
30255      Branch: perl
30256            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30257 ____________________________________________________________________________
30258 [  9938] By: jhi                                   on 2001/05/01  19:34:09
30259         Log: Add NEXT, a pseudo-class for method redispatching.
30260              <Damian>NEXT.pm probably offers more bang-for-buck
30261              than anything else I've ever written.</Damian>
30262      Branch: perl
30263            + lib/NEXT.pm t/lib/next.t
30264            ! MANIFEST
30265 ____________________________________________________________________________
30266 [  9937] By: jhi                                   on 2001/05/01  19:21:41
30267         Log: Update to Switch 2.02.
30268      Branch: perl
30269            ! lib/Switch.pm t/lib/switch.t
30270 ____________________________________________________________________________
30271 [  9936] By: nick                                  on 2001/05/01  19:09:21
30272         Log: Fix for base.pm clobbering $VERSION
30273      Branch: perlio
30274            ! lib/base.pm
30275 ____________________________________________________________________________
30276 [  9935] By: nick                                  on 2001/05/01  18:54:38
30277         Log: Test for base.pm clobbering $VERSION.
30278      Branch: perlio
30279            ! t/lib/fields.t
30280 ____________________________________________________________________________
30281 [  9934] By: jhi                                   on 2001/05/01  18:39:10
30282         Log: Add information about Scalar::Util::blessed.
30283      Branch: perl
30284            ! pod/perlobj.pod
30285 ____________________________________________________________________________
30286 [  9933] By: jhi                                   on 2001/05/01  18:33:51
30287         Log: Subject: Extra UNIVERSAL documentation
30288              From: Mike Guy <mjtg@cam.ac.uk>
30289              Date: Tue, 01 May 2001 20:12:11 +0100
30290              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
30291      Branch: perl
30292            ! pod/perlobj.pod
30293 ____________________________________________________________________________
30294 [  9932] By: jhi                                   on 2001/05/01  18:26:54
30295         Log: Subject: Autoflush in tests as appropriate
30296              From: Mike Guy <mjtg@cam.ac.uk>
30297              Date: Tue, 01 May 2001 20:05:31 +0100
30298              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
30299      Branch: perl
30300            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
30301            ! t/op/taint.t
30302 ____________________________________________________________________________
30303 [  9931] By: jhi                                   on 2001/05/01  18:02:29
30304         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
30305              From: Benjamin Sugars <bsugars@canoe.ca>
30306              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
30307              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
30308      Branch: perl
30309            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30310 ____________________________________________________________________________
30311 [  9930] By: jhi                                   on 2001/05/01  15:12:26
30312         Log: Subject: Re: Finally got a round tuit
30313              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30314              Date: Tue, 01 May 2001 14:14:10 +0200
30315              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
30316              
30317              The -DP part, slightly modified.
30318      Branch: perl
30319            ! perl.c
30320 ____________________________________________________________________________
30321 [  9929] By: jhi                                   on 2001/05/01  14:17:15
30322         Log: Subject: Re: Finally got a round tuit
30323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30324              Date: Tue, 01 May 2001 16:34:06 +0200
30325              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
30326              
30327              cpp and optimization tweaks for HP-UX.
30328      Branch: perl
30329            ! hints/hpux.sh
30330 ____________________________________________________________________________
30331 [  9928] By: jhi                                   on 2001/05/01  13:24:20
30332         Log: Tune the scan_num() comments to reality.
30333      Branch: perl
30334            ! toke.c
30335 ____________________________________________________________________________
30336 [  9927] By: jhi                                   on 2001/05/01  13:14:01
30337         Log: Subject: [PATCH B::Deparse] optimised sort
30338              From: Robin Houston <robin@kitsite.com>
30339              Date: Tue, 1 May 2001 14:07:12 +0100
30340              Message-ID: <20010501140712.A4266@penderel>
30341      Branch: perl
30342            ! ext/B/B/Deparse.pm
30343 ____________________________________________________________________________
30344 [  9926] By: jhi                                   on 2001/05/01  13:10:53
30345         Log: Subject: [PATCH t/lib/b-deparse.t] 
30346              From: Robin Houston <robin@kitsite.com>
30347              Date: Tue, 1 May 2001 13:37:42 +0100
30348              Message-ID: <20010501133742.A4082@penderel>
30349      Branch: perl
30350            ! t/lib/b-deparse.t
30351 ____________________________________________________________________________
30352 [  9925] By: jhi                                   on 2001/05/01  13:10:13
30353         Log: Subject: [PATCH B::Deparse] for(;;), sort
30354              From: Robin Houston <robin@kitsite.com>
30355              Date: Tue, 1 May 2001 13:35:00 +0100
30356              Message-ID: <20010501133500.A4061@penderel>
30357      Branch: perl
30358            ! ext/B/B/Deparse.pm
30359 ____________________________________________________________________________
30360 [  9924] By: jhi                                   on 2001/05/01  13:09:22
30361         Log: Subject: [PATCH B::Deparse] do, warn, use
30362              From: Robin Houston <robin@kitsite.com>
30363              Date: Tue, 1 May 2001 13:31:03 +0100
30364              Message-ID: <20010501133103.A4041@penderel>
30365      Branch: perl
30366            ! ext/B/B/Deparse.pm
30367 ____________________________________________________________________________
30368 [  9923] By: jhi                                   on 2001/05/01  11:45:36
30369         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
30370              From: Benjamin Sugars <ben.sugars@home.com>
30371              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
30372              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
30373      Branch: perl
30374            + t/io/fflush.t
30375            ! MANIFEST
30376 ____________________________________________________________________________
30377 [  9922] By: jhi                                   on 2001/05/01  11:35:42
30378         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
30379              From: Peter Prymmer <pvhp@forte.com>
30380              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
30381              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
30382      Branch: perl
30383            ! t/lib/selfstubber.t
30384 ____________________________________________________________________________
30385 [  9921] By: jhi                                   on 2001/04/30  16:34:33
30386         Log: Subject: [PATCH B::Concise] suppress warning
30387              From: Robin Houston <robin@kitsite.com>
30388              Date: Mon, 30 Apr 2001 16:09:49 +0100
30389              Message-ID: <20010430160949.A25086@penderel>
30390      Branch: perl
30391            ! ext/B/B/Concise.pm
30392 ____________________________________________________________________________
30393 [  9920] By: jhi                                   on 2001/04/30  13:56:04
30394         Log: Strip the *markers* from #9919.
30395      Branch: perl
30396            ! pod/perlfaq.pod pod/perlfaq5.pod
30397 ____________________________________________________________________________
30398 [  9919] By: jhi                                   on 2001/04/30  13:54:04
30399         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
30400              From: Gwyn Judd <b.judd@xtra.co.nz>
30401              Date: Sun, 29 Apr 2001 01:47:49 +1200
30402              Message-ID: <20010429014749.A4418@thislove>
30403      Branch: perl
30404            ! pod/perlfaq.pod pod/perlfaq5.pod
30405 ____________________________________________________________________________
30406 [  9918] By: jhi                                   on 2001/04/30  13:13:54
30407         Log: More_tweakage.
30408      Branch: perl
30409            ! pod/perldata.pod pod/perldiag.pod
30410 ____________________________________________________________________________
30411 [  9917] By: jhi                                   on 2001/04/30  13:01:27
30412         Log: Update Changes.
30413      Branch: perl
30414            ! Changes patchlevel.h
30415 ____________________________________________________________________________
30416 [  9916] By: jhi                                   on 2001/04/30  12:57:03
30417         Log: T_w_e_a_k_a_g_e.
30418      Branch: perl
30419            ! pod/perldata.pod pod/perldiag.pod
30420 ____________________________________________________________________________
30421 [  9915] By: jhi                                   on 2001/04/30  12:39:29
30422         Log: Install s2p also as psed.
30423              
30424              TODO: psed documentation?
30425      Branch: perl
30426            ! installperl
30427 ____________________________________________________________________________
30428 [  9914] By: jhi                                   on 2001/04/30  12:29:21
30429         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
30430              From: Jens Hamisch <jens@Strawberry.COM>
30431              Date: Fri, 27 Apr 2001 17:00:36 +0200
30432              Message-ID: <20010427170036.K1372@Strawberry.COM>
30433              
30434              SOCKS5_VERSION_NAME is the right symbol to detect
30435              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
30436              function called socks5_init() is available, and even that is
30437              not universal, most SOCKS5 installations use SOCKSinit()).
30438      Branch: perl
30439            ! perlio.c
30440 ____________________________________________________________________________
30441 [  9913] By: jhi                                   on 2001/04/30  12:22:15
30442         Log: Allow a zero timeout on IO::Socket accept and connect--
30443              though one really shouldn't do that.  Based on
30444              
30445              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
30446              From: "John Holdsworth" <coldwave@bigfoot.com>
30447              Date: Sun, 4 Feb 2001 12:48:18 +0100
30448              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
30449      Branch: perl
30450            ! ext/IO/lib/IO/Socket.pm
30451 ____________________________________________________________________________
30452 [  9912] By: jhi                                   on 2001/04/30  11:27:27
30453         Log: Save the spot of regprev (see #9911) for binary compatibility;
30454              regen API.
30455      Branch: perl
30456            ! embedvar.h perlapi.h thrdvar.h
30457 ____________________________________________________________________________
30458 [  9911] By: jhi                                   on 2001/04/30  11:22:03
30459         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
30460              From: Hugo <hv@crypt.compulink.co.uk>
30461              Date: Sun, 29 Apr 2001 17:09:30 +0100
30462              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
30463      Branch: perl
30464            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
30465 ____________________________________________________________________________
30466 [  9910] By: jhi                                   on 2001/04/30  11:15:12
30467         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
30468              a dummy for PL_numeric_radix); no pressing reason to break
30469              binary compatibility; regen API.
30470      Branch: perl
30471            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
30472            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
30473 ____________________________________________________________________________
30474 [  9909] By: jhi                                   on 2001/04/30  10:56:08
30475         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
30476              From: Walt Mankowski <waltman@netaxs.com>
30477              Date: Sun, 29 Apr 2001 21:53:48 -0400
30478              Message-ID: <20010429215348.A3971@netaxs.com>
30479      Branch: perl
30480            ! pod/perlfunc.pod
30481 ____________________________________________________________________________
30482 [  9908] By: jhi                                   on 2001/04/30  10:49:40
30483         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
30484      Branch: perl
30485            ! t/lib/selfstubber.t
30486 ____________________________________________________________________________
30487 [  9907] By: nick                                  on 2001/04/30  09:26:50
30488         Log: Integrate mainline.
30489      Branch: perlio
30490           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30491 ____________________________________________________________________________
30492 [  9906] By: jhi                                   on 2001/04/29  23:24:20
30493         Log: Abigail spotted a thinko in #9905.
30494      Branch: perl
30495            ! pod/perldiag.pod
30496 ____________________________________________________________________________
30497 [  9905] By: jhi                                   on 2001/04/29  15:55:39
30498         Log: Changed the underscore/undebar syntax in numeric constants;
30499              now any grouping will do, as long as the underscores are not
30500              consecutive (so "zero-grouping" is out), and they do not begin
30501              or end the integer or fractional parts.
30502      Branch: perl
30503            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
30504 ____________________________________________________________________________
30505 [  9904] By: nick                                  on 2001/04/29  15:43:22
30506         Log: Integrate mainline.
30507      Branch: perlio
30508           +> (branch 98 files)
30509            - lib/unicode/Block.pl
30510            - lib/unicode/In/AlphabeticPresentationForms.pl
30511            - lib/unicode/In/Arabic.pl
30512            - lib/unicode/In/ArabicPresentationForms-A.pl
30513            - lib/unicode/In/ArabicPresentationForms-B.pl
30514            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30515            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30516            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30517            - lib/unicode/In/BopomofoExtended.pl
30518            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30519            - lib/unicode/In/CJKCompatibility.pl
30520            - lib/unicode/In/CJKCompatibilityForms.pl
30521            - lib/unicode/In/CJKCompatibilityIdeographs.pl
30522            - lib/unicode/In/CJKRadicalsSupplement.pl
30523            - lib/unicode/In/CJKSymbolsandPunctuation.pl
30524            - lib/unicode/In/CJKUnifiedIdeographs.pl
30525            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30526            - lib/unicode/In/Cherokee.pl
30527            - lib/unicode/In/CombiningDiacriticalMarks.pl
30528            - lib/unicode/In/CombiningHalfMarks.pl
30529            - lib/unicode/In/CombiningMarksforSymbols.pl
30530            - lib/unicode/In/ControlPictures.pl
30531            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30532            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30533            - lib/unicode/In/EnclosedAlphanumerics.pl
30534            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30535            - lib/unicode/In/Ethiopic.pl
30536            - lib/unicode/In/GeneralPunctuation.pl
30537            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30538            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30539            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30540            - lib/unicode/In/HalfwidthandFullwidthForms.pl
30541            - lib/unicode/In/HangulCompatibilityJamo.pl
30542            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30543            - lib/unicode/In/Hebrew.pl
30544            - lib/unicode/In/HighPrivateUseSurrogates.pl
30545            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30546            - lib/unicode/In/IPAExtensions.pl
30547            - lib/unicode/In/IdeographicDescriptionCharacters.pl
30548            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30549            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30550            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30551            - lib/unicode/In/Latin-1Supplement.pl
30552            - lib/unicode/In/LatinExtended-A.pl
30553            - lib/unicode/In/LatinExtended-B.pl
30554            - lib/unicode/In/LatinExtendedAdditional.pl
30555            - lib/unicode/In/LetterlikeSymbols.pl
30556            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30557            - lib/unicode/In/MathematicalOperators.pl
30558            - lib/unicode/In/MiscellaneousSymbols.pl
30559            - lib/unicode/In/MiscellaneousTechnical.pl
30560            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30561            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30562            - lib/unicode/In/OpticalCharacterRecognition.pl
30563            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30564            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30565            - lib/unicode/In/SmallFormVariants.pl
30566            - lib/unicode/In/SpacingModifierLetters.pl
30567            - lib/unicode/In/Specials.pl
30568            - lib/unicode/In/SuperscriptsandSubscripts.pl
30569            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30570            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30571            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30572            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30573            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30574           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
30575           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
30576           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
30577           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
30578           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
30579           !> utf8.c win32/Makefile
30580 ____________________________________________________________________________
30581 [  9903] By: jhi                                   on 2001/04/29  14:30:53
30582         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
30583              From: Prymmer/Kahn <pvhp@best.com>
30584              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
30585              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
30586      Branch: perl
30587            ! win32/Makefile
30588 ____________________________________________________________________________
30589 [  9902] By: jhi                                   on 2001/04/29  02:52:44
30590         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
30591              From: "Abigail" <abigail@foad.org>
30592              Date: Sun, 29 Apr 2001 03:14:25 +0200
30593              Message-ID: <20010429011425.24503.qmail@foad.org>
30594      Branch: perl
30595            ! ext/IO/lib/IO/Seekable.pm
30596 ____________________________________________________________________________
30597 [  9901] By: jhi                                   on 2001/04/29  02:04:46
30598         Log: In character classes one couldn't have 0x80..0xff characters
30599              at the left hand side if there were 0x100.. characters in the
30600              character class.
30601      Branch: perl
30602            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
30603            ! t/op/pat.t utf8.c
30604 ____________________________________________________________________________
30605 [  9900] By: jhi                                   on 2001/04/28  22:55:04
30606         Log: Forgot the latest mktables.PL from #9899.
30607      Branch: perl
30608            ! lib/unicode/mktables.PL
30609 ____________________________________________________________________________
30610 [  9899] By: jhi                                   on 2001/04/28  22:53:28
30611         Log: Explain the \p{} and \P{} error message better and
30612              have prettier prettyprint in In.pl.
30613      Branch: perl
30614            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
30615            ! pod/perldiag.pod
30616 ____________________________________________________________________________
30617 [  9898] By: jhi                                   on 2001/04/28  21:03:34
30618         Log: Add one possible explanation for the "Invalid [] range" error.
30619      Branch: perl
30620            ! pod/perldiag.pod
30621 ____________________________________________________________________________
30622 [  9897] By: jhi                                   on 2001/04/28  17:18:26
30623         Log: Add a level of indirection to the implementation of \p{InFoo}
30624              so that we don't have to have long filenames.  (Nothing changes
30625              in the user interface.)   The indirection is defined in
30626              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
30627              Also rename some the character classes by removing '-' from
30628              the classnames, and finally renamed Block.pl as Blocks.pl.
30629      Branch: perl
30630            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
30631            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
30632            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
30633            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
30634            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
30635            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
30636            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
30637            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
30638            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
30639            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
30640            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
30641            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
30642            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
30643            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
30644            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
30645            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
30646            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
30647            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
30648            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
30649            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
30650            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
30651            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
30652            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
30653            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
30654            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
30655            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
30656            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
30657            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
30658            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
30659            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
30660            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
30661            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
30662            + lib/unicode/In/94.pl lib/unicode/In/95.pl
30663            - lib/unicode/Block.pl
30664            - lib/unicode/In/AlphabeticPresentationForms.pl
30665            - lib/unicode/In/Arabic.pl
30666            - lib/unicode/In/ArabicPresentationForms-A.pl
30667            - lib/unicode/In/ArabicPresentationForms-B.pl
30668            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
30669            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
30670            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
30671            - lib/unicode/In/BopomofoExtended.pl
30672            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
30673            - lib/unicode/In/CJKCompatibility.pl
30674            - lib/unicode/In/CJKCompatibilityForms.pl
30675            - lib/unicode/In/CJKCompatibilityIdeographs.pl
30676            - lib/unicode/In/CJKRadicalsSupplement.pl
30677            - lib/unicode/In/CJKSymbolsandPunctuation.pl
30678            - lib/unicode/In/CJKUnifiedIdeographs.pl
30679            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
30680            - lib/unicode/In/Cherokee.pl
30681            - lib/unicode/In/CombiningDiacriticalMarks.pl
30682            - lib/unicode/In/CombiningHalfMarks.pl
30683            - lib/unicode/In/CombiningMarksforSymbols.pl
30684            - lib/unicode/In/ControlPictures.pl
30685            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
30686            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
30687            - lib/unicode/In/EnclosedAlphanumerics.pl
30688            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
30689            - lib/unicode/In/Ethiopic.pl
30690            - lib/unicode/In/GeneralPunctuation.pl
30691            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
30692            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
30693            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
30694            - lib/unicode/In/HalfwidthandFullwidthForms.pl
30695            - lib/unicode/In/HangulCompatibilityJamo.pl
30696            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
30697            - lib/unicode/In/Hebrew.pl
30698            - lib/unicode/In/HighPrivateUseSurrogates.pl
30699            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
30700            - lib/unicode/In/IPAExtensions.pl
30701            - lib/unicode/In/IdeographicDescriptionCharacters.pl
30702            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
30703            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
30704            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
30705            - lib/unicode/In/Latin-1Supplement.pl
30706            - lib/unicode/In/LatinExtended-A.pl
30707            - lib/unicode/In/LatinExtended-B.pl
30708            - lib/unicode/In/LatinExtendedAdditional.pl
30709            - lib/unicode/In/LetterlikeSymbols.pl
30710            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
30711            - lib/unicode/In/MathematicalOperators.pl
30712            - lib/unicode/In/MiscellaneousSymbols.pl
30713            - lib/unicode/In/MiscellaneousTechnical.pl
30714            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
30715            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
30716            - lib/unicode/In/OpticalCharacterRecognition.pl
30717            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
30718            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
30719            - lib/unicode/In/SmallFormVariants.pl
30720            - lib/unicode/In/SpacingModifierLetters.pl
30721            - lib/unicode/In/Specials.pl
30722            - lib/unicode/In/SuperscriptsandSubscripts.pl
30723            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
30724            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
30725            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
30726            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
30727            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
30728            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
30729            ! pod/perlunicode.pod
30730 ____________________________________________________________________________
30731 [  9896] By: jhi                                   on 2001/04/28  14:33:17
30732         Log: Update the information on shared library path on HP-UX.
30733      Branch: perl
30734            ! INSTALL
30735 ____________________________________________________________________________
30736 [  9895] By: jhi                                   on 2001/04/28  14:32:30
30737         Log: Because #9894 seems to do the trick, this workaround can be removed.
30738      Branch: perl
30739            ! t/lib/selfstubber.t
30740 ____________________________________________________________________________
30741 [  9894] By: jhi                                   on 2001/04/28  14:26:13
30742         Log: For PerlIO flush the children's file handles (on fork/exec/system).
30743      Branch: perl
30744            ! perl.h
30745 ____________________________________________________________________________
30746 [  9893] By: jhi                                   on 2001/04/28  14:23:15
30747         Log: Test tweak for #9891.
30748      Branch: perl
30749            ! t/lib/b-deparse.t
30750 ____________________________________________________________________________
30751 [  9892] By: jhi                                   on 2001/04/28  14:10:13
30752         Log: New HP-UX hints from Merijn.
30753      Branch: perl
30754            ! hints/hpux.sh
30755 ____________________________________________________________________________
30756 [  9891] By: jhi                                   on 2001/04/28  14:07:27
30757         Log: Subject: [PATCH B::Deparse] non-block scopes
30758              From: Robin Houston <robin@kitsite.com>
30759              Date: Fri, 27 Apr 2001 19:15:14 +0100
30760              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
30761      Branch: perl
30762            ! ext/B/B/Deparse.pm
30763 ____________________________________________________________________________
30764 [  9890] By: nick                                  on 2001/04/27  19:41:25
30765         Log: Integrate mainline
30766      Branch: perlio
30767           +> t/lib/selfstubber.t
30768           !> (integrate 50 files)
30769 ____________________________________________________________________________
30770 [  9889] By: jhi                                   on 2001/04/27  18:23:46
30771         Log: Subject: Re: selfstubber test fail on bleadperl
30772              From: Mike Guy <mjtg@cam.ac.uk>
30773              Date: Fri, 27 Apr 2001 19:31:18 +0100
30774              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
30775      Branch: perl
30776            ! t/lib/selfstubber.t
30777 ____________________________________________________________________________
30778 [  9888] By: jhi                                   on 2001/04/27  16:20:54
30779         Log: Test tweak for #9886.
30780      Branch: perl
30781            ! t/lib/b-deparse.t
30782 ____________________________________________________________________________
30783 [  9887] By: jhi                                   on 2001/04/27  16:16:33
30784         Log: Buffering issue at least in Solaris (even with perlio).
30785      Branch: perl
30786            ! t/lib/selfstubber.t
30787 ____________________________________________________________________________
30788 [  9886] By: jhi                                   on 2001/04/27  14:59:23
30789         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
30790              From: Robin Houston <robin@kitsite.com>
30791              Date: Fri, 27 Apr 2001 16:53:20 +0100
30792              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
30793      Branch: perl
30794            ! ext/B/B/Deparse.pm
30795 ____________________________________________________________________________
30796 [  9885] By: jhi                                   on 2001/04/27  14:23:51
30797         Log: Update Changes.
30798      Branch: perl
30799            ! Changes patchlevel.h
30800 ____________________________________________________________________________
30801 [  9884] By: jhi                                   on 2001/04/27  14:14:12
30802         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
30803              From: "Philip Newton" <pnewton@gmx.de>
30804              Date: Fri, 27 Apr 2001 16:40:13 +0200
30805              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
30806      Branch: perl
30807            ! pod/perldata.pod
30808 ____________________________________________________________________________
30809 [  9883] By: jhi                                   on 2001/04/27  13:28:19
30810         Log: Add LOG_PERROR; prettify the "removed".
30811      Branch: perl
30812            ! ext/Sys/Syslog/Syslog.xs
30813 ____________________________________________________________________________
30814 [  9882] By: jhi                                   on 2001/04/27  13:13:18
30815         Log: h2xs tweaks: use NV instead of double, "quote" the removed
30816              prefixes for clarity (especially when nothing is removed),
30817              slight pod reformats.
30818      Branch: perl
30819            ! utils/h2xs.PL
30820 ____________________________________________________________________________
30821 [  9881] By: jhi                                   on 2001/04/27  12:58:48
30822         Log: Don't bother creating existing directories.
30823      Branch: perl
30824            ! utils/h2xs.PL
30825 ____________________________________________________________________________
30826 [  9880] By: jhi                                   on 2001/04/27  12:45:39
30827         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
30828              From: Mike Schilli <m@perlmeister.com>
30829              Date: Wed, 25 Apr 2001 01:29:21 -0700
30830              Message-id: <3AE68AE1.6A981723@perlmeister.com>
30831      Branch: perl
30832            ! utils/h2xs.PL
30833 ____________________________________________________________________________
30834 [  9879] By: jhi                                   on 2001/04/27  12:40:55
30835         Log: break is not yet Perl.  Added the template license also to README.
30836      Branch: perl
30837            ! utils/h2xs.PL
30838 ____________________________________________________________________________
30839 [  9878] By: jhi                                   on 2001/04/27  03:08:20
30840         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
30841              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30842              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
30843              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
30844      Branch: perl
30845            ! t/lib/xs-typemap.t
30846 ____________________________________________________________________________
30847 [  9877] By: jhi                                   on 2001/04/26  23:54:40
30848         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
30849              From: "Abigail" <abigail@foad.org>
30850              Date: Fri, 27 Apr 2001 01:44:28 +0200
30851              Message-ID: <20010426234428.19786.qmail@foad.org>
30852      Branch: perl
30853            ! utils/h2xs.PL
30854 ____________________________________________________________________________
30855 [  9876] By: jhi                                   on 2001/04/26  23:52:06
30856         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
30857              From: Peter Prymmer <pvhp@forte.com>
30858              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
30859              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
30860      Branch: perl
30861            ! t/lib/selfstubber.t
30862 ____________________________________________________________________________
30863 [  9875] By: jhi                                   on 2001/04/26  23:48:10
30864         Log: Deparse nits.
30865      Branch: perl
30866            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
30867 ____________________________________________________________________________
30868 [  9874] By: jhi                                   on 2001/04/26  22:46:05
30869         Log: Document ANYOF_CLASS.
30870      Branch: perl
30871            ! regcomp.h
30872 ____________________________________________________________________________
30873 [  9873] By: jhi                                   on 2001/04/26  22:35:03
30874         Log: Subject: Re: [PATCH @9846] dumping ANYOF
30875              From: Hugo <hv@crypt.compulink.co.uk>
30876              Date: Thu, 26 Apr 2001 23:33:38 +0100
30877              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
30878      Branch: perl
30879            ! regcomp.c regcomp.h
30880 ____________________________________________________________________________
30881 [  9872] By: jhi                                   on 2001/04/26  22:34:31
30882         Log: Subject: [PATCH] more for Devel::SelfStubber
30883              From: Nicholas Clark <nick@ccl4.org>
30884              Date: Fri, 27 Apr 2001 00:13:52 +0100
30885              Message-ID: <20010427001351.K88186@plum.flirble.org>
30886      Branch: perl
30887            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
30888 ____________________________________________________________________________
30889 [  9871] By: jhi                                   on 2001/04/26  21:59:17
30890         Log: Subject: [PATCH B::Deparse] formats must be flush left
30891              From: Robin Houston <robin@kitsite.com>
30892              Date: Thu, 26 Apr 2001 23:54:29 +0100
30893              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
30894      Branch: perl
30895            ! ext/B/B/Deparse.pm
30896 ____________________________________________________________________________
30897 [  9870] By: jhi                                   on 2001/04/26  21:57:37
30898         Log: If some of the constants are prefixes of others,
30899              the prefixes may never get recognized.  (See 20010426.006.)
30900      Branch: perl
30901            ! utils/h2xs.PL
30902 ____________________________________________________________________________
30903 [  9869] By: jhi                                   on 2001/04/26  21:50:42
30904         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
30905              From: Chris Bongaarts <cab@tc.umn.edu>
30906              Date: Thu, 26 Apr 2001 17:10:31 -0500
30907              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
30908      Branch: perl
30909            ! ext/Sys/Syslog/Syslog.xs
30910 ____________________________________________________________________________
30911 [  9868] By: jhi                                   on 2001/04/26  21:35:12
30912         Log: Further cuts and more docs from Graham Barr.
30913      Branch: perl
30914            ! ext/List/Util/lib/List/Util.pm
30915            ! ext/List/Util/lib/Scalar/Util.pm
30916 ____________________________________________________________________________
30917 [  9867] By: jhi                                   on 2001/04/26  21:18:57
30918         Log: Subject: [PATCH 5.7.1] DB_File-1.77
30919              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
30920              Date: Thu, 26 Apr 2001 22:37:53 +0100
30921              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
30922      Branch: perl
30923            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
30924            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
30925 ____________________________________________________________________________
30926 [  9866] By: jhi                                   on 2001/04/26  21:12:31
30927         Log: Subject: [PATCH B::Deparse] fix easy bugs
30928              From: Robin Houston <robin@kitsite.com>
30929              Date: Thu, 26 Apr 2001 23:03:33 +0100
30930              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
30931      Branch: perl
30932            ! ext/B/B/Deparse.pm
30933 ____________________________________________________________________________
30934 [  9865] By: jhi                                   on 2001/04/26  20:26:13
30935         Log: Update Changes.
30936      Branch: perl
30937            ! Changes patchlevel.h
30938 ____________________________________________________________________________
30939 [  9864] By: jhi                                   on 2001/04/26  19:27:48
30940         Log: Dethinko from Robin Houston.
30941      Branch: perl
30942            ! ext/B/B/Deparse.pm
30943 ____________________________________________________________________________
30944 [  9863] By: jhi                                   on 2001/04/26  19:10:35
30945         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
30946              From: Robin Houston <robin@kitsite.com>
30947              Date: Thu, 26 Apr 2001 21:08:32 +0100
30948              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
30949      Branch: perl
30950            ! ext/B/B/Deparse.pm
30951 ____________________________________________________________________________
30952 [  9862] By: jhi                                   on 2001/04/26  19:04:23
30953         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30954              From: Robin Houston <robin@kitsite.com>
30955              Date: Thu, 26 Apr 2001 20:52:50 +0100
30956              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
30957      Branch: perl
30958            ! ext/B/B/Deparse.pm
30959 ____________________________________________________________________________
30960 [  9861] By: jhi                                   on 2001/04/26  18:56:14
30961         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
30962              From: Mike Guy <mjtg@cam.ac.uk>
30963              Date: Thu, 26 Apr 2001 14:22:40 +0100
30964              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
30965      Branch: perl
30966            ! pod/perlobj.pod
30967 ____________________________________________________________________________
30968 [  9860] By: jhi                                   on 2001/04/26  18:46:42
30969         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
30970              From: Robin Houston <robin@kitsite.com>
30971              Date: Thu, 26 Apr 2001 20:34:29 +0100
30972              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
30973              
30974              Hashes do not interpolate.
30975      Branch: perl
30976            ! ext/B/B/Deparse.pm
30977 ____________________________________________________________________________
30978 [  9859] By: jhi                                   on 2001/04/26  18:43:51
30979         Log: Subject: The Time::Piece conspiracy unmasked!!!
30980              From: Mike Guy <mjtg@cam.ac.uk>
30981              Date: Thu, 26 Apr 2001 19:02:50 +0100
30982              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
30983              
30984              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
30985              From: Mike Guy <mjtg@cam.ac.uk>
30986              Date: Thu, 26 Apr 2001 19:08:21 +0100
30987              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
30988              
30989              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
30990              From: Graham Barr <gbarr@pobox.com>
30991              Date: Thu, 26 Apr 2001 19:12:03 +0100
30992              Message-ID: <20010426191203.A70835@pobox.com>
30993              
30994              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
30995      Branch: perl
30996            ! ext/List/Util/lib/List/Util.pm
30997            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
30998 ____________________________________________________________________________
30999 [  9858] By: jhi                                   on 2001/04/26  18:17:42
31000         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
31001              From: Robin Houston <robin@kitsite.com>
31002              Date: Thu, 26 Apr 2001 16:09:35 +0100
31003              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
31004      Branch: perl
31005            ! t/comp/proto.t
31006 ____________________________________________________________________________
31007 [  9857] By: jhi                                   on 2001/04/26  18:04:59
31008         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
31009              From: barries <barries@slaysys.com>
31010              Date: Thu, 26 Apr 2001 12:01:10 -0400
31011              Message-ID: <20010426120110.E29698@jester.slaysys.com>
31012      Branch: perl
31013            ! pod/perldiag.pod
31014 ____________________________________________________________________________
31015 [  9856] By: jhi                                   on 2001/04/26  18:03:33
31016         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
31017              Date: Thu, 26 Apr 2001 17:13:41 +0100
31018              From: Robin Houston <robin@kitsite.com>
31019              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
31020              
31021              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
31022              From: Robin Houston <robin@kitsite.com>
31023              Date: Thu, 26 Apr 2001 18:44:29 +0100
31024              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
31025      Branch: perl
31026            ! ext/B/B/Deparse.pm
31027 ____________________________________________________________________________
31028 [  9855] By: jhi                                   on 2001/04/26  17:56:04
31029         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
31030              From: Robin Houston <robin@kitsite.com>
31031              Date: Thu, 26 Apr 2001 17:04:08 +0100
31032              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
31033      Branch: perl
31034            ! ext/B/B/Deparse.pm
31035 ____________________________________________________________________________
31036 [  9854] By: jhi                                   on 2001/04/26  17:47:26
31037         Log: Subject: Re: Short test case for undef %stash:: crash
31038              From: Benjamin Sugars <bsugars@canoe.ca> 
31039              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
31040              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
31041              Changed and moved the perldiag entry.
31042      Branch: perl
31043            ! gv.c pod/perldiag.pod
31044 ____________________________________________________________________________
31045 [  9853] By: jhi                                   on 2001/04/26  14:35:16
31046         Log: Beginnings of strptime().  Do not touch the wet paint.
31047      Branch: perl
31048            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
31049 ____________________________________________________________________________
31050 [  9852] By: jhi                                   on 2001/04/26  13:17:21
31051         Log: Retract #9851, core dumps from pod2man.
31052      Branch: perl
31053            ! regcomp.c
31054 ____________________________________________________________________________
31055 [  9851] By: jhi                                   on 2001/04/26  11:54:41
31056         Log: (Retracted by #9852.)
31057              
31058              Subject: [PATCH @9846] dumping ANYOF
31059              From: Hugo <hv@crypt.compulink.co.uk>
31060              Date: Thu, 26 Apr 2001 05:32:38 +0100
31061              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
31062      Branch: perl
31063            ! regcomp.c
31064 ____________________________________________________________________________
31065 [  9850] By: jhi                                   on 2001/04/26  02:34:44
31066         Log: If ccflags was empty the _previous_ $* containing all the
31067              environment variables and Configure variables was used,
31068              which lead, among other bad things, into $ccflags being your
31069              uname -a output, which lead into test compile with cc failing,
31070              which lead into gcc being selected, which didn't work that well
31071              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
31072              with large files, et cetera.
31073      Branch: perl
31074            ! hints/hpux.sh
31075 ____________________________________________________________________________
31076 [  9849] By: jhi                                   on 2001/04/26  01:44:57
31077         Log: Make selfstubber test more portable.
31078      Branch: perl
31079            ! t/lib/selfstubber.t
31080 ____________________________________________________________________________
31081 [  9848] By: jhi                                   on 2001/04/26  00:50:26
31082         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
31083              From: Benjamin Sugars <ben.sugars@home.com>
31084              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
31085              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
31086      Branch: perl
31087            ! ext/Cwd/Cwd.xs
31088 ____________________________________________________________________________
31089 [  9847] By: jhi                                   on 2001/04/26  00:46:58
31090         Log: Subject: [PATCH: perl@9841] VMS updates
31091              From: Peter Prymmer <pvhp@forte.com>
31092              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
31093              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
31094      Branch: perl
31095            ! README.vms configure.com vms/descrip_mms.template
31096            ! vms/ext/filespec.t
31097 ____________________________________________________________________________
31098 [  9846] By: jhi                                   on 2001/04/26  00:11:56
31099         Log: re 'debug' was broken by #9084.
31100      Branch: perl
31101            ! ext/re/re.xs
31102 ____________________________________________________________________________
31103 [  9845] By: jhi                                   on 2001/04/25  22:33:17
31104         Log: Subject: [PATCH] test for Devel::SelfStubber
31105              From: Nicholas Clark <nick@ccl4.org>
31106              Date: Thu, 26 Apr 2001 00:00:54 +0100
31107              Message-ID: <20010426000054.D89026@plum.flirble.org>
31108      Branch: perl
31109            + t/lib/selfstubber.t
31110            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
31111 ____________________________________________________________________________
31112 [  9844] By: jhi                                   on 2001/04/25  22:29:32
31113         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
31114              From: Paul Johnson <paul@pjcj.net>
31115              Date: Thu, 26 Apr 2001 00:46:08 +0200
31116              Message-ID: <20010426004608.H2338@pjcj.net>
31117      Branch: perl
31118            ! ext/B/B/Concise.pm
31119 ____________________________________________________________________________
31120 [  9843] By: jhi                                   on 2001/04/25  22:28:28
31121         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
31122              From: Peter Prymmer <pvhp@forte.com>
31123              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
31124              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
31125      Branch: perl
31126            ! ext/Cwd/Cwd.xs
31127 ____________________________________________________________________________
31128 [  9842] By: jhi                                   on 2001/04/25  20:58:12
31129         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
31130              From: John Peacock <jpeacock@rowman.com>
31131              Date: Wed, 25 Apr 2001 17:30:26 -0400
31132              Message-ID: <3AE741F2.B3217464@rowman.com>
31133      Branch: perl
31134            ! lib/Math/BigInt.pm t/lib/bigintpm.t
31135 ____________________________________________________________________________
31136 [  9841] By: jhi                                   on 2001/04/25  20:07:05
31137         Log: Update Changes.
31138      Branch: perl
31139            ! Changes patchlevel.h
31140 ____________________________________________________________________________
31141 [  9840] By: jhi                                   on 2001/04/25  19:56:51
31142         Log: Yet another HP-UX hints version from Merijn.
31143      Branch: perl
31144            ! hints/hpux.sh
31145 ____________________________________________________________________________
31146 [  9839] By: jhi                                   on 2001/04/25  19:53:04
31147         Log: abs_path() didn't terminate the filename correctly,
31148              in DIRNAMLENless systems like HP-UX this would fail.
31149      Branch: perl
31150            ! ext/Cwd/Cwd.xs
31151 ____________________________________________________________________________
31152 [  9838] By: jhi                                   on 2001/04/25  16:37:26
31153         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
31154              From: Mike Guy <mjtg@cam.ac.uk>
31155              Date: Wed, 25 Apr 2001 18:31:47 +0100
31156              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
31157      Branch: perl
31158            ! op.c
31159 ____________________________________________________________________________
31160 [  9837] By: jhi                                   on 2001/04/25  16:21:53
31161         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
31162              From: Jon Eveland <jweveland@yahoo.com>
31163              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
31164              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
31165      Branch: perl
31166            ! lib/perl5db.pl
31167 ____________________________________________________________________________
31168 [  9836] By: jhi                                   on 2001/04/25  14:17:50
31169         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
31170              From: "Philip Newton" <pnewton@gmx.de>
31171              Date: Wed, 25 Apr 2001 17:05:58 +0200
31172              Message-ID: <3AE703F6.3234.1833C45@localhost>
31173      Branch: perl
31174            ! Porting/patching.pod
31175 ____________________________________________________________________________
31176 [  9835] By: jhi                                   on 2001/04/25  13:58:07
31177         Log: It would seem that both ar and full_ar need to be overridden
31178              for HP-UX to avoid the GNU ar.
31179      Branch: perl
31180            ! hints/hpux.sh
31181 ____________________________________________________________________________
31182 [  9834] By: jhi                                   on 2001/04/25  13:50:40
31183         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
31184              From: "Philip Newton" <pnewton@gmx.de>
31185              Date: Wed, 25 Apr 2001 16:09:23 +0200
31186              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
31187              
31188              Detypo.
31189      Branch: perl
31190            ! t/op/misc.t
31191 ____________________________________________________________________________
31192 [  9833] By: jhi                                   on 2001/04/25  12:36:11
31193         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
31194      Branch: perl
31195            ! hints/hpux.sh
31196 ____________________________________________________________________________
31197 [  9832] By: jhi                                   on 2001/04/25  12:33:36
31198         Log: New version of HP-UX hints from Merijn.
31199      Branch: perl
31200            ! hints/hpux.sh
31201 ____________________________________________________________________________
31202 [  9831] By: jhi                                   on 2001/04/25  03:39:45
31203         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
31204      Branch: perl
31205            ! hints/hpux.sh
31206 ____________________________________________________________________________
31207 [  9830] By: jhi                                   on 2001/04/25  02:53:25
31208         Log: The tzname[] bit is not needed by util.c -- and causes
31209              heartburn in VMS (and it missing was probably the cause of
31210              the Mac OS X trouble).  Ouch.
31211      Branch: perl
31212            ! ext/POSIX/POSIX.xs util.c
31213 ____________________________________________________________________________
31214 [  9829] By: jhi                                   on 2001/04/25  00:10:06
31215         Log: Metaconfig unit change for #9828.
31216      Branch: metaconfig
31217            ! U/compline/ccflags.U
31218 ____________________________________________________________________________
31219 [  9828] By: jhi                                   on 2001/04/25  00:04:18
31220         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
31221              (which is actually the reason for the change, we need to pass
31222              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
31223              EP/IX, OS/2, and TitanOS, based on the hints files.
31224      Branch: perl
31225            ! Configure config_h.SH
31226 ____________________________________________________________________________
31227 [  9827] By: jhi                                   on 2001/04/24  23:49:20
31228         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
31229              the $cat must have an absolute path.
31230      Branch: perl
31231            ! makedepend.SH
31232 ____________________________________________________________________________
31233 [  9826] By: jhi                                   on 2001/04/24  23:40:53
31234         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
31235      Branch: perl
31236            ! README.amiga
31237 ____________________________________________________________________________
31238 [  9825] By: jhi                                   on 2001/04/24  23:35:35
31239         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
31240              From: "Philip Newton" <pnewton@gmx.de>
31241              Date: Tue, 24 Apr 2001 18:52:49 +0200
31242              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
31243      Branch: perl
31244            ! x2p/find2perl.PL
31245 ____________________________________________________________________________
31246 [  9824] By: jhi                                   on 2001/04/24  23:33:07
31247         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
31248              Some gcc specifics dropped out due to extensive rewriting;
31249              will be put back later as needed.
31250      Branch: perl
31251            ! hints/hpux.sh
31252 ____________________________________________________________________________
31253 [  9823] By: jhi                                   on 2001/04/24  23:27:57
31254         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
31255      Branch: perl
31256            ! ext/POSIX/POSIX.xs
31257 ____________________________________________________________________________
31258 [  9822] By: jhi                                   on 2001/04/24  23:25:21
31259         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
31260              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31261              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
31262              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
31263      Branch: perl
31264            ! ext/XS/Typemap/Typemap.xs
31265 ____________________________________________________________________________
31266 [  9821] By: jhi                                   on 2001/04/24  23:24:10
31267         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
31268              From: "Abigail" <abigail@foad.org>
31269              Date: Tue, 24 Apr 2001 23:12:03 +0200
31270              Message-ID: <20010424211203.7901.qmail@foad.org>
31271      Branch: perl
31272            ! pod/perlport.pod
31273 ____________________________________________________________________________
31274 [  9820] By: jhi                                   on 2001/04/24  23:23:15
31275         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
31276              From: Matt Sergeant <matt@sergeant.org>
31277              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
31278              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
31279      Branch: perl
31280            ! pod/perlfaq4.pod
31281 ____________________________________________________________________________
31282 [  9819] By: nick                                  on 2001/04/24  18:49:43
31283         Log: Integrate mainline.
31284      Branch: perlio
31285           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31286           !> (integrate 37 files)
31287 ____________________________________________________________________________
31288 [  9818] By: jhi                                   on 2001/04/24  14:35:23
31289         Log: Update Changes.
31290      Branch: perl
31291            ! Changes patchlevel.h
31292 ____________________________________________________________________________
31293 [  9817] By: jhi                                   on 2001/04/24  14:09:17
31294         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
31295              From: "Philip Newton" <pnewton@gmx.de>
31296              Date: Tue, 24 Apr 2001 12:58:12 +0200
31297              Message-ID: <3AE57864.8304.B77A0A@localhost> 
31298              
31299              plus add CPAN to the list of modules that have their own tests.
31300      Branch: perl
31301            ! t/lib/1_compile.t
31302 ____________________________________________________________________________
31303 [  9816] By: jhi                                   on 2001/04/24  14:07:03
31304         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
31305              From: Michael G Schwern <schwern@pobox.com>
31306              Date: Sat, 21 Apr 2001 22:35:00 +0100
31307              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
31308      Branch: perl
31309            ! t/lib/1_compile.t
31310 ____________________________________________________________________________
31311 [  9815] By: jhi                                   on 2001/04/24  13:54:32
31312         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
31313              From: Robin Houston <robin@kitsite.com>
31314              Date: Tue, 24 Apr 2001 15:51:18 +0100
31315              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
31316      Branch: perl
31317            ! ext/B/B/Deparse.pm
31318 ____________________________________________________________________________
31319 [  9814] By: jhi                                   on 2001/04/24  13:17:34
31320         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31321              From: Bill Glicker <billg@burrelles.com>
31322              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
31323              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
31324      Branch: perl
31325            ! hints/svr5.sh
31326 ____________________________________________________________________________
31327 [  9813] By: jhi                                   on 2001/04/24  12:54:23
31328         Log: Prevent path disclosure (probing for existence of filenames)
31329              using suidperl; bug id 20010322.218.
31330      Branch: perl
31331            ! perl.c pod/perldiag.pod
31332 ____________________________________________________________________________
31333 [  9812] By: jhi                                   on 2001/04/24  12:08:36
31334         Log: Retract #9811.
31335      Branch: perl
31336            ! ext/POSIX/POSIX.xs
31337 ____________________________________________________________________________
31338 [  9811] By: jhi                                   on 2001/04/24  11:57:35
31339         Log: (Retracted by #9812.)
31340      Branch: perl
31341            ! ext/POSIX/POSIX.xs
31342 ____________________________________________________________________________
31343 [  9810] By: jhi                                   on 2001/04/24  03:32:35
31344         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
31345      Branch: perl
31346            ! util.c
31347 ____________________________________________________________________________
31348 [  9809] By: jhi                                   on 2001/04/24  03:16:13
31349         Log: The Math::BigFloat::import() was broken.
31350              (Fixes bug id 20010422.002.)
31351      Branch: perl
31352            ! lib/Math/BigFloat.pm
31353 ____________________________________________________________________________
31354 [  9808] By: jhi                                   on 2001/04/24  01:11:40
31355         Log: Additional dependencies; should help for parallel makes
31356              not to fail on missing lib/lib.pm or lib/re.pm.
31357      Branch: perl
31358            ! Makefile.SH
31359 ____________________________________________________________________________
31360 [  9807] By: jhi                                   on 2001/04/24  00:57:01
31361         Log: Update the test failure disclaimer.
31362      Branch: perl
31363            ! t/pragma/warn/pp_hot
31364 ____________________________________________________________________________
31365 [  9806] By: jhi                                   on 2001/04/24  00:54:04
31366         Log: Add make target "install-all" which is alias for "install"
31367              to cater for case-preserving filesystems like HFS+.
31368      Branch: perl
31369            ! INSTALL Makefile.SH
31370 ____________________________________________________________________________
31371 [  9805] By: jhi                                   on 2001/04/24  00:47:28
31372         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
31373              From: Peter Prymmer <pvhp@forte.com>
31374              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
31375              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
31376              
31377              (Ken William's message forwarded from macosx@perl.org)
31378      Branch: perl
31379            ! hints/darwin.sh
31380 ____________________________________________________________________________
31381 [  9804] By: jhi                                   on 2001/04/23  23:57:35
31382         Log: Cut-and-pasto.
31383      Branch: perl
31384            ! perlio.c
31385 ____________________________________________________________________________
31386 [  9803] By: jhi                                   on 2001/04/23  23:52:25
31387         Log: More PerlIO robustness.
31388      Branch: perl
31389            ! perlio.c
31390 ____________________________________________________________________________
31391 [  9802] By: jhi                                   on 2001/04/23  23:43:35
31392         Log: Make the "STD* opened only for ..." errors more consistent.
31393      Branch: perl
31394            ! doio.c
31395 ____________________________________________________________________________
31396 [  9801] By: jhi                                   on 2001/04/23  23:34:26
31397         Log: Test case for #9800.
31398      Branch: perl
31399            ! t/op/misc.t
31400 ____________________________________________________________________________
31401 [  9800] By: jhi                                   on 2001/04/23  23:14:43
31402         Log: Avoid coredump on 'close STDERR; die' by making
31403              the PerlIO calls more robust.  Also use SETERRNO()
31404              instead of errno = to be more VMS-ready.
31405      Branch: perl
31406            ! perlio.c
31407 ____________________________________________________________________________
31408 [  9799] By: jhi                                   on 2001/04/23  21:41:10
31409         Log: Subject: test for ID 20010423.002
31410              From: Robin Houston <robin@kitsite.com>
31411              Date: Mon, 23 Apr 2001 16:52:21 +0100
31412              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
31413      Branch: perl
31414            ! t/op/avhv.t
31415 ____________________________________________________________________________
31416 [  9798] By: jhi                                   on 2001/04/23  21:40:07
31417         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
31418              From: David Dyck <dcd@tc.fluke.com>
31419              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
31420              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
31421      Branch: perl
31422            ! installperl
31423 ____________________________________________________________________________
31424 [  9797] By: jhi                                   on 2001/04/23  21:37:56
31425         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
31426              From: Benjamin Sugars <bsugars@canoe.ca>
31427              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
31428              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
31429      Branch: perl
31430            ! ext/Cwd/Cwd.xs lib/Cwd.pm
31431 ____________________________________________________________________________
31432 [  9796] By: jhi                                   on 2001/04/23  21:29:24
31433         Log: Synchronize h2xs and pod2man some more on the documentation
31434              templates they propose.
31435      Branch: perl
31436            ! pod/pod2man.PL utils/h2xs.PL
31437 ____________________________________________________________________________
31438 [  9795] By: jhi                                   on 2001/04/23  17:30:40
31439         Log: Add one more naughty test for base64; make encoding logic cleaner.
31440      Branch: perl
31441            ! t/lib/mimeb64.t
31442 ____________________________________________________________________________
31443 [  9794] By: jhi                                   on 2001/04/23  13:51:32
31444         Log: Update Changes.
31445      Branch: perl
31446            ! Changes patchlevel.h
31447 ____________________________________________________________________________
31448 [  9793] By: jhi                                   on 2001/04/23  13:44:18
31449         Log: Duplicate lines.
31450      Branch: perl
31451            ! MANIFEST
31452 ____________________________________________________________________________
31453 [  9792] By: jhi                                   on 2001/04/23  13:39:13
31454         Log: Subject: Re: PATCH 5.7.1
31455              From: Mark-Jason Dominus <mjd@plover.com>
31456              Date: Mon, 23 Apr 2001 10:30:21 -0400
31457              Message-ID: <20010423143021.17335.qmail@plover.com>
31458      Branch: perl
31459            ! perl.h sv.c
31460 ____________________________________________________________________________
31461 [  9791] By: jhi                                   on 2001/04/23  13:32:40
31462         Log: Add the CPAN.pm 1.59_54 tests.
31463      Branch: perl
31464            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
31465            ! MANIFEST
31466 ____________________________________________________________________________
31467 [  9790] By: jhi                                   on 2001/04/23  13:21:55
31468         Log: Subject: Deparse nit
31469              From: Robin Houston <robin@kitsite.com>
31470              Date: Mon, 23 Apr 2001 12:38:20 +0100
31471              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
31472      Branch: perl
31473            ! ext/B/B/Deparse.pm
31474 ____________________________________________________________________________
31475 [  9789] By: jhi                                   on 2001/04/23  13:19:07
31476         Log: Subject: [PATCH] bug 20010423.002
31477              From: Robin Houston <robin@kitsite.com>
31478              Date: Mon, 23 Apr 2001 13:12:30 +0100
31479              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
31480      Branch: perl
31481            ! pp.c
31482 ____________________________________________________________________________
31483 [  9788] By: jhi                                   on 2001/04/23  13:02:49
31484         Log: Subject: PATCH [5.7.1] hv.c unused #define
31485              From: Mark-Jason Dominus <mjd@plover.com>
31486              Date: Sun, 22 Apr 2001 14:17:49 -0400
31487              Message-ID: <20010422181749.26976.qmail@plover.com>
31488      Branch: perl
31489            ! hv.c
31490 ____________________________________________________________________________
31491 [  9787] By: jhi                                   on 2001/04/23  13:02:02
31492         Log: Subject: PATCH 5.7.1
31493              From: Mark-Jason Dominus <mjd@plover.com>
31494              Date: Sun, 22 Apr 2001 15:12:57 -0400
31495              Message-ID: <20010422191258.6539.qmail@plover.com>
31496              
31497              plus Sarathy's STMT_START + STMT_END suggestion.
31498      Branch: perl
31499            ! perl.h
31500 ____________________________________________________________________________
31501 [  9786] By: jhi                                   on 2001/04/23  12:53:25
31502         Log: Fix for
31503              
31504              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
31505              From: dLux <dlux@spam.sch.bme.hu>
31506              Date: Mon, 23 Apr 2001 01:25:26 +0200
31507              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
31508              
31509              (SvGROW really does return a char *.)
31510      Branch: perl
31511            ! pod/perlapi.pod sv.h
31512 ____________________________________________________________________________
31513 [  9785] By: jhi                                   on 2001/04/23  04:34:04
31514         Log: Time::Piece work continues.  $t->day removed since
31515              I think it's too confusing.  Now has normal and
31516              abbreviated length weekday names and month names,
31517              the names change with _names(), not _list().
31518              Now has strftime() in Perl, _strftime() is
31519              the libc version (to which strftime() falls back
31520              if it doesn't know the format.  To do: the reverse
31521              of strftime, strptime(), and the localisation of both.
31522      Branch: perl
31523            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
31524            ! t/lib/time-piece.t
31525 ____________________________________________________________________________
31526 [  9784] By: jhi                                   on 2001/04/23  02:41:46
31527         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
31528              From: andreas.koenig@anima.de (Andreas J. Koenig)
31529              Date: 23 Apr 2001 05:20:55 +0200
31530              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
31531      Branch: perl
31532            ! t/pragma/overload.t
31533 ____________________________________________________________________________
31534 [  9783] By: jhi                                   on 2001/04/22  23:32:42
31535         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
31536              From: Robin Houston <robin@kitsite.com>
31537              Date: Mon, 23 Apr 2001 00:38:18 +0100
31538              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
31539      Branch: perl
31540            ! ext/B/B/Deparse.pm
31541 ____________________________________________________________________________
31542 [  9782] By: jhi                                   on 2001/04/22  20:55:43
31543         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
31544              From: Simon Cozens <simon@netthink.co.uk>
31545              Date: Sun, 22 Apr 2001 18:47:25 +0100
31546              Message-ID: <20010422184725.A14411@netthink.co.uk>
31547      Branch: perl
31548            ! sv.c t/pragma/overload.t
31549 ____________________________________________________________________________
31550 [  9781] By: jhi                                   on 2001/04/22  20:52:13
31551         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
31552              From: Robin Houston <robin@kitsite.com>
31553              Date: Sun, 22 Apr 2001 22:14:50 +0100
31554              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
31555      Branch: perl
31556            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31557 ____________________________________________________________________________
31558 [  9780] By: nick                                  on 2001/04/22  20:40:31
31559         Log: Integrate mainline.
31560      Branch: perlio
31561           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31562           +> t/lib/b-stash.t
31563           !> (integrate 38 files)
31564 ____________________________________________________________________________
31565 [  9779] By: jhi                                   on 2001/04/22  15:16:03
31566         Log: Subject: IO::Socket::INET patch
31567              From: andrew deryabin <djsf@technarchy.ru>
31568              Date: Sat, 21 Apr 2001 17:46:52 +0400
31569              Message-ID: <20010421174652.B1426@technarchy>
31570      Branch: perl
31571            ! ext/IO/lib/IO/Socket/INET.pm
31572 ____________________________________________________________________________
31573 [  9778] By: jhi                                   on 2001/04/22  15:14:33
31574         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
31575              From: Mark-Jason Dominus <mjd@plover.com>
31576              Date: Sat, 21 Apr 2001 21:27:49 -0400
31577              Message-ID: <20010422012749.27024.qmail@plover.com>
31578      Branch: perl
31579            ! regcomp.c
31580 ____________________________________________________________________________
31581 [  9777] By: jhi                                   on 2001/04/22  15:10:51
31582         Log: Subject: Re: Regex debugger patch 
31583              From: Mark-Jason Dominus <mjd@plover.com>
31584              Date: Sat, 21 Apr 2001 21:48:51 -0400
31585              Message-ID: <20010422014851.27165.qmail@plover.com>
31586      Branch: perl
31587            ! pod/perldebguts.pod
31588 ____________________________________________________________________________
31589 [  9776] By: jhi                                   on 2001/04/22  15:09:48
31590         Log: Subject: Re: Regex debugger patch
31591              From: Mark-Jason Dominus <mjd@plover.com>
31592              Date: Sat, 21 Apr 2001 14:24:39 -0400
31593              Message-ID: <20010421182439.16508.qmail@plover.com>
31594              
31595              Regex debugger backend.
31596      Branch: perl
31597            ! regcomp.c regexp.h
31598 ____________________________________________________________________________
31599 [  9775] By: jhi                                   on 2001/04/21  16:45:40
31600         Log: Subject: [PATCH] Typo in utf8.h
31601              From: Jesús Quiroga <jquiroga@pobox.com>
31602              Date: Sat, 21 Apr 2001 19:25:33 +0200
31603              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
31604      Branch: perl
31605            ! utf8.h
31606 ____________________________________________________________________________
31607 [  9774] By: jhi                                   on 2001/04/21  16:43:52
31608         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
31609              From: Joe Orton <jorton@redhat.com>
31610              Date: Tue, 17 Apr 2001 15:50:43 +0100
31611              Message-Id: <20010417155043.D19132@eu.c2.net>
31612      Branch: perl
31613            ! hints/svr5.sh
31614 ____________________________________________________________________________
31615 [  9773] By: jhi                                   on 2001/04/21  15:30:15
31616         Log: Subject: Patch utils/h2xs.PL
31617              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31618              Date: Sat, 21 Apr 2001 10:32:16 -0500
31619              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
31620              
31621              Add MAILING list and LICENSE templates.
31622      Branch: perl
31623            ! utils/h2xs.PL
31624 ____________________________________________________________________________
31625 [  9772] By: jhi                                   on 2001/04/21  15:28:36
31626         Log: Subject: perlfaq2.patch for 5.7.1
31627              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31628              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
31629              Date: Fri, 20 Apr 2001 16:42:19 -0500
31630              
31631              rm an extra tab, a blurb about the xx.cpan to clarify
31632              which countries actually have that and dejanews is history
31633              as well as most of that nonsensical entry.
31634      Branch: perl
31635            ! pod/perlfaq2.pod
31636 ____________________________________________________________________________
31637 [  9771] By: jhi                                   on 2001/04/21  15:27:17
31638         Log: Subject: perlfaq1.patch for 5.7.1
31639              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
31640              Date: Fri, 20 Apr 2001 16:57:36 -0500
31641              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
31642              
31643              Evil URLs must die. Especially when they are broken.
31644      Branch: perl
31645            ! pod/perlfaq1.pod
31646 ____________________________________________________________________________
31647 [  9770] By: jhi                                   on 2001/04/21  15:23:38
31648         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
31649              From: Michael G Schwern <schwern@pobox.com>
31650              Date: Sat, 21 Apr 2001 16:11:12 +0100
31651              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
31652      Branch: perl
31653            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
31654            + t/lib/b-stash.t
31655            ! MANIFEST ext/B/B.pm t/lib/b.t
31656 ____________________________________________________________________________
31657 [  9769] By: jhi                                   on 2001/04/21  15:03:32
31658         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
31659              From: Michael G Schwern <schwern@pobox.com>
31660              Date: Sat, 21 Apr 2001 09:48:00 +0100
31661              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
31662      Branch: perl
31663            ! utils/h2ph.PL
31664 ____________________________________________________________________________
31665 [  9768] By: jhi                                   on 2001/04/21  14:33:49
31666         Log: PerlIO and Encode doc cleanup and tweaks.
31667      Branch: perl
31668            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
31669            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
31670 ____________________________________________________________________________
31671 [  9767] By: jhi                                   on 2001/04/21  12:40:16
31672         Log: Integrate perlio.
31673      Branch: perl
31674           !> doio.c
31675 ____________________________________________________________________________
31676 [  9766] By: nick                                  on 2001/04/20  18:28:35
31677         Log: Avoid core dump on
31678              open(STDOUT,">",\$foo);
31679      Branch: perlio
31680            ! doio.c
31681 ____________________________________________________________________________
31682 [  9765] By: jhi                                   on 2001/04/20  13:23:43
31683         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31684              From: Robin Houston <robin@kitsite.com>
31685              Date: Fri, 20 Apr 2001 14:29:22 +0100
31686              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
31687      Branch: perl
31688            ! ext/B/B.pm ext/B/B/Deparse.pm
31689 ____________________________________________________________________________
31690 [  9764] By: jhi                                   on 2001/04/20  13:19:33
31691         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
31692              From: Peter Prymmer <pvhp@forte.com>
31693              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
31694              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
31695      Branch: perl
31696            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31697            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31698            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31699            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31700 ____________________________________________________________________________
31701 [  9763] By: jhi                                   on 2001/04/20  12:36:39
31702         Log: Subject: Re: A new PerlIO coredump
31703              From: Nick Ing-Simmons <nik@tiuk.ti.com>
31704              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
31705              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
31706      Branch: perl
31707            ! doio.c
31708 ____________________________________________________________________________
31709 [  9762] By: jhi                                   on 2001/04/19  23:02:30
31710         Log: Update Changes.
31711      Branch: perl
31712            ! Changes patchlevel.h
31713 ____________________________________________________________________________
31714 [  9761] By: jhi                                   on 2001/04/19  22:59:19
31715         Log: More cleanup cleanup.
31716      Branch: perl
31717            ! Makefile.SH win32/Makefile win32/makefile.mk
31718 ____________________________________________________________________________
31719 [  9760] By: jhi                                   on 2001/04/19  22:50:31
31720         Log: lib/Time is non-empty, let's not rmdir it.
31721      Branch: perl
31722            ! Makefile.SH
31723 ____________________________________________________________________________
31724 [  9759] By: jhi                                   on 2001/04/19  22:36:51
31725         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
31726              From: Robin Houston <robin@kitsite.com>
31727              Date: Fri, 20 Apr 2001 00:18:53 +0100
31728              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
31729      Branch: perl
31730            ! ext/B/B/Deparse.pm
31731 ____________________________________________________________________________
31732 [  9758] By: jhi                                   on 2001/04/19  22:36:00
31733         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
31734              From: Peter Prymmer <pvhp@forte.com>
31735              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
31736              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
31737      Branch: perl
31738            ! ext/Cwd/Cwd.xs
31739 ____________________________________________________________________________
31740 [  9757] By: nick                                  on 2001/04/19  18:53:54
31741         Log: Blind (untested) integrate of mainline.
31742      Branch: perlio
31743           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31744           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
31745           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31746           !> (integrate 53 files)
31747 ____________________________________________________________________________
31748 [  9756] By: jhi                                   on 2001/04/19  16:59:23
31749         Log: Document and test Time::Piece.
31750      Branch: perl
31751            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
31752            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
31753 ____________________________________________________________________________
31754 [  9755] By: jhi                                   on 2001/04/19  12:13:29
31755         Log: A better fix for the \x{12345678} trouble from NI-S.
31756      Branch: perl
31757            ! utf8.c
31758 ____________________________________________________________________________
31759 [  9754] By: jhi                                   on 2001/04/19  11:56:07
31760         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
31761              From: Robin Houston <robin@kitsite.com>
31762              Date: Wed, 18 Apr 2001 17:58:33 +0100
31763              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
31764      Branch: perl
31765            ! ext/B/B/Deparse.pm op.c
31766 ____________________________________________________________________________
31767 [  9753] By: jhi                                   on 2001/04/19  04:21:52
31768         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
31769              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
31770              Date: Thu, 19 Apr 2001 01:11:41 -0400
31771              Message-ID: <20010419011141.A5798@cpan.org>
31772      Branch: perl
31773            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
31774 ____________________________________________________________________________
31775 [  9752] By: jhi                                   on 2001/04/19  02:41:10
31776         Log: The new time utils need to be thread-aware, too.
31777      Branch: perl
31778            ! util.c
31779 ____________________________________________________________________________
31780 [  9751] By: jhi                                   on 2001/04/19  02:26:47
31781         Log: Compilation nit noticed by AIX compiler.
31782      Branch: perl
31783            ! perlio.c
31784 ____________________________________________________________________________
31785 [  9750] By: jhi                                   on 2001/04/19  02:20:06
31786         Log: The new time utils need to be public.
31787      Branch: perl
31788            ! embed.pl
31789 ____________________________________________________________________________
31790 [  9749] By: jhi                                   on 2001/04/19  01:42:39
31791         Log: Regen toc.
31792      Branch: perl
31793            ! pod/perltoc.pod
31794 ____________________________________________________________________________
31795 [  9748] By: jhi                                   on 2001/04/19  01:41:10
31796         Log: Add Time::Piece, a slight rewrite of Time::Object,
31797              from Matt Sergeant.
31798      Branch: perl
31799            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
31800            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
31801            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
31802            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
31803            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
31804            ! win32/makefile.mk
31805 ____________________________________________________________________________
31806 [  9747] By: jhi                                   on 2001/04/19  00:55:35
31807         Log: The new metaconfig unit from strftime.
31808      Branch: metaconfig/U/perl
31809            + d_strftime.U
31810 ____________________________________________________________________________
31811 [  9746] By: jhi                                   on 2001/04/19  00:54:54
31812         Log: Move the strftime() wrapper from POSIX.xs to util.c
31813              as my_strftime(), requires HAS_STRFTIME.
31814      Branch: perl
31815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31816            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
31817            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
31818            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31819            ! vos/config.ga.h win32/config.bc win32/config.gc
31820            ! win32/config.vc
31821 ____________________________________________________________________________
31822 [  9745] By: jhi                                   on 2001/04/18  23:11:03
31823         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
31824              in preparation of Time::Piece.
31825      Branch: perl
31826            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
31827 ____________________________________________________________________________
31828 [  9744] By: jhi                                   on 2001/04/18  22:33:12
31829         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
31830              From: Peter Prymmer <pvhp@forte.com>
31831              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
31832              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
31833      Branch: perl
31834            ! t/lib/exporter.t
31835 ____________________________________________________________________________
31836 [  9743] By: jhi                                   on 2001/04/18  22:32:23
31837         Log: Subject: Fwd: pod2html leaves cache files lying around?
31838              From: Rajesh Vaidheeswarran <rv@gnu.org>
31839              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
31840              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
31841      Branch: perl
31842            ! lib/Pod/Html.pm
31843 ____________________________________________________________________________
31844 [  9742] By: jhi                                   on 2001/04/18  20:31:49
31845         Log: Update Changes.
31846      Branch: perl
31847            ! Changes patchlevel.h
31848 ____________________________________________________________________________
31849 [  9741] By: jhi                                   on 2001/04/18  20:23:02
31850         Log: Declare hints only if needed.
31851      Branch: perl
31852            ! ext/B/B/Deparse.pm
31853 ____________________________________________________________________________
31854 [  9740] By: jhi                                   on 2001/04/18  19:06:05
31855         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
31856              bug noticed by Robin Houston; basically the code of detecting
31857              value wraparound was acting differently under different compilers
31858              and platforms.  The workaround is to remove the overflow check
31859              for now, a real fix would be to do the overflow (portably) right.
31860      Branch: perl
31861            ! t/op/pat.t utf8.c
31862 ____________________________________________________________________________
31863 [  9739] By: jhi                                   on 2001/04/18  19:01:23
31864         Log: Subject: [PATCH B::Deparse] some pragma support
31865              From: Robin Houston <robin@kitsite.com>
31866              Date: Wed, 18 Apr 2001 19:32:12 +0100
31867              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
31868      Branch: perl
31869            ! ext/B/B/Deparse.pm
31870 ____________________________________________________________________________
31871 [  9738] By: jhi                                   on 2001/04/18  15:16:37
31872         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
31873              From: Benjamin Sugars <bsugars@canoe.ca>
31874              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
31875              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
31876      Branch: perl
31877            ! t/op/glob.t
31878 ____________________________________________________________________________
31879 [  9737] By: jhi                                   on 2001/04/18  13:24:50
31880         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
31881              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31882              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
31883              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
31884      Branch: perl
31885            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
31886            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
31887 ____________________________________________________________________________
31888 [  9736] By: jhi                                   on 2001/04/18  04:15:14
31889         Log: The #9735 also changes the subtest 12.
31890      Branch: perl
31891            ! t/lib/b.t
31892 ____________________________________________________________________________
31893 [  9735] By: jhi                                   on 2001/04/18  03:55:17
31894         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
31895              From: David Dyck <dcd@tc.fluke.com>
31896              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
31897              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
31898      Branch: perl
31899            ! ext/B/B/Deparse.pm
31900 ____________________________________________________________________________
31901 [  9734] By: jhi                                   on 2001/04/18  03:54:11
31902         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
31903              From: Gisle Aas <gisle@ActiveState.com>
31904              Date: 17 Apr 2001 19:06:45 -0700
31905              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
31906      Branch: perl
31907            ! pp_hot.c t/op/misc.t
31908 ____________________________________________________________________________
31909 [  9733] By: jhi                                   on 2001/04/17  22:25:22
31910         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
31911              From: "Abigail" <abigail@foad.org>
31912              Date: Wed, 18 Apr 2001 01:17:46 +0200
31913              Message-ID: <20010417231746.21657.qmail@foad.org>
31914      Branch: perl
31915            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
31916 ____________________________________________________________________________
31917 [  9732] By: jhi                                   on 2001/04/17  20:47:56
31918         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
31919              From: Robin Houston <robin@kitsite.com>
31920              Date: Tue, 17 Apr 2001 22:37:42 +0100
31921              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
31922      Branch: perl
31923            ! ext/B/B/Deparse.pm
31924 ____________________________________________________________________________
31925 [  9731] By: nick                                  on 2001/04/17  20:46:35
31926         Log: Re-sync for t/lib/b.t fix
31927      Branch: perlio
31928           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
31929 ____________________________________________________________________________
31930 [  9730] By: jhi                                   on 2001/04/17  20:45:29
31931         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
31932              From: Robin Houston <robin@kitsite.com>
31933              Date: Tue, 17 Apr 2001 22:29:36 +0100
31934              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
31935      Branch: perl
31936            ! ext/B/B.xs ext/B/B/Deparse.pm
31937 ____________________________________________________________________________
31938 [  9729] By: jhi                                   on 2001/04/17  20:43:11
31939         Log: Subject: Deparse - parenthesise args to undeclared subs
31940              From: Robin Houston <robin@kitsite.com>
31941              Date: Tue, 17 Apr 2001 21:31:05 +0100
31942              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
31943      Branch: perl
31944            ! ext/B/B/Deparse.pm
31945 ____________________________________________________________________________
31946 [  9728] By: jhi                                   on 2001/04/17  18:57:30
31947         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
31948              From: Benjamin Sugars <ben.sugars@home.com>
31949              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
31950              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
31951      Branch: perl
31952            ! t/lib/cwd.t
31953 ____________________________________________________________________________
31954 [  9727] By: jhi                                   on 2001/04/17  18:20:20
31955         Log: Subject: [PATCH B::Deparse] ambient pragmas
31956              From: Robin Houston <robin@kitsite.com>
31957              Date: Tue, 17 Apr 2001 20:01:59 +0100
31958              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
31959      Branch: perl
31960            ! ext/B/B/Deparse.pm t/lib/b.t
31961 ____________________________________________________________________________
31962 [  9726] By: nick                                  on 2001/04/17  16:33:51
31963         Log: Integrate mainline (t/lib/b.t fails test 2...)
31964      Branch: perlio
31965           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
31966           +> ext/List/Util/README ext/List/Util/Util.xs
31967           +> ext/List/Util/lib/List/Util.pm
31968           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
31969           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
31970           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
31971           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
31972           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
31973           !> (integrate 31 files)
31974 ____________________________________________________________________________
31975 [  9725] By: jhi                                   on 2001/04/17  12:14:24
31976         Log: Subject: multiple B::* changes
31977              From: Robin Houston <robin@kitsite.com>
31978              Date: Thu, 12 Apr 2001 20:12:27 +0100
31979              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
31980      Branch: perl
31981            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
31982 ____________________________________________________________________________
31983 [  9724] By: jhi                                   on 2001/04/17  11:59:05
31984         Log: Thread-awareness from Doug MacEachern.
31985      Branch: perl
31986            ! ext/List/Util/Util.xs
31987 ____________________________________________________________________________
31988 [  9723] By: jhi                                   on 2001/04/17  11:57:41
31989         Log: Make the test more portable.
31990      Branch: perl
31991            ! t/lib/cwd.t
31992 ____________________________________________________________________________
31993 [  9722] By: jhi                                   on 2001/04/17  11:53:50
31994         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
31995              From: Benjamin Sugars <ben.sugars@home.com>
31996              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
31997              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
31998      Branch: perl
31999            ! t/lib/cwd.t
32000 ____________________________________________________________________________
32001 [  9721] By: jhi                                   on 2001/04/17  11:52:17
32002         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
32003              From: Benjamin Sugars <bsugars@canoe.ca>
32004              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
32005              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
32006      Branch: perl
32007            ! op.c
32008 ____________________________________________________________________________
32009 [  9720] By: jhi                                   on 2001/04/17  11:35:42
32010         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
32011              From: Chris Nandor <pudge@pobox.com>
32012              Date: Tue, 17 Apr 2001 00:30:49 -0400
32013              Message-Id: <p05100207b701768712de@[10.0.1.177]>
32014      Branch: perl
32015            ! ext/File/Glob/bsd_glob.c gv.c
32016 ____________________________________________________________________________
32017 [  9719] By: jhi                                   on 2001/04/17  11:32:13
32018         Log: Subject: [PATCH] Tweten->West
32019              From: Casey West <casey@geeknest.com>
32020              Date: Mon, 16 Apr 2001 12:11:22 -0400
32021              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
32022      Branch: perl
32023            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
32024            ! pod/perltie.pod
32025 ____________________________________________________________________________
32026 [  9718] By: jhi                                   on 2001/04/16  03:22:52
32027         Log: Update Changes.
32028      Branch: perl
32029            ! Changes patchlevel.h
32030 ____________________________________________________________________________
32031 [  9717] By: jhi                                   on 2001/04/16  03:06:28
32032         Log: Regen toc.
32033      Branch: perl
32034            ! pod/perltoc.pod
32035 ____________________________________________________________________________
32036 [  9716] By: jhi                                   on 2001/04/16  02:58:42
32037         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
32038              From: Prymmer/Kahn <pvhp@best.com>
32039              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
32040              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
32041      Branch: perl
32042            ! utf8.c
32043 ____________________________________________________________________________
32044 [  9715] By: jhi                                   on 2001/04/15  23:40:35
32045         Log: Subject: Re: Net::Ping patch, adds stream protocol
32046              From: bronson@rinspin.com (Scott Bronson)
32047              Date: Tue, 10 Apr 2001 23:58:33 -0700
32048              Message-ID: <20010410235833.N29719@rinspin.com>
32049      Branch: perl
32050            ! lib/Net/Ping.pm
32051 ____________________________________________________________________________
32052 [  9714] By: jhi                                   on 2001/04/15  23:31:46
32053         Log: Printing out the ok messages helps successful testing.
32054      Branch: perl
32055            ! t/lib/time-hires.t
32056 ____________________________________________________________________________
32057 [  9713] By: jhi                                   on 2001/04/15  21:43:24
32058         Log: Update Douglas Wegscheid's email.
32059      Branch: perl
32060            ! AUTHORS
32061 ____________________________________________________________________________
32062 [  9712] By: jhi                                   on 2001/04/15  21:40:41
32063         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
32064              From: Michael G Schwern <schwern@pobox.com>
32065              Date: Sat, 14 Apr 2001 22:40:50 +0100
32066              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
32067      Branch: perl
32068            + t/lib/exporter.t
32069            ! MANIFEST lib/Exporter/Heavy.pm
32070 ____________________________________________________________________________
32071 [  9711] By: jhi                                   on 2001/04/15  21:39:21
32072         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
32073              From: Michael G Schwern <schwern@pobox.com>
32074              Date: Sat, 14 Apr 2001 22:13:59 +0100
32075              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
32076      Branch: perl
32077            ! t/op/loopctl.t
32078 ____________________________________________________________________________
32079 [  9710] By: jhi                                   on 2001/04/15  21:30:19
32080         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
32081              From: Michael G Schwern <schwern@pobox.com>
32082              Date: Sat, 14 Apr 2001 22:05:32 +0100
32083              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
32084      Branch: perl
32085            ! t/pragma/warnings.t
32086 ____________________________________________________________________________
32087 [  9709] By: jhi                                   on 2001/04/15  19:34:09
32088         Log: Integrate changes #9706,9707 from maintperl into mainline.
32089              
32090              change#7210 broke .packlist generation
32091              
32092              ExtUtils::Installed doesn't quote regex metacharacters in paths
32093              before using them in match; also make it work for dosish platforms
32094      Branch: perl
32095           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
32096 ____________________________________________________________________________
32097 [  9708] By: jhi                                   on 2001/04/15  19:31:01
32098         Log: Test also the scalar aspect of getitimer().
32099      Branch: perl
32100            ! t/lib/time-hires.t
32101 ____________________________________________________________________________
32102 [  9707] By: gsar                                  on 2001/04/15  17:24:20
32103         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
32104              before using them in match; also make it work for dosish platforms
32105      Branch: maint-5.6/perl
32106            ! lib/ExtUtils/Installed.pm
32107 ____________________________________________________________________________
32108 [  9706] By: gsar                                  on 2001/04/15  17:21:59
32109         Log: change#7210 broke .packlist generation (listed only filename
32110              rather than fully qualified path name)
32111      Branch: maint-5.6/perl
32112            ! lib/ExtUtils/Install.pm
32113 ____________________________________________________________________________
32114 [  9705] By: jhi                                   on 2001/04/15  12:36:33
32115         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
32116      Branch: perl
32117            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
32118            ! t/lib/time-hires.t
32119 ____________________________________________________________________________
32120 [  9704] By: jhi                                   on 2001/04/15  10:49:08
32121         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
32122              From: Prymmer/Kahn <pvhp@best.com>
32123              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
32124              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
32125      Branch: perl
32126            ! lib/utf8.pm pod/perlebcdic.pod
32127 ____________________________________________________________________________
32128 [  9703] By: jhi                                   on 2001/04/15  02:26:26
32129         Log: I keep forgetting to sort MANIFEST.
32130      Branch: perl
32131            ! MANIFEST
32132 ____________________________________________________________________________
32133 [  9702] By: jhi                                   on 2001/04/15  02:07:47
32134         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
32135              Now we have blessed, reftype, tainted, first, reduce, ...
32136      Branch: perl
32137            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
32138            + ext/List/Util/README ext/List/Util/Util.xs
32139            + ext/List/Util/lib/List/Util.pm
32140            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
32141            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
32142            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
32143            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
32144            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
32145            ! MANIFEST
32146 ____________________________________________________________________________
32147 [  9701] By: jhi                                   on 2001/04/14  15:05:25
32148         Log: Subject: RE: dprofpp.pl updates 
32149              From: Carl Eklof <CEklof@endeca.com>
32150              Date: Thu, 12 Apr 2001 18:45:46 -0400
32151              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
32152      Branch: perl
32153            ! utils/dprofpp.PL
32154 ____________________________________________________________________________
32155 [  9700] By: jhi                                   on 2001/04/14  14:44:55
32156         Log: Do not just blindly add CR.
32157      Branch: perl
32158            ! Porting/makerel
32159 ____________________________________________________________________________
32160 [  9699] By: jhi                                   on 2001/04/13  13:17:01
32161         Log: Update Changes.
32162      Branch: perl
32163            ! Changes patchlevel.h
32164 ____________________________________________________________________________
32165 [  9698] By: jhi                                   on 2001/04/13  12:44:48
32166         Log: Integrate perlio.
32167      Branch: perl
32168           !> ext/PerlIO/Scalar/Scalar.xs
32169 ____________________________________________________________________________
32170 [  9697] By: jhi                                   on 2001/04/13  12:29:15
32171         Log: Add more debug output to the test.
32172      Branch: perl
32173            ! t/lib/cwd.t
32174 ____________________________________________________________________________
32175 [  9696] By: nick                                  on 2001/04/13  10:14:29
32176         Log: Fix core dump on binmode($fh,'Scalar')
32177      Branch: perlio
32178            ! ext/PerlIO/Scalar/Scalar.xs
32179 ____________________________________________________________________________
32180 [  9695] By: nick                                  on 2001/04/13  09:05:42
32181         Log: Integrate mainline
32182      Branch: perlio
32183           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32184           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32185           +> t/lib/time-hires.t
32186           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
32187           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
32188           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
32189           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
32190           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
32191           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
32192           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
32193 ____________________________________________________________________________
32194 [  9694] By: jhi                                   on 2001/04/12  22:23:35
32195         Log: Integrate change #9693 from maintperl into mainline.
32196              
32197              $VERSION and Version() on the same line provokes a warning from
32198              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
32199      Branch: perl
32200           !> lib/Devel/SelfStubber.pm
32201 ____________________________________________________________________________
32202 [  9693] By: gsar                                  on 2001/04/12  21:55:56
32203         Log: $VERSION and Version() on the same line provokes a warning from
32204              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
32205      Branch: maint-5.6/perl
32206            ! lib/Devel/SelfStubber.pm
32207 ____________________________________________________________________________
32208 [  9692] By: jhi                                   on 2001/04/12  13:54:00
32209         Log: This is at least 5.005.
32210      Branch: perl
32211            ! ext/Time/HiRes/HiRes.xs
32212 ____________________________________________________________________________
32213 [  9691] By: jhi                                   on 2001/04/12  13:37:20
32214         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
32215      Branch: perl
32216            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
32217            ! win32/Makefile win32/makefile.mk
32218 ____________________________________________________________________________
32219 [  9690] By: jhi                                   on 2001/04/12  01:34:46
32220         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
32221      Branch: perl
32222            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32223            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
32224            + t/lib/time-hires.t
32225            ! MANIFEST
32226 ____________________________________________________________________________
32227 [  9689] By: jhi                                   on 2001/04/12  00:28:39
32228         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
32229              From: Gisle Aas <gisle@ActiveState.com>
32230              Date: 11 Apr 2001 16:36:11 -0700
32231              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
32232      Branch: perl
32233            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
32234 ____________________________________________________________________________
32235 [  9688] By: jhi                                   on 2001/04/12  00:27:39
32236         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32237              From: Gisle Aas <gisle@ActiveState.com>
32238              Date: 11 Apr 2001 11:13:24 -0700
32239              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
32240      Branch: perl
32241            ! ext/MIME/Base64/Base64.xs
32242 ____________________________________________________________________________
32243 [  9687] By: jhi                                   on 2001/04/11  19:51:47
32244         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
32245      Branch: perl
32246            ! Todo-5.6
32247 ____________________________________________________________________________
32248 [  9686] By: jhi                                   on 2001/04/11  16:54:25
32249         Log: Subject: [PATCH opcode.pl] Documentation of table format
32250              From: Simon Cozens <simon@netthink.co.uk>
32251              Date: Wed, 11 Apr 2001 12:59:31 +0100
32252              Message-ID: <20010411125931.A25681@netthink.co.uk>
32253      Branch: perl
32254            ! opcode.pl
32255 ____________________________________________________________________________
32256 [  9685] By: jhi                                   on 2001/04/11  16:53:15
32257         Log: Subject: [PATCH] prototype("CORE::recv")
32258              From: Simon Cozens <simon@netthink.co.uk>
32259              Date: Wed, 11 Apr 2001 13:24:35 +0100
32260              Message-ID: <20010411132435.A26169@netthink.co.uk>
32261      Branch: perl
32262            ! pp.c t/comp/proto.t
32263 ____________________________________________________________________________
32264 [  9684] By: jhi                                   on 2001/04/11  16:47:13
32265         Log: FAQ (and AUTHORS) update from Dan Carson: the information
32266              was several years obsolete, Term::Readkey has been updated
32267              to have the functionality.
32268      Branch: perl
32269            ! AUTHORS pod/perlfaq5.pod
32270 ____________________________________________________________________________
32271 [  9683] By: jhi                                   on 2001/04/11  12:15:46
32272         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
32273              From: Calle Dybedahl <calle@lysator.liu.se>
32274              Date: 10 Apr 2001 16:44:16 +0200
32275              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
32276      Branch: perl
32277            ! ext/MIME/Base64/Base64.xs
32278 ____________________________________________________________________________
32279 [  9682] By: jhi                                   on 2001/04/11  12:12:26
32280         Log: A more minimal fix for 20010410.006 from Hugo.
32281      Branch: perl
32282            ! regexec.c
32283 ____________________________________________________________________________
32284 [  9681] By: jhi                                   on 2001/04/11  11:34:23
32285         Log: Integrate changes #9678,9679 from maintline into mainperl.
32286              
32287              addendum to change#9676
32288              
32289              up $File::Glob::VERSION; add a note pointing out the version of
32290              the OpenBSD glob bsd_glob.c resembles
32291      Branch: perl
32292           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32293           !> ext/File/Glob/bsd_glob.h
32294 ____________________________________________________________________________
32295 [  9680] By: jhi                                   on 2001/04/11  11:30:38
32296         Log: Bad test numbering in integrate in #9677.
32297              Fixes ID 20010411.001.
32298      Branch: perl
32299            ! t/op/pat.t
32300 ____________________________________________________________________________
32301 [  9679] By: gsar                                  on 2001/04/11  03:38:40
32302         Log: up $File::Glob::VERSION; add a note pointing out the version of
32303              the OpenBSD glob bsd_glob.c resembles
32304      Branch: maint-5.6/perl
32305            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32306            ! ext/File/Glob/bsd_glob.h
32307 ____________________________________________________________________________
32308 [  9678] By: gsar                                  on 2001/04/11  03:09:48
32309         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
32310              revision 1.8.10.1 found here:
32311              
32312              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
32313      Branch: maint-5.6/perl
32314            ! ext/File/Glob/bsd_glob.c
32315 ____________________________________________________________________________
32316 [  9677] By: jhi                                   on 2001/04/11  02:54:39
32317         Log: Integrate changes #9675,9676 from maintperl into mainline.
32318              
32319              fix for bug 20010410.006, undo change#7115
32320              
32321              port the OpenBSD glob() security patch
32322      Branch: perl
32323           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32324           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
32325           !> t/op/pat.t
32326 ____________________________________________________________________________
32327 [  9676] By: gsar                                  on 2001/04/11  02:19:02
32328         Log: port the glob() security patch found at:
32329              
32330              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
32331              
32332              CERT advisory for the issue is here:
32333              
32334              http://www.cert.org/advisories/CA-2001-07.html
32335              
32336              Note that the security scare is only relevant for those who are
32337              foolish enough to build suidperl (which is now officially discouraged)
32338      Branch: maint-5.6/perl
32339            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
32340            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
32341 ____________________________________________________________________________
32342 [  9675] By: gsar                                  on 2001/04/10  23:52:11
32343         Log: fix for bug 20010410.006
32344              
32345              undo change#7115 (came into maint-5.6 as change#8156)
32346              
32347              add tests to keep it from coming back
32348      Branch: maint-5.6/perl
32349            ! regexec.c t/op/pat.t
32350 ____________________________________________________________________________
32351 [  9674] By: nick                                  on 2001/04/10  20:39:31
32352         Log: Integrate mainline
32353      Branch: perlio
32354           +> Porting/testall.atom
32355           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
32356           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
32357           !> t/lib/lc-uk.t t/pod/find.t
32358 ____________________________________________________________________________
32359 [  9673] By: nick                                  on 2001/04/10  18:46:14
32360         Log: Integrate against change 9670 aka perl-5.7.1
32361      Branch: perlio
32362           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32363           !> (integrate 53 files)
32364 ____________________________________________________________________________
32365 [  9672] By: jhi                                   on 2001/04/10  13:45:01
32366         Log: Add a script for doing cumulative profile of the test suite.
32367              (Requires ATOM, that is, Tru64.)
32368      Branch: perl
32369            + Porting/testall.atom
32370            ! MANIFEST
32371 ____________________________________________________________________________
32372 [  9671] By: jhi                                   on 2001/04/10  12:38:53
32373         Log: Missing std block.
32374      Branch: perl
32375            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
32376            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
32377            ! t/pod/find.t
32378 ____________________________________________________________________________
32379 [  9670] By: jhi                                   on 2001/04/10  01:25:58
32380         Log: This is 5.7.1.
32381      Branch: perl
32382            ! patchlevel.h
32383 ____________________________________________________________________________
32384 [  9669] By: jhi                                   on 2001/04/10  01:09:14
32385         Log: Update Changes.
32386      Branch: perl
32387            ! Changes patchlevel.h
32388 ____________________________________________________________________________
32389 [  9668] By: jhi                                   on 2001/04/10  01:00:38
32390         Log: Regen toc.
32391      Branch: perl
32392            ! pod/perltoc.pod
32393 ____________________________________________________________________________
32394 [  9667] By: jhi                                   on 2001/04/10  00:52:16
32395         Log: Update perlhist.
32396      Branch: perl
32397            ! pod/perlhist.pod
32398 ____________________________________________________________________________
32399 [  9666] By: jhi                                   on 2001/04/09  23:38:59
32400         Log: Slight wording tweaks from Damian to #9658.
32401      Branch: perl
32402            ! pod/perlobj.pod
32403 ____________________________________________________________________________
32404 [  9665] By: jhi                                   on 2001/04/09  19:56:06
32405         Log: Subject: [PATCH perlutil.pod] Nit
32406              From: Simon Cozens <simon@netthink.co.uk>
32407              Date: Mon, 9 Apr 2001 20:29:44 +0100
32408              Message-ID: <20010409202944.A14796@the.earth.li>
32409      Branch: perl
32410            ! pod/perlutil.pod
32411 ____________________________________________________________________________
32412 [  9664] By: jhi                                   on 2001/04/09  19:54:42
32413         Log: Subject: Re: perl571delta.pod@9631
32414              From: Mike Guy <mjtg@cam.ac.uk>
32415              Date: Mon, 09 Apr 2001 18:09:14 +0100
32416              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
32417      Branch: perl
32418            ! pod/perl571delta.pod
32419 ____________________________________________________________________________
32420 [  9663] By: jhi                                   on 2001/04/09  13:43:35
32421         Log: Update Changes.
32422      Branch: perl
32423            ! Changes patchlevel.h
32424 ____________________________________________________________________________
32425 [  9662] By: jhi                                   on 2001/04/09  13:24:46
32426         Log: tweak tweak.
32427      Branch: perl
32428            ! AUTHORS pod/perl571delta.pod
32429 ____________________________________________________________________________
32430 [  9661] By: jhi                                   on 2001/04/09  13:15:13
32431         Log: Thinko in manual patch applying.
32432      Branch: perl
32433            ! sv.c
32434 ____________________________________________________________________________
32435 [  9660] By: jhi                                   on 2001/04/09  13:07:53
32436         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
32437              From: Robin Barker <rmb1@cise.npl.co.uk> 
32438              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
32439              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
32440              
32441              (This corrects the case where the "isn't numeric" string contains \0s
32442              and is longer than the temporary buffer, and contains \0 at the point
32443              the string would be truncated by "...".) 
32444      Branch: perl
32445            ! sv.c
32446 ____________________________________________________________________________
32447 [  9659] By: jhi                                   on 2001/04/09  12:57:41
32448         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
32449      Branch: perl
32450            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
32451            ! t/lib/cgi-function.t t/lib/cgi-html.t
32452 ____________________________________________________________________________
32453 [  9658] By: jhi                                   on 2001/04/09  12:48:47
32454         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
32455              From: Ilmari Karonen <iltzu@sci.fi>
32456              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
32457              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
32458              
32459              Rearrange and rewrite the Method Invocation section
32460              to explain the concepts in nicer order.
32461      Branch: perl
32462            ! pod/perlobj.pod
32463 ____________________________________________________________________________
32464 [  9657] By: jhi                                   on 2001/04/09  12:35:58
32465         Log: Upgrade to podlators 1.09, from Russ Allbery.
32466      Branch: perl
32467            ! lib/Pod/Man.pm lib/Pod/Text.pm
32468 ____________________________________________________________________________
32469 [  9656] By: jhi                                   on 2001/04/09  12:31:53
32470         Log: perl571delta.
32471      Branch: perl
32472            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
32473 ____________________________________________________________________________
32474 [  9655] By: jhi                                   on 2001/04/09  12:20:09
32475         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
32476              From: Prymmer/Kahn <pvhp@best.com>
32477              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
32478              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
32479      Branch: perl
32480            ! lib/utf8.pm pod/perlunicode.pod
32481 ____________________________________________________________________________
32482 [  9654] By: gsar                                  on 2001/04/09  03:38:33
32483         Log: here lies 5.6.1
32484      Branch: maint-5.6/perl
32485            ! Changes
32486 ____________________________________________________________________________
32487 [  9653] By: jhi                                   on 2001/04/09  03:25:24
32488         Log: Update perlhist.
32489      Branch: perl
32490            ! pod/perlhist.pod
32491 ____________________________________________________________________________
32492 [  9652] By: jhi                                   on 2001/04/09  03:18:49
32493         Log: perl571delta tweaking continues.
32494      Branch: perl
32495            ! pod/perl571delta.pod
32496 ____________________________________________________________________________
32497 [  9651] By: gsar                                  on 2001/04/09  03:11:19
32498         Log: update Changes, patchlevel.h &c.
32499      Branch: maint-5.6/perl
32500            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
32501            ! pod/perltoc.pod
32502 ____________________________________________________________________________
32503 [  9650] By: jhi                                   on 2001/04/09  02:40:24
32504         Log: Integrate the perlfork half of #9513 from maintperl into mainline
32505              (the perlunicode half is obsolete)
32506      Branch: perl
32507            ! pod/perlfork.pod
32508 ____________________________________________________________________________
32509 [  9649] By: gsar                                  on 2001/04/09  02:35:43
32510         Log: tweak perldelta as suggested by Jarkko
32511      Branch: maint-5.6/perl
32512            ! pod/perldelta.pod
32513 ____________________________________________________________________________
32514 [  9648] By: jhi                                   on 2001/04/09  02:13:04
32515         Log: Integrate change #9646 from maintperl into mainline.
32516              
32517              add note about ithreads and Thread.pm
32518      Branch: perl
32519           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
32520 ____________________________________________________________________________
32521 [  9647] By: jhi                                   on 2001/04/09  02:10:18
32522         Log: Bad assumption that shortsize == 2.
32523      Branch: perl
32524            ! t/lib/xs-typemap.t
32525 ____________________________________________________________________________
32526 [  9646] By: gsar                                  on 2001/04/09  00:48:04
32527         Log: add note about ithreads and Thread.pm (too many people are
32528              confused by the fact that Thread.pm is built and installed
32529              under non-5005threads but doesn't work)
32530      Branch: maint-5.6/perl
32531            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
32532 ____________________________________________________________________________
32533 [  9645] By: gsar                                  on 2001/04/09  00:19:03
32534         Log: update perldelta.pod for changes in 5.6.1
32535      Branch: maint-5.6/perl
32536            ! Changes pod/perldelta.pod
32537 ____________________________________________________________________________
32538 [  9644] By: jhi                                   on 2001/04/08  20:37:00
32539         Log: Integrate change #9639 from maintperl into mainline:
32540              on windows, many of the README.* pods were being copied to
32541              the wrong location
32542      Branch: perl
32543           !> win32/Makefile win32/makefile.mk
32544 ____________________________________________________________________________
32545 [  9643] By: jhi                                   on 2001/04/08  20:07:11
32546         Log: Integrate change #9624 from maintperl into mainline:
32547              the pod tests were not okay.  (t/pod/find.t changes ignored)
32548      Branch: perl
32549           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
32550           !> t/pod/include.t t/pod/included.t t/pod/lref.t
32551           !> t/pod/multiline_items.t t/pod/nested_items.t
32552           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32553           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32554 ____________________________________________________________________________
32555 [  9642] By: jhi                                   on 2001/04/08  19:57:17
32556         Log: Integrate change #9638 from maintperl into mainline:
32557              update to latest JPL from the anoncvs repository
32558      Branch: perl
32559           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32560           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32561           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32562 ____________________________________________________________________________
32563 [  9641] By: jhi                                   on 2001/04/08  19:53:30
32564         Log: perl571delta updates.
32565      Branch: perl
32566            ! lib/Filter/Simple.pm pod/perl571delta.pod
32567 ____________________________________________________________________________
32568 [  9640] By: gsar                                  on 2001/04/08  19:20:46
32569         Log: integrate change#9634 from mainline
32570              
32571              Fix the perlmodlib generation (didn't understand separate .pod
32572              files; didn't understand -- as the name-thing separator).
32573              Update the CPAN mirrors list.
32574      Branch: maint-5.6/perl
32575            ! pod/perlmodlib.pod
32576           !> pod/perlmodlib.PL
32577 ____________________________________________________________________________
32578 [  9639] By: gsar                                  on 2001/04/08  18:57:31
32579         Log: on windows, many of the README.* pods were being copied to the wrong
32580              location
32581      Branch: maint-5.6/perl
32582            ! win32/Makefile win32/makefile.mk
32583 ____________________________________________________________________________
32584 [  9638] By: gsar                                  on 2001/04/08  18:38:25
32585         Log: update to latest JPL from the anoncvs repository
32586      Branch: maint-5.6/perl
32587            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
32588            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
32589            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
32590 ____________________________________________________________________________
32591 [  9637] By: jhi                                   on 2001/04/08  17:53:53
32592         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
32593      Branch: perl
32594            ! pod/perl571delta.pod
32595 ____________________________________________________________________________
32596 [  9636] By: jhi                                   on 2001/04/08  17:18:32
32597         Log: Regen toc.
32598      Branch: perl
32599            ! pod/perltoc.pod
32600 ____________________________________________________________________________
32601 [  9635] By: jhi                                   on 2001/04/08  17:16:33
32602         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
32603              From: "Craig A. Berry" <craigberry@mac.com>
32604              Date: Sun, 08 Apr 2001 12:30:16 -0500
32605              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
32606      Branch: perl
32607            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
32608 ____________________________________________________________________________
32609 [  9634] By: jhi                                   on 2001/04/08  17:09:19
32610         Log: Fix the perlmodlib generation (didn't understand separate .pod
32611              files; didn't understand -- as the name-thing separator).
32612              
32613              Update the CPAN mirrors list.
32614      Branch: perl
32615            ! pod/perlmodlib.PL pod/perlmodlib.pod
32616 ____________________________________________________________________________
32617 [  9633] By: jhi                                   on 2001/04/08  16:49:17
32618         Log: Sort MANIFEST.
32619      Branch: perl
32620            ! MANIFEST
32621 ____________________________________________________________________________
32622 [  9632] By: gsar                                  on 2001/04/08  16:36:06
32623         Log: add $Tie::RefHash::VERSION
32624      Branch: maint-5.6/perl
32625            ! lib/Tie/RefHash.pm
32626 ____________________________________________________________________________
32627 [  9631] By: jhi                                   on 2001/04/08  16:10:15
32628         Log: perl571delta updates based on p5p feedback; still needs
32629              lots of examples.
32630      Branch: perl
32631            ! pod/perl571delta.pod
32632 ____________________________________________________________________________
32633 [  9630] By: jhi                                   on 2001/04/08  15:59:13
32634         Log: Update the list of supported platforms to talk about 5.7.1
32635              (and 5.6.1)
32636      Branch: perl
32637            ! pod/perlport.pod
32638 ____________________________________________________________________________
32639 [  9629] By: jhi                                   on 2001/04/08  15:55:41
32640         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
32641              from maintperl into mainline: perlport updates.
32642      Branch: perl
32643            ! pod/perlport.pod
32644 ____________________________________________________________________________
32645 [  9628] By: jhi                                   on 2001/04/08  15:53:17
32646         Log: perlsolaris.pod copied to wrong directory.
32647      Branch: perl
32648            ! win32/makefile.mk
32649 ____________________________________________________________________________
32650 [  9627] By: jhi                                   on 2001/04/08  14:48:18
32651         Log: Subject: Typos in perl571delta.pod
32652              From: "Stephen P. Potter" <spp@spotter.yi.org>
32653              Date: Sat, 07 Apr 2001 20:37:05 -0400
32654              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
32655      Branch: perl
32656            ! pod/perl571delta.pod
32657 ____________________________________________________________________________
32658 [  9626] By: jhi                                   on 2001/04/08  14:39:04
32659         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
32660      Branch: perl
32661            ! gv.c
32662 ____________________________________________________________________________
32663 [  9625] By: nick                                  on 2001/04/08  10:14:23
32664         Log: Integrate mainline
32665      Branch: perlio
32666           +> pod/perl570delta.pod pod/perl571delta.pod
32667           !> (integrate 27 files)
32668 ____________________________________________________________________________
32669 [  9624] By: gsar                                  on 2001/04/08  06:08:17
32670         Log: test in t/pod/* were busted
32671              
32672              these tests are still not enabled in t/{harness,TEST}
32673      Branch: maint-5.6/perl
32674            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
32675            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
32676            ! t/pod/multiline_items.t t/pod/nested_items.t
32677            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
32678            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
32679 ____________________________________________________________________________
32680 [  9623] By: gsar                                  on 2001/04/08  03:37:01
32681         Log: integrate change#9470 from mainline
32682              
32683              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
32684      Branch: maint-5.6/perl
32685           !> ext/Socket/Socket.xs
32686 ____________________________________________________________________________
32687 [  9622] By: jhi                                   on 2001/04/07  22:40:47
32688         Log: Update Changes.
32689      Branch: perl
32690            ! Changes patchlevel.h
32691 ____________________________________________________________________________
32692 [  9621] By: jhi                                   on 2001/04/07  22:34:16
32693         Log: Update AUTHORS.
32694      Branch: perl
32695            ! AUTHORS
32696 ____________________________________________________________________________
32697 [  9620] By: jhi                                   on 2001/04/07  22:12:47
32698         Log: Forgot to bump the number of tests in #9164.
32699      Branch: perl
32700            ! t/op/array.t
32701 ____________________________________________________________________________
32702 [  9619] By: jhi                                   on 2001/04/07  22:09:50
32703         Log: Bump patchlevel to 5.7.1.
32704      Branch: perl
32705            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32706            ! config_h.SH patchlevel.h
32707 ____________________________________________________________________________
32708 [  9618] By: jhi                                   on 2001/04/07  22:02:41
32709         Log: Populate perl571delta.
32710      Branch: perl
32711            ! pod/perl571delta.pod
32712 ____________________________________________________________________________
32713 [  9617] By: jhi                                   on 2001/04/07  22:01:23
32714         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
32715              to forget it later; do not change patchlevel.h yet or regenerate
32716              Configure yet.
32717      Branch: perl
32718            ! epoc/config.sh win32/Makefile win32/config_H.bc
32719            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
32720 ____________________________________________________________________________
32721 [  9616] By: jhi                                   on 2001/04/07  17:46:33
32722         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
32723      Branch: perl
32724            ! pod/perl571delta.pod
32725 ____________________________________________________________________________
32726 [  9615] By: jhi                                   on 2001/04/07  17:33:21
32727         Log: Change the toc configuration.
32728      Branch: perl
32729            ! pod/buildtoc.PL pod/perl.pod
32730 ____________________________________________________________________________
32731 [  9614] By: jhi                                   on 2001/04/07  17:29:47
32732         Log: Subject: PATCH: $[
32733              From: Robin Houston <robin@kitsite.com>
32734              Date: Fri, 6 Apr 2001 18:10:14 +0100
32735              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
32736      Branch: perl
32737            ! op.c t/op/array.t
32738 ____________________________________________________________________________
32739 [  9613] By: jhi                                   on 2001/04/07  17:28:26
32740         Log: Subject: [PATCH perl@9424] isn't numeric warning
32741              From: Robin Barker <rmb1@cise.npl.co.uk>
32742              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
32743              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
32744      Branch: perl
32745            ! sv.c t/pragma/warn/sv
32746 ____________________________________________________________________________
32747 [  9612] By: jhi                                   on 2001/04/07  17:26:45
32748         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
32749              From: Mike Guy <mjtg@cam.ac.uk>
32750              Date: Fri, 06 Apr 2001 12:47:06 +0100
32751              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
32752      Branch: perl
32753            ! dump.c t/lib/peek.t
32754 ____________________________________________________________________________
32755 [  9611] By: jhi                                   on 2001/04/07  17:21:35
32756         Log: Create perl571delta and seed it off with the perldelta changes
32757              since 5.7.0; remove those changes from perldelta and rename it
32758              as perl570delta; recreate perldelta but leave it almost empty.
32759      Branch: perl
32760            + pod/perl570delta.pod pod/perl571delta.pod
32761            ! MANIFEST pod/perldelta.pod
32762 ____________________________________________________________________________
32763 [  9610] By: jhi                                   on 2001/04/07  16:56:32
32764         Log: Denit.
32765      Branch: perl
32766            ! pod/perldelta.pod
32767 ____________________________________________________________________________
32768 [  9609] By: jhi                                   on 2001/04/07  16:38:32
32769         Log: Retract #9523: needs more thought.
32770      Branch: perl
32771            ! Makefile.SH
32772 ____________________________________________________________________________
32773 [  9608] By: jhi                                   on 2001/04/07  14:59:20
32774         Log: atmark() code cleanaup.
32775      Branch: perl
32776            ! ext/IO/IO.xs
32777 ____________________________________________________________________________
32778 [  9607] By: jhi                                   on 2001/04/07  14:48:14
32779         Log: Integrate change #9605 from maintperl into mainline.
32780              
32781              can't optimize away scope entry if tr/// is present
32782      Branch: perl
32783           !> op.c t/op/tr.t
32784 ____________________________________________________________________________
32785 [  9606] By: jhi                                   on 2001/04/07  14:43:59
32786         Log: Integrate perlio.
32787      Branch: perl
32788           +> win32/FindExt.pm
32789           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
32790           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
32791 ____________________________________________________________________________
32792 [  9605] By: gsar                                  on 2001/04/07  11:52:40
32793         Log: can't optimize away scope entry if tr/// is present
32794      Branch: maint-5.6/perl
32795            ! op.c t/op/tr.t
32796 ____________________________________________________________________________
32797 [  9604] By: nick                                  on 2001/04/07  11:39:45
32798         Log: Split out extension finding code from buildext.pl into FindExt.pm
32799              Use it to get Config.pm's idea of available extensions in line
32800              with what is built.
32801      Branch: perlio
32802            + win32/FindExt.pm
32803            ! MANIFEST win32/buildext.pl win32/config_sh.PL
32804            ! win32/makefile.mk
32805 ____________________________________________________________________________
32806 [  9603] By: nick                                  on 2001/04/07  09:11:38
32807         Log: Cleanup correction for failed :Via() layer, also set an error code.
32808      Branch: perlio
32809            ! ext/PerlIO/Via/Via.xs
32810 ____________________________________________________________________________
32811 [  9602] By: nick                                  on 2001/04/07  08:38:04
32812         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
32813              style. So don't use binmode() on the handles so that Win32 etc. see
32814              same sequence and produce same digests.
32815      Branch: perlio
32816            ! t/lib/md5-file.t
32817 ____________________________________________________________________________
32818 [  9601] By: nick                                  on 2001/04/07  08:36:26
32819         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
32820              Else it complains and so crlf layer (say) does not get pushed.
32821      Branch: perlio
32822            ! perlio.c
32823 ____________________________________________________________________________
32824 [  9600] By: jhi                                   on 2001/04/06  23:00:09
32825         Log: Integrate change #9599 from perlio into mainline.
32826      Branch: perl
32827           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32828           !> win32/config_H.vc
32829 ____________________________________________________________________________
32830 [  9599] By: nick                                  on 2001/04/06  21:42:43
32831         Log: Quote $VERSION in Encode.pm.
32832              regen_config_h as requested.
32833      Branch: perlio
32834            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
32835            ! win32/config_H.vc
32836 ____________________________________________________________________________
32837 [  9598] By: nick                                  on 2001/04/06  20:34:59
32838         Log: Integrate mainline
32839      Branch: perlio
32840           +> README.macos
32841           !> (integrate 39 files)
32842 ____________________________________________________________________________
32843 [  9597] By: gsar                                  on 2001/04/06  18:06:35
32844         Log: integrate change#9464 from mainline (addendum to change#8313)
32845              
32846              Subject: [PATCH @9452] Better peep()ing for foreach() loops
32847      Branch: maint-5.6/perl
32848           !> op.c
32849 ____________________________________________________________________________
32850 [  9596] By: jhi                                   on 2001/04/06  17:26:03
32851         Log: The d_casti32=undef is good for you even when not use64bitall.
32852      Branch: perl
32853            ! hints/hpux.sh
32854 ____________________________________________________________________________
32855 [  9595] By: gsar                                  on 2001/04/06  14:57:17
32856         Log: add a low-impact fix to accomodate darwin-ism
32857      Branch: maint-5.6/perl
32858            ! ext/Errno/Errno_pm.PL
32859 ____________________________________________________________________________
32860 [  9594] By: jhi                                   on 2001/04/06  14:55:14
32861         Log: Integrate changes #9528,9593 from mainline into maintperl;
32862              tweaking the editor/IDE/shell list.
32863      Branch: maint-5.6/perl
32864           !> pod/perlfaq3.pod
32865 ____________________________________________________________________________
32866 [  9593] By: jhi                                   on 2001/04/06  14:51:39
32867         Log: Make the editor/IDE/shell list a little bit airier.
32868      Branch: perl
32869            ! pod/perlfaq3.pod
32870 ____________________________________________________________________________
32871 [  9592] By: gsar                                  on 2001/04/06  14:45:18
32872         Log: integrate change#9477 from mainline (base.pm doc tweak)
32873              
32874              missing doc entry for fmod()
32875      Branch: maint-5.6/perl
32876            ! lib/Math/BigFloat.pm
32877           !> lib/base.pm
32878 ____________________________________________________________________________
32879 [  9591] By: jhi                                   on 2001/04/06  13:55:48
32880         Log: Regen toc.
32881      Branch: perl
32882            ! pod/perltoc.pod
32883 ____________________________________________________________________________
32884 [  9590] By: jhi                                   on 2001/04/06  13:54:52
32885         Log: Math::BigFloat patches from John Peacock.  The equivalent
32886              of #9586 from maintperl but reworked by John to work with
32887              the bleadperl.
32888      Branch: perl
32889            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32890 ____________________________________________________________________________
32891 [  9589] By: jhi                                   on 2001/04/06  13:42:23
32892         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
32893      Branch: perl
32894            ! ext/Digest/MD5/Makefile.PL
32895 ____________________________________________________________________________
32896 [  9588] By: jhi                                   on 2001/04/06  13:31:45
32897         Log: Integrate changes #9584,9587 from maintperl into mainline.
32898              
32899              keep eval"" CVs alive until the end of the statement in which
32900              they're called
32901              
32902              add README.macos (from Chris Nandor)
32903              
32904              tyop in change#9555
32905      Branch: perl
32906           +> README.macos
32907           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
32908           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
32909           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
32910           !> win32/makefile.mk
32911 ____________________________________________________________________________
32912 [  9587] By: gsar                                  on 2001/04/06  07:31:30
32913         Log: add README.macos (from Chris Nandor)
32914              
32915              tyop in change#9555
32916      Branch: maint-5.6/perl
32917            + README.macos
32918            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
32919            ! win32/Makefile win32/makefile.mk
32920 ____________________________________________________________________________
32921 [  9586] By: gsar                                  on 2001/04/06  07:08:54
32922         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
32923      Branch: maint-5.6/perl
32924            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
32925 ____________________________________________________________________________
32926 [  9585] By: gsar                                  on 2001/04/06  06:58:44
32927         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
32928              from mainline
32929              
32930              Subject: [PATCH] Base64 update to perlfaq9.pod
32931              
32932              Subject: [PATCH AUTHORS] Housekeeping
32933              
32934              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
32935              Mac OS X (Darwin) has extra pwent fields.
32936              
32937              Subject: [PATCH B::*] print control-character vars readably
32938              Needs EBCDICification.
32939              
32940              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
32941              
32942              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
32943              
32944              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
32945              
32946              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
32947              
32948              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
32949              
32950              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
32951              
32952              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
32953              
32954              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
32955              
32956              FreeBSD hints tweak from Anton Berezin.
32957              
32958              Subject: [PATCH foolperl & bleadperl] README.vms update
32959              
32960              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
32961      Branch: maint-5.6/perl
32962           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
32963           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
32964           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
32965 ____________________________________________________________________________
32966 [  9584] By: gsar                                  on 2001/04/06  04:09:00
32967         Log: keep eval"" CVs alive until the end of the statement in which
32968              they're called; this avoids a coredump ensuing from search for
32969              lexicals in code such as:
32970              
32971              sub bug {
32972              my $s = @_;
32973              eval q[sub { eval 'sub { &$s }' }];
32974              }
32975              bug("x")->()->();
32976              
32977              this code still doesn't work as intended (as it has remained
32978              since time immemorial), but it doesn't provoke a coredump anymore
32979      Branch: maint-5.6/perl
32980            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
32981            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
32982 ____________________________________________________________________________
32983 [  9583] By: jhi                                   on 2001/04/05  23:52:51
32984         Log: Update Changes.
32985      Branch: perl
32986            ! Changes patchlevel.h
32987 ____________________________________________________________________________
32988 [  9582] By: jhi                                   on 2001/04/05  23:11:23
32989         Log: Slight doc tweak.
32990      Branch: perl
32991            ! pod/perlunicode.pod
32992 ____________________________________________________________________________
32993 [  9581] By: jhi                                   on 2001/04/05  23:04:11
32994         Log: Integrate perlio.
32995      Branch: perl
32996           !> pod/perlunicode.pod
32997 ____________________________________________________________________________
32998 [  9580] By: jhi                                   on 2001/04/05  23:03:29
32999         Log: Test for #9579.
33000      Branch: perl
33001            ! t/op/do.t
33002 ____________________________________________________________________________
33003 [  9579] By: jhi                                   on 2001/04/05  22:54:17
33004         Log: Subject: [PATCH] Propagate calling context for do '...'
33005              From: Gisle Aas <gisle@ActiveState.com>
33006              Date: 04 Apr 2001 20:17:29 -0700
33007              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
33008      Branch: perl
33009            ! pod/perlfunc.pod pp_ctl.c
33010 ____________________________________________________________________________
33011 [  9578] By: jhi                                   on 2001/04/05  22:52:51
33012         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
33013              From: Peter Prymmer <pvhp@forte.com>
33014              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
33015              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
33016      Branch: perl
33017            ! README.vms
33018 ____________________________________________________________________________
33019 [  9577] By: jhi                                   on 2001/04/05  22:48:22
33020         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
33021              From: "Craig A. Berry" <craigberry@mac.com>
33022              Date: Thu, 5 Apr 2001 13:43:28 -0500
33023              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
33024      Branch: perl
33025            ! README.vms
33026 ____________________________________________________________________________
33027 [  9576] By: jhi                                   on 2001/04/05  22:31:38
33028         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
33029              From: Michael G Schwern <schwern@pobox.com>
33030              Date: Thu, 5 Apr 2001 21:53:21 +0100
33031              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
33032      Branch: perl
33033            ! lib/base.pm t/lib/fields.t
33034 ____________________________________________________________________________
33035 [  9575] By: jhi                                   on 2001/04/05  22:26:10
33036         Log: FreeBSD hints tweak from Anton Berezin.
33037      Branch: perl
33038            ! hints/freebsd.sh
33039 ____________________________________________________________________________
33040 [  9574] By: jhi                                   on 2001/04/05  22:24:03
33041         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
33042              From: David Dyck <dcd@tc.fluke.com>
33043              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
33044              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
33045      Branch: perl
33046            ! t/op/oct.t
33047 ____________________________________________________________________________
33048 [  9573] By: jhi                                   on 2001/04/05  22:23:06
33049         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
33050              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
33051              From: David Dyck <dcd@tc.fluke.com>
33052              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
33053      Branch: perl
33054            ! pp.c
33055 ____________________________________________________________________________
33056 [  9572] By: jhi                                   on 2001/04/05  22:14:47
33057         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
33058              From: Robin Houston <robin@kitsite.com>
33059              Date: Thu, 5 Apr 2001 20:56:48 +0100
33060              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
33061      Branch: perl
33062            ! ext/B/B/Deparse.pm
33063 ____________________________________________________________________________
33064 [  9571] By: jhi                                   on 2001/04/05  22:12:53
33065         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
33066              From: Robin Houston <robin@kitsite.com>
33067              Date: Thu, 5 Apr 2001 19:55:51 +0100
33068              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
33069      Branch: perl
33070            ! ext/B/B/Deparse.pm
33071 ____________________________________________________________________________
33072 [  9570] By: jhi                                   on 2001/04/05  22:11:06
33073         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
33074              From: Robin Houston <robin@kitsite.com>
33075              Date: Thu, 5 Apr 2001 20:16:29 +0100
33076              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
33077      Branch: perl
33078            ! ext/B/B/Deparse.pm
33079 ____________________________________________________________________________
33080 [  9569] By: nick                                  on 2001/04/05  21:32:26
33081         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
33082      Branch: perlio
33083            ! pod/perlunicode.pod
33084 ____________________________________________________________________________
33085 [  9568] By: nick                                  on 2001/04/05  19:38:09
33086         Log: Integrate mainline
33087      Branch: perlio
33088           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
33089           !> (integrate 35 files)
33090 ____________________________________________________________________________
33091 [  9567] By: jhi                                   on 2001/04/05  18:31:45
33092         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
33093              From: Robin Houston <robin@kitsite.com>
33094              Date: Thu, 5 Apr 2001 18:03:23 +0100
33095              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
33096      Branch: perl
33097            ! ext/B/B/Deparse.pm
33098 ____________________________________________________________________________
33099 [  9566] By: jhi                                   on 2001/04/05  18:29:35
33100         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
33101              From: Robin Houston <robin@kitsite.com>
33102              Date: Thu, 5 Apr 2001 16:45:18 +0100
33103              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
33104      Branch: perl
33105            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
33106 ____________________________________________________________________________
33107 [  9565] By: jhi                                   on 2001/04/05  18:24:23
33108         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
33109              From: Robin Houston <robin@kitsite.com>
33110              Date: Thu, 5 Apr 2001 14:50:09 +0100
33111              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
33112      Branch: perl
33113            ! ext/B/B/Deparse.pm
33114 ____________________________________________________________________________
33115 [  9564] By: jhi                                   on 2001/04/05  18:23:03
33116         Log: Subject: [PATCH B::*] print control-character vars readably
33117              From: Robin Houston <robin@kitsite.com>
33118              Date: Thu, 5 Apr 2001 14:27:38 +0100
33119              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
33120              
33121              Needs EBCDICification.
33122      Branch: perl
33123            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
33124            ! ext/B/B/Terse.pm
33125 ____________________________________________________________________________
33126 [  9563] By: jhi                                   on 2001/04/05  18:20:32
33127         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
33128              Date: Thu, 5 Apr 2001 13:21:42 -0400
33129              From: Paul Schinder <schinder@pobox.com>
33130              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
33131              
33132              Mac OS X (Darwin) has extra pwent fields.
33133      Branch: perl
33134            ! t/op/pwent.t
33135 ____________________________________________________________________________
33136 [  9562] By: jhi                                   on 2001/04/05  17:57:51
33137         Log: Regen toc.
33138      Branch: perl
33139            ! pod/perltoc.pod
33140 ____________________________________________________________________________
33141 [  9561] By: jhi                                   on 2001/04/05  17:47:33
33142         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
33143      Branch: metaconfig
33144            ! U/Glossary.patch
33145      Branch: metaconfig/U/perl
33146            + d_u32align.U
33147            ! d_cmsghdr_s.U d_msghdr_s.U
33148 ____________________________________________________________________________
33149 [  9560] By: jhi                                   on 2001/04/05  17:47:01
33150         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
33151              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
33152              Introduce probes for struct msghdr, struct cmsghdr,
33153              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
33154              ualarm, usleep, for possible later extension work.
33155      Branch: perl
33156            + t/lib/md5-align.t
33157            ! Configure MANIFEST Porting/Glossary Porting/config.sh
33158            ! Porting/config_H config_h.SH configure.com epoc/config.sh
33159            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
33160            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33161            ! vos/config.ga.h win32/config.bc win32/config.gc
33162            ! win32/config.vc
33163 ____________________________________________________________________________
33164 [  9559] By: jhi                                   on 2001/04/05  13:03:04
33165         Log: Be traditional in your cpp (for the Errno extension).
33166      Branch: perl
33167            ! hints/darwin.sh
33168 ____________________________________________________________________________
33169 [  9558] By: jhi                                   on 2001/04/05  13:00:05
33170         Log: Add $Config{cppflags} to the gcc incantation.
33171      Branch: perl
33172            ! ext/Errno/Errno_pm.PL
33173 ____________________________________________________________________________
33174 [  9557] By: jhi                                   on 2001/04/05  04:22:39
33175         Log: Introduce Sean Burke's Class::ISA 0.32.
33176      Branch: perl
33177            + lib/Class/ISA.pm t/lib/class-isa.t
33178            ! MANIFEST
33179 ____________________________________________________________________________
33180 [  9556] By: jhi                                   on 2001/04/05  04:09:50
33181         Log: Subject: [PATCH AUTHORS] Housekeeping
33182              From: Paul Johnson <paul@pjcj.net> 
33183              Date: Wed, 4 Apr 2001 22:45:47 +0200
33184              Message-ID: <20010404224547.D9548@pjcj.net>
33185      Branch: perl
33186            ! AUTHORS
33187 ____________________________________________________________________________
33188 [  9555] By: jhi                                   on 2001/04/05  04:06:33
33189         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
33190              From: Gisle Aas <gisle@ActiveState.com>
33191              Date: 04 Apr 2001 14:23:04 -0700
33192              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
33193      Branch: perl
33194            ! pod/perlfaq9.pod
33195 ____________________________________________________________________________
33196 [  9554] By: jhi                                   on 2001/04/05  04:05:49
33197         Log: Downgrade also the "Wide character" diagnostic.
33198      Branch: perl
33199            ! pod/perldiag.pod
33200 ____________________________________________________________________________
33201 [  9553] By: jhi                                   on 2001/04/05  04:00:33
33202         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
33203              maintperl into mainline.
33204              
33205              "double" should be "NV"; standard typemap is missing entry
33206              for NV
33207              
33208              s/djSP/dSP/
33209              
33210              Downgrade "Wide character in print" to a warning.
33211              
33212              B::Deparse fix for ${^FOO} and documentation for PVX() method
33213              (from Robin Houston)
33214              
33215              tr/// doesn't null-terminate the result in some situations
33216              (from Gisle Aas)
33217      Branch: perl
33218           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
33219           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
33220           !> t/io/utf8.t t/op/tr.t
33221 ____________________________________________________________________________
33222 [  9552] By: jhi                                   on 2001/04/05  03:52:50
33223         Log: Retract changes #9542 and #9538 (from maintperl, integrated
33224              at #9540), shouldn't be needed because of the perlio changes.
33225      Branch: perl
33226            ! util.c
33227 ____________________________________________________________________________
33228 [  9551] By: gsar                                  on 2001/04/05  00:18:34
33229         Log: tr/// doesn't null-terminate the result in some situations
33230              (from Gisle Aas)
33231      Branch: maint-5.6/perl
33232            ! doop.c t/op/tr.t
33233 ____________________________________________________________________________
33234 [  9550] By: gsar                                  on 2001/04/04  20:04:17
33235         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
33236              (from Robin Houston)
33237      Branch: maint-5.6/perl
33238            ! ext/B/B.pm ext/B/B/Deparse.pm
33239 ____________________________________________________________________________
33240 [  9549] By: nick                                  on 2001/04/04  18:56:15
33241         Log: Downgrade "Wide character in print" to a warning.
33242      Branch: perlio
33243            ! doio.c t/io/utf8.t
33244 ____________________________________________________________________________
33245 [  9548] By: gsar                                  on 2001/04/04  18:51:49
33246         Log: integrate changes#9460,9462,9482,9521,9522
33247              
33248              Subject: PATCH: B::Debug should show LOOP-specific fields
33249              
33250              Subject: B::Deparse precedence bug. (Patch included.)
33251              
33252              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33253              
33254              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33255              
33256              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33257      Branch: maint-5.6/perl
33258           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
33259           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
33260 ____________________________________________________________________________
33261 [  9547] By: gsar                                  on 2001/04/04  18:49:16
33262         Log: s/djSP/dSP/
33263      Branch: maint-5.6/perl
33264            ! ext/Thread/Thread.xs
33265 ____________________________________________________________________________
33266 [  9546] By: nick                                  on 2001/04/04  18:44:00
33267         Log: Integrate mainline.
33268      Branch: perlio
33269           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
33270           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
33271 ____________________________________________________________________________
33272 [  9545] By: gsar                                  on 2001/04/04  18:38:52
33273         Log: integrate change#8837 from mainline
33274              
33275              Subject: [patch] -Wall cleanup round 2
33276      Branch: maint-5.6/perl
33277           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33278           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33279           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
33280           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33281           !> ext/SDBM_File/SDBM_File.xs
33282 ____________________________________________________________________________
33283 [  9544] By: gsar                                  on 2001/04/04  17:49:57
33284         Log: "double" should be "NV"; standard typemap is missing entry
33285              for NV
33286      Branch: maint-5.6/perl
33287            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
33288 ____________________________________________________________________________
33289 [  9543] By: jhi                                   on 2001/04/04  14:13:18
33290         Log: Thou shalt not (just) match for English error messages.
33291      Branch: perl
33292            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
33293            ! os2/OS2/Process/Process.pm
33294 ____________________________________________________________________________
33295 [  9542] By: jhi                                   on 2001/04/04  13:20:39
33296         Log: Make the stdio tricks of fflush_all() to exist only if
33297              stdio is being used.
33298      Branch: perl
33299            ! util.c
33300 ____________________________________________________________________________
33301 [  9541] By: jhi                                   on 2001/04/04  04:20:24
33302         Log: Subject: Re: [PATCH] Lighten up glob
33303              From: Benjamin Sugars <bsugars@canoe.ca>
33304              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
33305              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
33306      Branch: perl
33307            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
33308            ! util.c
33309 ____________________________________________________________________________
33310 [  9540] By: jhi                                   on 2001/04/04  04:03:57
33311         Log: Integrate changes #9538,9539 from maintperl into mainline.
33312              
33313              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33314              for use with _fwalk() (fix for change#7705)
33315              
33316              another tweak needed for SunOS 4.1.x build (from Mike Guy)
33317              (cp -f is not portable)
33318      Branch: perl
33319           !> Makefile.SH util.c
33320 ____________________________________________________________________________
33321 [  9539] By: gsar                                  on 2001/04/04  03:01:14
33322         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
33323      Branch: maint-5.6/perl
33324            ! Makefile.SH
33325 ____________________________________________________________________________
33326 [  9538] By: gsar                                  on 2001/04/04  01:00:38
33327         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
33328              for use with _fwalk() (fix for change#7705)
33329      Branch: maint-5.6/perl
33330            ! util.c
33331 ____________________________________________________________________________
33332 [  9537] By: nick                                  on 2001/04/03  19:24:55
33333         Log: Integrate mainline
33334      Branch: perlio
33335           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
33336           +> lib/unicode/PropList.html
33337            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
33338           !> (integrate 69 files)
33339 ____________________________________________________________________________
33340 [  9536] By: jhi                                   on 2001/04/03  18:02:31
33341         Log: Integrate change #9533 from maintperl into mainline.
33342              
33343              better fix for change#9517 to accomodate UNC paths like
33344              \\server\share\foo, and paths with trailing backslash
33345              like c:\this\
33346      Branch: perl
33347           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33348 ____________________________________________________________________________
33349 [  9535] By: jhi                                   on 2001/04/03  17:58:07
33350         Log: Change the push/unshift warning to be of class syntax, not misc.
33351      Branch: perl
33352            ! op.c pod/perldiag.pod t/pragma/warn/op
33353 ____________________________________________________________________________
33354 [  9534] By: jhi                                   on 2001/04/03  15:03:46
33355         Log: Change the push/unshift warning (#9532) to talk about "no values"
33356              instead of "no arguments".
33357      Branch: perl
33358            ! op.c pod/perldiag.pod t/pragma/warn/op
33359 ____________________________________________________________________________
33360 [  9533] By: gsar                                  on 2001/04/03  14:30:07
33361         Log: better fix for change#9517 to accomodate UNC paths like
33362              \\server\share\foo, and paths with trailing backslash
33363              like c:\this\
33364      Branch: maint-5.6/perl
33365            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33366 ____________________________________________________________________________
33367 [  9532] By: jhi                                   on 2001/04/03  13:11:46
33368         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
33369              From: Robin Houston <robin@kitsite.com>
33370              Date: Mon, 2 Apr 2001 15:03:29 +0100
33371              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
33372      Branch: perl
33373            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
33374 ____________________________________________________________________________
33375 [  9531] By: jhi                                   on 2001/04/03  13:06:34
33376         Log: Integrate change #9530 from maintperl into mainline.
33377              
33378              accomodate VMS "mailbox overflow" quirk in testsuite (from
33379              Craig Berry)
33380      Branch: perl
33381           !> t/lib/socket.t
33382 ____________________________________________________________________________
33383 [  9530] By: gsar                                  on 2001/04/03  04:56:41
33384         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
33385              Craig Berry)
33386      Branch: maint-5.6/perl
33387            ! t/lib/socket.t
33388 ____________________________________________________________________________
33389 [  9529] By: jhi                                   on 2001/04/03  02:34:34
33390         Log: Update Changes.
33391      Branch: perl
33392            ! Changes patchlevel.h
33393 ____________________________________________________________________________
33394 [  9528] By: jhi                                   on 2001/04/03  01:27:57
33395         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
33396              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
33397              To: perl5-porters@perl.org
33398              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
33399      Branch: perl
33400            ! pod/perlfaq3.pod
33401 ____________________________________________________________________________
33402 [  9527] By: jhi                                   on 2001/04/03  01:22:09
33403         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
33404              From: Peter Prymmer <pvhp@forte.com>
33405              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
33406              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
33407      Branch: perl
33408            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
33409 ____________________________________________________________________________
33410 [  9526] By: jhi                                   on 2001/04/03  01:18:25
33411         Log: The metaconfig unit changes for #9525.
33412      Branch: metaconfig
33413            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
33414      Branch: metaconfig/U/perl
33415            ! use64bits.U
33416 ____________________________________________________________________________
33417 [  9525] By: jhi                                   on 2001/04/03  01:17:30
33418         Log: Configure sanity checks:
33419              * if use64bitall is attempted but pointers are only 32-bit,
33420              'downgrade' to use64bitint
33421              * if use64bitint is attempted but there's no quad type,
33422              forget about use64bitint (well, the default for it is 'n',
33423              the user can still override this)
33424              * if pointers are 64 bits, do not try to use Perl's malloc
33425      Branch: perl
33426            ! Configure
33427 ____________________________________________________________________________
33428 [  9524] By: gsar                                  on 2001/04/03  01:09:12
33429         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
33430      Branch: maint-5.6/perl
33431            ! pp_sys.c
33432 ____________________________________________________________________________
33433 [  9523] By: jhi                                   on 2001/04/03  00:02:31
33434         Log: (Retracted by #9609)
33435              
33436              Make it harder for parallel makes to enter 'test' before
33437              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
33438              should be unhappy enough, but sometimes parallel makes seem
33439              to sneak past both in Tru64 and AIX.)
33440      Branch: perl
33441            ! Makefile.SH
33442 ____________________________________________________________________________
33443 [  9522] By: jhi                                   on 2001/04/02  22:35:31
33444         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
33445              Date: Mon, 2 Apr 2001 22:54:10 +0100
33446              From: Robin Houston <robin@kitsite.com>
33447              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
33448      Branch: perl
33449            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
33450 ____________________________________________________________________________
33451 [  9521] By: jhi                                   on 2001/04/02  22:32:23
33452         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
33453              From: Robin Houston <robin@kitsite.com>
33454              Date: Mon, 2 Apr 2001 20:24:03 +0100
33455              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
33456      Branch: perl
33457            ! ext/B/B/Concise.pm
33458 ____________________________________________________________________________
33459 [  9520] By: jhi                                   on 2001/04/02  22:30:43
33460         Log: Subject: [PATCH] REALLY pedantic hv.h nit
33461              From: Simon Cozens <simon@netthink.co.uk>
33462              Date: Mon, 2 Apr 2001 15:43:06 +0100
33463              Message-ID: <20010402154306.A21711@netthink.co.uk>
33464      Branch: perl
33465            ! hv.h
33466 ____________________________________________________________________________
33467 [  9519] By: jhi                                   on 2001/04/02  22:28:04
33468         Log: Based on
33469              
33470              Subject: [foolperl] EPOC fix
33471              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33472              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
33473              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
33474      Branch: perl
33475            ! pp_sys.c
33476 ____________________________________________________________________________
33477 [  9518] By: jhi                                   on 2001/04/02  22:22:34
33478         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
33479              
33480              README.win32 tweaks; add a note about alternative location for
33481              getting a gcc-2.95.2 that will build perl properly on windows
33482              
33483              add some notes about gutsy threading matters
33484              
33485              many of the utilities interpolate literal paths within doublequotes
33486              (fails on dosish platforms where path contains backslashes)
33487      Branch: perl
33488           !> README.win32 pod/perlguts.pod utils/perldoc.PL
33489           !> x2p/find2perl.PL x2p/s2p.PL
33490 ____________________________________________________________________________
33491 [  9517] By: gsar                                  on 2001/04/02  19:52:21
33492         Log: many of the utilities interpolate literal paths within doublequotes
33493              (fails on dosish platforms where path contains backslashes)
33494      Branch: maint-5.6/perl
33495            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
33496 ____________________________________________________________________________
33497 [  9516] By: gsar                                  on 2001/04/02  05:49:37
33498         Log: a foolish release
33499      Branch: maint-5.6/perl
33500            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
33501            ! pod/perltoc.pod
33502 ____________________________________________________________________________
33503 [  9515] By: gsar                                  on 2001/04/02  05:04:29
33504         Log: add missing changelog summaries
33505      Branch: maint-5.6/perl
33506            ! Changes
33507 ____________________________________________________________________________
33508 [  9514] By: gsar                                  on 2001/04/02  04:07:13
33509         Log: add some notes about gutsy threading matters
33510      Branch: maint-5.6/perl
33511            ! pod/perlguts.pod
33512 ____________________________________________________________________________
33513 [  9513] By: gsar                                  on 2001/04/02  03:25:21
33514         Log: add more prominent caveat notices about experimental features
33515      Branch: maint-5.6/perl
33516            ! pod/perlfork.pod pod/perlunicode.pod
33517 ____________________________________________________________________________
33518 [  9512] By: gsar                                  on 2001/04/02  02:54:33
33519         Log: integrate changes#9479,9509 from mainline
33520              
33521              [PATCH] File::Glob stuff for Mac OS
33522              
33523              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33524      Branch: maint-5.6/perl
33525           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33526           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33527           !> t/lib/glob-taint.t
33528 ____________________________________________________________________________
33529 [  9511] By: gsar                                  on 2001/04/02  02:38:24
33530         Log: README.win32 tweaks; add a note about alternative location for
33531              getting a gcc-2.95.2 that will build perl properly on windows
33532      Branch: maint-5.6/perl
33533            ! README.win32
33534 ____________________________________________________________________________
33535 [  9510] By: jhi                                   on 2001/04/01  20:45:10
33536         Log: An ambiguosity warning.
33537      Branch: perl
33538            ! t/lib/trig.t
33539 ____________________________________________________________________________
33540 [  9509] By: jhi                                   on 2001/04/01  19:53:47
33541         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
33542              From: Jonathan Stowe <gellyfish@gellyfish.com>
33543              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
33544              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
33545      Branch: perl
33546            ! ext/File/Glob/bsd_glob.c
33547 ____________________________________________________________________________
33548 [  9508] By: jhi                                   on 2001/04/01  19:35:03
33549         Log: Update Changes.
33550      Branch: perl
33551            ! Changes patchlevel.h
33552 ____________________________________________________________________________
33553 [  9507] By: jhi                                   on 2001/04/01  19:24:01
33554         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
33555              from mainline to maintperl: pod tweaks.
33556      Branch: maint-5.6/perl
33557           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
33558           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
33559           !> pod/perlvar.pod
33560 ____________________________________________________________________________
33561 [  9506] By: jhi                                   on 2001/04/01  19:11:53
33562         Log: Commit Sarathy to April release of 5.6.1 :-)
33563      Branch: perl
33564            ! pod/perlfaq1.pod
33565 ____________________________________________________________________________
33566 [  9505] By: jhi                                   on 2001/04/01  19:03:15
33567         Log: Subject: PATCH 5.6.0 (perldebug.pod)
33568              From: Mark-Jason Dominus <mjd@plover.com>
33569              Date: Sun, 01 Apr 2001 14:25:11 -0400
33570              Message-ID: <20010401182511.9247.qmail@plover.com>
33571      Branch: perl
33572            ! pod/perldebug.pod
33573 ____________________________________________________________________________
33574 [  9504] By: jhi                                   on 2001/04/01  18:43:09
33575         Log: Add great_circle_direction().
33576      Branch: perl
33577            ! lib/Math/Trig.pm t/lib/trig.t
33578 ____________________________________________________________________________
33579 [  9503] By: jhi                                   on 2001/04/01  17:29:12
33580         Log: Unicode ReadMe update for Unicode 3.1.
33581      Branch: perl
33582            ! lib/unicode/ReadMe.txt
33583 ____________________________________________________________________________
33584 [  9502] By: jhi                                   on 2001/04/01  17:18:40
33585         Log: Integrate change #9501 from maintperl into mainline.
33586              
33587              fix the perlembed notes on multiple interpreters
33588              
33589              fix ExtUtils::Embed to work passably on Windows
33590      Branch: perl
33591           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
33592 ____________________________________________________________________________
33593 [  9501] By: gsar                                  on 2001/04/01  07:21:57
33594         Log: fix the perlembed notes on multiple interpreters
33595              
33596              fix ExtUtils::Embed to work passably on Windows
33597      Branch: maint-5.6/perl
33598            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
33599 ____________________________________________________________________________
33600 [  9500] By: jhi                                   on 2001/04/01  05:58:23
33601         Log: Test for #9499.
33602      Branch: perl
33603            ! t/op/tr.t
33604 ____________________________________________________________________________
33605 [  9499] By: jhi                                   on 2001/04/01  05:55:46
33606         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
33607      Branch: perl
33608            ! embed.h embed.pl op.c proto.h
33609 ____________________________________________________________________________
33610 [  9498] By: jhi                                   on 2001/04/01  05:44:34
33611         Log: Protect the workaround hunk more.
33612      Branch: perl
33613            ! toke.c
33614 ____________________________________________________________________________
33615 [  9497] By: jhi                                   on 2001/04/01  00:24:25
33616         Log: Integrate changes #9493,9494,9495,9496 from maintperl
33617              into mainline.
33618              
33619              fix a broken workaround for Borland compiler in change#4739
33620              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33621              
33622              nits spotted by Borland compiler
33623              
33624              avoid redefinition warnings under Borland 5.02
33625              
33626              various nits identified by the Borland 5.5 compiler; remove suppression
33627              of a few warnings
33628      Branch: perl
33629           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
33630           !> win32/win32.h
33631 ____________________________________________________________________________
33632 [  9496] By: gsar                                  on 2001/03/31  23:22:28
33633         Log: various nits identified by the Borland 5.5 compiler; remove suppression
33634              of a few warnings
33635      Branch: maint-5.6/perl
33636            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
33637 ____________________________________________________________________________
33638 [  9495] By: gsar                                  on 2001/03/31  21:03:08
33639         Log: avoid redefinition warnings under Borland 5.02
33640      Branch: maint-5.6/perl
33641            ! win32/makefile.mk
33642 ____________________________________________________________________________
33643 [  9494] By: gsar                                  on 2001/03/31  20:18:59
33644         Log: nits spotted by Borland compiler
33645      Branch: maint-5.6/perl
33646            ! utf8.h win32/win32.h
33647 ____________________________________________________________________________
33648 [  9493] By: gsar                                  on 2001/03/31  20:18:05
33649         Log: fix a broken workaround for Borland compiler in change#4739
33650              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
33651      Branch: maint-5.6/perl
33652            ! toke.c
33653 ____________________________________________________________________________
33654 [  9492] By: jhi                                   on 2001/03/31  18:36:24
33655         Log: Integrate change #9491 from maintperl into mainline.
33656              
33657              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33658              directory is relative (need to fetch the full path name *before*
33659              the chdir!)
33660      Branch: perl
33661           !> lib/Cwd.pm
33662 ____________________________________________________________________________
33663 [  9491] By: gsar                                  on 2001/03/31  17:01:56
33664         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
33665              directory is relative (need to fetch the full path name *before*
33666              the chdir!)
33667              
33668              this is a followup patch for change#6749
33669      Branch: maint-5.6/perl
33670            ! lib/Cwd.pm
33671 ____________________________________________________________________________
33672 [  9490] By: jhi                                   on 2001/03/31  15:50:18
33673         Log: Subject: Re: [PATCH] av.h cosmetics
33674              From: Simon Cozens <simon@netthink.co.uk>
33675              Date: Sat, 31 Mar 2001 13:09:59 +0100
33676              Message-ID: <20010331130959.A22000@netthink.co.uk>
33677              
33678              Document AvALLOC.
33679      Branch: perl
33680            ! pod/perlguts.pod
33681 ____________________________________________________________________________
33682 [  9489] By: jhi                                   on 2001/03/31  15:48:44
33683         Log: Subject: [PATCH] Re: Math::Big* v1.21
33684              From: Tels <perl_dummy@bloodgate.com>
33685              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
33686              Message-Id: <200103311125.GAA377738@www08.hway.net>
33687      Branch: perl
33688            ! pod/perlop.pod
33689 ____________________________________________________________________________
33690 [  9488] By: jhi                                   on 2001/03/31  03:39:51
33691         Log: Debug output tweak.
33692      Branch: perl
33693            ! t/lib/cwd.t
33694 ____________________________________________________________________________
33695 [  9487] By: jhi                                   on 2001/03/31  03:33:02
33696         Log: OverVMSification.
33697      Branch: perl
33698            ! t/lib/cwd.t
33699 ____________________________________________________________________________
33700 [  9486] By: jhi                                   on 2001/03/31  03:01:40
33701         Log: Missed MANIFESTations in #9483.
33702      Branch: perl
33703            ! MANIFEST
33704 ____________________________________________________________________________
33705 [  9485] By: jhi                                   on 2001/03/31  02:58:17
33706         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
33707              From: Peter Prymmer <pvhp@forte.com>
33708              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
33709              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
33710      Branch: perl
33711            ! regexec.c t/lib/cwd.t
33712 ____________________________________________________________________________
33713 [  9484] By: jhi                                   on 2001/03/31  01:04:41
33714         Log: Obsolete file (see #3938)
33715      Branch: perl
33716            - lib/unicode/README.Ethiopic
33717            ! MANIFEST
33718 ____________________________________________________________________________
33719 [  9483] By: jhi                                   on 2001/03/31  00:52:42
33720         Log: Update to Unicode 3.1.
33721              (Rename Names.txt to NamesList.txt.)
33722      Branch: perl
33723            + lib/unicode/NamesList.txt lib/unicode/PropList.html
33724            - lib/unicode/Names.txt
33725            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
33726            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
33727            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
33728            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
33729            ! lib/unicode/UCD.html lib/unicode/Unicode.html
33730            ! lib/unicode/rename lib/unicode/version
33731 ____________________________________________________________________________
33732 [  9482] By: jhi                                   on 2001/03/30  23:33:44
33733         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
33734              From: Robin Houston <robin@kitsite.com>
33735              Date: Fri, 30 Mar 2001 20:07:22 +0100
33736              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
33737      Branch: perl
33738            ! ext/B/B/Deparse.pm
33739 ____________________________________________________________________________
33740 [  9481] By: jhi                                   on 2001/03/30  23:20:25
33741         Log: Subject: Re: [PATCH] CwdXS, Take 2
33742              From: Benjamin Sugars <bsugars@canoe.ca>
33743              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
33744              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
33745      Branch: perl
33746            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
33747            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
33748 ____________________________________________________________________________
33749 [  9480] By: jhi                                   on 2001/03/30  22:52:38
33750         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
33751              From: David Dyck <dcd@tc.fluke.com>
33752              Date: Fri, 30 Mar 2001 14:44:13 -0800
33753              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
33754              
33755              The t/rantests flags file creation was accidentally
33756              removed by #9217.
33757      Branch: perl
33758            ! Makefile.SH
33759 ____________________________________________________________________________
33760 [  9479] By: jhi                                   on 2001/03/30  22:45:45
33761         Log: Subject: [PATCH] File::Glob stuff for Mac OS
33762              From: Chris Nandor <pudge@pobox.com>
33763              Date: Fri, 30 Mar 2001 16:51:00 -0500
33764              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
33765      Branch: perl
33766            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
33767            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
33768            ! t/lib/glob-taint.t
33769 ____________________________________________________________________________
33770 [  9478] By: jhi                                   on 2001/03/30  22:43:12
33771         Log: Subject: fix for win32/buildext.pl
33772              From: "Vadim Konovalov" <watman@inbox.ru>
33773              Date: Sat, 31 Mar 2001 00:50:36 +0400
33774              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
33775      Branch: perl
33776            ! win32/buildext.pl
33777 ____________________________________________________________________________
33778 [  9477] By: jhi                                   on 2001/03/30  22:41:16
33779         Log: Subject: small base.pm doc patch
33780              From: Leon Brocard <acme@astray.com>
33781              Date: Fri, 30 Mar 2001 21:49:57 +0100
33782              Message-ID: <20010330214957.B8733@ns0.astray.com>
33783      Branch: perl
33784            ! lib/base.pm
33785 ____________________________________________________________________________
33786 [  9476] By: jhi                                   on 2001/03/30  18:16:57
33787         Log: Subject: [PATCH] av.h cosmetics
33788              From: Simon Cozens <simon@netthink.co.uk>
33789              Date: Fri, 30 Mar 2001 18:12:28 +0100
33790              Message-ID: <20010330181228.A9319@netthink.co.uk>
33791      Branch: perl
33792            ! av.h
33793 ____________________________________________________________________________
33794 [  9475] By: jhi                                   on 2001/03/30  18:15:50
33795         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
33796              From: "Philip Newton" <pnewton@gmx.de>
33797              Date: Fri, 30 Mar 2001 19:06:57 +0200
33798              Message-ID: <3AC4D951.14815.1AC7068@localhost>
33799      Branch: perl
33800            ! pod/perlhack.pod
33801 ____________________________________________________________________________
33802 [  9474] By: jhi                                   on 2001/03/30  18:14:02
33803         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
33804              From: Benjamin Sugars <bsugars@canoe.ca>
33805              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
33806              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
33807      Branch: perl
33808            ! t/lib/glob-basic.t
33809 ____________________________________________________________________________
33810 [  9473] By: jhi                                   on 2001/03/30  16:09:24
33811         Log: Update Changes.
33812      Branch: perl
33813            ! Changes patchlevel.h
33814 ____________________________________________________________________________
33815 [  9472] By: jhi                                   on 2001/03/30  15:16:08
33816         Log: Integrate perlio.
33817      Branch: perl
33818           !> t/lib/cwd.t t/lib/glob-basic.t
33819 ____________________________________________________________________________
33820 [  9471] By: nick                                  on 2001/03/30  14:47:10
33821         Log: Should be (^O eq 'MSWin32') not 'Win32'
33822              Fail #12 seems real - chdir is in wrong dir.
33823      Branch: perlio
33824            ! t/lib/cwd.t
33825 ____________________________________________________________________________
33826 [  9470] By: jhi                                   on 2001/03/30  14:41:11
33827         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
33828              From: Radu Greab <radu@netsoft.ro>
33829              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
33830              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
33831              
33832              Replace #9352.
33833      Branch: perl
33834            ! ext/Socket/Socket.xs pp_sys.c
33835 ____________________________________________________________________________
33836 [  9469] By: jhi                                   on 2001/03/30  14:37:51
33837         Log: Subject: PATCH pod/perldiag.pod
33838              From: Robin Houston <robin@kitsite.com>
33839              Date: Fri, 30 Mar 2001 14:10:36 +0100
33840              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
33841      Branch: perl
33842            ! pod/perldiag.pod t/lib/glob-basic.t
33843 ____________________________________________________________________________
33844 [  9468] By: jhi                                   on 2001/03/30  14:36:36
33845         Log: Subject: Better diagnostic in io/fs.t
33846              From: andreas.koenig@anima.de (Andreas J. Koenig)
33847              Date: 30 Mar 2001 10:11:43 +0200
33848              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
33849      Branch: perl
33850            ! t/io/fs.t
33851 ____________________________________________________________________________
33852 [  9467] By: nick                                  on 2001/03/30  14:25:43
33853         Log: Skip order test of glob if case-ignoring system cannot 
33854              create a.test and A.test
33855      Branch: perlio
33856            ! t/lib/glob-basic.t
33857 ____________________________________________________________________________
33858 [  9466] By: nick                                  on 2001/03/30  13:03:12
33859         Log: Integrate mainline.
33860      Branch: perlio
33861            - ext/re/hints/aix.pl
33862           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
33863           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
33864           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
33865           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
33866 ____________________________________________________________________________
33867 [  9465] By: jhi                                   on 2001/03/30  03:53:37
33868         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
33869              the tests sometimes hang, sometimes not.)
33870      Branch: perl
33871            ! t/lib/io_multihomed.t t/lib/io_sock.t
33872 ____________________________________________________________________________
33873 [  9464] By: jhi                                   on 2001/03/30  02:56:04
33874         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
33875              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
33876              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
33877              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
33878      Branch: perl
33879            ! op.c
33880 ____________________________________________________________________________
33881 [  9463] By: jhi                                   on 2001/03/30  02:34:48
33882         Log: Test for #9462.
33883      Branch: perl
33884            ! t/lib/b.t
33885 ____________________________________________________________________________
33886 [  9462] By: jhi                                   on 2001/03/30  02:29:37
33887         Log: Subject: B::Deparse precedence bug. (Patch included.)
33888              From: Jeremy Madea <jmadea@inktomi.com>
33889              Date: Thu, 29 Mar 2001 12:05:02 -0800
33890              Message-ID: <20010329120502.A24881@dr.inktomi.com>
33891      Branch: perl
33892            ! ext/B/B/Deparse.pm
33893 ____________________________________________________________________________
33894 [  9461] By: jhi                                   on 2001/03/30  02:18:41
33895         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
33896              From: Peter Prymmer <pvhp@forte.com>
33897              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
33898              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
33899      Branch: perl
33900            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
33901            ! t/lib/md5-file.t
33902 ____________________________________________________________________________
33903 [  9460] By: jhi                                   on 2001/03/30  02:17:07
33904         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
33905              From: Robin Houston <robin@kitsite.com>
33906              Date: Thu, 29 Mar 2001 20:47:56 +0100
33907              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
33908      Branch: perl
33909            ! ext/B/B/Debug.pm
33910 ____________________________________________________________________________
33911 [  9459] By: jhi                                   on 2001/03/30  02:16:05
33912         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
33913              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
33914              Date: Wed, 28 Mar 2001 18:02:20 -0600
33915              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
33916      Branch: perl
33917            ! lib/ExtUtils/MM_VMS.pm
33918 ____________________________________________________________________________
33919 [  9458] By: jhi                                   on 2001/03/30  02:07:58
33920         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
33921              From: "Joshua E. Rodd" <jrodd@pbs.org>
33922              Date: Wed, 28 Mar 2001 17:29:12 -0500
33923              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
33924      Branch: perl
33925            ! pod/perlop.pod
33926 ____________________________________________________________________________
33927 [  9457] By: jhi                                   on 2001/03/30  02:04:33
33928         Log: Subject: ext/re/aix.pl can go
33929              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33930              Date: Thu, 29 Mar 2001 12:03:28 +0200
33931              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
33932      Branch: perl
33933            - ext/re/hints/aix.pl
33934            ! MANIFEST
33935 ____________________________________________________________________________
33936 [  9456] By: jhi                                   on 2001/03/30  02:03:32
33937         Log: Integrate perlio.
33938      Branch: perl
33939           !> ext/Encode/Encode.xs installperl
33940 ____________________________________________________________________________
33941 [  9455] By: nick                                  on 2001/03/29  21:11:46
33942         Log: DLL name has changed so installperl needs to know
33943              (Why isn't it working it out or passed it?)
33944      Branch: perlio
33945            ! installperl
33946 ____________________________________________________________________________
33947 [  9454] By: nick                                  on 2001/03/29  20:56:12
33948         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
33949              and we don't get undef warnings.
33950      Branch: perlio
33951            ! ext/Encode/Encode.xs
33952 ____________________________________________________________________________
33953 [  9453] By: nick                                  on 2001/03/29  17:58:48
33954         Log: Integrate mainline
33955      Branch: perlio
33956           !> Changes patchlevel.h
33957 ____________________________________________________________________________
33958 [  9452] By: jhi                                   on 2001/03/29  16:44:55
33959         Log: Update Changes.
33960      Branch: perl
33961            ! Changes patchlevel.h
33962 ____________________________________________________________________________
33963 [  9451] By: nick                                  on 2001/03/29  16:31:38
33964         Log: Integrate mainline
33965      Branch: perlio
33966           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
33967           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
33968           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
33969           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
33970           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
33971 ____________________________________________________________________________
33972 [  9450] By: jhi                                   on 2001/03/29  16:29:17
33973         Log: Integrate perlio.
33974      Branch: perl
33975           !> win32/buildext.pl
33976 ____________________________________________________________________________
33977 [  9449] By: jhi                                   on 2001/03/29  15:50:01
33978         Log: Update Changes.
33979      Branch: perl
33980            ! Changes patchlevel.h
33981 ____________________________________________________________________________
33982 [  9448] By: nick                                  on 2001/03/29  15:47:15
33983         Log: Make sure buildext.pl finds Errno.pm
33984      Branch: perlio
33985            ! win32/buildext.pl
33986 ____________________________________________________________________________
33987 [  9447] By: jhi                                   on 2001/03/29  15:39:34
33988         Log: Integrate perlio.
33989      Branch: perl
33990           !> win32/makefile.mk
33991 ____________________________________________________________________________
33992 [  9446] By: nick                                  on 2001/03/29  15:30:03
33993         Log: Integrate win32/makefile.mk with mainline.
33994      Branch: perlio
33995           !> win32/makefile.mk
33996 ____________________________________________________________________________
33997 [  9445] By: nick                                  on 2001/03/29  15:27:32
33998         Log: Fix breakage ... 
33999      Branch: perlio
34000            ! win32/makefile.mk
34001 ____________________________________________________________________________
34002 [  9444] By: jhi                                   on 2001/03/29  15:03:08
34003         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
34004              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34005              Date: Thu, 29 Mar 2001 10:32:59 +0400
34006              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
34007      Branch: perl
34008            ! win32/makefile.mk
34009 ____________________________________________________________________________
34010 [  9443] By: jhi                                   on 2001/03/29  15:02:12
34011         Log: Integrate perlio.
34012      Branch: perl
34013           +> win32/buildext.pl
34014           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
34015           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
34016 ____________________________________________________________________________
34017 [  9442] By: nick                                  on 2001/03/29  14:59:11
34018         Log: Work in progress - determine win32 extensions to build via script.
34019      Branch: perlio
34020            + win32/buildext.pl
34021            ! MANIFEST win32/makefile.mk
34022 ____________________________________________________________________________
34023 [  9441] By: jhi                                   on 2001/03/29  14:51:47
34024         Log: Reintroduce the use of external pwd.
34025      Branch: perl
34026            ! t/lib/cwd.t
34027 ____________________________________________________________________________
34028 [  9440] By: jhi                                   on 2001/03/29  14:42:58
34029         Log: use warnings instead of -w.
34030      Branch: perl
34031            ! utils/h2xs.PL
34032 ____________________________________________________________________________
34033 [  9439] By: jhi                                   on 2001/03/29  14:41:52
34034         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
34035              From: Jonathan Stowe <gellyfish@gellyfish.com>
34036              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
34037              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
34038      Branch: perl
34039            ! utils/h2xs.PL
34040 ____________________________________________________________________________
34041 [  9438] By: jhi                                   on 2001/03/29  14:39:38
34042         Log: Subject: [PATCH perl@9424] minor pod nits
34043              From: Robin Barker <rmb1@cise.npl.co.uk>
34044              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
34045              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
34046      Branch: perl
34047            ! pod/perlhack.pod pod/perliol.pod
34048 ____________________________________________________________________________
34049 [  9437] By: jhi                                   on 2001/03/29  14:29:16
34050         Log: Subject: [PATCH perl@9424] typemap cast warning
34051              From: Robin Barker <rmb1@cise.npl.co.uk>
34052              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
34053              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
34054      Branch: perl
34055            ! lib/ExtUtils/typemap
34056 ____________________________________________________________________________
34057 [  9436] By: jhi                                   on 2001/03/29  14:26:03
34058         Log: Subject: [PATCH perl@9424] printf warning
34059              From: Robin Barker <rmb1@cise.npl.co.uk>
34060              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
34061              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
34062      Branch: perl
34063            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
34064            ! ext/Storable/Storable.xs toke.c
34065 ____________________________________________________________________________
34066 [  9435] By: nick                                  on 2001/03/29  14:23:31
34067         Log: Win32 has name conflict with ERROR
34068      Branch: perlio
34069            ! ext/PerlIO/Via/Via.xs
34070 ____________________________________________________________________________
34071 [  9434] By: jhi                                   on 2001/03/29  14:17:48
34072         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
34073              From: Peter Prymmer <pvhp@forte.com>
34074              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
34075              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
34076      Branch: perl
34077            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
34078 ____________________________________________________________________________
34079 [  9433] By: jhi                                   on 2001/03/29  13:52:44
34080         Log: test-prep target was missing.
34081      Branch: perl
34082            ! Makefile.SH
34083 ____________________________________________________________________________
34084 [  9432] By: nick                                  on 2001/03/29  12:40:03
34085         Log: Make as-shipped compiler default to MSVC6 
34086      Branch: perlio
34087            ! win32/makefile.mk
34088 ____________________________________________________________________________
34089 [  9431] By: nick                                  on 2001/03/29  12:12:16
34090         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
34091              akin to PerlIO::Scalar.
34092      Branch: perlio
34093            ! perlio.c perlio.h
34094 ____________________________________________________________________________
34095 [  9430] By: nick                                  on 2001/03/29  10:56:35
34096         Log: Integrate mainline.
34097      Branch: perlio
34098           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
34099           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
34100           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
34101           !> win32/makefile.mk win32/win32sck.c
34102 ____________________________________________________________________________
34103 [  9429] By: nick                                  on 2001/03/29  09:03:43
34104         Log: Noticed that two tests were skipped as perlio:: package
34105              isn't there any more. Changed the skip condition.
34106              Avoid core-dump if sv_utf8_upgrade() called on something
34107              that does not become SvPOK after SvPV() (e.g. a ref).
34108      Branch: perlio
34109            ! sv.c t/io/utf8.t t/lib/io_scalar.t
34110 ____________________________________________________________________________
34111 [  9428] By: jhi                                   on 2001/03/29  01:31:47
34112         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
34113              From: Benjamin Sugars <bsugars@canoe.ca> 
34114              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
34115              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
34116      Branch: perl
34117            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
34118            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
34119            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
34120 ____________________________________________________________________________
34121 [  9427] By: jhi                                   on 2001/03/29  00:49:30
34122         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
34123              From: "Vadim Konovalov" <watman@inbox.ru>
34124              Date: Thu, 29 Mar 2001 01:50:12 +0400
34125              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
34126      Branch: perl
34127            ! win32/makefile.mk win32/win32sck.c
34128 ____________________________________________________________________________
34129 [  9426] By: gsar                                  on 2001/03/29  00:28:04
34130         Log: dmake can only handle == and != in comparisons; support building
34131              with Borland's VCL libraries (from Vadim Konovalov)
34132      Branch: maint-5.6/perl
34133            ! win32/makefile.mk
34134 ____________________________________________________________________________
34135 [  9425] By: nick                                  on 2001/03/28  19:29:56
34136         Log: Integrate (@snapshot)
34137      Branch: perlio
34138           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
34139 ____________________________________________________________________________
34140 [  9424] By: jhi                                   on 2001/03/28  19:03:16
34141         Log: Update Changes.
34142      Branch: perl
34143            ! Changes patchlevel.h
34144 ____________________________________________________________________________
34145 [  9423] By: jhi                                   on 2001/03/28  18:52:09
34146         Log: Rmdir lib/XS on cleanup.
34147      Branch: perl
34148            ! Makefile.SH
34149 ____________________________________________________________________________
34150 [  9422] By: jhi                                   on 2001/03/28  18:49:34
34151         Log: Integrate perlio.
34152      Branch: perl
34153           !> t/op/utf8decode.t
34154 ____________________________________________________________________________
34155 [  9421] By: nick                                  on 2001/03/28  18:46:44
34156         Log: Loose duplicate chunk.
34157      Branch: perlio
34158            ! t/op/utf8decode.t
34159 ____________________________________________________________________________
34160 [  9420] By: nick                                  on 2001/03/28  18:44:11
34161         Log: Integrate mainline.
34162      Branch: perlio
34163           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
34164           !> vms/vmsish.h
34165 ____________________________________________________________________________
34166 [  9419] By: jhi                                   on 2001/03/28  18:42:05
34167         Log: Can't trust external pwds
34168              (either shell builtins or external programs)
34169      Branch: perl
34170            ! t/lib/cwd.t
34171 ____________________________________________________________________________
34172 [  9418] By: jhi                                   on 2001/03/28  18:34:05
34173         Log: Integrate perlio.
34174      Branch: perl
34175            - lib/perlio.pm
34176           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
34177           !> t/op/utf8decode.t
34178 ____________________________________________________________________________
34179 [  9417] By: nick                                  on 2001/03/28  18:24:02
34180         Log: PerlIO.pm / perlio.pm conflict.
34181              Update some pods.
34182              Make t/op/utf8decode.t a text file.
34183      Branch: perlio
34184            - lib/perlio.pm
34185            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
34186            ! t/op/utf8decode.t
34187 ____________________________________________________________________________
34188 [  9416] By: jhi                                   on 2001/03/28  18:06:07
34189         Log: Integrate change #9409 from mainline to maintperl.
34190              
34191              Yet another tweak on AIX dynaloading.
34192      Branch: maint-5.6/perl
34193           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34194 ____________________________________________________________________________
34195 [  9415] By: gsar                                  on 2001/03/28  17:13:01
34196         Log: integrate changes#9377,9385,9401 from mainline
34197              
34198              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
34199              
34200              If directory entries compare equal case-insensitively,
34201              retry case-sensitively.
34202              
34203              Subject: [PATCH] B::Terse and warnings
34204      Branch: maint-5.6/perl
34205           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
34206           !> t/pragma/warn/perl
34207 ____________________________________________________________________________
34208 [  9414] By: jhi                                   on 2001/03/28  17:11:12
34209         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
34210              From: "Craig A. Berry" <craigberry@mac.com>
34211              Date: Wed, 28 Mar 2001 10:55:20 -0600
34212              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
34213      Branch: perl
34214            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
34215 ____________________________________________________________________________
34216 [  9413] By: jhi                                   on 2001/03/28  17:03:12
34217         Log: Dup hunk.
34218      Branch: perl
34219            ! t/op/utf8decode.t
34220 ____________________________________________________________________________
34221 [  9412] By: jhi                                   on 2001/03/28  17:02:36
34222         Log: Forced integrate from perlio.
34223      Branch: perl
34224           !> t/op/utf8decode.t
34225 ____________________________________________________________________________
34226 [  9411] By: nick                                  on 2001/03/28  16:50:03
34227         Log: Integrate mainline.
34228      Branch: perlio
34229           +> t/lib/cwd.t
34230           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34231           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
34232           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
34233           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
34234           !> t/pragma/warn/perl
34235 ____________________________________________________________________________
34236 [  9410] By: jhi                                   on 2001/03/28  16:44:23
34237         Log: Subject: Re: [PATCH] 9403 cannot be tested
34238              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34239              Date: Wed, 28 Mar 2001 18:33:56 +0200
34240              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
34241      Branch: perl
34242            ! makedef.pl
34243 ____________________________________________________________________________
34244 [  9409] By: jhi                                   on 2001/03/28  16:12:45
34245         Log: Yet another tweak on AIX dynaloading.
34246      Branch: perl
34247            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
34248 ____________________________________________________________________________
34249 [  9408] By: jhi                                   on 2001/03/28  15:52:55
34250         Log: Subject: [PATCH] 9403 cannot be tested
34251              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
34252              Date: Wed, 28 Mar 2001 17:23:00 +0200
34253              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
34254              
34255              A missing symbol.
34256      Branch: perl
34257            ! makedef.pl
34258 ____________________________________________________________________________
34259 [  9407] By: jhi                                   on 2001/03/28  15:47:43
34260         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
34261      Branch: perl
34262            ! t/op/utf8decode.t
34263           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34264           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
34265 ____________________________________________________________________________
34266 [  9406] By: jhi                                   on 2001/03/28  15:37:08
34267         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
34268              From: Benjamin Sugars <bsugars@canoe.ca> 
34269              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
34270              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
34271      Branch: perl
34272            + t/lib/cwd.t
34273            ! MANIFEST
34274 ____________________________________________________________________________
34275 [  9405] By: jhi                                   on 2001/03/28  15:13:18
34276         Log: pp_ne() needs a CORRECT boolean.
34277      Branch: perl
34278            ! pp.c
34279 ____________________________________________________________________________
34280 [  9404] By: jhi                                   on 2001/03/28  15:09:23
34281         Log: pp_ne() needs a boolean, not an integer.
34282      Branch: perl
34283            ! pp.c
34284 ____________________________________________________________________________
34285 [  9403] By: jhi                                   on 2001/03/28  14:47:43
34286         Log: (Retracted by #9404.)
34287      Branch: perl
34288            ! pp.c
34289 ____________________________________________________________________________
34290 [  9402] By: jhi                                   on 2001/03/28  14:43:59
34291         Log: Subject: Re: [PATCH] Typemap testing
34292              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
34293              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
34294              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
34295      Branch: perl
34296            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34297            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
34298 ____________________________________________________________________________
34299 [  9401] By: jhi                                   on 2001/03/28  14:42:14
34300         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
34301              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
34302              Date: Sun, 25 Mar 2001 21:59:15 +0100
34303              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
34304              
34305              A variable will be checked for the "use once" warnings if:
34306              
34307              1. It is in the scope of a use warnings 'once'
34308              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
34309              
34310              Otherwise it won't be checked at all.
34311              
34312              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
34313              
34314              The enclosed patch partially fixes this issue. What I didn't
34315              get to work was the case where the "used once" warning is enabled
34316              in any file other than the main file.
34317      Branch: perl
34318            ! gv.c t/pragma/warn/perl
34319 ____________________________________________________________________________
34320 [  9400] By: nick                                  on 2001/03/28  14:38:24
34321         Log: More EBCDIC tweaks:
34322              - one more swash issue &~(0xA0-1) did not do the right thing,
34323              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
34324              - add "use re 'asciirange'" to make [!-~] etc. work
34325              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
34326              - Choose a key for t/op/each.t test which gets encoded.
34327              - Skip utf8decode if this is UTF-EBCDIC.
34328      Branch: perlio
34329            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
34330            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
34331 ____________________________________________________________________________
34332 [  9399] By: jhi                                   on 2001/03/28  14:21:00
34333         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
34334              Andreas Schwab.
34335      Branch: perl
34336            ! pp.c
34337 ____________________________________________________________________________
34338 [  9398] By: jhi                                   on 2001/03/28  00:55:56
34339         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
34340              From: David Dyck <dcd@tc.fluke.com>
34341              Date: Tue, 27 Mar 2001 15:16:24 -0800
34342              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
34343      Branch: perl
34344            ! ext/IO/lib/IO/Socket.pm
34345 ____________________________________________________________________________
34346 [  9397] By: jhi                                   on 2001/03/27  21:52:49
34347         Log: Integrate perlio.
34348      Branch: perl
34349           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34350           +> ext/PerlIO/Via/Via.xs
34351           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34352 ____________________________________________________________________________
34353 [  9396] By: nick                                  on 2001/03/27  21:45:13
34354         Log: Integrate mainline.
34355      Branch: perlio
34356           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
34357           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
34358 ____________________________________________________________________________
34359 [  9395] By: nick                                  on 2001/03/27  21:18:58
34360         Log: Outline docs for PerlIO and PerlIO::Scalar
34361      Branch: perlio
34362            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
34363 ____________________________________________________________________________
34364 [  9394] By: nick                                  on 2001/03/27  20:50:13
34365         Log: PerlIO::Via layer (alpha-ish).
34366      Branch: perlio
34367            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
34368            + ext/PerlIO/Via/Via.xs
34369            ! MANIFEST
34370 ____________________________________________________________________________
34371 [  9393] By: jhi                                   on 2001/03/27  20:49:55
34372         Log: Retract #9329 now that 9390 should take care of the matter.
34373      Branch: perl
34374            ! utils/h2xs.PL
34375 ____________________________________________________________________________
34376 [  9390] By: jhi                                   on 2001/03/27  20:47:50
34377         Log: Subject: Autoloading Errno.pm when %! is encountered
34378              From: Robin Houston <robin@kitsite.com>
34379              Date: Tue, 27 Mar 2001 20:57:11 +0100
34380              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
34381      Branch: perl
34382            ! embed.h embed.pl gv.c proto.h t/op/magic.t
34383 ____________________________________________________________________________
34384 [  9389] By: jhi                                   on 2001/03/27  20:24:31
34385         Log: Integrate perlio.
34386      Branch: perl
34387           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34388           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
34389           !> utf8.c
34390 ____________________________________________________________________________
34391 [  9388] By: jhi                                   on 2001/03/27  20:21:38
34392         Log: Better have a three-element array if one is going to assign
34393              to the third element of that array. (from Tim Jenness)
34394      Branch: perl
34395            ! ext/XS/Typemap/Typemap.xs
34396 ____________________________________________________________________________
34397 [  9387] By: nick                                  on 2001/03/27  20:15:43
34398         Log: Integrate mainline.
34399      Branch: perlio
34400           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34401           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34402           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34403           +> t/lib/xs-typemap.t
34404           !> (integrate 34 files)
34405 ____________________________________________________________________________
34406 [  9386] By: jhi                                   on 2001/03/27  20:04:18
34407         Log: Subject: Re: perl@9359 breaks HTML::Parser
34408              From: Gisle Aas <gisle@ActiveState.com>
34409              Date: 27 Mar 2001 11:30:24 -0800
34410              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
34411              
34412              Clarify the UTF-8 issues of the API docs.
34413              (Slightly reworded and expanded.)
34414      Branch: perl
34415            ! pod/perlapi.pod sv.c sv.h
34416 ____________________________________________________________________________
34417 [  9385] By: jhi                                   on 2001/03/27  19:44:25
34418         Log: If directory entries compare equal case-insensitively,
34419              retry case-sensitively.
34420      Branch: perl
34421            ! ext/File/Glob/bsd_glob.c
34422 ____________________________________________________________________________
34423 [  9384] By: nick                                  on 2001/03/27  19:38:50
34424         Log: Various EBCDIC fixes:
34425              - major revelation that swash code is encoding aware,
34426              (or thought it was) - now it is ;-)
34427              - With that out of the way fix a slab of tr/// cases.
34428              - Fix Encode 'Unicode' to be true Unicode so tests pass.
34429              - As anticipated Base64.xs needed tweaks.
34430              - Until tr/// works right avoid old_encode64 in MIME tests.
34431      Branch: perlio
34432            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
34433            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
34434 ____________________________________________________________________________
34435 [  9383] By: jhi                                   on 2001/03/27  18:34:41
34436         Log: Add the std test suite BEGIN block.
34437      Branch: perl
34438            ! t/lib/xs-typemap.t
34439 ____________________________________________________________________________
34440 [  9382] By: jhi                                   on 2001/03/27  15:16:07
34441         Log: Add debugging output to the test.
34442      Branch: perl
34443            ! t/lib/glob-basic.t
34444 ____________________________________________________________________________
34445 [  9381] By: jhi                                   on 2001/03/27  15:08:10
34446         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
34447      Branch: perl
34448            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
34449            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
34450            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
34451            + t/lib/xs-typemap.t
34452            ! MANIFEST
34453 ____________________________________________________________________________
34454 [  9380] By: jhi                                   on 2001/03/27  14:48:34
34455         Log: Subject: [PATCH] Typemap testing
34456              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
34457              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
34458              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
34459              
34460              (The first part of the patch.)
34461      Branch: perl
34462            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
34463 ____________________________________________________________________________
34464 [  9379] By: jhi                                   on 2001/03/27  14:44:56
34465         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
34466              From: Benjamin Sugars <bsugars@canoe.ca> 
34467              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
34468              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
34469      Branch: perl
34470            ! t/lib/glob-basic.t
34471 ____________________________________________________________________________
34472 [  9378] By: jhi                                   on 2001/03/27  14:42:30
34473         Log: Subject: [PATCH] perlvar nit
34474              From: Simon Cozens <simon@netthink.co.uk>
34475              Date: Tue, 27 Mar 2001 01:12:01 +0100
34476              Message-ID: <20010327011201.A19179@netthink.co.uk>
34477      Branch: perl
34478            ! pod/perlvar.pod
34479 ____________________________________________________________________________
34480 [  9377] By: jhi                                   on 2001/03/27  14:36:26
34481         Log: Subject: [PATCH] B::Terse and warnings
34482              From: Benjamin Sugars <ben.sugars@home.com>
34483              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
34484              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
34485      Branch: perl
34486            ! ext/B/B.pm ext/B/B/Terse.pm
34487 ____________________________________________________________________________
34488 [  9376] By: jhi                                   on 2001/03/27  14:31:31
34489         Log: Document sockatmark() some.
34490      Branch: perl
34491            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
34492            ! pod/perltoc.pod
34493 ____________________________________________________________________________
34494 [  9375] By: jhi                                   on 2001/03/27  14:00:24
34495         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
34496              noted by Gisle and fixed by NI-S.
34497      Branch: perl
34498            ! sv.c
34499 ____________________________________________________________________________
34500 [  9374] By: jhi                                   on 2001/03/27  05:50:01
34501         Log: Regen toc.
34502      Branch: perl
34503            ! pod/perltoc.pod
34504 ____________________________________________________________________________
34505 [  9373] By: jhi                                   on 2001/03/27  05:43:51
34506         Log: Pixie documenting.
34507      Branch: perl
34508            ! Makefile.SH pod/perlhack.pod
34509 ____________________________________________________________________________
34510 [  9372] By: jhi                                   on 2001/03/27  05:29:34
34511         Log: Metaconfig unit changes for #9371.
34512      Branch: metaconfig
34513            ! U/modified/myhostname.U
34514      Branch: metaconfig/U/perl
34515            + d_sockatmark.U
34516            ! gccvers.U
34517 ____________________________________________________________________________
34518 [  9371] By: jhi                                   on 2001/03/27  05:29:07
34519         Log: Add sockatmark() probing.
34520      Branch: perl
34521            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34522            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
34523            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34524            ! vos/config.ga.h win32/config.bc win32/config.gc
34525            ! win32/config.vc
34526 ____________________________________________________________________________
34527 [  9370] By: jhi                                   on 2001/03/26  22:01:18
34528         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
34529              Really need to benchmark this.
34530      Branch: perl
34531            ! pp.c
34532 ____________________________________________________________________________
34533 [  9369] By: nick                                  on 2001/03/26  21:59:30
34534         Log: Integrate mainline.
34535      Branch: perlio
34536            ! ext/MIME/Base64/QuotedPrint.pm
34537           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34538           !> patchlevel.h pod/perlhack.pod pp_sys.c
34539 ____________________________________________________________________________
34540 [  9368] By: jhi                                   on 2001/03/26  21:47:03
34541         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
34542              
34543              TODO1: perlbench.
34544              TODO2: le, lt, ge, gt?  Yech.
34545      Branch: perl
34546            ! pp.c
34547 ____________________________________________________________________________
34548 [  9367] By: jhi                                   on 2001/03/26  21:34:57
34549         Log: Too much cut-and-paste in #9363.
34550      Branch: perl
34551            ! pp_sys.c
34552 ____________________________________________________________________________
34553 [  9366] By: jhi                                   on 2001/03/26  21:20:53
34554         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
34555              From: Andreas Schwab <schwab@suse.de>
34556              Date: 26 Mar 2001 17:29:04 +0200
34557              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
34558              
34559              (The patch for 5.6.0 or so, this is a guess for bleadperl)
34560      Branch: perl
34561            ! pp_hot.c
34562 ____________________________________________________________________________
34563 [  9365] By: jhi                                   on 2001/03/26  21:07:54
34564         Log: Integrate perlio.
34565      Branch: perl
34566           !> perlio.c
34567 ____________________________________________________________________________
34568 [  9364] By: nick                                  on 2001/03/26  20:30:48
34569         Log: REFCNT botch in layer name cache hash.
34570      Branch: perlio
34571            ! perlio.c
34572 ____________________________________________________________________________
34573 [  9363] By: jhi                                   on 2001/03/26  18:44:32
34574         Log: Subject: [PATCH] socket() leaks file descriptors
34575              From: Benjamin Sugars <bsugars@canoe.ca>
34576              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
34577              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
34578              
34579              Also sockpair() fixed similarly.
34580      Branch: perl
34581            ! pp_sys.c
34582 ____________________________________________________________________________
34583 [  9362] By: jhi                                   on 2001/03/26  18:37:52
34584         Log: Integrate perlio.
34585      Branch: perl
34586           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
34587 ____________________________________________________________________________
34588 [  9361] By: nick                                  on 2001/03/26  17:32:06
34589         Log: Implement flush of linebuffered streams on read of a tty.
34590      Branch: perlio
34591            ! perlio.c perliol.h
34592 ____________________________________________________________________________
34593 [  9360] By: nick                                  on 2001/03/26  17:12:32
34594         Log: Memory tweaks and notes for OEMVS.
34595      Branch: perlio
34596            ! README.os390 miniperlmain.c t/op/pat.t
34597 ____________________________________________________________________________
34598 [  9359] By: jhi                                   on 2001/03/26  02:12:54
34599         Log: Update Changes.
34600      Branch: perl
34601            ! Changes patchlevel.h
34602 ____________________________________________________________________________
34603 [  9358] By: jhi                                   on 2001/03/26  02:05:32
34604         Log: Document the most common pixie options.
34605      Branch: perl
34606            ! pod/perlhack.pod
34607 ____________________________________________________________________________
34608 [  9357] By: jhi                                   on 2001/03/26  01:25:28
34609         Log: For perl.pixie check *before* compiling that optimize is -g,
34610              as for perl.third.
34611      Branch: perl
34612            ! Makefile.SH
34613 ____________________________________________________________________________
34614 [  9356] By: jhi                                   on 2001/03/26  01:13:41
34615         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
34616      Branch: perl
34617            ! Makefile.SH
34618 ____________________________________________________________________________
34619 [  9355] By: jhi                                   on 2001/03/26  01:11:19
34620         Log: Remove t/perl.third.
34621      Branch: perl
34622            ! Makefile.SH
34623 ____________________________________________________________________________
34624 [  9354] By: jhi                                   on 2001/03/26  00:23:38
34625         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
34626              IO::Sockatmark().
34627      Branch: perl
34628            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
34629 ____________________________________________________________________________
34630 [  9353] By: jhi                                   on 2001/03/25  22:25:04
34631         Log: Integrate perlio.
34632      Branch: perl
34633           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
34634           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
34635           !> pp_hot.c win32/makefile.mk
34636 ____________________________________________________________________________
34637 [  9352] By: jhi                                   on 2001/03/25  22:21:41
34638         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
34639              From: Radu Greab <radu@netsoft.ro>
34640              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
34641              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
34642      Branch: perl
34643            ! pp_sys.c
34644 ____________________________________________________________________________
34645 [  9351] By: nick                                  on 2001/03/25  22:15:02
34646         Log: Fix readline in list mode to tell rest of world that it has
34647              things on the stack. Otherwise if perl code gets invoked
34648              underneath it it scribbles over results-so-far.
34649              (Why TIEHANDLE has not tripped on this is a mystery.)
34650      Branch: perlio
34651            ! pp_hot.c
34652 ____________________________________________________________________________
34653 [  9350] By: nick                                  on 2001/03/25  22:10:13
34654         Log: win32/makefile.mk typos
34655      Branch: perlio
34656            ! win32/makefile.mk
34657 ____________________________________________________________________________
34658 [  9349] By: nick                                  on 2001/03/25  21:31:14
34659         Log: Integrate now-non-binary file.
34660      Branch: perlio
34661           !> t/lib/mimeqp.t
34662 ____________________________________________________________________________
34663 [  9348] By: nick                                  on 2001/03/25  21:27:24
34664         Log: Make it text
34665      Branch: perlio
34666            ! t/lib/mimeqp.t
34667 ____________________________________________________________________________
34668 [  9347] By: nick                                  on 2001/03/25  21:25:37
34669         Log: Integrate mainline.
34670      Branch: perlio
34671           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34672           !> lib/Term/ReadLine.pm t/lib/md5-file.t
34673 ____________________________________________________________________________
34674 [  9346] By: nick                                  on 2001/03/25  20:58:15
34675         Log: Add destruct time hook to PerlIO (for work-in-process implementing
34676              layers in perl code. In such cases layers need to be popped before
34677              we loose the ability to run perl code.)
34678              Also back-out "PerlIO::object" hook - it isn't going to work like that...
34679      Branch: perlio
34680            ! perl.c perlio.c perlio.h perliol.h
34681 ____________________________________________________________________________
34682 [  9345] By: nick                                  on 2001/03/25  20:49:11
34683         Log: Avoid at leasy one of undefined warnings in Encode.
34684      Branch: perlio
34685            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
34686 ____________________________________________________________________________
34687 [  9344] By: jhi                                   on 2001/03/25  20:37:43
34688         Log: A workaround for using Term::ReadLine in emacs minibuffer
34689              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
34690              additional tweaks from Ilya Zakharevich.
34691      Branch: perl
34692            ! lib/Term/ReadLine.pm
34693 ____________________________________________________________________________
34694 [  9343] By: nick                                  on 2001/03/25  20:21:14
34695         Log: Missing return value.
34696      Branch: perlio
34697            ! ext/PerlIO/Scalar/Scalar.xs
34698 ____________________________________________________________________________
34699 [  9342] By: jhi                                   on 2001/03/25  16:21:00
34700         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
34701              to equal the CPAN versions since no code changes have been made.
34702      Branch: perl
34703            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
34704            ! t/lib/md5-file.t
34705 ____________________________________________________________________________
34706 [  9341] By: jhi                                   on 2001/03/25  16:01:48
34707         Log: Escape 8-bit characters.
34708      Branch: perl
34709            ! t/lib/mimeqp.t
34710 ____________________________________________________________________________
34711 [  9340] By: gsar                                  on 2001/03/25  15:50:53
34712         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
34713              chars)
34714      Branch: perl
34715            + t/lib/mimeqp.t
34716 ____________________________________________________________________________
34717 [  9339] By: gsar                                  on 2001/03/25  15:48:50
34718         Log: delete mimeqp.t for later add with text mode set
34719      Branch: perl
34720            - t/lib/mimeqp.t
34721 ____________________________________________________________________________
34722 [  9338] By: nick                                  on 2001/03/25  09:01:57
34723         Log: Integrate mainline.
34724      Branch: perlio
34725           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34726           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34727           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34728           +> t/lib/mimeb64u.t t/lib/mimeqp.t
34729           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
34730           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
34731           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
34732 ____________________________________________________________________________
34733 [  9337] By: jhi                                   on 2001/03/25  04:23:24
34734         Log: Add MIME::Base64 here and there.  Again, a lot of
34735              optimism is in the air.
34736      Branch: perl
34737            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34738            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
34739 ____________________________________________________________________________
34740 [  9336] By: jhi                                   on 2001/03/25  04:12:43
34741         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
34742              this by ear as I do not do Win32 programming.)
34743      Branch: perl
34744            ! win32/Makefile win32/makefile.mk
34745 ____________________________________________________________________________
34746 [  9335] By: jhi                                   on 2001/03/25  04:03:50
34747         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
34748      Branch: perl
34749            ! t/lib/md5-file.t
34750 ____________________________________________________________________________
34751 [  9334] By: jhi                                   on 2001/03/25  03:58:53
34752         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
34753      Branch: perl
34754            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
34755            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
34756            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
34757            + t/lib/mimeb64u.t t/lib/mimeqp.t
34758            ! MANIFEST
34759 ____________________________________________________________________________
34760 [  9333] By: jhi                                   on 2001/03/24  20:14:37
34761         Log: Integrate perlio.
34762      Branch: perl
34763           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
34764 ____________________________________________________________________________
34765 [  9332] By: nick                                  on 2001/03/24  19:40:34
34766         Log: Fix un-init variable leading to spurious "Out of Memory!"
34767      Branch: perlio
34768            ! doio.c
34769 ____________________________________________________________________________
34770 [  9331] By: nick                                  on 2001/03/24  19:09:59
34771         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
34772              and update layers internals doc.
34773      Branch: perlio
34774            ! pod/perlfunc.pod pod/perliol.pod
34775 ____________________________________________________________________________
34776 [  9330] By: jhi                                   on 2001/03/24  18:42:11
34777         Log: The length might be uninitialized garbage if the *svp is the undef.
34778      Branch: perl
34779            ! doio.c
34780 ____________________________________________________________________________
34781 [  9329] By: jhi                                   on 2001/03/24  18:26:57
34782         Log: (Retracted by #9393)
34783              
34784              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
34785              From: Simon Cozens <simon@netthink.co.uk>
34786              Date: Sat, 24 Mar 2001 17:13:17 +0000
34787              Message-ID: <20010324171317.A13406@netthink.co.uk>
34788      Branch: perl
34789            ! utils/h2xs.PL
34790 ____________________________________________________________________________
34791 [  9328] By: nick                                  on 2001/03/24  17:22:02
34792         Log: Integrate mainline.
34793      Branch: perlio
34794           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
34795           !> lib/unicode/version
34796 ____________________________________________________________________________
34797 [  9327] By: nick                                  on 2001/03/24  17:16:02
34798         Log: Integrate mainline.
34799      Branch: perlio
34800           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34801           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34802           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34803           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34804           +> t/lib/md5-file.t
34805           !> MANIFEST Makefile.SH configure.com djgpp/config.over
34806           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
34807           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
34808           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
34809           !> win32/makefile.mk
34810 ____________________________________________________________________________
34811 [  9326] By: jhi                                   on 2001/03/24  17:00:42
34812         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
34813      Branch: perl
34814            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
34815            ! lib/unicode/version
34816 ____________________________________________________________________________
34817 [  9325] By: jhi                                   on 2001/03/24  16:22:33
34818         Log: Subject: Re: B::Deparse bug (5.6.0)
34819              From: Robin Houston <robin@kitsite.com>
34820              Date: Sat, 24 Mar 2001 14:33:09 +0000
34821              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
34822      Branch: perl
34823            ! op.c pp.c t/lib/b.t t/op/repeat.t
34824 ____________________________________________________________________________
34825 [  9324] By: jhi                                   on 2001/03/24  16:21:56
34826         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
34827              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
34828              these additions may be too optimistic.
34829      Branch: perl
34830            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
34831            ! hints/uwin.sh hints/vmesa.sh
34832 ____________________________________________________________________________
34833 [  9323] By: jhi                                   on 2001/03/24  16:06:01
34834         Log: Integrate perlio.
34835      Branch: perl
34836           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34837           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34838            ! Makefile.SH
34839           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
34840           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
34841           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
34842           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
34843           !> win32/makefile.mk win32/perlhost.h win32/win32.c
34844           !> win32/win32iop.h
34845 ____________________________________________________________________________
34846 [  9322] By: nick                                  on 2001/03/24  14:39:12
34847         Log: Routine Win32 regen_config_h - no real changes.
34848      Branch: perlio
34849            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
34850 ____________________________________________________________________________
34851 [  9321] By: nick                                  on 2001/03/24  14:31:49
34852         Log: PerlIO fixups for Win32:
34853              - provide win33_popenlist() - non-functional as yet.
34854              - avoid need for aTHX in PerlIO_debug calls - even if not 
34855              enabled args are still evaluated so Win32 has trouble during fork().
34856              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
34857              - Fixup makedef.pl for latest set of symbols.
34858      Branch: perlio
34859            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
34860            ! win32/perlhost.h win32/win32.c win32/win32iop.h
34861 ____________________________________________________________________________
34862 [  9320] By: nick                                  on 2001/03/24  14:26:58
34863         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
34864              was gibberish - broke it on WIn32 at least.
34865      Branch: perlio
34866            ! ext/POSIX/POSIX.xs
34867 ____________________________________________________________________________
34868 [  9319] By: nick                                  on 2001/03/24  11:29:41
34869         Log: Generated files.
34870      Branch: perlio
34871            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34872 ____________________________________________________________________________
34873 [  9318] By: nick                                  on 2001/03/24  10:29:37
34874         Log: Implement:
34875              1.  open($fh,"+<",undef);  # add test to t/io/open.t
34876              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
34877      Branch: perlio
34878            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
34879            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
34880            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
34881            ! t/io/open.t t/io/utf8.t
34882 ____________________________________________________________________________
34883 [  9317] By: jhi                                   on 2001/03/23  23:41:25
34884         Log: AIX does seems to have optimization problems with its C compilers.
34885      Branch: perl
34886            ! hints/aix.sh
34887 ____________________________________________________________________________
34888 [  9316] By: jhi                                   on 2001/03/23  23:40:46
34889         Log: Integrate perlio.
34890      Branch: perl
34891           +> lib/PerlIO.pm
34892           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
34893           !> perliol.h
34894 ____________________________________________________________________________
34895 [  9315] By: jhi                                   on 2001/03/23  22:16:30
34896         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
34897      Branch: perl
34898            ! t/lib/md5-file.t
34899 ____________________________________________________________________________
34900 [  9314] By: nick                                  on 2001/03/23  20:49:02
34901         Log: Perlio internals re-organized.
34902              - open process creates AV of layer/arg pairs
34903              (appends layers from open() or open.pm to default list).
34904              - push arg is now an SV.
34905              - layer ->Open get passed the AV
34906              - open is no longer mandatory method.
34907              - topmost layer that has ->Open method does the open
34908              - any layers above are pushed once that returns.
34909              - vtable re-ordered so dummy layers need only provide push/pop methods.
34910      Branch: perlio
34911            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
34912 ____________________________________________________________________________
34913 [  9313] By: nick                                  on 2001/03/23  16:27:41
34914         Log: Check in a stable (working) version before next round of tweaks.
34915              Changes include:
34916              - Move default layers code out of doio.c and into perlio.c
34917              - Single routine for parsing layer specification strings.
34918              - Skeleton support for demand loading of layers
34919              - Core-dump avoidance if PERLIO environment specifies loadable layer
34920              (does not _work_ as need IO to load and need load to do IO ...)
34921      Branch: perlio
34922            + lib/PerlIO.pm
34923            ! MANIFEST doio.c perlio.c
34924 ____________________________________________________________________________
34925 [  9312] By: gsar                                  on 2001/03/23  16:25:25
34926         Log: add execute bit to files with shebang lines in the repository;
34927              avoid clobbering execute bit in Porting/makerel 
34928      Branch: maint-5.6/perl
34929            ! (edit 144 files)
34930 ____________________________________________________________________________
34931 [  9311] By: jhi                                   on 2001/03/23  14:25:35
34932         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
34933      Branch: perl
34934            ! MANIFEST
34935 ____________________________________________________________________________
34936 [  9310] By: jhi                                   on 2001/03/23  13:45:04
34937         Log: Subject: [PATCH] Net::Ping
34938              From: Colin McMillen <mcmi0037@tc.umn.edu>
34939              Date: Thu, 22 Mar 2001 19:30:31 -0600
34940              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
34941      Branch: perl
34942            ! lib/Net/Ping.pm
34943 ____________________________________________________________________________
34944 [  9309] By: jhi                                   on 2001/03/23  13:39:13
34945         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
34946      Branch: perl
34947            ! t/lib/md5-aaa.t t/lib/md5-file.t
34948 ____________________________________________________________________________
34949 [  9308] By: jhi                                   on 2001/03/23  13:20:34
34950         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
34951              - bump the version to 2.14
34952              - drop the base64 tests since they require MIME::Base64
34953              - drop the rfc1321.txt
34954              - drop the hints/dec_osf.pl since it's only needed for
34955              pre-5.005_03 Perls
34956              Todo:
34957              - the U32 alignment testing is now removed; it needs to
34958              be reintroduced as as a Config variable (meaning also
34959              as a Configure test)
34960              - get the new EBCDIC md5sum for MD5.pm
34961              - test in Win32 to see how badly I botched the makefiles
34962      Branch: perl
34963            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34964            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
34965            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
34966            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
34967            + t/lib/md5-file.t
34968            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
34969            ! win32/Makefile win32/makefile.mk
34970 ____________________________________________________________________________
34971 [  9307] By: jhi                                   on 2001/03/23  12:56:14
34972         Log: Integrate change #9306 from maintperl into mainline,
34973              AIX dynaloader for AIXes without <load.h>.
34974      Branch: perl
34975           !> ext/DynaLoader/hints/aix.pl
34976 ____________________________________________________________________________
34977 [  9306] By: jhi                                   on 2001/03/23  12:51:36
34978         Log: There are AIXes without /usr/include/load.h,
34979              patch from H.Merijn Brand.
34980      Branch: maint-5.6/perl
34981            ! ext/DynaLoader/hints/aix.pl
34982 ____________________________________________________________________________
34983 [  9305] By: nick                                  on 2001/03/23  11:00:42
34984         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
34985      Branch: perlio
34986            ! ext/Encode/Encode.xs perlio.c perlio.h
34987 ____________________________________________________________________________
34988 [  9304] By: nick                                  on 2001/03/23  10:20:46
34989         Log: Render -Duseperlio functional again.
34990              - this is "quick fix" which calls PerlIO_apply_layers after opening,
34991              which is what old scheme did. New scheme needs to change that
34992              to make open(...,\$scalar) etc. work but this will do for now.
34993      Branch: perlio
34994            ! perlio.c
34995 ____________________________________________________________________________
34996 [  9303] By: nick                                  on 2001/03/23  09:53:20
34997         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
34998              -Uuseperlio now works again.
34999              -Duseperlio is still poorly. Don't merge yet...
35000      Branch: perlio
35001            ! doio.c perlio.h
35002 ____________________________________________________________________________
35003 [  9302] By: nick                                  on 2001/03/22  22:26:51
35004         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
35005              type code.
35006              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
35007              is its main caller. In particular now has access to "extra" args, and
35008              can tell when an open handle is "reopened" (or duped?).
35009              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
35010              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
35011              PerlIO_open() et. al. (i.e. other way round).
35012              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
35013              with args close to PerlIO_openn().
35014      Branch: perlio
35015            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
35016 ____________________________________________________________________________
35017 [  9301] By: jhi                                   on 2001/03/22  20:58:04
35018         Log: Integrate perlio.
35019      Branch: perl
35020           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
35021           !> t/io/open.t util.c
35022 ____________________________________________________________________________
35023 [  9300] By: nick                                  on 2001/03/22  17:36:32
35024         Log: Don't include $@ in not ok message.
35025      Branch: perlio
35026            ! t/io/open.t
35027 ____________________________________________________________________________
35028 [  9299] By: gsar                                  on 2001/03/22  16:53:45
35029         Log: back out changes#7532,7521 for now (appears to have problems
35030              on IRIX)
35031      Branch: maint-5.6/perl
35032            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
35033            ! ext/POSIX/typemap pod/perlvar.pod
35034 ____________________________________________________________________________
35035 [  9298] By: nick                                  on 2001/03/22  14:35:46
35036         Log: Give a meaning to '&' in n-arg open case:
35037              open($fh,"<&",$scalar);
35038              $scalar can be:
35039              - an integer which does "fdopen"
35040              open($fh,"<&",2); # like open($fh,"<&2")
35041              - something that will yield a file handle via sv_2io()
35042              useful for dup'ing anonymous handles.
35043              e.g.:
35044              open(my $fh,"<&",\*STDIN);
35045              open(my $dup,"<&",$fh);
35046      Branch: perlio
35047            ! doio.c t/io/open.t
35048 ____________________________________________________________________________
35049 [  9297] By: nick                                  on 2001/03/22  13:34:35
35050         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
35051      Branch: perlio
35052            ! util.c
35053 ____________________________________________________________________________
35054 [  9296] By: nick                                  on 2001/03/22  12:51:20
35055         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
35056      Branch: perlio
35057            ! perl.c
35058 ____________________________________________________________________________
35059 [  9295] By: nick                                  on 2001/03/22  11:59:44
35060         Log: If stdin, stdout or stderr get opened in unexpected read/write state
35061              then warn at time of open not at time of use.
35062      Branch: perlio
35063            ! doio.c pp_hot.c pp_sys.c
35064 ____________________________________________________________________________
35065 [  9294] By: nick                                  on 2001/03/22  10:54:35
35066         Log: Die on n-arg open(...,"",xxx,yyy,...)
35067              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
35068              - die on read/write cases so we can decide what it means later.
35069      Branch: perlio
35070            ! doio.c embed.pl iperlsys.h util.c
35071 ____________________________________________________________________________
35072 [  9293] By: nick                                  on 2001/03/22  09:02:45
35073         Log: perlio tweaks (reported by Nick Clark)
35074              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
35075              error check in Pendinf_read().
35076      Branch: perlio
35077            ! perlio.c
35078 ____________________________________________________________________________
35079 [  9292] By: gsar                                  on 2001/03/22  07:12:00
35080         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
35081              fixes)
35082      Branch: maint-5.6/perl
35083           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
35084 ____________________________________________________________________________
35085 [  9291] By: jhi                                   on 2001/03/22  06:06:44
35086         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
35087      Branch: perl
35088            ! t/op/re_tests
35089 ____________________________________________________________________________
35090 [  9290] By: jhi                                   on 2001/03/22  05:57:01
35091         Log: Move MacOS Classic higher in the list of supported platforms.
35092      Branch: maint-5.6/perl
35093            ! pod/perlport.pod
35094 ____________________________________________________________________________
35095 [  9289] By: gsar                                  on 2001/03/22  05:35:04
35096         Log: revert part of change#6438 for compatibility (av_reify()
35097              appears to be needed to implement av_splice()ish things
35098              in XS)
35099      Branch: maint-5.6/perl
35100            ! embed.pl global.sym objXSUB.h perlapi.c
35101 ____________________________________________________________________________
35102 [  9288] By: gsar                                  on 2001/03/22  03:09:19
35103         Log: update copyright year
35104      Branch: maint-5.6/perl
35105            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
35106            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
35107            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
35108            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
35109            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
35110            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
35111            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
35112            ! x2p/walk.c
35113 ____________________________________________________________________________
35114 [  9287] By: jhi                                   on 2001/03/21  20:30:54
35115         Log: Integrate perlio.
35116      Branch: perl
35117           !> ext/Data/Dumper/Dumper.xs
35118 ____________________________________________________________________________
35119 [  9286] By: gsar                                  on 2001/03/21  19:49:54
35120         Log: makefile.mk tweak
35121      Branch: maint-5.6/perl
35122            ! win32/Makefile win32/makefile.mk
35123 ____________________________________________________________________________
35124 [  9285] By: nick                                  on 2001/03/21  19:07:13
35125         Log: Multiplicity fix for Dumper.
35126      Branch: perlio
35127            ! ext/Data/Dumper/Dumper.xs
35128 ____________________________________________________________________________
35129 [  9284] By: nick                                  on 2001/03/21  19:01:07
35130         Log: Integrate mainline - (does not build xTHX issue in Dumper).
35131      Branch: perlio
35132           !> (integrate 27 files)
35133 ____________________________________________________________________________
35134 [  9283] By: jhi                                   on 2001/03/21  17:17:35
35135         Log: Integrate change #9282 from mainline into maintperl,
35136              4-arg UTF-8 substr().
35137      Branch: maint-5.6/perl
35138           !> pp.c
35139 ____________________________________________________________________________
35140 [  9282] By: jhi                                   on 2001/03/21  17:15:43
35141         Log: The #9270 would have leaked a scalar if pp_substr()
35142              returned early.
35143      Branch: perl
35144            ! pp.c
35145 ____________________________________________________________________________
35146 [  9281] By: gsar                                  on 2001/03/21  17:03:14
35147         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
35148      Branch: maint-5.6/perl
35149            ! win32/makefile.mk
35150 ____________________________________________________________________________
35151 [  9280] By: gsar                                  on 2001/03/21  17:01:20
35152         Log: some tweaks to change#9278 (fork() emulation should be enabled
35153              by setting BUILD_FLAVOR instead of changing the defaults)
35154      Branch: maint-5.6/perl
35155            ! win32/makefile.mk
35156 ____________________________________________________________________________
35157 [  9279] By: gsar                                  on 2001/03/21  16:47:19
35158         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
35159      Branch: maint-5.6/perl
35160            ! ext/File/Glob/Glob.pm
35161           !> lib/Cwd.pm
35162 ____________________________________________________________________________
35163 [  9278] By: jhi                                   on 2001/03/21  14:35:10
35164         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
35165              From: "Vadim Konovalov" <watman@inbox.ru>
35166              Date: Wed, 21 Mar 2001 01:53:51 +0300
35167              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
35168      Branch: maint-5.6/perl
35169            ! win32/makefile.mk win32/win32sck.c
35170 ____________________________________________________________________________
35171 [  9277] By: jhi                                   on 2001/03/21  13:58:28
35172         Log: Integrate change #9270 from mainline to maintperl:
35173              continued 4-arg UTF-8 substr() fixing.
35174      Branch: maint-5.6/perl
35175           !> pp.c t/op/substr.t
35176 ____________________________________________________________________________
35177 [  9276] By: jhi                                   on 2001/03/21  13:33:00
35178         Log: More pixie cleaning.
35179      Branch: perl
35180            ! Makefile.SH
35181 ____________________________________________________________________________
35182 [  9275] By: jhi                                   on 2001/03/21  03:54:17
35183         Log: Update Changes.
35184      Branch: perl
35185            ! Changes patchlevel.h
35186 ____________________________________________________________________________
35187 [  9274] By: jhi                                   on 2001/03/21  03:48:24
35188         Log: First stab at making Data::Dumper to grok Unicode.
35189              
35190              TODO: tests, EBCDICify.
35191      Branch: perl
35192            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
35193 ____________________________________________________________________________
35194 [  9273] By: jhi                                   on 2001/03/21  02:23:00
35195         Log: Fix for
35196              
35197              Subject: Memory leak in unquoted print   
35198              From: Benjamin Sugars <bsugars@canoe.ca> 
35199              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
35200              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
35201      Branch: perl
35202            ! perlio.c
35203 ____________________________________________________________________________
35204 [  9272] By: jhi                                   on 2001/03/21  01:33:17
35205         Log: Subject: Re: [PATCH] POSIX::getcwd()
35206              From: Benjamin Sugars <bsugars@canoe.ca> 
35207              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
35208              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
35209      Branch: perl
35210            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35211 ____________________________________________________________________________
35212 [  9271] By: jhi                                   on 2001/03/21  01:22:52
35213         Log: Subject: [PATCH] Cwd.pm docs
35214              From: Benjamin Sugars <bsugars@canoe.ca>
35215              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
35216              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
35217      Branch: perl
35218            ! lib/Cwd.pm
35219 ____________________________________________________________________________
35220 [  9270] By: jhi                                   on 2001/03/21  01:16:29
35221         Log: Continue 4-arg substr() UTF-8 fixage.
35222      Branch: perl
35223            ! pp.c t/op/substr.t
35224 ____________________________________________________________________________
35225 [  9269] By: jhi                                   on 2001/03/21  00:46:14
35226         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
35227              
35228              revert the leak fix in change#9142 (problem needs a more experimental
35229              fix unsuitable for 5.6.1)
35230              
35231              do alphabetical sorting by default (for csh compatibility)
35232              
35233              cut-n-paste goof in change#9264
35234              
35235              VMS piping fixes (from Charles Lane)
35236      Branch: perl
35237           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
35238           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35239           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
35240 ____________________________________________________________________________
35241 [  9268] By: jhi                                   on 2001/03/21  00:37:04
35242         Log: Integrate perlio.
35243      Branch: perl
35244           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35245           !> utf8.c utf8.h utfebcdic.h
35246 ____________________________________________________________________________
35247 [  9267] By: nick                                  on 2001/03/20  20:04:39
35248         Log: More EBCDIC stuff:
35249              - Loose the extra level of function on ASCII.
35250              - spotted a chr(0) issue in sv.c
35251              - re-work of UTF-X tr/// ranges to work in Unicode
35252              space. Still issues with the "0xff is illegal UTF-8" hack.
35253              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
35254              (why do it once when you can do it all over the place :-(
35255              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
35256              need utf8.pm for swashes.
35257              - Simplified and commented scan_const() in toke.c
35258              Still something wrong regexp and tr (swashes?).
35259      Branch: perlio
35260            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
35261            ! utf8.c utf8.h utfebcdic.h
35262 ____________________________________________________________________________
35263 [  9266] By: gsar                                  on 2001/03/20  19:16:43
35264         Log: VMS piping fixes (from Charles Lane)
35265      Branch: maint-5.6/perl
35266            ! vms/vms.c vms/vmspipe.com
35267 ____________________________________________________________________________
35268 [  9265] By: gsar                                  on 2001/03/20  17:53:52
35269         Log: cut-n-paste goof in change#9264
35270      Branch: maint-5.6/perl
35271            ! ext/File/Glob/Glob.xs
35272 ____________________________________________________________________________
35273 [  9264] By: gsar                                  on 2001/03/20  17:43:47
35274         Log: do alphabetical sorting by default (for csh compatibility);
35275              bsd_glob() does ASCII sort by default as usual, unless
35276              GLOB_ALPHASORT was specified
35277      Branch: maint-5.6/perl
35278            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
35279            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
35280            ! ext/File/Glob/bsd_glob.h
35281 ____________________________________________________________________________
35282 [  9263] By: gsar                                  on 2001/03/20  16:40:08
35283         Log: integrate change#9255 from mainline (unicode fix)
35284              
35285              substr($bytestr, i, n, $charstr)
35286      Branch: maint-5.6/perl
35287           !> Todo-5.6 pp.c t/op/substr.t
35288 ____________________________________________________________________________
35289 [  9262] By: gsar                                  on 2001/03/20  15:57:41
35290         Log: revert the leak fix in change#9142 (problem needs a more experimental
35291              fix unsuitable for 5.6.1)
35292      Branch: maint-5.6/perl
35293            ! scope.c
35294 ____________________________________________________________________________
35295 [  9261] By: jhi                                   on 2001/03/20  14:26:25
35296         Log: Integrate changes #9259,9260 from maintperl into mainline.
35297              
35298              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35299              
35300              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35301      Branch: perl
35302           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
35303 ____________________________________________________________________________
35304 [  9260] By: jhi                                   on 2001/03/20  14:05:46
35305         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
35306              From: Robin Barker <rmb1@cise.npl.co.uk>
35307              Date: Tue, 20 Mar 2001 10:12:04 GMT
35308              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
35309      Branch: maint-5.6/perl
35310            ! run.c
35311 ____________________________________________________________________________
35312 [  9259] By: jhi                                   on 2001/03/20  14:04:39
35313         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
35314              From: Chris Nandor <pudge@pobox.com>
35315              Date: Tue, 20 Mar 2001 00:40:56 -0500
35316              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
35317      Branch: maint-5.6/perl
35318            ! ext/POSIX/POSIX.xs lib/File/Path.pm
35319 ____________________________________________________________________________
35320 [  9258] By: jhi                                   on 2001/03/20  05:09:34
35321         Log: Update Changes.
35322      Branch: perl
35323            ! Changes patchlevel.h
35324 ____________________________________________________________________________
35325 [  9257] By: jhi                                   on 2001/03/20  05:04:25
35326         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
35327      Branch: perl
35328            ! t/op/tr.t
35329 ____________________________________________________________________________
35330 [  9256] By: jhi                                   on 2001/03/20  04:43:12
35331         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
35332              From: Peter Prymmer <pvhp@forte.com>
35333              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
35334              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
35335      Branch: maint-5.6/perl
35336            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
35337 ____________________________________________________________________________
35338 [  9255] By: jhi                                   on 2001/03/19  23:17:17
35339         Log: substr($bytestr, i, n, $charstr)
35340              
35341              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
35342      Branch: perl
35343            ! Todo-5.6 pp.c t/op/substr.t
35344 ____________________________________________________________________________
35345 [  9254] By: jhi                                   on 2001/03/19  22:25:09
35346         Log: Rearrange the make test target prerequisites so that
35347              in a parallel make 'all' is finished before 'test'.
35348      Branch: perl
35349            ! Makefile.SH
35350 ____________________________________________________________________________
35351 [  9253] By: jhi                                   on 2001/03/19  21:48:07
35352         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
35353              From: Robin Houston <robin@kitsite.com>
35354              Date: Mon, 19 Mar 2001 15:48:41 +0000
35355              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
35356      Branch: perl
35357            ! pp_ctl.c
35358 ____________________________________________________________________________
35359 [  9252] By: jhi                                   on 2001/03/19  21:42:27
35360         Log: Integrate perlio.
35361      Branch: perl
35362           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
35363           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
35364           !> utfebcdic.h vms/perly_c.vms
35365 ____________________________________________________________________________
35366 [  9251] By: jhi                                   on 2001/03/19  21:31:28
35367         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
35368              
35369              Dynaloading in 64-bit AIX with vac.
35370      Branch: perl
35371           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35372           !> hints/aix.sh
35373 ____________________________________________________________________________
35374 [  9250] By: jhi                                   on 2001/03/19  21:18:00
35375         Log: A more robust solution for the 64bitall AIX dynaloading
35376              problem, from Jens-Uwe Mager.
35377      Branch: maint-5.6/perl
35378            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
35379 ____________________________________________________________________________
35380 [  9249] By: nick                                  on 2001/03/19  20:59:37
35381         Log: Integrate mainline.
35382      Branch: perlio
35383           !> (integrate 42 files)
35384 ____________________________________________________________________________
35385 [  9248] By: nick                                  on 2001/03/19  20:22:07
35386         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
35387              (Building on OS390 uses native YACC and YYDEBUG has other
35388              side effects.)
35389      Branch: perlio
35390            ! perly.c perly.y vms/perly_c.vms
35391 ____________________________________________________________________________
35392 [  9247] By: jhi                                   on 2001/03/19  19:59:53
35393         Log: 64-bit AIX dynaloading problem (see #9244) idea
35394              from Jens-Uwe Mager.
35395      Branch: maint-5.6/perl
35396            ! ext/DynaLoader/dl_aix.xs
35397 ____________________________________________________________________________
35398 [  9246] By: nick                                  on 2001/03/19  19:27:57
35399         Log: More EBCDIC fixes.
35400      Branch: perlio
35401            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
35402            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
35403 ____________________________________________________________________________
35404 [  9245] By: jhi                                   on 2001/03/19  19:05:19
35405         Log: Integrate change #9243 from mainline into maintperl.
35406              
35407              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35408      Branch: maint-5.6/perl
35409           !> README.vmesa
35410 ____________________________________________________________________________
35411 [  9244] By: jhi                                   on 2001/03/19  19:03:15
35412         Log: Get 64bitall AIX building, but still does not test okay:
35413              dynaloading anything fails, for example for op/defins:
35414              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
35415              (update: fixed by #9247,9250)
35416      Branch: maint-5.6/perl
35417            ! hints/aix.sh
35418 ____________________________________________________________________________
35419 [  9243] By: jhi                                   on 2001/03/19  19:00:16
35420         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
35421              From: Robin Barker <rmb1@cise.npl.co.uk>
35422              Date: Mon, 19 Mar 2001 18:01:57 GMT
35423              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
35424      Branch: perl
35425            ! README.vmesa
35426 ____________________________________________________________________________
35427 [  9242] By: jhi                                   on 2001/03/19  18:58:43
35428         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
35429              
35430              TODO: tests.
35431      Branch: perl
35432            ! doop.c op.c
35433 ____________________________________________________________________________
35434 [  9241] By: gsar                                  on 2001/03/19  17:34:46
35435         Log: VMSify tests (from Charles Lane)
35436      Branch: maint-5.6/perl
35437            ! t/lib/filehand.t t/lib/texttabs.t
35438 ____________________________________________________________________________
35439 [  9240] By: jhi                                   on 2001/03/19  14:24:26
35440         Log: Integrate change #9233 from maintperl into mainline.
35441              
35442              some refcounts were incorrect in perl_clone()
35443      Branch: perl
35444           !> sv.c
35445 ____________________________________________________________________________
35446 [  9239] By: gsar                                  on 2001/03/19  09:23:17
35447         Log: this is 5.6.1-trial3
35448      Branch: maint-5.6/perl
35449            ! Changes
35450 ____________________________________________________________________________
35451 [  9238] By: gsar                                  on 2001/03/19  08:47:04
35452         Log: some new symbols are only available under ithreads
35453      Branch: maint-5.6/perl
35454            ! makedef.pl
35455 ____________________________________________________________________________
35456 [  9237] By: gsar                                  on 2001/03/19  08:42:28
35457         Log: update patchlevel.h, Changes, &c.
35458      Branch: maint-5.6/perl
35459            ! Changes patchlevel.h pod/perlhist.pod
35460           !> AUTHORS
35461 ____________________________________________________________________________
35462 [  9236] By: gsar                                  on 2001/03/19  08:17:49
35463         Log: integrate changes#8068,8717 from mainline
35464              
35465              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
35466              
35467              [PATCH CPAN 1.59_51] warning message (not!)
35468      Branch: maint-5.6/perl
35469           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
35470           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
35471           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
35472           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
35473           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
35474 ____________________________________________________________________________
35475 [  9235] By: gsar                                  on 2001/03/19  08:07:09
35476         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
35477              
35478              [PATCH] Add missing CV flags to dump.c
35479              
35480              Re: [patch] Re: PL_ptr_table
35481              
35482              Fixup non-ithread build after 8713
35483              
35484              Generated files form 8713 etc.
35485              
35486              Correct the correction :-(
35487              
35488              Documenting coderef @INC (Re: CPAN "make this script work" feature)
35489              
35490              Subject: Re: sync sync sync: have I missed any patches?
35491              Replace djSP with dSP.
35492      Branch: maint-5.6/perl
35493           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
35494           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
35495           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
35496           !> sv.c sv.h win32/perlhost.h
35497 ____________________________________________________________________________
35498 [  9234] By: gsar                                  on 2001/03/19  07:22:05
35499         Log: revert the change#9090 integrate for now (change looks somewhat
35500              incomplete in that [ha]v_exists() need something similar; lacks
35501              tests; &c.)
35502      Branch: maint-5.6/perl
35503            ! hv.c
35504 ____________________________________________________________________________
35505 [  9233] By: gsar                                  on 2001/03/19  07:10:01
35506         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
35507              destruction when there are unreferenced scalars (SvREFCNT==0)
35508      Branch: maint-5.6/perl
35509            ! sv.c
35510 ____________________________________________________________________________
35511 [  9232] By: jhi                                   on 2001/03/19  05:11:02
35512         Log: Regen api and toc.
35513      Branch: maint-5.6/perl
35514            ! pod/perlapi.pod pod/perltoc.pod
35515 ____________________________________________________________________________
35516 [  9231] By: jhi                                   on 2001/03/19  04:06:03
35517         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
35518              add a lost line in pp.c:pp_chop(), update to new op/chop.
35519              
35520              Clarify the description differentiating for and while; inspired by
35521              
35522              Subject: [ID 20010306.004] || != named unary operator
35523              
35524              The $Is_MacOS needs to be declared.
35525      Branch: maint-5.6/perl
35526            ! pp.c t/op/chop.t
35527           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
35528 ____________________________________________________________________________
35529 [  9230] By: jhi                                   on 2001/03/19  03:48:16
35530         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
35531              9079,9083,9089,9090,9091 from mainline to maintperl.
35532              
35533              Quieten some noise in Win32 builds
35534              
35535              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
35536              
35537              The perlretut was still talking about the old \p and \P
35538              definitions.
35539              
35540              More tweakage on the Unicode character class descriptions.
35541              
35542              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35543              
35544              Subject: 'no *POSIX' Patch speeding up make on BS2000 
35545              
35546              Subject: [PATCH] perldata.pod here-doc docs
35547              
35548              Add /sbin and /usr/sbin to the list of directories scanned
35549              for setuid programs.  Takes care of bug id 20010309.003.
35550              
35551              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
35552              
35553              In op/stat #35 better to scan all the potential directories
35554              for setuids, not just the first one.
35555      Branch: maint-5.6/perl
35556            ! Makefile.SH
35557           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
35558           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
35559           !> t/op/stat.t toke.c win32/win32.h
35560 ____________________________________________________________________________
35561 [  9229] By: jhi                                   on 2001/03/19  02:31:50
35562         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
35563              From: Chris Nandor <pudge@pobox.com>
35564              Date: Sat, 10 Mar 2001 14:22:19 -0500
35565              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
35566      Branch: maint-5.6/perl
35567            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
35568            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
35569            ! t/lib/b.t t/lib/errno.t
35570 ____________________________________________________________________________
35571 [  9228] By: jhi                                   on 2001/03/19  02:29:59
35572         Log: Integrate changes #9113,9122 from mainline into maintperl.
35573              
35574              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?)
35575      Branch: maint-5.6/perl
35576           !> Configure README.os390 hints/os390.sh
35577 ____________________________________________________________________________
35578 [  9227] By: jhi                                   on 2001/03/19  02:22:35
35579         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
35580              into maintperl.
35581              
35582              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
35583              
35584              Forgot to check-in the larger part of #9120, duh.
35585              
35586              Subject: Another patch for integer.pm POD 
35587              
35588              h2ph strictness and cleanliness from Kurt Starsinic.
35589              
35590              Borland filename case problem.
35591              
35592              h2ph strictness and cleanliness from Kurt Starsinic.
35593              
35594              Subject: [PATCH] the uncontroversial doc patches
35595      Branch: maint-5.6/perl
35596           +> win32/sncfnmcs.pl
35597           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
35598           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
35599           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
35600           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
35601           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
35602           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
35603           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
35604 ____________________________________________________________________________
35605 [  9226] By: jhi                                   on 2001/03/19  02:10:21
35606         Log: Integrate changes #9207,9214 from mainline into maintperl.
35607              
35608              podchecker relaxations: =over has an *optional* number after it,
35609              and whitespace in L<> is okay.
35610      Branch: maint-5.6/perl
35611           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35612           !> t/pod/poderrs.xr
35613 ____________________________________________________________________________
35614 [  9225] By: jhi                                   on 2001/03/19  02:07:38
35615         Log: Integrate change #9219 from maintperl into mainline.
35616              
35617              remove duplicated tests
35618      Branch: perl
35619           !> t/op/re_tests
35620 ____________________________________________________________________________
35621 [  9224] By: jhi                                   on 2001/03/19  02:06:11
35622         Log: Integrate change #9223 from mainline to maintperl.
35623              
35624              Document -Dmksymlinks.
35625      Branch: maint-5.6/perl
35626           !> INSTALL
35627 ____________________________________________________________________________
35628 [  9223] By: jhi                                   on 2001/03/19  02:01:25
35629         Log: Document -Dmksymlinks.
35630      Branch: perl
35631            ! INSTALL
35632 ____________________________________________________________________________
35633 [  9222] By: jhi                                   on 2001/03/19  01:15:35
35634         Log: The -Dmksymlinks wasn't working for maintperl.
35635      Branch: maint-5.6/perl
35636            ! Configure
35637 ____________________________________________________________________________
35638 [  9221] By: jhi                                   on 2001/03/19  00:49:43
35639         Log: Cleanup pixie residue.
35640      Branch: perl
35641            ! Makefile.SH
35642 ____________________________________________________________________________
35643 [  9220] By: jhi                                   on 2001/03/19  00:44:47
35644         Log: Document the use of pixie/prof; create make targets for it.
35645              
35646              TODO: make t/TEST pixie-aware.
35647      Branch: perl
35648            ! Makefile.SH pod/perlhack.pod
35649 ____________________________________________________________________________
35650 [  9219] By: gsar                                  on 2001/03/19  00:16:55
35651         Log: remove duplicated tests
35652      Branch: maint-5.6/perl
35653            ! t/op/re_tests
35654 ____________________________________________________________________________
35655 [  9218] By: jhi                                   on 2001/03/18  23:59:31
35656         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
35657      Branch: perl
35658            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
35659 ____________________________________________________________________________
35660 [  9217] By: jhi                                   on 2001/03/18  23:25:20
35661         Log: Rewrite the tests section of Makefile to be less redundant
35662              and to allow for more flexible test targets, many recursive
35663              make calls introduced.
35664      Branch: perl
35665            ! Makefile.SH
35666 ____________________________________________________________________________
35667 [  9216] By: jhi                                   on 2001/03/18  22:30:04
35668         Log: Document the use of Third Degree (sparsely).
35669      Branch: perl
35670            ! pod/perlhack.pod t/TEST
35671 ____________________________________________________________________________
35672 [  9215] By: jhi                                   on 2001/03/18  22:10:30
35673         Log: Make targets for testing with Third Degree.
35674      Branch: perl
35675            ! Makefile.SH
35676 ____________________________________________________________________________
35677 [  9214] By: jhi                                   on 2001/03/18  21:08:53
35678         Log: The podchecker relaxations need to mirrored also at the tests.
35679      Branch: perl
35680            ! t/pod/poderrs.xr
35681 ____________________________________________________________________________
35682 [  9213] By: jhi                                   on 2001/03/18  20:56:21
35683         Log: Update Changes.
35684      Branch: perl
35685            ! Changes patchlevel.h
35686 ____________________________________________________________________________
35687 [  9212] By: jhi                                   on 2001/03/18  20:36:59
35688         Log: Looking for config.sh in parent directories isn't
35689              very useful for the toplevel Makefile.
35690      Branch: perl
35691            ! Makefile.SH
35692 ____________________________________________________________________________
35693 [  9211] By: jhi                                   on 2001/03/18  20:33:37
35694         Log: On "make clean" take care of Third Degree droppings.
35695      Branch: perl
35696            ! Makefile.SH
35697 ____________________________________________________________________________
35698 [  9210] By: jhi                                   on 2001/03/18  20:21:34
35699         Log: Add a hook for running the tests under the Third Degree
35700              debugging tool (set $ENV{PERL_3LOG} to non-zero)
35701              
35702              TODO: Document the use of Third Degree.
35703      Branch: perl
35704            ! t/TEST
35705 ____________________________________________________________________________
35706 [  9209] By: jhi                                   on 2001/03/18  20:19:07
35707         Log: Regen toc and api pods.
35708      Branch: perl
35709            ! pod/perlapi.pod pod/perltoc.pod
35710 ____________________________________________________________________________
35711 [  9208] By: jhi                                   on 2001/03/18  20:12:12
35712         Log: Integrate changes #8128,9132 from mainline into maintperl,
35713              Tie::SubstrHash fixes.
35714      Branch: maint-5.6/perl
35715           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
35716 ____________________________________________________________________________
35717 [  9207] By: jhi                                   on 2001/03/18  20:07:43
35718         Log: podchecker relaxations from Michael Stevens.
35719      Branch: perl
35720            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
35721 ____________________________________________________________________________
35722 [  9206] By: jhi                                   on 2001/03/18  20:04:24
35723         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
35724      Branch: perl
35725            ! lib/Locale/Constants.pm lib/Locale/Country.pm
35726            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
35727            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
35728 ____________________________________________________________________________
35729 [  9205] By: jhi                                   on 2001/03/18  19:54:45
35730         Log: Integrate changes #9161,9162 from maintperl to mainline.
35731              
35732              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
35733              results
35734      Branch: perl
35735           !> t/op/magic.t
35736 ____________________________________________________________________________
35737 [  9204] By: jhi                                   on 2001/03/18  19:37:46
35738         Log: Make perl.third checks more understandable to the builder.
35739      Branch: perl
35740            ! Makefile.SH
35741 ____________________________________________________________________________
35742 [  9203] By: jhi                                   on 2001/03/18  19:20:54
35743         Log: Re-integrate #9138 from maintperl to mainline,
35744              the squelching of the unneeded "Scalars leaked" messages.
35745      Branch: perl
35746           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
35747           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
35748           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
35749 ____________________________________________________________________________
35750 [  9202] By: jhi                                   on 2001/03/18  18:48:36
35751         Log: More robust and more paranoid perl.third target.
35752      Branch: perl
35753            ! Makefile.SH
35754 ____________________________________________________________________________
35755 [  9201] By: jhi                                   on 2001/03/18  18:39:21
35756         Log: Integrate change #9197 from maintperl to mainline.
35757              
35758              more thorough cleaning of arenas.
35759      Branch: perl
35760           !> embed.pl perl.c proto.h sv.c t/op/sort.t
35761 ____________________________________________________________________________
35762 [  9200] By: jhi                                   on 2001/03/18  18:25:17
35763         Log: Integrate perlio.
35764      Branch: perl
35765           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
35766           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
35767           !> t/lib/encode.t toke.c universal.c utf8.c
35768 ____________________________________________________________________________
35769 [  9199] By: nick                                  on 2001/03/18  15:23:51
35770         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
35771              is the sense of the test being done. Avoid some magical 127 and 128 values
35772              by using macros.
35773      Branch: perlio
35774            ! doop.c pp_ctl.c sv.c toke.c
35775 ____________________________________________________________________________
35776 [  9198] By: nick                                  on 2001/03/18  14:18:12
35777         Log: UTF-X encoding invariance for Encode:
35778              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
35779              - move the XS code for those to universal.c (so in miniperl)
35780              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
35781              - change ext/Encode/compile to use above.
35782              - Fix t/lib/encode.t for above
35783              - Teach t/lib/b.t to expect -uutf8
35784              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
35785              utf8.pm is needed.
35786      Branch: perlio
35787            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
35788            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
35789 ____________________________________________________________________________
35790 [  9197] By: gsar                                  on 2001/03/18  12:15:57
35791         Log: more thorough cleaning of arenas--keep going until no more
35792              SvREFCNT_dec()s occur (this fixes the problem that causes the
35793              pesky "Scalars leaked" warnings)
35794      Branch: maint-5.6/perl
35795            ! embed.pl perl.c proto.h sv.c t/op/sort.t
35796 ____________________________________________________________________________
35797 [  9196] By: nick                                  on 2001/03/18  10:57:29
35798         Log: Fix pragma/utf8.t # 15
35799              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
35800              are SvUTF8 as well.
35801      Branch: perlio
35802            ! toke.c
35803 ____________________________________________________________________________
35804 [  9195] By: nick                                  on 2001/03/18  09:27:06
35805         Log: Integrate mainline
35806      Branch: perlio
35807           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
35808           !> t/op/pat.t
35809 ____________________________________________________________________________
35810 [  9194] By: jhi                                   on 2001/03/18  05:29:59
35811         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
35812              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
35813      Branch: perl
35814            ! op.c op.h t/op/misc.t t/op/pat.t
35815 ____________________________________________________________________________
35816 [  9193] By: jhi                                   on 2001/03/18  05:15:06
35817         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
35818      Branch: perl
35819            ! mg.c t/op/pat.t
35820 ____________________________________________________________________________
35821 [  9192] By: jhi                                   on 2001/03/18  04:22:43
35822         Log: tr/// UTF-8 patches from Inaba Hiroto.
35823      Branch: perl
35824            ! doop.c op.c
35825 ____________________________________________________________________________
35826 [  9191] By: jhi                                   on 2001/03/18  04:21:17
35827         Log: Integrate perlio.
35828      Branch: perl
35829           !> utf8.c utfebcdic.h
35830 ____________________________________________________________________________
35831 [  9190] By: nick                                  on 2001/03/17  20:32:01
35832         Log: Correct #if EBCDIC side typos.
35833              Builds and passes many tests on OS390.
35834      Branch: perlio
35835            ! utf8.c utfebcdic.h
35836 ____________________________________________________________________________
35837 [  9189] By: jhi                                   on 2001/03/17  18:55:49
35838         Log: Add prerequisites for the perl.third target.
35839      Branch: perl
35840            ! Makefile.SH
35841 ____________________________________________________________________________
35842 [  9188] By: jhi                                   on 2001/03/17  18:46:00
35843         Log: Integrate perlio.
35844      Branch: perl
35845           +> utfebcdic.h
35846           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
35847 ____________________________________________________________________________
35848 [  9187] By: jhi                                   on 2001/03/17  18:38:47
35849         Log: Add a make rule for perl.third (the Third Degree memory debugging
35850              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
35851      Branch: perl
35852            ! Makefile.SH
35853 ____________________________________________________________________________
35854 [  9186] By: nick                                  on 2001/03/17  18:34:48
35855         Log: MANIFEST addition :-(
35856      Branch: perlio
35857            ! MANIFEST
35858 ____________________________________________________________________________
35859 [  9185] By: nick                                  on 2001/03/17  18:29:50
35860         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
35861              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
35862              a superset of ASCII are invariant under the encoding. This is EBCDIC
35863              friendly as an encoded string can be looked at as being EBCDIC by lexer
35864              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
35865              ASCII on ASCII machines.
35866              
35867              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
35868              seperate.
35869              - Add some more macros to comprehend different shift amounts and
35870              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
35871              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
35872              and conditionaly #include it.
35873              
35874              EBCDIC build as yet untested.  ASCII still fails the one test.
35875      Branch: perlio
35876            + utfebcdic.h
35877            ! utf8.c utf8.h
35878 ____________________________________________________________________________
35879 [  9184] By: nick                                  on 2001/03/17  17:44:16
35880         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
35881      Branch: perlio
35882            ! doop.c perl.h pp.c utf8.h
35883 ____________________________________________________________________________
35884 [  9183] By: jhi                                   on 2001/03/17  15:55:42
35885         Log: Integrate perlio.
35886      Branch: perl
35887            ! MANIFEST
35888           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
35889 ____________________________________________________________________________
35890 [  9182] By: nick                                  on 2001/03/17  09:16:06
35891         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
35892      Branch: perlio
35893            ! t/op/pat.t
35894 ____________________________________________________________________________
35895 [  9181] By: nick                                  on 2001/03/17  09:15:11
35896         Log: Integrate mainline.
35897      Branch: perlio
35898           +> lib/Locale/Constants.pm lib/Locale/Country.pm
35899           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
35900           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
35901           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
35902           !> (integrate 83 files)
35903 ____________________________________________________________________________
35904 [  9180] By: nick                                  on 2001/03/16  17:23:21
35905         Log: EBCDIC Fixes.
35906      Branch: perlio
35907            ! perl.h sv.c toke.c utf8.c utf8.h
35908 ____________________________________________________________________________
35909 [  9179] By: jhi                                   on 2001/03/16  14:10:12
35910         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
35911              a change needed to work around an AIX compiler bug.
35912      Branch: perl
35913            ! ext/Storable/Storable.xs
35914 ____________________________________________________________________________
35915 [  9178] By: jhi                                   on 2001/03/16  03:19:59
35916         Log: With Damian's approval synchronize damian's modules'
35917              licensing with Perl's standard module licensing.
35918      Branch: perl
35919            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
35920 ____________________________________________________________________________
35921 [  9177] By: jhi                                   on 2001/03/16  03:15:34
35922         Log: Make the Filter::Util:Call files have their own copies
35923              of the Perl standard module licensing, from Paul Marquess.
35924      Branch: perl
35925            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35926 ____________________________________________________________________________
35927 [  9176] By: jhi                                   on 2001/03/16  02:56:04
35928         Log: Subject: [PATCH] more pod patches
35929              From: Michael Stevens <michael@etla.org>
35930              Date: Thu, 15 Mar 2001 21:25:18 +0000
35931              Message-ID: <20010315212518.A18870@firedrake.org>
35932      Branch: perl
35933            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
35934            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
35935            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
35936            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
35937            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
35938            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
35939            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
35940            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
35941            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
35942            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
35943            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
35944            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
35945            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
35946            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
35947            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
35948            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
35949            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
35950            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
35951            ! lib/Locale/Country.pm lib/Locale/Language.pm
35952            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
35953            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
35954            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
35955            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
35956            ! os2/OS2/Process/Process.pm
35957 ____________________________________________________________________________
35958 [  9175] By: jhi                                   on 2001/03/16  02:53:32
35959         Log: Subject: [PATCH] the uncontroversial doc patches
35960              From: Michael Stevens <michael@etla.org>
35961              Date: Thu, 15 Mar 2001 20:01:12 +0000
35962              Message-ID: <20010315200112.A7636@firedrake.org>
35963      Branch: perl
35964            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
35965            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
35966            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
35967            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
35968            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
35969 ____________________________________________________________________________
35970 [  9174] By: jhi                                   on 2001/03/16  02:50:49
35971         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
35972              From: Paul Lindner <lindner@inuus.com>
35973              Date: Fri, 16 Mar 2001 11:28:03 -0800
35974              Message-ID: <20010316112803.A7577@inuus.com>
35975      Branch: perl
35976            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
35977 ____________________________________________________________________________
35978 [  9173] By: nick                                  on 2001/03/15  20:21:03
35979         Log: 1st day's EBCDIC fixes:
35980              - toke.c's parsing of strings needed attention
35981              needed to conditionally e2a if string was already UTF-8
35982              - e2a/a2e tables where wrong way round.
35983              - new macros in utf8.h
35984      Branch: perlio
35985            ! perl.h toke.c utf8.h
35986 ____________________________________________________________________________
35987 [  9172] By: jhi                                   on 2001/03/15  15:17:17
35988         Log: Update Changes.
35989      Branch: perl
35990            ! Changes patchlevel.h
35991 ____________________________________________________________________________
35992 [  9171] By: jhi                                   on 2001/03/15  15:09:32
35993         Log: Subject: Re: Another Borland C++ problem.
35994              From: "Vadim Konovalov" <watman@inbox.ru>
35995              Date: Sat, 10 Mar 2001 19:26:07 +0300
35996              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
35997              
35998              Borland filename case problem.
35999      Branch: perl
36000            + win32/sncfnmcs.pl
36001            ! MANIFEST README.win32
36002 ____________________________________________________________________________
36003 [  9170] By: jhi                                   on 2001/03/15  14:54:23
36004         Log: Add Locale::Codes 1.06, from Neil Bowers.
36005      Branch: perl
36006            + lib/Locale/Constants.pm lib/Locale/Country.pm
36007            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
36008            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
36009            + t/lib/lc-language.t t/lib/lc-uk.t
36010            ! MANIFEST
36011 ____________________________________________________________________________
36012 [  9169] By: jhi                                   on 2001/03/15  14:19:01
36013         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
36014      Branch: perl
36015            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
36016            ! ext/Storable/Storable.xs
36017 ____________________________________________________________________________
36018 [  9168] By: jhi                                   on 2001/03/15  14:13:22
36019         Log: Integrate changes #9120,9167 from mainline to maintperl.
36020              
36021              Subject: [PATCH 5.6.1] OS/2 docs
36022              
36023              Subject: [PATCH 5.6.1] perldoc
36024      Branch: maint-5.6/perl
36025           !> os2/Changes utils/perldoc.PL
36026 ____________________________________________________________________________
36027 [  9167] By: jhi                                   on 2001/03/15  14:07:42
36028         Log: Subject: [PATCH 5.6.1] perldoc
36029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36030              Date: Wed, 14 Mar 2001 23:46:52 -0500
36031              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
36032      Branch: perl
36033            ! utils/perldoc.PL
36034 ____________________________________________________________________________
36035 [  9166] By: jhi                                   on 2001/03/15  13:53:15
36036         Log: sigaction test condition tweakage.
36037      Branch: perl
36038            ! t/lib/sigaction.t
36039 ____________________________________________________________________________
36040 [  9165] By: alanbur                               on 2001/03/15  03:49:17
36041         Log: Resynchronised with parent
36042      Branch: maint-5.6/pureperl
36043           +> os2/os2add.sym t/op/anonsub.t
36044           !> (integrate 72 files)
36045 ____________________________________________________________________________
36046 [  9164] By: jhi                                   on 2001/03/15  01:05:01
36047         Log: Avoid stomping off the beginning of an array in tr///.
36048      Branch: perl
36049            ! op.c
36050 ____________________________________________________________________________
36051 [  9163] By: jhi                                   on 2001/03/15  00:58:57
36052         Log: h2ph strictness and cleanliness from Kurt Starsinic.
36053      Branch: perl
36054            ! utils/h2ph.PL
36055 ____________________________________________________________________________
36056 [  9162] By: gsar                                  on 2001/03/15  00:56:53
36057         Log: avoid warnings
36058      Branch: maint-5.6/perl
36059            ! t/op/magic.t
36060 ____________________________________________________________________________
36061 [  9161] By: gsar                                  on 2001/03/15  00:52:09
36062         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
36063              results
36064      Branch: maint-5.6/perl
36065            ! t/op/magic.t
36066 ____________________________________________________________________________
36067 [  9160] By: jhi                                   on 2001/03/14  22:02:10
36068         Log: Do not use the Perl malloc in IRIX, suggested by
36069              Helmus Jarausch.
36070      Branch: perl
36071            ! hints/irix_6.sh
36072 ____________________________________________________________________________
36073 [  9159] By: nick                                  on 2001/03/14  21:45:59
36074         Log: Integrate mainline
36075      Branch: perlio
36076           +> t/op/loopctl.t
36077           !> (integrate 41 files)
36078 ____________________________________________________________________________
36079 [  9158] By: jhi                                   on 2001/03/14  21:10:09
36080         Log: The Day of the Retractions continues: the #9138
36081              (integrated in #9144) doesn't work well in mainline.
36082      Branch: perl
36083            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36084            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36085            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36086 ____________________________________________________________________________
36087 [  9157] By: jhi                                   on 2001/03/14  20:58:12
36088         Log: The #9145 CANNOT be enabled: the clear_pmop code still
36089              dumps core all over in Tru64.
36090      Branch: perl
36091            ! op.c op.h t/op/pat.t
36092 ____________________________________________________________________________
36093 [  9156] By: jhi                                   on 2001/03/14  20:48:06
36094         Log: Integrate change #9154 from maintperl to mainline.
36095              
36096              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
36097              (caused Storable 1.0.10 to break on windows)
36098      Branch: perl
36099           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
36100           !> perlapi.c proto.h
36101 ____________________________________________________________________________
36102 [  9155] By: jhi                                   on 2001/03/14  20:23:53
36103         Log: Retract #9136: breaks threading (and binary compatibility).
36104      Branch: perl
36105            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
36106 ____________________________________________________________________________
36107 [  9154] By: gsar                                  on 2001/03/14  17:48:18
36108         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
36109              (caused Storable 1.0.10 to break on windows)
36110      Branch: maint-5.6/perl
36111            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
36112            ! perlapi.c proto.h
36113 ____________________________________________________________________________
36114 [  9153] By: jhi                                   on 2001/03/14  13:35:21
36115         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
36116      Branch: perl
36117            ! t/lib/sigaction.t
36118 ____________________________________________________________________________
36119 [  9152] By: gsar                                  on 2001/03/14  07:29:40
36120         Log: back out changes#9012,9010,9009 and parts of change#9016
36121              (causes ABRs under purify, and some prerequisites don't
36122              seem to be there in 5.6.x)
36123      Branch: maint-5.6/perl
36124            ! doop.c op.c t/op/tr.t toke.c
36125 ____________________________________________________________________________
36126 [  9151] By: gsar                                  on 2001/03/14  07:01:29
36127         Log: reenable change#9145 (the test was busted due to a missing
36128              C<print "ok 27\n">)
36129      Branch: perl
36130            ! op.c op.h t/op/pat.t
36131 ____________________________________________________________________________
36132 [  9150] By: jhi                                   on 2001/03/14  06:38:36
36133         Log: Retract #9145.
36134      Branch: perl
36135            ! op.c op.h t/op/pat.t
36136 ____________________________________________________________________________
36137 [  9149] By: jhi                                   on 2001/03/14  06:14:56
36138         Log: Retract #9143.
36139      Branch: perl
36140            ! op.c
36141 ____________________________________________________________________________
36142 [  9148] By: gsar                                  on 2001/03/14  06:13:02
36143         Log: Uninitialized Memory Read in regexec.c
36144      Branch: perl
36145            ! regexec.c
36146 ____________________________________________________________________________
36147 [  9147] By: jhi                                   on 2001/03/14  04:59:54
36148         Log: Subject: PATCH: make goto work in nested eval ""
36149              From: Robin Houston <robin@kitsite.com>
36150              Date: Wed, 14 Mar 2001 04:16:10 +0000
36151              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
36152      Branch: perl
36153            ! pp_ctl.c t/op/goto.t
36154 ____________________________________________________________________________
36155 [  9146] By: jhi                                   on 2001/03/14  04:42:54
36156         Log: Preserve the #ifdef PERL_CORE in perly.h.
36157      Branch: perl
36158            ! perly.fixer
36159 ____________________________________________________________________________
36160 [  9145] By: jhi                                   on 2001/03/14  03:57:41
36161         Log: (Retracted by #9150.)
36162      Branch: perl
36163            ! op.c op.h t/op/pat.t
36164 ____________________________________________________________________________
36165 [  9144] By: jhi                                   on 2001/03/14  03:50:38
36166         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
36167              
36168              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
36169              
36170              remove squelch controls for "Scalars leaked" messages in most places
36171              (these are now cured)
36172              
36173              fix another memory leak reported by purify (tie callbacks that
36174              croak can leak when wiping out magic)
36175      Branch: perl
36176           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
36177           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
36178           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
36179           !> t/pragma/warnings.t
36180 ____________________________________________________________________________
36181 [  9143] By: jhi                                   on 2001/03/14  03:37:53
36182         Log: (Retracted by #9149.)
36183      Branch: perl
36184            ! op.c
36185 ____________________________________________________________________________
36186 [  9142] By: gsar                                  on 2001/03/14  03:20:48
36187         Log: fix another memory leak reported by purify (tie callbacks that
36188              croak can leak when wiping out magic)
36189      Branch: maint-5.6/perl
36190            ! scope.c
36191 ____________________________________________________________________________
36192 [  9141] By: jhi                                   on 2001/03/14  02:55:00
36193         Log: Subject: PATCH for [ID 20010305.003]
36194              From: Robin Houston <robin@kitsite.com>
36195              Date: Wed, 14 Mar 2001 02:45:51 +0000
36196              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
36197      Branch: perl
36198            ! pp_ctl.c t/op/eval.t
36199 ____________________________________________________________________________
36200 [  9140] By: jhi                                   on 2001/03/14  02:41:54
36201         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36202              Date: Wed, 14 Mar 2001 01:52:51 +0000
36203              From: Robin Houston <robin@kitsite.com>
36204              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
36205              
36206              Fix for 2000313.004.
36207      Branch: perl
36208            ! pp_ctl.c t/op/goto.t
36209 ____________________________________________________________________________
36210 [  9139] By: jhi                                   on 2001/03/14  02:40:50
36211         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36212              From: Robin Houston <robin@kitsite.com>
36213              Date: Wed, 14 Mar 2001 00:43:45 +0000
36214              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
36215      Branch: perl
36216            + t/op/loopctl.t
36217            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
36218            ! vms/perly_c.vms
36219 ____________________________________________________________________________
36220 [  9138] By: gsar                                  on 2001/03/14  01:18:00
36221         Log: remove squelch controls for "Scalars leaked" messages in most places
36222              (these are now cured)
36223      Branch: maint-5.6/perl
36224            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
36225            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
36226            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
36227 ____________________________________________________________________________
36228 [  9137] By: gsar                                  on 2001/03/14  00:57:04
36229         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
36230      Branch: maint-5.6/perl
36231            ! regcomp.c
36232 ____________________________________________________________________________
36233 [  9136] By: jhi                                   on 2001/03/13  23:12:24
36234         Log: (Retracted by #9155)
36235              
36236              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
36237              From: Jens-Uwe Mager <jum@helios.de>
36238              Date: Wed, 21 Feb 2001 21:32:04 +0100
36239              Message-ID: <20010221213203.A18340@ans.helios.de>
36240      Branch: perl
36241            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
36242 ____________________________________________________________________________
36243 [  9135] By: jhi                                   on 2001/03/13  22:50:05
36244         Log: Integrate perlio.
36245      Branch: perl
36246           !> pp.c
36247 ____________________________________________________________________________
36248 [  9134] By: jhi                                   on 2001/03/13  22:49:05
36249         Log: Integrate change #9131 from maintperl into mainline.
36250              
36251              make the error text look more consistent in hints/hpux.sh
36252      Branch: perl
36253           !> hints/hpux.sh
36254 ____________________________________________________________________________
36255 [  9133] By: gsar                                  on 2001/03/13  22:46:20
36256         Log: integrate change#9067 from mainline
36257              
36258              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36259      Branch: maint-5.6/perl
36260           !> lib/ExtUtils/MM_Unix.pm
36261 ____________________________________________________________________________
36262 [  9132] By: jhi                                   on 2001/03/13  22:41:21
36263         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
36264              From: "John P. Linderman" <jpl@research.att.com>
36265              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
36266              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
36267              
36268              A more correct prime finder.
36269      Branch: perl
36270            ! lib/Tie/SubstrHash.pm
36271 ____________________________________________________________________________
36272 [  9131] By: gsar                                  on 2001/03/13  22:30:42
36273         Log: make the error text look more consistent in hints/hpux.sh
36274      Branch: maint-5.6/perl
36275            ! hints/hpux.sh
36276 ____________________________________________________________________________
36277 [  9130] By: jhi                                   on 2001/03/13  22:23:44
36278         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
36279              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36280              Date: Tue, 13 Mar 2001 18:41:26 +0100
36281              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
36282              
36283              If the test is run non-interactively the default handler
36284              is different.
36285      Branch: perl
36286            ! t/lib/sigaction.t
36287 ____________________________________________________________________________
36288 [  9129] By: jhi                                   on 2001/03/13  22:20:21
36289         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
36290              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36291              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
36292              Date:     Tue, 13 Mar 2001 16:44:32 EST
36293      Branch: perl
36294            ! t/lib/1_compile.t
36295 ____________________________________________________________________________
36296 [  9128] By: jhi                                   on 2001/03/13  22:18:34
36297         Log: Subject: Another patch for integer.pm POD 
36298              From: "John L. Allen" <allen@grumman.com>
36299              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
36300              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
36301      Branch: perl
36302            ! lib/integer.pm
36303 ____________________________________________________________________________
36304 [  9127] By: nick                                  on 2001/03/13  21:26:30
36305         Log: Integrate mainline.
36306      Branch: perlio
36307           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
36308           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
36309           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
36310           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
36311           !> Changes Configure MANIFEST README.os2 README.os390
36312           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
36313           !> os2/Changes patchlevel.h win32/perlhost.h
36314 ____________________________________________________________________________
36315 [  9126] By: nick                                  on 2001/03/13  20:39:51
36316         Log: #ifdef'ed out code to make packed side of pack/unpack
36317              octets. (i.e. pack('U') => encode_utf8).
36318      Branch: perlio
36319            ! pp.c
36320 ____________________________________________________________________________
36321 [  9125] By: jhi                                   on 2001/03/13  15:07:16
36322         Log: Update Changes.
36323      Branch: perl
36324            ! Changes patchlevel.h
36325 ____________________________________________________________________________
36326 [  9124] By: jhi                                   on 2001/03/13  14:22:45
36327         Log: Workaround for the buggy ("internal compiler error")
36328              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
36329              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
36330              of Andreas König.
36331      Branch: perl
36332            ! ext/re/Makefile.PL hints/aix.sh
36333 ____________________________________________________________________________
36334 [  9123] By: jhi                                   on 2001/03/13  03:24:34
36335         Log: Typo in #9114.
36336      Branch: metaconfig
36337            ! U/modified/myhostname.U
36338 ____________________________________________________________________________
36339 [  9122] By: jhi                                   on 2001/03/13  03:24:06
36340         Log: Typo in #9113.
36341      Branch: perl
36342            ! Configure
36343 ____________________________________________________________________________
36344 [  9121] By: jhi                                   on 2001/03/13  01:53:05
36345         Log: Forgot to check-in the larger part of #9120, duh.
36346      Branch: perl
36347            ! README.os2
36348 ____________________________________________________________________________
36349 [  9120] By: jhi                                   on 2001/03/13  01:51:31
36350         Log: Subject: [PATCH 5.6.1] OS/2 docs
36351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36352              Date: Mon, 12 Mar 2001 03:27:32 -0500
36353              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
36354      Branch: perl
36355            ! os2/Changes
36356 ____________________________________________________________________________
36357 [  9119] By: jhi                                   on 2001/03/13  01:49:41
36358         Log: Integrate change #9116 from maintperl into mainline.
36359              
36360              Win32::GetCwd() returns C: instead of C:\ in the root directory
36361              under ithreads
36362      Branch: perl
36363           !> win32/perlhost.h
36364 ____________________________________________________________________________
36365 [  9118] By: jhi                                   on 2001/03/13  01:13:39
36366         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
36367      Branch: perl
36368            + lib/Switch.pm t/lib/switch.t
36369            ! MANIFEST
36370 ____________________________________________________________________________
36371 [  9117] By: jhi                                   on 2001/03/13  01:03:17
36372         Log: Add Text::Balanced 1.83.
36373      Branch: perl
36374            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
36375            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
36376            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
36377            + t/lib/tb-xvari.t
36378            ! MANIFEST
36379 ____________________________________________________________________________
36380 [  9116] By: gsar                                  on 2001/03/13  00:55:53
36381         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
36382              under ithreads
36383      Branch: maint-5.6/perl
36384            ! win32/perlhost.h
36385 ____________________________________________________________________________
36386 [  9115] By: jhi                                   on 2001/03/13  00:54:09
36387         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
36388              From: "John L. Allen" <allen@grumman.com>
36389              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
36390              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
36391              
36392              use integer document clarification.
36393      Branch: perl
36394            ! lib/integer.pm
36395 ____________________________________________________________________________
36396 [  9114] By: jhi                                   on 2001/03/13  00:38:54
36397         Log: Metaconfig unit change for #9113.
36398      Branch: metaconfig
36399            ! U/modified/myhostname.U
36400 ____________________________________________________________________________
36401 [  9113] By: jhi                                   on 2001/03/13  00:38:35
36402         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?)
36403              From: Peter Prymmer <pvhp@forte.com>
36404              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
36405              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
36406      Branch: perl
36407            ! Configure README.os390 hints/os390.sh
36408 ____________________________________________________________________________
36409 [  9112] By: jhi                                   on 2001/03/13  00:29:00
36410         Log: Integrate perlio.
36411      Branch: perl
36412           !> sv.c utf8.h
36413 ____________________________________________________________________________
36414 [  9111] By: nick                                  on 2001/03/12  21:16:33
36415         Log: Integrate mainline.
36416      Branch: perlio
36417           +> t/op/anonsub.t
36418           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36419           !> proto.h sv.c
36420 ____________________________________________________________________________
36421 [  9110] By: nick                                  on 2001/03/12  21:00:13
36422         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
36423      Branch: perlio
36424            ! sv.c utf8.h
36425 ____________________________________________________________________________
36426 [  9109] By: jhi                                   on 2001/03/12  16:04:47
36427         Log: Integrate change #9108 from maintperl to mainline.
36428              
36429              fix memory leak in C<sub X { sub {} }> arising from a refcount
36430              loop between the outer sub and the inner prototype anonsub
36431              
36432              this also enables closures returned by subroutines that
36433              subsequently get redefined to work without generating coredumps :)
36434              
36435              completely removed the free_closures() hack--it shouldn't be
36436              needed anymore
36437      Branch: perl
36438           +> t/op/anonsub.t
36439           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36440           !> proto.h sv.c
36441 ____________________________________________________________________________
36442 [  9108] By: gsar                                  on 2001/03/12  10:21:31
36443         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
36444              loop between the outer sub and the inner prototype anonsub
36445              
36446              this also enables closures returned by subroutines that
36447              subsequently get redefined to work without generating coredumps :)
36448              
36449              completely removed the free_closures() hack--it shouldn't be
36450              needed anymore
36451      Branch: maint-5.6/perl
36452            + t/op/anonsub.t
36453            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
36454            ! proto.h sv.c
36455 ____________________________________________________________________________
36456 [  9107] By: jhi                                   on 2001/03/12  05:15:31
36457         Log: Integrate perlio.
36458      Branch: perl
36459           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
36460 ____________________________________________________________________________
36461 [  9106] By: nick                                  on 2001/03/11  20:10:12
36462         Log: regcomp.c is working in native space, not Unicode space (if different)
36463              as it is doing compare against 'W' in \W etc.
36464      Branch: perlio
36465            ! regcomp.c
36466 ____________________________________________________________________________
36467 [  9105] By: nick                                  on 2001/03/11  19:39:34
36468         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
36469              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
36470      Branch: perlio
36471            ! regcomp.c toke.c utf8.c
36472 ____________________________________________________________________________
36473 [  9104] By: nick                                  on 2001/03/11  18:15:44
36474         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
36475      Branch: perlio
36476            ! sv.c
36477 ____________________________________________________________________________
36478 [  9103] By: nick                                  on 2001/03/11  18:03:28
36479         Log: Integrate mainline (for regexp stuff).
36480      Branch: perlio
36481           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36482           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
36483           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
36484           !> t/lib/errno.t t/op/pat.t
36485 ____________________________________________________________________________
36486 [  9102] By: nick                                  on 2001/03/11  17:44:20
36487         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
36488              - exclude layer syms in makedef.pl for sfio
36489              - also inhibit Encode from trying to build ":encode()" layer.
36490      Branch: perlio
36491            ! ext/Encode/Encode.xs makedef.pl
36492 ____________________________________________________________________________
36493 [  9101] By: jhi                                   on 2001/03/10  22:38:13
36494         Log: The $Is_MacOS needs to be declared.
36495      Branch: perl
36496            ! lib/ExtUtils/Manifest.pm
36497 ____________________________________________________________________________
36498 [  9100] By: jhi                                   on 2001/03/10  22:14:29
36499         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
36500              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
36501              pollute the symbolspace if using sfio.
36502      Branch: perl
36503            ! ext/Encode/Encode.xs
36504 ____________________________________________________________________________
36505 [  9099] By: jhi                                   on 2001/03/10  21:58:48
36506         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
36507              Date: Sat, 10 Mar 2001 14:23:55 -0500
36508              From: Chris Nandor <pudge@pobox.com>
36509              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
36510      Branch: perl
36511            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
36512            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
36513            ! t/lib/errno.t
36514 ____________________________________________________________________________
36515 [  9098] By: jhi                                   on 2001/03/10  21:38:30
36516         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
36517      Branch: perl
36518            ! regcomp.c regexec.c t/op/pat.t
36519 ____________________________________________________________________________
36520 [  9097] By: jhi                                   on 2001/03/10  14:38:07
36521         Log: Integrate perlio.
36522      Branch: perl
36523           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36524           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36525           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36526 ____________________________________________________________________________
36527 [  9096] By: nick                                  on 2001/03/10  11:55:43
36528         Log: EBCDIC sanity - phase I
36529              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
36530              - use utf8n_xxxx (c.f. pvn) for forms which take length.
36531              - back out vN.N and $^V exceptions to e2a/a2e
36532              - make "locale" isxxx macros be uvchr (may be redundant?)
36533              
36534              Not clear yet that toUPPER_uni et. al. return being handled correctly.
36535              The tr// and rexexp stuff still needs an audit, assumption is they are working
36536              in Unicode space.
36537              
36538              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
36539      Branch: perlio
36540            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
36541            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
36542            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
36543 ____________________________________________________________________________
36544 [  9095] By: jhi                                   on 2001/03/09  22:10:01
36545         Log: Integrate perlio.
36546      Branch: perl
36547           !> dump.c
36548 ____________________________________________________________________________
36549 [  9094] By: nick                                  on 2001/03/09  17:36:38
36550         Log: Builds an passes all tests after integrate and this tweak.
36551      Branch: perlio
36552            ! dump.c
36553 ____________________________________________________________________________
36554 [  9093] By: nick                                  on 2001/03/09  17:16:03
36555         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
36556      Branch: perlio
36557           +> lib/unicode/Scripts.txt t/lib/sigaction.t
36558           !> (integrate 79 files)
36559 ____________________________________________________________________________
36560 [  9092] By: jhi                                   on 2001/03/09  15:28:26
36561         Log: Update Changes.
36562      Branch: perl
36563            ! Changes patchlevel.h
36564 ____________________________________________________________________________
36565 [  9091] By: jhi                                   on 2001/03/09  15:25:05
36566         Log: In op/stat #35 better to scan all the potential directories
36567              for setuids, not just the first one.
36568      Branch: perl
36569            ! t/op/stat.t
36570 ____________________________________________________________________________
36571 [  9090] By: jhi                                   on 2001/03/09  15:01:27
36572         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
36573              From: rspier@pobox.com (Robert Spier)
36574              Date: Fri, 9 Mar 2001 03:30:20 -0500
36575              Message-ID: <15016.38044.381174.160189@rls.cx>
36576              
36577              EXISTS() returning undef mistakenly triggered a FETCH().
36578      Branch: perl
36579            ! hv.c
36580 ____________________________________________________________________________
36581 [  9089] By: jhi                                   on 2001/03/09  14:59:02
36582         Log: Add /sbin and /usr/sbin to the list of directories scanned
36583              for setuid programs.  Takes care of bug id 20010309.003.
36584      Branch: perl
36585            ! t/op/stat.t
36586 ____________________________________________________________________________
36587 [  9088] By: jhi                                   on 2001/03/09  14:48:32
36588         Log: Regen perlapi, perltoc.
36589      Branch: perl
36590            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
36591 ____________________________________________________________________________
36592 [  9087] By: jhi                                   on 2001/03/09  14:38:56
36593         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36594              From: David Mitchell <davem@fdgroup.co.uk>
36595              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
36596              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
36597      Branch: perl
36598            ! dump.c perl.c perl.h pod/perlrun.pod
36599 ____________________________________________________________________________
36600 [  9086] By: jhi                                   on 2001/03/09  01:47:16
36601         Log: A modified version of
36602              
36603              Subject: [ID 20010307.005] POSIX::sigaction has various problems
36604              From: anders@broadcom.com
36605              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
36606              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
36607              
36608              Currently the sigaction.t test #6 fails (and is fudged to look
36609              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
36610              This may well be a genuine bug in Linux sigaction() (since at
36611              least Tru64, Solaris, and HP-UX disagree with Linux).
36612              Anyone with POSIX / SUSv2 tome handy?  The problem is that
36613              the flags of the oldaction don't match with the flags in
36614              the previously installed disposition.
36615      Branch: perl
36616            + t/lib/sigaction.t
36617            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
36618 ____________________________________________________________________________
36619 [  9085] By: jhi                                   on 2001/03/09  01:30:13
36620         Log: Subject: Re: mission impossible for the day
36621              From: Alex Gough <alex@rcon.org>
36622              Date: Thu, 08 Mar 2001 17:18:19 +0000
36623              Message-ID: <3AA7BEDB.8070409@rcon.org>
36624              
36625              If references (are overloaded) and can be directly stringified,
36626              show that instead of "stringified".
36627              
36628              (The problem, infinite mutual recursion caused by overloaded bool
36629              in Switch.pm, tracked by David Mitchell)
36630      Branch: perl
36631            ! lib/Carp/Heavy.pm
36632 ____________________________________________________________________________
36633 [  9084] By: jhi                                   on 2001/03/09  01:20:39
36634         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
36635              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
36636              From: David Mitchell <davem@fdgroup.co.uk>
36637              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
36638      Branch: perl
36639            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
36640            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
36641 ____________________________________________________________________________
36642 [  9083] By: jhi                                   on 2001/03/09  01:16:51
36643         Log: Subject: [PATCH] perldata.pod here-doc docs
36644              From: Jeff Pinyan <jeffp@crusoe.net>
36645              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
36646              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
36647      Branch: perl
36648            ! pod/perldata.pod
36649 ____________________________________________________________________________
36650 [  9082] By: jhi                                   on 2001/03/09  01:01:27
36651         Log: Subject: Re: Unicode/EBCDIC
36652              From: Peter Prymmer <pvhp@forte.com>
36653              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
36654              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
36655      Branch: perl
36656            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
36657 ____________________________________________________________________________
36658 [  9081] By: jhi                                   on 2001/03/08  13:41:30
36659         Log: Subject: Ooops, wrong 'no *POSIX' Patch
36660              From: Dorner Thomas <Thomas.Dorner@start.de>
36661              Date: Thu, 8 Mar 2001 08:43:28 +0100
36662              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
36663      Branch: perl
36664            ! hints/posix-bc.sh
36665 ____________________________________________________________________________
36666 [  9080] By: jhi                                   on 2001/03/08  13:11:42
36667         Log: It's Scripts.txt, not Script.txt.
36668      Branch: perl
36669            ! MANIFEST
36670 ____________________________________________________________________________
36671 [  9079] By: jhi                                   on 2001/03/08  12:59:05
36672         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
36673              From: Dorner Thomas <Thomas.Dorner@start.de>
36674              Date: Wed, 7 Mar 2001 14:13:31 +0100
36675              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
36676      Branch: perl
36677            ! makedepend.SH
36678 ____________________________________________________________________________
36679 [  9078] By: jhi                                   on 2001/03/08  12:57:43
36680         Log: Retract #9069, wrong patch.
36681      Branch: perl
36682            ! Makefile.SH
36683 ____________________________________________________________________________
36684 [  9077] By: jhi                                   on 2001/03/08  01:06:13
36685         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
36686      Branch: perl
36687            + lib/unicode/Scripts.txt
36688            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
36689            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
36690            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
36691            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
36692            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
36693            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
36694            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
36695            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
36696            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
36697            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
36698            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
36699            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
36700            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
36701            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
36702            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
36703            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
36704            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
36705            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
36706            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
36707            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
36708            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
36709            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
36710            ! lib/unicode/version
36711 ____________________________________________________________________________
36712 [  9076] By: jhi                                   on 2001/03/07  22:59:39
36713         Log: Integrate change #7784 from mainline into maintperl.
36714              
36715              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
36716      Branch: maint-5.6/perl
36717           !> pp_ctl.c t/op/pat.t
36718 ____________________________________________________________________________
36719 [  9075] By: jhi                                   on 2001/03/07  22:05:11
36720         Log: More UTF-8 test tweaks.
36721      Branch: perl
36722            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
36723 ____________________________________________________________________________
36724 [  9074] By: nick                                  on 2001/03/07  21:39:29
36725         Log: Integrate mainline.
36726      Branch: perlio
36727           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
36728           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
36729           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
36730           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
36731           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
36732 ____________________________________________________________________________
36733 [  9073] By: jhi                                   on 2001/03/07  16:37:09
36734         Log: Update Changes.
36735      Branch: perl
36736            ! Changes patchlevel.h
36737 ____________________________________________________________________________
36738 [  9072] By: jhi                                   on 2001/03/07  16:32:30
36739         Log: Subject: [ID 20010306.004] || != named unary operator
36740              From: abela@geneanet.org
36741              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
36742              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
36743      Branch: perl
36744            ! pod/perlop.pod
36745 ____________________________________________________________________________
36746 [  9071] By: jhi                                   on 2001/03/07  15:14:11
36747         Log: Subject: downgrading to bytes for common functions
36748              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
36749              Date: Wed, 7 Mar 2001 02:36:55 -0500
36750              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
36751      Branch: perl
36752            ! pp_sys.c
36753 ____________________________________________________________________________
36754 [  9070] By: jhi                                   on 2001/03/07  15:04:58
36755         Log: Clarify the description differentiating for and while; inspired by
36756              
36757              Subject: [ID 20010306.002] for/while difference in for definition
36758              From: abela@geneanet.org
36759              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
36760              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
36761      Branch: perl
36762            ! pod/perlsyn.pod
36763 ____________________________________________________________________________
36764 [  9069] By: jhi                                   on 2001/03/07  14:55:30
36765         Log: (Retracted by #9078.)
36766      Branch: perl
36767            ! Makefile.SH
36768 ____________________________________________________________________________
36769 [  9068] By: jhi                                   on 2001/03/07  14:51:17
36770         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
36771              From: Radu Greab <radu@netsoft.ro>
36772              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
36773              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
36774      Branch: perl
36775            ! pp.c t/op/chop.t
36776 ____________________________________________________________________________
36777 [  9067] By: jhi                                   on 2001/03/07  14:48:57
36778         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
36779              From: Simon Cozens <simon@netthink.co.uk>
36780              Date: Wed, 7 Mar 2001 13:59:28 +0000
36781              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
36782              
36783              In order to allow MakeMaker to build correct Makefiles,
36784              you need to change the order of the arguments in MM_Unix.pm
36785              as well. (Unless you have C89_CCMODE set, but we're trying
36786              to be POSIXly correct)
36787              
36788              Thanks to Merijn Broeren for tracking this down.
36789      Branch: perl
36790            ! lib/ExtUtils/MM_Unix.pm
36791 ____________________________________________________________________________
36792 [  9066] By: jhi                                   on 2001/03/07  14:30:02
36793         Log: Floating point too messy.
36794      Branch: perl
36795            ! t/camel-III/vstring.t
36796 ____________________________________________________________________________
36797 [  9065] By: jhi                                   on 2001/03/07  14:17:44
36798         Log: Integrate change #9064 from maintperl into mainline.
36799              
36800              fix memory leak in pack("Bb",...)
36801      Branch: perl
36802           !> perl.c
36803 ____________________________________________________________________________
36804 [  9064] By: gsar                                  on 2001/03/07  06:29:24
36805         Log: fix memory leak in pack("Bb",...)
36806      Branch: maint-5.6/perl
36807            ! perl.c
36808 ____________________________________________________________________________
36809 [  9063] By: jhi                                   on 2001/03/07  00:55:04
36810         Log: Major utf8 test reorganisation and rewrite.
36811              Hopefully no tests were lost in the shuffle.
36812              (The beginning of pragma/utf8 was lost intentionally,
36813              the tests were rather bogus and incomplete.)
36814      Branch: perl
36815            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
36816            ! t/pragma/utf8.t
36817 ____________________________________________________________________________
36818 [  9062] By: jhi                                   on 2001/03/07  00:41:16
36819         Log: More tweakage on the Unicode character class descriptions.
36820      Branch: perl
36821            ! lib/unicode/mktables.PL pod/perlretut.pod
36822 ____________________________________________________________________________
36823 [  9061] By: jhi                                   on 2001/03/06  23:12:38
36824         Log: The perlretut was still talking about the old \p and \P
36825              definitions.
36826      Branch: perl
36827            ! pod/perlretut.pod
36828 ____________________________________________________________________________
36829 [  9060] By: nick                                  on 2001/03/06  20:52:37
36830         Log: Integrate mainline (make test works again now).
36831      Branch: perlio
36832           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
36833 ____________________________________________________________________________
36834 [  9059] By: jhi                                   on 2001/03/06  15:36:14
36835         Log: 0.999... does equal 1.0, doesn't it?
36836      Branch: perl
36837            ! t/camel-III/vstring.t
36838 ____________________________________________________________________________
36839 [  9058] By: jhi                                   on 2001/03/06  15:34:00
36840         Log: Make /x{abcd}/ to work without use utf8.
36841      Branch: perl
36842            ! regcomp.c
36843 ____________________________________________________________________________
36844 [  9057] By: jhi                                   on 2001/03/06  03:02:36
36845         Log: Easier to outcomment all the three reset() tests for now.
36846      Branch: perl
36847            ! t/op/pat.t
36848 ____________________________________________________________________________
36849 [  9056] By: jhi                                   on 2001/03/06  02:30:02
36850         Log: Comment out the deadly reset; until the 20010301.005
36851              is finally fixed.
36852      Branch: perl
36853            ! t/op/pat.t
36854 ____________________________________________________________________________
36855 [  9055] By: jhi                                   on 2001/03/06  02:21:26
36856         Log: Integrate the change #9054 from mainline:
36857              retract the PMOP cleanup patch pending further investigation.
36858      Branch: maint-5.6/perl
36859           !> op.c op.h
36860 ____________________________________________________________________________
36861 [  9054] By: jhi                                   on 2001/03/06  02:19:57
36862         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
36863              with oddly familiar stack traces.
36864      Branch: perl
36865            ! op.c op.h
36866 ____________________________________________________________________________
36867 [  9053] By: jhi                                   on 2001/03/05  23:20:28
36868         Log: Integrate perlio.
36869      Branch: perl
36870           +> ext/Encode/Encode/koi8-r.ucm
36871           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36872           !> makedef.pl
36873 ____________________________________________________________________________
36874 [  9052] By: nick                                  on 2001/03/05  23:08:17
36875         Log: skipping USE_PERLIO symbols correction.
36876      Branch: perlio
36877            ! makedef.pl
36878 ____________________________________________________________________________
36879 [  9051] By: nick                                  on 2001/03/05  22:35:07
36880         Log: More Encode alias tidying.
36881      Branch: perlio
36882            + ext/Encode/Encode/koi8-r.ucm
36883            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
36884 ____________________________________________________________________________
36885 [  9050] By: jhi                                   on 2001/03/05  21:44:29
36886         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
36887              Sarathy's fix for ID 20010301.005.
36888      Branch: maint-5.6/perl
36889           !> op.c op.h
36890 ____________________________________________________________________________
36891 [  9049] By: nick                                  on 2001/03/05  19:54:04
36892         Log: Integrate Jarkko's Encode.pm tweak.
36893      Branch: perlio
36894           !> ext/Encode/Encode.pm
36895 ____________________________________________________________________________
36896 [  9048] By: nick                                  on 2001/03/05  19:47:57
36897         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
36898      Branch: perlio
36899           +> os2/os2add.sym
36900           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
36901           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
36902           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
36903           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
36904           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
36905 ____________________________________________________________________________
36906 [  9047] By: jhi                                   on 2001/03/05  19:25:26
36907         Log: Regen perlapi.
36908      Branch: perl
36909            ! pod/perlapi.pod
36910 ____________________________________________________________________________
36911 [  9046] By: jhi                                   on 2001/03/05  19:12:14
36912         Log: Integrate perlio.
36913      Branch: perl
36914           +> t/camel-III/vstring.t
36915           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
36916 ____________________________________________________________________________
36917 [  9045] By: jhi                                   on 2001/03/05  19:10:36
36918         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
36919      Branch: perl
36920            ! ext/Encode/Encode.pm
36921 ____________________________________________________________________________
36922 [  9044] By: jhi                                   on 2001/03/05  18:49:12
36923         Log: Forgot the other half of the PMOP patch (#9033).
36924      Branch: perl
36925            ! op.h
36926 ____________________________________________________________________________
36927 [  9043] By: nick                                  on 2001/03/05  18:14:47
36928         Log: Update MANIFEST for new test.
36929      Branch: perlio
36930            ! MANIFEST
36931 ____________________________________________________________________________
36932 [  9042] By: nick                                  on 2001/03/05  18:12:41
36933         Log: Some tests for Camel 3rd edition features.
36934              Make gethostbyaddr() test in above work.
36935      Branch: perlio
36936            + t/camel-III/vstring.t
36937            ! pp.h pp_sys.c t/TEST t/harness
36938 ____________________________________________________________________________
36939 [  9041] By: jhi                                   on 2001/03/05  17:41:48
36940         Log: Add more ISO 8859 encoding aliases.
36941      Branch: perl
36942            ! ext/Encode/Encode.pm
36943 ____________________________________________________________________________
36944 [  9040] By: jhi                                   on 2001/03/05  17:30:43
36945         Log: Integrate perlio.
36946      Branch: perl
36947           !> MANIFEST sv.c
36948 ____________________________________________________________________________
36949 [  9039] By: nick                                  on 2001/03/05  17:11:36
36950         Log: Missed added file.
36951      Branch: perlio
36952            ! MANIFEST
36953 ____________________________________________________________________________
36954 [  9038] By: jhi                                   on 2001/03/05  15:58:01
36955         Log: Add tr tests for EBCDIC, from Karsten Sperling.
36956      Branch: perl
36957            ! t/op/tr.t
36958 ____________________________________________________________________________
36959 [  9037] By: nick                                  on 2001/03/05  15:56:35
36960         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
36961              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
36962              
36963              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
36964              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
36965              - uses SvPV() rather than sv_2pv() in case it isn't a string.
36966      Branch: perlio
36967            ! sv.c
36968 ____________________________________________________________________________
36969 [  9036] By: jhi                                   on 2001/03/05  15:49:15
36970         Log: Add matching tests currently failing in EBCDIC,
36971              suggested by Karsten Sperling.
36972      Branch: perl
36973            ! t/op/pat.t
36974 ____________________________________________________________________________
36975 [  9035] By: jhi                                   on 2001/03/05  15:36:55
36976         Log: The #9034 needs a MANIFESTation.
36977      Branch: perl
36978            ! MANIFEST
36979 ____________________________________________________________________________
36980 [  9034] By: jhi                                   on 2001/03/05  15:35:14
36981         Log: Integrate perlio.
36982      Branch: perl
36983           +> ext/Encode/Encode/Tcl.pm
36984           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
36985           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
36986           !> ext/Encode/Encode/iso8859-1.ucm
36987           !> ext/Encode/Encode/iso8859-10.ucm
36988           !> ext/Encode/Encode/iso8859-13.ucm
36989           !> ext/Encode/Encode/iso8859-14.ucm
36990           !> ext/Encode/Encode/iso8859-15.ucm
36991           !> ext/Encode/Encode/iso8859-16.ucm
36992           !> ext/Encode/Encode/iso8859-2.ucm
36993           !> ext/Encode/Encode/iso8859-3.ucm
36994           !> ext/Encode/Encode/iso8859-4.ucm
36995           !> ext/Encode/Encode/iso8859-5.ucm
36996           !> ext/Encode/Encode/iso8859-6.ucm
36997           !> ext/Encode/Encode/iso8859-7.ucm
36998           !> ext/Encode/Encode/iso8859-8.ucm
36999           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
37000           !> t/lib/encode.t
37001 ____________________________________________________________________________
37002 [  9033] By: jhi                                   on 2001/03/05  15:33:18
37003         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
37004              From: Gurusamy Sarathy <gsar@ActiveState.com>
37005              Date: Sun, 04 Mar 2001 22:33:15 -0800
37006              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
37007              
37008              PMOPs need to remember their own stash so that they can
37009              gracefully remove themselves from their linked list.
37010      Branch: perl
37011            ! op.c
37012 ____________________________________________________________________________
37013 [  9032] By: nick                                  on 2001/03/05  14:51:50
37014         Log: Encode implementation "completion"
37015              Implement and document define_encoding()
37016              Implement and document encoding aliases including define_alias()
37017              Make Encode::XS use define_encoding() rather than back-door.
37018              Move run-time *.enc to separate Encode::Tcl module.
37019              Make 'compile' honour <codeset_name>
37020              Change canonical names of to iso-8859-* and US-ascii.
37021      Branch: perlio
37022            + ext/Encode/Encode/Tcl.pm
37023            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
37024            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
37025            ! ext/Encode/Encode/iso8859-1.ucm
37026            ! ext/Encode/Encode/iso8859-10.ucm
37027            ! ext/Encode/Encode/iso8859-13.ucm
37028            ! ext/Encode/Encode/iso8859-14.ucm
37029            ! ext/Encode/Encode/iso8859-15.ucm
37030            ! ext/Encode/Encode/iso8859-16.ucm
37031            ! ext/Encode/Encode/iso8859-2.ucm
37032            ! ext/Encode/Encode/iso8859-3.ucm
37033            ! ext/Encode/Encode/iso8859-4.ucm
37034            ! ext/Encode/Encode/iso8859-5.ucm
37035            ! ext/Encode/Encode/iso8859-6.ucm
37036            ! ext/Encode/Encode/iso8859-7.ucm
37037            ! ext/Encode/Encode/iso8859-8.ucm
37038            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
37039            ! t/lib/encode.t
37040 ____________________________________________________________________________
37041 [  9031] By: jhi                                   on 2001/03/05  13:51:17
37042         Log: Integrate change #9030 from maintperl into mainline.
37043              
37044              Subject: [PATCH 5.6.1] OS/2 cleanup
37045      Branch: perl
37046           +> os2/os2add.sym
37047           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37048           !> makedef.pl os2/Changes os2/Makefile.SHs
37049           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
37050           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
37051           !> os2/os2.sym os2/os2ish.h
37052 ____________________________________________________________________________
37053 [  9030] By: jhi                                   on 2001/03/05  13:46:49
37054         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
37055              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37056              Date: Mon, 5 Mar 2001 02:29:44 -0500
37057              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
37058      Branch: maint-5.6/perl
37059            + os2/os2add.sym
37060            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
37061            ! makedef.pl os2/Changes os2/Makefile.SHs
37062            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
37063            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
37064            ! os2/os2.sym os2/os2ish.h
37065 ____________________________________________________________________________
37066 [  9029] By: jhi                                   on 2001/03/05  13:40:35
37067         Log: Integrate change #9028 from maintperl into mainline.
37068              
37069              various nits in MM_Unix.pm found by disabling SelfLoader
37070      Branch: perl
37071           !> lib/ExtUtils/MM_Unix.pm
37072 ____________________________________________________________________________
37073 [  9028] By: gsar                                  on 2001/03/05  09:58:38
37074         Log: various nits in MM_Unix.pm found by disabling SelfLoader
37075      Branch: maint-5.6/perl
37076            ! lib/ExtUtils/MM_Unix.pm
37077 ____________________________________________________________________________
37078 [  9027] By: nick                                  on 2001/03/05  08:35:22
37079         Log: Integrate mainline
37080      Branch: perlio
37081           !> (integrate 28 files)
37082 ____________________________________________________________________________
37083 [  9026] By: jhi                                   on 2001/03/05  02:14:59
37084         Log: Integrate change #9025 from mainline to maintperl,
37085              retract \N{U+HHHH}.
37086      Branch: maint-5.6/perl
37087           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37088           !> t/lib/charnames.t toke.c
37089 ____________________________________________________________________________
37090 [  9025] By: jhi                                   on 2001/03/05  02:13:09
37091         Log: Retracting \N{U+HHHH}.
37092      Branch: perl
37093            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37094            ! t/lib/charnames.t toke.c
37095 ____________________________________________________________________________
37096 [  9024] By: jhi                                   on 2001/03/04  20:51:07
37097         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
37098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37099              Date: Fri, 02 Mar 2001 18:25:26 +0100
37100              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
37101              
37102              Casting problem.
37103      Branch: perl
37104            ! ext/Storable/Storable.xs
37105 ____________________________________________________________________________
37106 [  9023] By: jhi                                   on 2001/03/04  19:46:45
37107         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
37108              From: nick@talking.bollo.cx
37109              Date: Sat, 03 Mar 2001 21:41:33 +0000
37110              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
37111              
37112              Revert the workaround.
37113      Branch: perl
37114            ! perlio.c
37115 ____________________________________________________________________________
37116 [  9022] By: jhi                                   on 2001/03/04  19:36:28
37117         Log: Update Changes.
37118      Branch: perl
37119            ! Changes patchlevel.h
37120 ____________________________________________________________________________
37121 [  9021] By: jhi                                   on 2001/03/04  18:41:00
37122         Log: makedef.pl updates suggested by Chris Nandor; double-checking
37123              the changes in AIX, OS/2 Win32 would be nice.
37124      Branch: perl
37125            ! makedef.pl
37126 ____________________________________________________________________________
37127 [  9020] By: jhi                                   on 2001/03/04  18:23:58
37128         Log: Integrate change #9012 from maintperl into mainline,
37129              quench a compiler warning.
37130      Branch: perl
37131           !> toke.c
37132 ____________________________________________________________________________
37133 [  9019] By: jhi                                   on 2001/03/04  18:18:43
37134         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
37135              
37136              \N{U+HHHH} fix.
37137              
37138              pattern in G_ARRAY context
37139      Branch: maint-5.6/perl
37140           !> pp_hot.c t/op/pat.t toke.c
37141 ____________________________________________________________________________
37142 [  9018] By: jhi                                   on 2001/03/04  18:07:48
37143         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
37144              From: Jeff Pinyan <jeffp@crusoe.net>
37145              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
37146              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
37147      Branch: perl
37148            ! pp_hot.c t/op/pat.t
37149 ____________________________________________________________________________
37150 [  9017] By: jhi                                   on 2001/03/04  18:06:21
37151         Log: I thought I tested the #9014.
37152      Branch: perl
37153            ! toke.c
37154 ____________________________________________________________________________
37155 [  9016] By: jhi                                   on 2001/03/04  17:41:22
37156         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
37157              
37158              Tweak the get*ent() OS/2 prototypes.
37159              
37160              Add the \N{U+HHHH} syntax.
37161              
37162              More tr/// UTF-8 fixes from Inaba Hiroto.
37163      Branch: maint-5.6/perl
37164           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
37165           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
37166 ____________________________________________________________________________
37167 [  9015] By: jhi                                   on 2001/03/04  17:36:04
37168         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
37169      Branch: perl
37170            ! doop.c t/op/tr.t
37171 ____________________________________________________________________________
37172 [  9014] By: jhi                                   on 2001/03/04  17:24:49
37173         Log: Add the \N{U+HHHH} syntax.
37174      Branch: perl
37175            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
37176            ! t/lib/charnames.t toke.c
37177 ____________________________________________________________________________
37178 [  9013] By: jhi                                   on 2001/03/04  17:20:45
37179         Log: Tweak the get*ent() OS/2 prototypes.
37180      Branch: perl
37181            ! os2/os2.c
37182 ____________________________________________________________________________
37183 [  9012] By: gsar                                  on 2001/03/04  06:26:14
37184         Log: avoid warning (nit in change#9009)
37185      Branch: maint-5.6/perl
37186            ! toke.c
37187 ____________________________________________________________________________
37188 [  9011] By: gsar                                  on 2001/03/04  06:15:24
37189         Log: lib/charnames.t fails in 5.6.x because of older Unicode
37190              data
37191              
37192              TODO: need to revisit this after updating lib/unicode/...
37193      Branch: maint-5.6/perl
37194            ! t/lib/charnames.t
37195 ____________________________________________________________________________
37196 [  9010] By: gsar                                  on 2001/03/04  06:08:36
37197         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
37198      Branch: maint-5.6/perl
37199            ! toke.c
37200 ____________________________________________________________________________
37201 [  9009] By: jhi                                   on 2001/03/03  19:27:20
37202         Log: Integrate change #9008 from mainline to maintperl,
37203              UTF-8 tr/// fixes from Inaba Hiroto.
37204      Branch: maint-5.6/perl
37205           !> doop.c op.c t/op/tr.t toke.c
37206 ____________________________________________________________________________
37207 [  9008] By: jhi                                   on 2001/03/03  19:19:42
37208         Log: UTF8 tr/// fixes from Inaba Hiroto.
37209      Branch: perl
37210            ! doop.c op.c t/op/tr.t toke.c
37211 ____________________________________________________________________________
37212 [  9007] By: jhi                                   on 2001/03/03  19:00:30
37213         Log: Integrate change #9006 from maintperl to mainline,
37214              more robust quest for the infinite.
37215      Branch: perl
37216           !> lib/Math/Complex.pm
37217 ____________________________________________________________________________
37218 [  9006] By: jhi                                   on 2001/03/03  18:58:06
37219         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
37220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37221              Date: Sat, 3 Mar 2001 12:51:50 -0500
37222              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
37223              
37224              Be more robust in our quest for the infinite.
37225      Branch: maint-5.6/perl
37226            ! lib/Math/Complex.pm
37227 ____________________________________________________________________________
37228 [  9005] By: jhi                                   on 2001/03/03  17:55:50
37229         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
37230      Branch: maint-5.6/perl
37231            ! doio.c
37232 ____________________________________________________________________________
37233 [  9004] By: jhi                                   on 2001/03/03  17:40:14
37234         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
37235              so that picky compilers like IRIX won't get huffy about
37236              "statements without effect" (like 1;).
37237      Branch: perl
37238            ! toke.c
37239 ____________________________________________________________________________
37240 [  9003] By: jhi                                   on 2001/03/03  17:15:52
37241         Log: Integrate change #9002 from mainline to maintperl.
37242              
37243              Subject: [perl-5.6.x, perl-current] accept for EPOC
37244      Branch: maint-5.6/perl
37245           !> pp_sys.c
37246 ____________________________________________________________________________
37247 [  9002] By: jhi                                   on 2001/03/03  17:14:30
37248         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
37249              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37250              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
37251              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
37252      Branch: perl
37253            ! pp_sys.c
37254 ____________________________________________________________________________
37255 [  9001] By: jhi                                   on 2001/03/03  17:13:13
37256         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
37257              From: "Craig A. Berry" <craigberry@mac.com>
37258              Date: Fri, 02 Mar 2001 17:44:40 -0600
37259              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
37260      Branch: perl
37261            ! t/pod/find.t
37262 ____________________________________________________________________________
37263 [  9000] By: jhi                                   on 2001/03/03  17:11:55
37264         Log: Integrate changes #8997,8999 from maintperl.
37265              
37266              Subject: [PATCH 5.6.1] compiling on OS/2
37267              (Better error message from hints/os2.sh)
37268              
37269              Subject: [PATCH 5.6.1] syslog.t
37270      Branch: perl
37271           !> hints/os2.sh t/lib/syslog.t
37272 ____________________________________________________________________________
37273 [  8999] By: jhi                                   on 2001/03/03  17:09:28
37274         Log: Subject: [PATCH 5.6.1] syslog.t
37275              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37276              Date: Sat, 3 Mar 2001 02:11:17 -0500
37277              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
37278      Branch: maint-5.6/perl
37279            ! t/lib/syslog.t
37280 ____________________________________________________________________________
37281 [  8998] By: jhi                                   on 2001/03/03  17:07:50
37282         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
37283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37284              Date: Sat, 3 Mar 2001 01:53:52 -0500
37285              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
37286      Branch: maint-5.6/perl
37287            ! opcode.pl os2/os2.c
37288 ____________________________________________________________________________
37289 [  8997] By: jhi                                   on 2001/03/03  17:03:30
37290         Log: Subject: [PATCH 5.6.1] compiling on OS/2
37291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37292              Date: Sat, 3 Mar 2001 01:59:59 -0500
37293              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
37294      Branch: maint-5.6/perl
37295            ! hints/os2.sh
37296 ____________________________________________________________________________
37297 [  8996] By: jhi                                   on 2001/03/03  00:55:58
37298         Log: Regen files for mainline.
37299      Branch: perl
37300            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37301            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
37302 ____________________________________________________________________________
37303 [  8995] By: jhi                                   on 2001/03/03  00:35:22
37304         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
37305              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
37306              to maintperl.
37307              
37308              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
37309              
37310              Add Configure option -Dmksymlinks which will create a symlink
37311              forest if the current/build differs from the source directory.
37312              (8218,8220,8221,8317,8318,8971)
37313              
37314              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
37315              (Document APPLLIB_EXP in INSTALL.)
37316              
37317              If running byacc write-enable also perly.h.
37318              
37319              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
37320              
37321              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
37322              
37323              Sanity check for conflicting thread flavours.
37324              
37325              Fix the sys/fcntl.h problem reported by Peter Prymmer.
37326              
37327              Add few CPUs/architectures to the Cppsym scan,
37328              add -perlio to archname if so selected (modified 8890)
37329              
37330              Be more helpful for devel builders, suggested by John L. Allen.
37331              (admittedly pointless change for maintperl, but the usedevel
37332              code is there already)
37333      Branch: maint-5.6/perl
37334           !> Configure INSTALL Makefile.SH Porting/Glossary
37335           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
37336           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
37337           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
37338           !> win32/config.bc win32/config.gc win32/config.vc
37339 ____________________________________________________________________________
37340 [  8994] By: jhi                                   on 2001/03/02  23:31:41
37341         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
37342      Branch: metaconfig/U/perl
37343            ! gccvers.U
37344 ____________________________________________________________________________
37345 [  8993] By: jhi                                   on 2001/03/02  23:22:12
37346         Log: Regenerate various files for maint.
37347      Branch: maint-5.6/perl
37348            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
37349            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
37350 ____________________________________________________________________________
37351 [  8992] By: alanbur                               on 2001/03/02  22:48:34
37352         Log: Resync wuth parent
37353      Branch: maint-5.6/pureperl
37354           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37355           !> (integrate 60 files)
37356 ____________________________________________________________________________
37357 [  8991] By: jhi                                   on 2001/03/02  21:00:08
37358         Log: Retract the #8742 part of #8986, backward compat.
37359      Branch: maint-5.6/perl
37360            ! embed.pl
37361 ____________________________________________________________________________
37362 [  8990] By: jhi                                   on 2001/03/02  20:40:07
37363         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
37364      Branch: maint-5.6/perl
37365            ! hv.c
37366 ____________________________________________________________________________
37367 [  8989] By: jhi                                   on 2001/03/02  19:59:56
37368         Log: Update Changes.
37369      Branch: perl
37370            ! Changes patchlevel.h
37371 ____________________________________________________________________________
37372 [  8988] By: jhi                                   on 2001/03/02  19:57:08
37373         Log: Integrate perlio.
37374      Branch: perl
37375           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37376           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37377           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37378           !> ext/Encode/Encode/iso8859-10.ucm
37379           !> ext/Encode/Encode/iso8859-13.ucm
37380           !> ext/Encode/Encode/iso8859-14.ucm
37381           !> ext/Encode/Encode/iso8859-15.ucm
37382           !> ext/Encode/Encode/iso8859-16.ucm
37383           !> ext/Encode/Encode/iso8859-2.ucm
37384           !> ext/Encode/Encode/iso8859-3.ucm
37385           !> ext/Encode/Encode/iso8859-4.ucm
37386           !> ext/Encode/Encode/iso8859-5.ucm
37387           !> ext/Encode/Encode/iso8859-6.ucm
37388           !> ext/Encode/Encode/iso8859-7.ucm
37389           !> ext/Encode/Encode/iso8859-8.ucm
37390           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37391           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
37392 ____________________________________________________________________________
37393 [  8987] By: jhi                                   on 2001/03/02  19:43:40
37394         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
37395              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
37396              8950,8952,8955 from mainline to maintperl.
37397              
37398              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
37399              
37400              Put to rest the 20010205.001, the email address checking (not) regex.
37401              
37402              fork() not everywhere, cleanup temp files.
37403              
37404              The #8843 wasn't quite right: %Config needs to imported.
37405              
37406              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
37407              (#8849: the glob-basic hunk needed massaging as it depended
37408              on Schwern's large-scale (unintegrated) patches)
37409              
37410              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
37411              
37412              Upgrade to CGI.pm 2.752, from Lincoln Stein.
37413              (Note: there were some conflicts due to EBCDIC and EPOC
37414              patches, in general I preferred the repository code.)
37415              (When 2.753 comes out, we need to synchronize.)
37416              
37417              Subject: [PATCH] fix for charnames above FFFF
37418              
37419              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
37420              
37421              If no sfio, no -lsfio.
37422              
37423              Run run/*.t also in minitest.
37424              
37425              Subject:  [PATCH perl 5.7.0] malloc message address offset
37426              
37427              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
37428              
37429              Subject: fix for parameter -Dm (for perl@8867)
37430              
37431              Subject: [PATCH: perl@8892] was Re: hashing order difference?
37432              (make the test more portable)
37433              
37434              Subject: Re: [PATCH] fix for charnames above FFFF
37435              
37436              Subject: Re: I'm losing the war...
37437              (hv_store() not working correctly in ENV_IS_CASELESS case.)
37438              
37439              Subject: Modified README.bs2000 
37440              
37441              Subject: [PATCH: perl@8935] -Dt padsv($var)
37442              
37443              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37444              
37445              Subject: PATCH: extra tests to check on negative float to unsigned cast
37446              
37447              Subject: [PATCH] XPUSH[insp] was Re: progress
37448              
37449              Subject: Re: Compile with perlcc..
37450      Branch: maint-5.6/perl
37451           !> (integrate 36 files)
37452 ____________________________________________________________________________
37453 [  8986] By: jhi                                   on 2001/03/02  18:51:25
37454         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
37455              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
37456              to maintperl.
37457              
37458              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
37459              
37460              Subject: [DOC PATCH] overload.pm nits
37461              
37462              Add header for LIB$ prototypes (C. Berry)
37463              
37464              Convert fwrite()s to sockets to write()s, since some socket stacks
37465              don't take kindly to stdio.
37466              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37467              (for often optional LNMs)
37468              Correct a few typos
37469              (C. Bailey)
37470              
37471              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
37472              
37473              De-cut-and-pasto.
37474              
37475              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
37476              
37477              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
37478              
37479              Upgrade to CPAN 1.59_54, from Andreas König.
37480              
37481              Bogus shebang.
37482              
37483              Subject: [PATCH] Document makepatch in Porting/patching
37484              
37485              UTF-8 documentation.
37486              
37487              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
37488              
37489              Sort the MANIFEST.
37490              
37491              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
37492              
37493              Subject: [PATCH @8807] toke.c cleanup: scan_str()
37494              
37495              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
37496              
37497              Add run/*.t to testables.
37498              
37499              TODO: integrate #8784.
37500      Branch: maint-5.6/perl
37501           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
37502           !> (integrate 28 files)
37503 ____________________________________________________________________________
37504 [  8985] By: nick                                  on 2001/03/02  18:15:45
37505         Log: Integrate mainline
37506      Branch: perlio
37507           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
37508           !> vms/vms.c
37509 ____________________________________________________________________________
37510 [  8984] By: jhi                                   on 2001/03/02  16:00:17
37511         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
37512              
37513              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
37514              5.004_05, and mention the suidperl August 2000 security problem.
37515              (#8978,#8981)
37516              
37517              Subject: [ID 20010301.004] Technically speaking in perldata
37518              
37519              Subject: [PATCH] File::Copy for bleadperl, maintperl
37520              
37521              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37522              
37523              (The #8982, fix for 20010221.005 and 20010221.008,
37524              would be nice too but it didn't integrate cleanly.)
37525      Branch: maint-5.6/perl
37526           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
37527 ____________________________________________________________________________
37528 [  8983] By: jhi                                   on 2001/03/02  15:51:16
37529         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
37530              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37531              Date:     Thu, 1 Mar 2001 15:54:09 EST
37532              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
37533      Branch: perl
37534            ! vms/vms.c
37535 ____________________________________________________________________________
37536 [  8982] By: jhi                                   on 2001/03/02  15:43:31
37537         Log: Subject: Re: sync sync sync: have I missed any patches?
37538              From: Radu Greab <radu@netsoft.ro> 
37539              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
37540              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
37541              
37542              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
37543              was checking argv[0] regardless of whether a different pathname
37544              will actually be executed."  Test case not supplied because 
37545              drafting that, ironically enough, revealed another bug
37546              (or a feature).
37547      Branch: perl
37548            ! doio.c
37549 ____________________________________________________________________________
37550 [  8981] By: jhi                                   on 2001/03/02  15:28:03
37551         Log: Misdate in #8978.
37552      Branch: perl
37553            ! pod/perlfaq1.pod
37554 ____________________________________________________________________________
37555 [  8980] By: jhi                                   on 2001/03/02  15:24:20
37556         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
37557              From: Chris Nandor <pudge@pobox.com>
37558              Date: Wed, 28 Feb 2001 22:10:15 -0500
37559              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
37560      Branch: perl
37561            ! lib/File/Copy.pm
37562 ____________________________________________________________________________
37563 [  8979] By: jhi                                   on 2001/03/02  15:17:16
37564         Log: Subject: [ID 20010301.004] Technically speaking in perldata
37565              From: abela@geneanet.org
37566              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
37567              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
37568      Branch: perl
37569            ! pod/perldata.pod
37570 ____________________________________________________________________________
37571 [  8978] By: jhi                                   on 2001/03/02  15:15:27
37572         Log: Subject: [ID 20010301.003] ref to 5.004
37573              From: abela@geneanet.org
37574              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
37575              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
37576              
37577              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
37578              and mention the suidperl August 2000 security problem.
37579      Branch: perl
37580            ! pod/perlfaq1.pod
37581 ____________________________________________________________________________
37582 [  8977] By: alanbur                               on 2001/03/02  14:17:45
37583         Log: Resynchronised with parent
37584      Branch: maint-5.6/pureperl
37585           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
37586           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
37587           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
37588           !> vms/descrip_mms.template win32/win32.c win32/win32.h
37589           !> win32/win32iop.h
37590 ____________________________________________________________________________
37591 [  8976] By: nick                                  on 2001/03/01  23:25:30
37592         Log: Integrate mainline.
37593      Branch: perlio
37594            - t/op/qu.t
37595           !> (integrate 55 files)
37596 ____________________________________________________________________________
37597 [  8975] By: jhi                                   on 2001/03/01  16:51:34
37598         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
37599      Branch: perl
37600           !> toke.c
37601 ____________________________________________________________________________
37602 [  8974] By: gsar                                  on 2001/03/01  16:28:21
37603         Log: fix for bugid 20010226.008
37604              
37605              the problem was that some of the pointers (PL_last_lop and
37606              PL_last_uni specifically) into the lex buffers weren't correctly
37607              being invalidated when the buffer changed; this would leave the
37608              pointers pointing at an arbitrary location in the buffer if
37609              the buffer didn't need to be reallocated, or point into freed
37610              memory if the buffer had to be realloced
37611              
37612              TODO item for bugdb maintainers: check other seemingly random
37613              parser-related bugs--they might be cured by this
37614      Branch: maint-5.6/perl
37615            ! toke.c
37616 ____________________________________________________________________________
37617 [  8973] By: jhi                                   on 2001/03/01  02:23:25
37618         Log: Retract #8970 because of a completely mysterious core dump:
37619              adding the tests 241..244 causes op/pat dump core at test #25.
37620              The test needs a lot of whittling down before the bug can be solved.
37621      Branch: perl
37622            ! t/op/pat.t
37623 ____________________________________________________________________________
37624 [  8972] By: jhi                                   on 2001/03/01  01:58:38
37625         Log: Regen perlapi.
37626      Branch: perl
37627            ! pod/perlapi.pod
37628 ____________________________________________________________________________
37629 [  8971] By: jhi                                   on 2001/03/01  01:34:09
37630         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))
37631              From: Nicholas Clark <nick@ccl4.org>
37632              Date: Wed, 28 Feb 2001 23:28:49 +0000
37633              Message-ID: <20010228232849.A55187@plum.flirble.org>
37634              
37635              Allow a completely write protected source code tree
37636              when using the Configure -Dmksymlinks.
37637      Branch: perl
37638            ! embed.pl warnings.pl
37639 ____________________________________________________________________________
37640 [  8970] By: jhi                                   on 2001/03/01  01:32:04
37641         Log: Add back the EBCDIC character range tests (for matching).
37642      Branch: perl
37643            ! t/op/pat.t
37644 ____________________________________________________________________________
37645 [  8969] By: nick                                  on 2001/02/28  18:18:01
37646         Log: Add charname comments to .ucm files writen by 'compile',
37647              also order charmaps in those files by source encoding.
37648              regenerate distrubuted .ucm files
37649      Branch: perlio
37650            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
37651            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
37652            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
37653            ! ext/Encode/Encode/iso8859-10.ucm
37654            ! ext/Encode/Encode/iso8859-13.ucm
37655            ! ext/Encode/Encode/iso8859-14.ucm
37656            ! ext/Encode/Encode/iso8859-15.ucm
37657            ! ext/Encode/Encode/iso8859-16.ucm
37658            ! ext/Encode/Encode/iso8859-2.ucm
37659            ! ext/Encode/Encode/iso8859-3.ucm
37660            ! ext/Encode/Encode/iso8859-4.ucm
37661            ! ext/Encode/Encode/iso8859-5.ucm
37662            ! ext/Encode/Encode/iso8859-6.ucm
37663            ! ext/Encode/Encode/iso8859-7.ucm
37664            ! ext/Encode/Encode/iso8859-8.ucm
37665            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
37666            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
37667 ____________________________________________________________________________
37668 [  8968] By: jhi                                   on 2001/02/28  16:26:37
37669         Log: Expand usemorebits early if d_casti32 needs to be undefined.
37670      Branch: perl
37671            ! hints/hpux.sh hints/irix_6.sh
37672 ____________________________________________________________________________
37673 [  8967] By: jhi                                   on 2001/02/28  16:22:26
37674         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
37675              retract toke.c/qu parts of #8583, retract #8485, retract
37676              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
37677              op/length.t, and MANIFEST, and delete t/op/qu.t.
37678      Branch: perl
37679            - t/op/qu.t
37680            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
37681            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
37682            ! t/op/length.t toke.c
37683 ____________________________________________________________________________
37684 [  8966] By: jhi                                   on 2001/02/28  15:00:27
37685         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
37686              by not changing from pre-Unicode days into being Unicode-aware.
37687              Sniff.
37688      Branch: perl
37689            ! pp.c t/op/pack.t t/op/qu.t
37690 ____________________________________________________________________________
37691 [  8965] By: jhi                                   on 2001/02/28  14:37:55
37692         Log: Subject: Re: Errors in core PODs
37693              From: Michael Stevens <michael@etla.org> 
37694              Date: Fri, 23 Feb 2001 15:47:56 +0000
37695              Message-ID: <20010223154756.A7723@firedrake.org> 
37696      Branch: perl
37697            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
37698            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
37699            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
37700            ! x2p/a2p.pod
37701 ____________________________________________________________________________
37702 [  8964] By: jhi                                   on 2001/02/28  14:35:35
37703         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
37704              (The #8961 was too bold.)
37705      Branch: perl
37706            ! hints/hpux.sh hints/irix_6.sh
37707 ____________________________________________________________________________
37708 [  8963] By: jhi                                   on 2001/02/28  14:33:39
37709         Log: Subject: Re: sync sync sync: have I missed any patches?
37710              From: Tim Jenness <t.jenness@jach.hawaii.edu>
37711              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
37712              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
37713              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
37714              
37715              Replace djSP with dSP.
37716      Branch: perl
37717            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
37718            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
37719            ! win32/perlhost.h
37720 ____________________________________________________________________________
37721 [  8962] By: jhi                                   on 2001/02/27  23:21:14
37722         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
37723      Branch: perl
37724            ! lib/Filter/Simple.pm
37725 ____________________________________________________________________________
37726 [  8961] By: jhi                                   on 2001/02/27  22:55:26
37727         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
37728              and this would be it.
37729      Branch: perl
37730            ! hints/hpux.sh hints/irix_6.sh
37731 ____________________________________________________________________________
37732 [  8960] By: jhi                                   on 2001/02/27  22:51:33
37733         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37734              From: "Craig A. Berry" <craigberry@mac.com>
37735              Date: Tue, 27 Feb 2001 16:11:44 -0600
37736              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37737      Branch: maint-5.6/perl
37738            ! configure.com vms/descrip_mms.template
37739 ____________________________________________________________________________
37740 [  8959] By: jhi                                   on 2001/02/27  22:47:23
37741         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
37742              From: "Craig A. Berry" <craigberry@mac.com>
37743              Date: Tue, 27 Feb 2001 16:11:44 -0600
37744              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
37745      Branch: perl
37746            ! configure.com vms/descrip_mms.template
37747 ____________________________________________________________________________
37748 [  8958] By: jhi                                   on 2001/02/27  15:16:42
37749         Log: Update Changes.
37750      Branch: perl
37751            ! Changes patchlevel.h
37752 ____________________________________________________________________________
37753 [  8957] By: jhi                                   on 2001/02/27  06:15:07
37754         Log: Subject: [5.6.x] EPOC additions
37755              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37756              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
37757              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
37758      Branch: maint-5.6/perl
37759            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
37760 ____________________________________________________________________________
37761 [  8956] By: jhi                                   on 2001/02/27  06:12:11
37762         Log: Subject: [perl-current] EPOC 
37763              From: Olaf Flebbe <O.Flebbe@science-computing.de>
37764              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
37765              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
37766      Branch: perl
37767            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
37768            ! epoc/epocish.c epoc/epocish.h pp_sys.c
37769 ____________________________________________________________________________
37770 [  8955] By: jhi                                   on 2001/02/27  05:59:50
37771         Log: Subject: Re: Compile with perlcc..
37772              From: Edward Peschko <edwardp@excitehome.net>
37773              Date: Mon, 26 Feb 2001 18:51:58 -0800
37774              Message-ID: <20010226185158.A9871@excitehome.net>
37775              
37776              plus add a simple usage message if no arguments given.
37777      Branch: perl
37778            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
37779            ! utils/Makefile utils/perlcc.PL win32/pod.mak
37780 ____________________________________________________________________________
37781 [  8954] By: nick                                  on 2001/02/26  21:02:59
37782         Log: Integrate mainline
37783      Branch: perlio
37784           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
37785           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
37786           !> t/op/sprintf.t
37787 ____________________________________________________________________________
37788 [  8953] By: jhi                                   on 2001/02/26  14:43:54
37789         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
37790              From: Nicholas Clark <nick@ccl4.org>
37791              Date: Mon, 26 Feb 2001 00:42:07 +0000
37792              Message-ID: <20010226004207.F23333@plum.flirble.org>
37793      Branch: perl
37794            ! pp_ctl.c
37795 ____________________________________________________________________________
37796 [  8952] By: jhi                                   on 2001/02/26  14:42:13
37797         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
37798              From: Simon Cozens <simon@netthink.co.uk>
37799              Date: Mon, 26 Feb 2001 12:23:48 +0000
37800              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
37801      Branch: perl
37802            ! pod/perlguts.pod
37803 ____________________________________________________________________________
37804 [  8951] By: jhi                                   on 2001/02/26  14:39:15
37805         Log: Subject: [PATCH] perlio - unknown layer
37806              From: Nicholas Clark <nick@ccl4.org>
37807              Date: Mon, 26 Feb 2001 00:27:19 +0000
37808              Message-ID: <20010226002719.E23333@plum.flirble.org>
37809      Branch: perl
37810            ! perlio.c
37811 ____________________________________________________________________________
37812 [  8950] By: jhi                                   on 2001/02/26  14:38:04
37813         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
37814              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
37815              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
37816              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
37817      Branch: perl
37818            ! t/op/bop.t
37819 ____________________________________________________________________________
37820 [  8949] By: jhi                                   on 2001/02/26  14:37:07
37821         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
37822              From: Peter Prymmer <pvhp@forte.com>
37823              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
37824              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
37825      Branch: perl
37826            ! lib/Test.pm
37827 ____________________________________________________________________________
37828 [  8948] By: jhi                                   on 2001/02/26  14:35:53
37829         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
37830              From: Radu Greab <radu@netsoft.ro>
37831              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
37832              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
37833      Branch: perl
37834            ! pod/perlop.pod
37835 ____________________________________________________________________________
37836 [  8947] By: jhi                                   on 2001/02/26  14:34:46
37837         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
37838              From: David Mitchell <davem@fdgroup.co.uk>
37839              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
37840              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
37841      Branch: perl
37842            ! run.c
37843 ____________________________________________________________________________
37844 [  8946] By: jhi                                   on 2001/02/26  14:32:37
37845         Log: Subject: Modified README.bs2000 
37846              From: Dorner Thomas <Thomas.Dorner@start.de>
37847              Date: Mon, 26 Feb 2001 09:22:17 +0100
37848              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
37849      Branch: perl
37850            ! README.bs2000
37851 ____________________________________________________________________________
37852 [  8945] By: jhi                                   on 2001/02/26  14:19:53
37853         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
37854              to maintperl, listing the known failures on the tests 129 and 130.
37855      Branch: maint-5.6/perl
37856           !> t/op/sprintf.t
37857 ____________________________________________________________________________
37858 [  8944] By: jhi                                   on 2001/02/26  14:14:15
37859         Log: Add more known sprintf failures.
37860      Branch: perl
37861            ! t/op/sprintf.t
37862 ____________________________________________________________________________
37863 [  8943] By: jhi                                   on 2001/02/26  13:56:22
37864         Log: perlglob.exe needs to be found in Win32, patch from
37865              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
37866              which needs external glob at mini-perl time."
37867      Branch: perl
37868            ! ext/Encode/compile
37869 ____________________________________________________________________________
37870 [  8942] By: jhi                                   on 2001/02/26  13:52:19
37871         Log: A missing dTHX from Vadim Konovalov.
37872      Branch: perl
37873            ! perlio.c
37874 ____________________________________________________________________________
37875 [  8941] By: jhi                                   on 2001/02/26  13:37:05
37876         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
37877      Branch: perl
37878            ! op.c
37879 ____________________________________________________________________________
37880 [  8940] By: jhi                                   on 2001/02/26  13:35:40
37881         Log: Integrate perlio.
37882      Branch: perl
37883           !> ext/Encode/Encode.pm
37884 ____________________________________________________________________________
37885 [  8939] By: nick                                  on 2001/02/25  23:47:09
37886         Log: Integrate mainline.
37887      Branch: perlio
37888           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
37889           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
37890 ____________________________________________________________________________
37891 [  8938] By: nick                                  on 2001/02/25  19:36:28
37892         Log: Encode implementations docs.
37893      Branch: perlio
37894            ! ext/Encode/Encode.pm
37895 ____________________________________________________________________________
37896 [  8937] By: jhi                                   on 2001/02/25  19:26:16
37897         Log: Script wasn't aligned with reality.
37898      Branch: perl
37899            ! t/pod/find.t
37900 ____________________________________________________________________________
37901 [  8936] By: jhi                                   on 2001/02/25  18:54:55
37902         Log: Update Changes.
37903      Branch: perl
37904            ! Changes patchlevel.h
37905 ____________________________________________________________________________
37906 [  8935] By: jhi                                   on 2001/02/25  18:46:36
37907         Log: Retract #8929,8930,8932,8933 for now.
37908      Branch: perl
37909            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
37910 ____________________________________________________________________________
37911 [  8934] By: jhi                                   on 2001/02/25  17:34:35
37912         Log: Integrate perlio.
37913      Branch: perl
37914           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37915           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
37916           !> t/lib/encode.t
37917 ____________________________________________________________________________
37918 [  8933] By: jhi                                   on 2001/02/25  17:33:12
37919         Log: (Retracted by #8395.)
37920              
37921              Slight tweaks in scan_const(), not fixes yet, it seems like
37922              lots of work remains to be done...
37923      Branch: perl
37924            ! toke.c
37925 ____________________________________________________________________________
37926 [  8932] By: jhi                                   on 2001/02/25  17:27:11
37927         Log: (Retracted by #8395.)
37928              
37929              Missing from #8930.
37930      Branch: perl
37931            ! perl.h
37932 ____________________________________________________________________________
37933 [  8931] By: jhi                                   on 2001/02/25  17:26:19
37934         Log: A comment tweak.
37935      Branch: perl
37936            ! utf8.c
37937 ____________________________________________________________________________
37938 [  8930] By: jhi                                   on 2001/02/25  17:25:47
37939         Log: (Retracted by #8395.)
37940              
37941              Attempt to fix the EBCDIC character range problwm with //.
37942      Branch: perl
37943            ! regcomp.c
37944 ____________________________________________________________________________
37945 [  8929] By: jhi                                   on 2001/02/25  17:23:45
37946         Log: (Retracted by #8395.)
37947              
37948              Expand the EBCDIC character range tests, and add few nasty
37949              tr tests from Karsten Sperling.
37950      Branch: perl
37951            ! t/op/pat.t t/op/tr.t
37952 ____________________________________________________________________________
37953 [  8928] By: jhi                                   on 2001/02/25  17:18:49
37954         Log: Missing check-in.
37955      Branch: perl
37956            ! lib/Pod/Find.pm
37957 ____________________________________________________________________________
37958 [  8927] By: nick                                  on 2001/02/25  11:30:22
37959         Log: Change method names in Encode implementation classes to something
37960              less confusing (preparing to "go public").
37961      Branch: perlio
37962            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
37963 ____________________________________________________________________________
37964 [  8926] By: nick                                  on 2001/02/25  10:53:24
37965         Log: GCC __atribute__ / printf fix
37966      Branch: perlio
37967            ! perl.h
37968 ____________________________________________________________________________
37969 [  8925] By: nick                                  on 2001/02/25  10:52:25
37970         Log: Checked in the wrong one ...
37971      Branch: perlio
37972            ! ext/Encode/Encode.pm
37973 ____________________________________________________________________________
37974 [  8924] By: nick                                  on 2001/02/24  18:46:51
37975         Log: Integrate mainline - to see what Jarkko has in ...
37976      Branch: perlio
37977           +> t/pod/testpods/lib/Pod/Stuff.pm
37978           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
37979 ____________________________________________________________________________
37980 [  8923] By: nick                                  on 2001/02/24  17:05:23
37981         Log: Encode API documentation nd tidy up.
37982              Minor additions to test.
37983              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
37984              Adds STRLEN to standard typemap.
37985      Branch: perlio
37986            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
37987            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
37988 ____________________________________________________________________________
37989 [  8922] By: jhi                                   on 2001/02/24  16:38:12
37990         Log: Add a test for the "character range should match in EBCDIC
37991              if specified using explicit numerics" bug found by Karsten
37992              Sperling.
37993      Branch: perl
37994            ! t/op/pat.t
37995 ____________________________________________________________________________
37996 [  8921] By: jhi                                   on 2001/02/24  16:30:16
37997         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
37998              From: schwern@pobox.com
37999              Date: Fri, 23 Feb 2001 03:21:37 -0500
38000              Message-ID: <20010223032137.A26022@magnonel.guild.net>
38001              
38002              plus Charles Lane's fixes, plus tweaks.
38003      Branch: perl
38004            + t/pod/testpods/lib/Pod/Stuff.pm
38005            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
38006 ____________________________________________________________________________
38007 [  8920] By: nick                                  on 2001/02/24  10:30:11
38008         Log: Integrate mainline
38009      Branch: perlio
38010           !> (integrate 33 files)
38011 ____________________________________________________________________________
38012 [  8919] By: jhi                                   on 2001/02/24  00:23:35
38013         Log: Subject: Re: I'm losing the war...
38014              From: "Vadim Konovalov" <watman@inbox.ru>
38015              Date: Sat, 24 Feb 2001 00:10:14 +0300
38016              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
38017              
38018              hv_store() not working correctly in ENV_IS_CASELESS case.
38019      Branch: perl
38020            ! hv.c
38021 ____________________________________________________________________________
38022 [  8918] By: jhi                                   on 2001/02/24  00:20:09
38023         Log: Subject: Re: [PATCH] fix for charnames above FFFF
38024              From: andreas.koenig@anima.de (Andreas J. Koenig)
38025              Date: 23 Feb 2001 02:39:03 +0100
38026              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
38027              
38028              A further efficiency tweak.
38029      Branch: perl
38030            ! lib/charnames.pm
38031 ____________________________________________________________________________
38032 [  8917] By: jhi                                   on 2001/02/23  20:27:51
38033         Log: Integrate change #8916 from mainline,
38034              do away with USE_WIN32_RTL_ENV.
38035      Branch: maint-5.6/perl
38036           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
38037 ____________________________________________________________________________
38038 [  8916] By: jhi                                   on 2001/02/23  20:02:25
38039         Log: Abolish USE_WIN32_RTL_ENV.
38040      Branch: perl
38041            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
38042 ____________________________________________________________________________
38043 [  8915] By: jhi                                   on 2001/02/23  19:36:00
38044         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
38045              later protected by some #define.
38046      Branch: perl
38047            ! gv.c
38048 ____________________________________________________________________________
38049 [  8914] By: jhi                                   on 2001/02/23  19:31:38
38050         Log: Retract #8902 for now, requested by Charles Lane, the correct
38051              fix will be something else.
38052      Branch: perl
38053            ! op.c
38054 ____________________________________________________________________________
38055 [  8913] By: jhi                                   on 2001/02/23  19:11:36
38056         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
38057              From: Peter Prymmer <pvhp@forte.com>
38058              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
38059              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
38060      Branch: perl
38061            ! t/op/lex_assign.t
38062 ____________________________________________________________________________
38063 [  8912] By: jhi                                   on 2001/02/23  18:38:20
38064         Log: Subject: [patch] perlio + useithreads
38065              From: Doug MacEachern <dougm@covalent.net>
38066              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
38067              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
38068              
38069              Gets things running but not complete.
38070      Branch: perl
38071            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
38072 ____________________________________________________________________________
38073 [  8911] By: jhi                                   on 2001/02/23  04:20:02
38074         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
38075              
38076              Duplicated environment freeing, File::Temp 0.12,
38077              op/append portability (EBCDIC) tweak.
38078      Branch: maint-5.6/perl
38079           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38080           !> t/op/append.t
38081 ____________________________________________________________________________
38082 [  8910] By: jhi                                   on 2001/02/23  02:07:33
38083         Log: Integrate change #8909 from mainline, a better Borland
38084              putenv() workaround.
38085      Branch: maint-5.6/perl
38086           !> perl.c
38087 ____________________________________________________________________________
38088 [  8909] By: jhi                                   on 2001/02/23  02:05:46
38089         Log: A better workaround for Borland putenv() brokenness from Sarathy.
38090      Branch: perl
38091            ! perl.c
38092 ____________________________________________________________________________
38093 [  8908] By: jhi                                   on 2001/02/23  02:04:14
38094         Log: Subject: fix for parameter -Dm (for perl@8867)
38095              From: "Vadim Konovalov" <watman@inbox.ru>
38096              Date: Thu, 22 Feb 2001 17:30:12 +0300
38097              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
38098      Branch: perl
38099            ! perl.h
38100 ____________________________________________________________________________
38101 [  8907] By: jhi                                   on 2001/02/23  01:58:20
38102         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
38103              From: Peter Prymmer <pvhp@forte.com>
38104              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
38105              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
38106      Branch: perl
38107            ! t/op/append.t
38108 ____________________________________________________________________________
38109 [  8906] By: jhi                                   on 2001/02/23  01:48:34
38110         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
38111      Branch: perl
38112            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38113 ____________________________________________________________________________
38114 [  8905] By: jhi                                   on 2001/02/23  01:43:30
38115         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
38116              From: Peter Prymmer <pvhp@forte.com>
38117              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
38118              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
38119      Branch: perl
38120            ! t/lib/st-06compat.t
38121 ____________________________________________________________________________
38122 [  8904] By: jhi                                   on 2001/02/23  01:42:39
38123         Log: Metaconfig unit change for #8903.
38124      Branch: metaconfig/U/perl
38125            ! Devel.U
38126 ____________________________________________________________________________
38127 [  8903] By: jhi                                   on 2001/02/23  01:42:12
38128         Log: Be more helpful for devel builders, suggested by John L. Allen.
38129      Branch: perl
38130            ! Configure
38131 ____________________________________________________________________________
38132 [  8902] By: jhi                                   on 2001/02/23  01:37:41
38133         Log: (Retracted by #8914)
38134              (Wrongly, reinstated by #8941)
38135              
38136              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
38137              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38138              Date:     Thu, 22 Feb 2001 09:43:57 EST
38139              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
38140      Branch: perl
38141            ! op.c
38142 ____________________________________________________________________________
38143 [  8901] By: jhi                                   on 2001/02/23  01:20:32
38144         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
38145              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38146              Date:     Thu, 22 Feb 2001 08:01:35 EST
38147              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
38148      Branch: perl
38149            ! malloc.c
38150 ____________________________________________________________________________
38151 [  8900] By: jhi                                   on 2001/02/23  01:18:02
38152         Log: Integrate changes #8898,8899 from mainline, environ handling.
38153      Branch: maint-5.6/perl
38154           !> perl.c
38155 ____________________________________________________________________________
38156 [  8899] By: jhi                                   on 2001/02/23  01:16:25
38157         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
38158              putenv() is not to be relied on, they are either broken or leaky
38159              or both.)
38160      Branch: perl
38161            ! perl.c
38162 ____________________________________________________________________________
38163 [  8898] By: jhi                                   on 2001/02/22  23:36:59
38164         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
38165              and safesysfree() must be used.
38166      Branch: perl
38167            ! perl.c
38168 ____________________________________________________________________________
38169 [  8897] By: jhi                                   on 2001/02/22  23:25:45
38170         Log: With environ one must use safesysmalloc()/safesysfree().
38171      Branch: perl
38172            ! perl.c
38173 ____________________________________________________________________________
38174 [  8896] By: jhi                                   on 2001/02/22  22:13:18
38175         Log: If we have a duplicated environment free it
38176              if PERL_DESTRUCT_LEVEL.
38177      Branch: perl
38178            ! perl.c
38179 ____________________________________________________________________________
38180 [  8895] By: alanbur                               on 2001/02/22  19:31:57
38181         Log: Synchronised with parent
38182      Branch: maint-5.6/pureperl
38183           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
38184 ____________________________________________________________________________
38185 [  8894] By: gsar                                  on 2001/02/22  19:06:18
38186         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
38187              
38188              fix memory leak in method call optimization (change#3768);
38189              made C<eval "$x->foo()"> leak
38190              
38191              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
38192      Branch: maint-5.6/perl
38193           !> op.c
38194 ____________________________________________________________________________
38195 [  8893] By: jhi                                   on 2001/02/22  18:35:27
38196         Log: (Retracted by #8915.)
38197              
38198              Third Degree finding:
38199              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
38200      Branch: perl
38201            ! gv.c
38202 ____________________________________________________________________________
38203 [  8892] By: jhi                                   on 2001/02/22  14:28:32
38204         Log: Update Changes.
38205      Branch: perl
38206            ! Changes patchlevel.h
38207 ____________________________________________________________________________
38208 [  8891] By: jhi                                   on 2001/02/22  13:22:45
38209         Log: Metaconfig unit changes for #8890.
38210      Branch: metaconfig
38211            ! U/modified/Cppsym.U U/threads/archname.U
38212 ____________________________________________________________________________
38213 [  8890] By: jhi                                   on 2001/02/22  13:22:12
38214         Log: Add -stdio to the archname if no perlio selected,
38215              no -perlio added since that is now the default.
38216              
38217              Add few CPUs/architectures to the Cppsym scan.
38218      Branch: perl
38219            ! Configure config_h.SH
38220 ____________________________________________________________________________
38221 [  8889] By: jhi                                   on 2001/02/22  13:05:59
38222         Log: Metaconfig unit change for #8888.
38223      Branch: metaconfig/U/perl
38224            ! useperlio.U
38225 ____________________________________________________________________________
38226 [  8888] By: jhi                                   on 2001/02/22  13:05:28
38227         Log: *drum roll*  Make perlio the default.
38228      Branch: perl
38229            ! Configure config_h.SH
38230 ____________________________________________________________________________
38231 [  8887] By: jhi                                   on 2001/02/22  12:50:52
38232         Log: Integrate change #8665 from maintperl to mainline,
38233              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
38234      Branch: perl
38235           !> ext/POSIX/POSIX.xs
38236 ____________________________________________________________________________
38237 [  8886] By: jhi                                   on 2001/02/22  12:49:24
38238         Log: Integrate changes #8883,8884 from mainline to maintperl.
38239              
38240              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38241              Subject: Re: File::Temp::_gettemp warning
38242      Branch: maint-5.6/perl
38243           !> embed.h embed.pl lib/File/Temp.pm
38244 ____________________________________________________________________________
38245 [  8885] By: jhi                                   on 2001/02/22  12:43:59
38246         Log: Based on
38247              
38248              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
38249              From: schwab@suse.de
38250              Date: Thu, 22 Feb 2001 13:08:09 +0100
38251              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
38252              
38253              but the fix done slightly differently because the other
38254              half was already done in #8664.
38255      Branch: maint-5.6/perl
38256            ! ext/POSIX/POSIX.xs
38257 ____________________________________________________________________________
38258 [  8884] By: jhi                                   on 2001/02/22  12:37:15
38259         Log: Subject: Re: File::Temp::_gettemp warning
38260              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38261              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
38262              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
38263              
38264              This patch to File::Temp does two things:
38265              
38266              1. Fixes the problem with CGI::Carp when determining
38267              the Fcntl constants
38268              
38269              2. Removes most of the carps and consolidates them so that all the
38270              reasons are included in a single die that is caught by the test. This
38271              means that the correct skipping behaviour is displayed by the test.
38272      Branch: perl
38273            ! lib/File/Temp.pm
38274 ____________________________________________________________________________
38275 [  8883] By: jhi                                   on 2001/02/22  12:29:19
38276         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
38277              From: Peter Prymmer <pvhp@forte.com>
38278              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
38279              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
38280      Branch: perl
38281            ! embed.h embed.pl
38282 ____________________________________________________________________________
38283 [  8882] By: jhi                                   on 2001/02/21  19:41:33
38284         Log: Integrate change #8881 from mainlin to maintperl.
38285              
38286              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
38287      Branch: maint-5.6/perl
38288           !> op.c
38289 ____________________________________________________________________________
38290 [  8881] By: jhi                                   on 2001/02/21  19:38:57
38291         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
38292              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38293              Date:     Wed, 21 Feb 2001 13:08:03 EST
38294              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
38295      Branch: perl
38296            ! op.c
38297 ____________________________________________________________________________
38298 [  8880] By: jhi                                   on 2001/02/21  19:34:34
38299         Log: Retract #8875, cannot let go of the old semantics of unpack U
38300              without rethinking utf8decode.t.
38301      Branch: perl
38302            ! pp.c t/op/pack.t
38303 ____________________________________________________________________________
38304 [  8879] By: jhi                                   on 2001/02/21  19:08:02
38305         Log: Run run/*.t also in minitest.
38306      Branch: perl
38307            ! Makefile.SH
38308 ____________________________________________________________________________
38309 [  8878] By: nick                                  on 2001/02/21  18:55:37
38310         Log: Integrate mainline
38311      Branch: perlio
38312           !> (integrate 76 files)
38313 ____________________________________________________________________________
38314 [  8877] By: jhi                                   on 2001/02/21  15:09:33
38315         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
38316      Branch: metaconfig
38317            ! U/compline/nblock_io.U
38318      Branch: perl
38319            ! Configure config_h.SH
38320 ____________________________________________________________________________
38321 [  8876] By: jhi                                   on 2001/02/21  14:54:45
38322         Log: If no sfio, no -lsfio.
38323      Branch: metaconfig/U/perl
38324            ! d_sfio.U
38325      Branch: perl
38326            ! Configure config_h.SH
38327 ____________________________________________________________________________
38328 [  8875] By: jhi                                   on 2001/02/21  14:54:00
38329         Log: Make unpack C and unpack U truly equivalent.
38330      Branch: perl
38331            ! pp.c t/op/pack.t
38332 ____________________________________________________________________________
38333 [  8874] By: jhi                                   on 2001/02/21  14:26:02
38334         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
38335              From: Peter Prymmer <pvhp@forte.com>
38336              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
38337              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
38338      Branch: perl
38339            ! pod/perlport.pod
38340 ____________________________________________________________________________
38341 [  8873] By: jhi                                   on 2001/02/21  14:24:31
38342         Log: Subject: [PATCH] fix for charnames above FFFF
38343              From: andreas.koenig@anima.de (Andreas J. Koenig)
38344              Date: 21 Feb 2001 07:05:45 +0100
38345              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
38346      Branch: perl
38347            ! lib/charnames.pm t/lib/charnames.t
38348 ____________________________________________________________________________
38349 [  8872] By: jhi                                   on 2001/02/21  14:15:25
38350         Log: Integrate change #8868 from pureperl to mainline.
38351              
38352              Fixed reference count loop caused by sv_magic.
38353      Branch: perl
38354           !> sv.c
38355 ____________________________________________________________________________
38356 [  8871] By: jhi                                   on 2001/02/21  14:07:29
38357         Log: Integrate change #8868 from pureperl to maintperl.
38358              
38359              Fixed reference count loop caused by sv_magic.
38360      Branch: maint-5.6/perl
38361           !> sv.c
38362 ____________________________________________________________________________
38363 [  8870] By: jhi                                   on 2001/02/21  14:04:41
38364         Log: Put back the #8840, it was innocent.
38365      Branch: perl
38366            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38367            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38368 ____________________________________________________________________________
38369 [  8869] By: jhi                                   on 2001/02/21  14:00:03
38370         Log: unpack("C", ...) was left slightly unfinished by #8865.
38371      Branch: perl
38372            ! pp.c t/op/pack.t
38373 ____________________________________________________________________________
38374 [  8868] By: alanbur                               on 2001/02/21  01:33:45
38375         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
38376              from gv_fetchpv to create single-character magic variables (e.g. $!),
38377              and it is passed a sv and the gv that contains the sv as the mg_obj
38378              value.  When sv_magic stores the mg_obj pointer it increments the gv
38379              refcount, thus causing a sv-gv pair that can't be freed.  There is
38380              already a check for sv == obj which is used to prevent such reference
38381              loops.  This change extends the check to cover the case described above.
38382      Branch: maint-5.6/pureperl
38383            ! sv.c
38384 ____________________________________________________________________________
38385 [  8867] By: jhi                                   on 2001/02/21  00:52:39
38386         Log: Update Changes.
38387      Branch: perl
38388            ! Changes patchlevel.h
38389 ____________________________________________________________________________
38390 [  8866] By: jhi                                   on 2001/02/21  00:34:20
38391         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
38392              (Note: there were some conflicts due to EBCDIC and EPOC
38393              patches, in general I preferred the repository code.)
38394              (When 2.753 comes out, we need to synchronize.)
38395      Branch: perl
38396            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
38397            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
38398            ! t/lib/cgi-html.t
38399 ____________________________________________________________________________
38400 [  8865] By: jhi                                   on 2001/02/21  00:24:22
38401         Log: Make pack("C", 0x100) to create Unicode, unless under the
38402              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
38403              will understand Unicode, unless you under know what.
38404      Branch: perl
38405            ! pp.c t/op/pack.t t/op/qu.t
38406 ____________________________________________________________________________
38407 [  8864] By: alanbur                               on 2001/02/20  22:35:34
38408         Log: Resynchronised with parent
38409      Branch: maint-5.6/pureperl
38410           !> README.win32 ext/GDBM_File/GDBM_File.pm
38411           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
38412           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
38413           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
38414           !> t/lib/sdbm.t util.c
38415 ____________________________________________________________________________
38416 [  8863] By: jhi                                   on 2001/02/20  20:55:11
38417         Log: Integrate change #8860,8861 from mainline into maintperl.
38418              
38419              "pseudo-literal j"
38420              
38421              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38422      Branch: maint-5.6/perl
38423           !> lib/Test.pm pod/perlop.pod
38424 ____________________________________________________________________________
38425 [  8862] By: jhi                                   on 2001/02/20  20:30:07
38426         Log: Don't do casting between pointers pointing to differently sized
38427              integers.
38428      Branch: perl
38429            ! hv.c sv.c
38430 ____________________________________________________________________________
38431 [  8861] By: jhi                                   on 2001/02/20  19:53:44
38432         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
38433              From: Peter Prymmer <pvhp@forte.com>
38434              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
38435              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
38436      Branch: perl
38437            ! lib/Test.pm
38438 ____________________________________________________________________________
38439 [  8860] By: jhi                                   on 2001/02/20  19:48:02
38440         Log: "pseudo-literal j", a documentation glitch reported to Debian.
38441              The text recovered from Perl 5.005_03, and pseudo-literal replaced
38442              by "backtick string".
38443      Branch: perl
38444            ! pod/perlop.pod
38445 ____________________________________________________________________________
38446 [  8859] By: jhi                                   on 2001/02/20  19:15:46
38447         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
38448              from Chris Nandor.
38449      Branch: perl
38450            ! makedef.pl
38451 ____________________________________________________________________________
38452 [  8858] By: jhi                                   on 2001/02/20  17:36:53
38453         Log: Integrate pureperl changes #8844,8845,8850 to mainline
38454              (via maintperl #8855).
38455              
38456              Fixed %^H scoping bug
38457              
38458              Removed GV <-> CV refcount loop
38459              
38460              Removed %ENV refcount loop
38461      Branch: perl
38462           !> gv.c op.c perl.c pp.c scope.c
38463 ____________________________________________________________________________
38464 [  8857] By: jhi                                   on 2001/02/20  17:34:32
38465         Log: Integrate changes #8853,8854 from maintperl to mainline.
38466              
38467              EBDIC fixes, README.win32 Borland update.
38468      Branch: perl
38469           !> README.win32 handy.h util.c
38470 ____________________________________________________________________________
38471 [  8856] By: jhi                                   on 2001/02/20  17:33:16
38472         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
38473      Branch: maint-5.6/perl
38474           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38475           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38476           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38477 ____________________________________________________________________________
38478 [  8855] By: jhi                                   on 2001/02/20  17:32:13
38479         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
38480              
38481              Fixed %^H scoping bug
38482              
38483              Removed GV <-> CV refcount loop
38484              
38485              Removed %ENV refcount loop
38486      Branch: maint-5.6/perl
38487           !> gv.c op.c perl.c pp.c scope.c
38488 ____________________________________________________________________________
38489 [  8854] By: jhi                                   on 2001/02/20  17:25:06
38490         Log: Subject: Addition to readme.win32 for Borland C++ compilers
38491              Date: Tue, 20 Feb 2001 02:15:25 +0300
38492              From: "Vadim Konovalov" <watman@inbox.ru>
38493              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
38494              
38495              Document Borland compiler misbehaviour.
38496      Branch: maint-5.6/perl
38497            ! README.win32
38498 ____________________________________________________________________________
38499 [  8853] By: jhi                                   on 2001/02/20  17:22:25
38500         Log: The assimilation of ebcdic.c didn't quite work at the first try,
38501              patches from Thomas Dorner.
38502      Branch: maint-5.6/perl
38503            ! handy.h util.c
38504 ____________________________________________________________________________
38505 [  8852] By: jhi                                   on 2001/02/20  17:20:15
38506         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
38507              From: Chris Nandor <pudge@pobox.com>
38508              Date: Tue, 20 Feb 2001 08:32:45 -0500
38509              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
38510      Branch: maint-5.6/perl
38511            ! makedef.pl mg.c
38512 ____________________________________________________________________________
38513 [  8851] By: jhi                                   on 2001/02/20  17:15:52
38514         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
38515      Branch: perl
38516            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
38517            ! t/lib/filter-util.t
38518 ____________________________________________________________________________
38519 [  8850] By: alanbur                               on 2001/02/20  17:12:40
38520         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
38521              and the magic pointer points back to the GV that contains the
38522              %ENV hash.  This creates a refcount loop that prevents members
38523              of %ENV from being freed correctly.  This change removes the
38524              refcount loop - the magic pointer was never used anyway, the
38525              only use of the magic was to check the type ('E') so that the
38526              appropriate environment manipulation code is called when %ENV
38527              is modified.
38528      Branch: maint-5.6/pureperl
38529            ! perl.c
38530 ____________________________________________________________________________
38531 [  8849] By: jhi                                   on 2001/02/20  17:12:20
38532         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
38533              From: "Craig A. Berry" <craigberry@mac.com>
38534              Date: Mon, 19 Feb 2001 23:36:12 -0600
38535              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
38536              
38537              Case-forgiving systems match TestInit.pm with TES*.
38538      Branch: perl
38539            ! t/lib/glob-basic.t
38540 ____________________________________________________________________________
38541 [  8848] By: jhi                                   on 2001/02/20  17:10:02
38542         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
38543      Branch: perl
38544            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
38545            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
38546            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
38547 ____________________________________________________________________________
38548 [  8847] By: jhi                                   on 2001/02/20  15:34:41
38549         Log: The #8843 wasn't quite right: %Config needs to imported.
38550      Branch: perl
38551            ! t/run/runenv.t
38552 ____________________________________________________________________________
38553 [  8846] By: jhi                                   on 2001/02/20  15:31:50
38554         Log: Retract the #8838 and #8840 for now because of
38555              the DB_File tie problem.
38556      Branch: perl
38557            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
38558            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
38559            ! proto.h sv.c
38560 ____________________________________________________________________________
38561 [  8845] By: alanbur                               on 2001/02/20  14:25:41
38562         Log: Removed GV <-> CV refcount loop
38563              CvGV(mycv) points to the parent GV of the CV, and was previously
38564              refcounted.  The pointer remains, but the refcounting has been removed
38565              as it causes a refcount loop between the CV and GV that means the CV
38566              can't ever be deleted.
38567      Branch: maint-5.6/pureperl
38568            ! gv.c op.c pp.c
38569 ____________________________________________________________________________
38570 [  8844] By: alanbur                               on 2001/02/20  14:23:13
38571         Log: Fixed %^H scoping bug
38572      Branch: maint-5.6/pureperl
38573            ! scope.c
38574 ____________________________________________________________________________
38575 [  8843] By: jhi                                   on 2001/02/19  13:38:08
38576         Log: fork() not everywhere, cleanup temp files.
38577      Branch: perl
38578            ! t/run/runenv.t
38579 ____________________________________________________________________________
38580 [  8842] By: alanbur                               on 2001/02/19  12:42:07
38581         Log: Resynchronised with parent
38582      Branch: maint-5.6/pureperl
38583           !> pod/perlfaq4.pod sv.c utf8.c
38584 ____________________________________________________________________________
38585 [  8841] By: jhi                                   on 2001/02/19  03:35:51
38586         Log: Update Changes.
38587      Branch: perl
38588            ! Changes patchlevel.h
38589 ____________________________________________________________________________
38590 [  8840] By: jhi                                   on 2001/02/19  00:23:41
38591         Log: Subject: [patch] add sv_setref_uv
38592              From: Doug MacEachern <dougm@covalent.net>
38593              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
38594              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
38595      Branch: perl
38596            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
38597            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
38598 ____________________________________________________________________________
38599 [  8839] By: jhi                                   on 2001/02/19  00:01:38
38600         Log: Put to rest the 20010205.001, the email address checking (not) regex.
38601      Branch: perl
38602            ! pod/perlfaq9.pod
38603 ____________________________________________________________________________
38604 [  8838] By: jhi                                   on 2001/02/18  22:17:54
38605         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
38606              From: Doug MacEachern <dougm@covalent.net>
38607              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
38608              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
38609      Branch: perl
38610            ! lib/ExtUtils/xsubpp
38611 ____________________________________________________________________________
38612 [  8837] By: jhi                                   on 2001/02/18  22:16:50
38613         Log: Subject: [patch] -Wall cleanup round 2
38614              From: Doug MacEachern <dougm@covalent.net>
38615              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
38616              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
38617      Branch: perl
38618            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
38619            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
38620            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
38621            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
38622            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
38623            ! ext/SDBM_File/SDBM_File.xs
38624 ____________________________________________________________________________
38625 [  8836] By: jhi                                   on 2001/02/18  22:11:20
38626         Log: Misapplied regex optimizations when \C is present.
38627              Fixes 20001230.002.
38628              
38629              What still remains broken is that the submatches that
38630              have \C in them get their UTF8 flag on because their
38631              parent SV has it on.  This will result in malformed
38632              UTF8 if a \C happened to match a non-ASCII byte.
38633      Branch: perl
38634            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
38635            ! t/pragma/utf8.t
38636 ____________________________________________________________________________
38637 [  8835] By: jhi                                   on 2001/02/18  20:12:02
38638         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
38639              
38640              The hash key got wrongly UTF8fied.
38641      Branch: perl
38642            ! pod/perlapi.pod toke.c utf8.c
38643 ____________________________________________________________________________
38644 [  8834] By: jhi                                   on 2001/02/18  19:44:25
38645         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
38646              don't warn on magical or overloaded things.
38647      Branch: perl
38648            ! pp_hot.c
38649 ____________________________________________________________________________
38650 [  8833] By: nick                                  on 2001/02/18  19:31:22
38651         Log: Integrate mainline
38652      Branch: perlio
38653           +> t/TestInit.pm t/run/runenv.t
38654            - t/UTEST
38655           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
38656           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
38657           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
38658           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
38659           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38660           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
38661           !> utf8.c
38662 ____________________________________________________________________________
38663 [  8832] By: jhi                                   on 2001/02/18  19:21:18
38664         Log: Integrate perlio.
38665      Branch: perl
38666           !> perlio.c pod/perldiag.pod
38667 ____________________________________________________________________________
38668 [  8831] By: jhi                                   on 2001/02/18  19:14:20
38669         Log: Integrate change #8827 from mainline.
38670              
38671              UTF8 tweaks.
38672      Branch: maint-5.6/perl
38673           !> sv.c utf8.c
38674 ____________________________________________________________________________
38675 [  8830] By: nick                                  on 2001/02/18  19:10:34
38676         Log: Apply the spirit of patch from Nick Clark:
38677              Subject: [PATCH] Re: extensions that provide layers
38678              From: Nicholas Clark <nick@ccl4.org>
38679              Date: Mon, 12 Feb 2001 16:43:51 +0000
38680              Message-Id: <20010212164350.Q3652@plum.flirble.org>
38681      Branch: perlio
38682            ! perlio.c pod/perldiag.pod
38683 ____________________________________________________________________________
38684 [  8829] By: jhi                                   on 2001/02/18  19:03:25
38685         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
38686              From: schwern@pobox.com 
38687              Date: Sun, 18 Feb 2001 13:44:35 -0500
38688              Message-ID: <20010218134435.A17544@magnonel.guild.net>
38689              
38690              Applied, but as t/TestInit.pm.
38691      Branch: perl
38692            + t/TestInit.pm
38693            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
38694            ! t/op/subst_wamp.t
38695 ____________________________________________________________________________
38696 [  8828] By: jhi                                   on 2001/02/18  18:43:52
38697         Log: Integrate perlio.
38698      Branch: perl
38699           !> perlio.c
38700 ____________________________________________________________________________
38701 [  8827] By: jhi                                   on 2001/02/18  18:41:33
38702         Log: UTF-8 tweaks.
38703      Branch: perl
38704            ! sv.c utf8.c
38705 ____________________________________________________________________________
38706 [  8826] By: nick                                  on 2001/02/18  17:40:59
38707         Log: Fix [ID 20010217.002]
38708              open FOO, "<:raw:perlio", ...
38709              :raw now inserts default base layer below itself.
38710              Also
38711              open FOO, "<:unix", ...
38712              works as well - but leaves buffer layer on stack under the unix layer.
38713      Branch: perlio
38714            ! perlio.c
38715 ____________________________________________________________________________
38716 [  8825] By: jhi                                   on 2001/02/18  17:15:39
38717         Log: Integrate perlio.
38718      Branch: perl
38719           !> perlio.c perliol.h
38720 ____________________________________________________________________________
38721 [  8824] By: jhi                                   on 2001/02/18  17:10:53
38722         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
38723              From: schwern@pobox.com
38724              Date: Sun, 18 Feb 2001 01:48:50 -0500
38725              Message-ID: <20010218014850.C19957@magnonel.guild.net>
38726      Branch: perl
38727            ! lib/Test/Harness.pm t/TEST t/op/chop.t
38728 ____________________________________________________________________________
38729 [  8823] By: jhi                                   on 2001/02/18  17:01:06
38730         Log: Add run/*.t to testables.
38731      Branch: perl
38732            ! t/TEST
38733 ____________________________________________________________________________
38734 [  8822] By: jhi                                   on 2001/02/18  16:58:58
38735         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
38736              From: schwern@pobox.com
38737              Date: Sun, 18 Feb 2001 01:11:35 -0500
38738              Message-ID: <20010218011135.A19957@magnonel.guild.net>
38739              
38740              Revive mjd's and Simon's PERL5OPT fix.
38741      Branch: perl
38742            + t/run/runenv.t
38743            ! MANIFEST perl.c
38744 ____________________________________________________________________________
38745 [  8821] By: jhi                                   on 2001/02/18  16:53:46
38746         Log: Subject: Re: Why t/TEST and not Test::Harness?
38747              From: schwern@pobox.com
38748              Date: Sat, 17 Feb 2001 22:44:44 -0500
38749              Message-ID: <20010217224444.A6679@magnonel.guild.net>
38750              
38751              Replace UTEST with TEST -utf8.
38752      Branch: perl
38753            - t/UTEST
38754            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
38755            ! t/lib/glob-basic.t
38756 ____________________________________________________________________________
38757 [  8820] By: nick                                  on 2001/02/18  13:06:16
38758         Log: Clean up a few core dumps when layers are used in unexpected ways.
38759              (Still not "right"...)
38760      Branch: perlio
38761            ! perlio.c perliol.h
38762 ____________________________________________________________________________
38763 [  8819] By: jhi                                   on 2001/02/18  02:25:55
38764         Log: Integrate change #8818 from maintperl, a FAQ nit.
38765      Branch: perl
38766           !> pod/perlfaq4.pod
38767 ____________________________________________________________________________
38768 [  8818] By: jhi                                   on 2001/02/18  02:24:50
38769         Log: FAQ nit from Chris Fedde.
38770      Branch: maint-5.6/perl
38771            ! pod/perlfaq4.pod
38772 ____________________________________________________________________________
38773 [  8817] By: nick                                  on 2001/02/17  18:20:14
38774         Log: Integrate mainline
38775      Branch: perlio
38776           +> lib/unicode/UCD.html lib/unicode/Unicode.html
38777           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
38778           +> pod/perlclib.pod
38779            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
38780            - lib/unicode/Unicode.301
38781           !> (integrate 324 files)
38782 ____________________________________________________________________________
38783 [  8816] By: jhi                                   on 2001/02/17  16:56:58
38784         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
38785      Branch: perl
38786            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38787            ! ext/Storable/Storable.xs t/lib/st-06compat.t
38788            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
38789 ____________________________________________________________________________
38790 [  8815] By: jhi                                   on 2001/02/17  16:40:07
38791         Log: Subject: [patch] -Wall
38792              From: Doug MacEachern <dougm@covalent.net>
38793              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
38794              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
38795      Branch: perl
38796            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
38797            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
38798 ____________________________________________________________________________
38799 [  8814] By: jhi                                   on 2001/02/16  19:27:18
38800         Log: Document qu better.
38801      Branch: perl
38802            ! pod/perlop.pod
38803 ____________________________________________________________________________
38804 [  8813] By: jhi                                   on 2001/02/15  13:54:37
38805         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
38806              From: Hugo <hv@crypt.compulink.co.uk>
38807              Date: Thu, 15 Feb 2001 13:39:49 +0000
38808              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
38809      Branch: perl
38810            ! toke.c
38811 ____________________________________________________________________________
38812 [  8812] By: alanbur                               on 2001/02/15  13:52:16
38813         Log: Resynchronised with parent
38814      Branch: maint-5.6/pureperl
38815            - ebcdic.c
38816           !> (integrate 36 files)
38817 ____________________________________________________________________________
38818 [  8811] By: jhi                                   on 2001/02/15  13:51:16
38819         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
38820              
38821              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
38822              From: Jan Dubois <JanD@ActiveState.com>
38823              Date: Wed, 31 Jan 2001 21:17:03 -0800
38824              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
38825              
38826              tweak change#8659 to keep it simple
38827              
38828              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38829              From: Russ Allbery <rra@stanford.edu>
38830              Date: 14 Feb 2001 10:15:41 -0800
38831              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38832              
38833              (8809 empty)
38834              
38835              Upgrade to podlators 1.08, from Russ Allbery.
38836      Branch: perl
38837           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
38838           !> utils/perldoc.PL
38839 ____________________________________________________________________________
38840 [  8810] By: jhi                                   on 2001/02/15  13:35:08
38841         Log: Upgrade to podlators 1.08, from Russ Allbery.
38842      Branch: maint-5.6/perl
38843            ! lib/Pod/Man.pm lib/Pod/Text.pm
38844 ____________________________________________________________________________
38845 [  8809] By: jhi                                   on 2001/02/15  13:26:38
38846         Log: (accidentally empty check-in)
38847      Branch: maint-5.6/perl
38848            ! lib/Test/Harness.pm
38849 ____________________________________________________________________________
38850 [  8808] By: jhi                                   on 2001/02/15  13:23:47
38851         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
38852              From: Russ Allbery <rra@stanford.edu>
38853              Date: 14 Feb 2001 10:15:41 -0800
38854              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
38855              
38856              perldoc was hardcoding $Config{installscript}, which breaks
38857              when install* isn't where Perl ends up (such as with AFS).
38858              
38859              Use $Config{scriptdir} instead.
38860      Branch: maint-5.6/perl
38861            ! utils/perldoc.PL
38862 ____________________________________________________________________________
38863 [  8807] By: jhi                                   on 2001/02/14  14:37:27
38864         Log: Update Changes.
38865      Branch: perl
38866            ! Changes patchlevel.h
38867 ____________________________________________________________________________
38868 [  8806] By: jhi                                   on 2001/02/14  14:25:31
38869         Log: Integrate changes #8803,8804,8805 from mainline.
38870              
38871              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38872              
38873              Don't skip too much of the locale error message if no environ array,
38874              from Chris Nandor.
38875              
38876              More MacOS Classic fixes from Chris Nandor.
38877      Branch: maint-5.6/perl
38878           !> doop.c lib/Cwd.pm perl.c perl.h util.c
38879 ____________________________________________________________________________
38880 [  8805] By: jhi                                   on 2001/02/14  03:29:01
38881         Log: More MacOS Classic fixes from Chris Nandor.
38882      Branch: perl
38883            ! doop.c lib/Cwd.pm
38884 ____________________________________________________________________________
38885 [  8804] By: jhi                                   on 2001/02/14  03:18:35
38886         Log: Don't skip too much of the locale error message if no environ array,
38887              from Chris Nandor.
38888      Branch: perl
38889            ! util.c
38890 ____________________________________________________________________________
38891 [  8803] By: jhi                                   on 2001/02/14  03:14:14
38892         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
38893      Branch: perl
38894            ! perl.c perl.h
38895 ____________________________________________________________________________
38896 [  8802] By: jhi                                   on 2001/02/13  18:31:33
38897         Log: AUTHORS update.
38898      Branch: perl
38899            ! AUTHORS
38900 ____________________________________________________________________________
38901 [  8801] By: jhi                                   on 2001/02/13  17:55:19
38902         Log: Integrate change #8792 from mainline.
38903              
38904              Subject: buncha MacPerl patches for bleadperl
38905              From: Chris Nandor <pudge@pobox.com>
38906              Date: Tue, 13 Feb 2001 00:02:43 -0500
38907              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38908      Branch: maint-5.6/perl
38909           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38910           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38911           !> t/lib/basename.t toke.c util.h
38912 ____________________________________________________________________________
38913 [  8800] By: jhi                                   on 2001/02/13  17:46:43
38914         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
38915              to be forced to Off_t.
38916              
38917              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
38918              From: nick@ccl4.org
38919              Date: Thu, 1 Feb 2001 12:01:04 +0000
38920              Message-Id: <20010201120103.E11401@plum.flirble.org>
38921      Branch: maint-5.6/perl
38922            ! iperlsys.h perlio.c
38923 ____________________________________________________________________________
38924 [  8799] By: jhi                                   on 2001/02/13  16:52:51
38925         Log: Duplex duplex hunk hunk.
38926      Branch: maint-5.6/perl
38927            ! Makefile.SH
38928 ____________________________________________________________________________
38929 [  8797] By: jhi                                   on 2001/02/13  14:52:04
38930         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
38931              From: "Craig A. Berry" <craigberry@mac.com>
38932              Date: Mon, 12 Feb 2001 11:05:25 -0600
38933              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
38934      Branch: perl
38935            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
38936 ____________________________________________________________________________
38937 [  8796] By: jhi                                   on 2001/02/13  14:36:47
38938         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
38939              From: simon.cozens@pembroke.oxford.ac.uk 
38940              Date: Sat, 10 Feb 2001 17:57:02 +0000
38941              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
38942              
38943              Now it does include.
38944      Branch: perl
38945            ! pod/perldiag.pod
38946 ____________________________________________________________________________
38947 [  8795] By: jhi                                   on 2001/02/13  14:30:11
38948         Log: Sort the MANIFEST.
38949      Branch: perl
38950            ! MANIFEST
38951 ____________________________________________________________________________
38952 [  8794] By: jhi                                   on 2001/02/13  14:26:51
38953         Log: Integrate change #8793 from mainline, FAQ updates.
38954      Branch: maint-5.6/perl
38955           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38956 ____________________________________________________________________________
38957 [  8793] By: jhi                                   on 2001/02/13  14:25:13
38958         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
38959      Branch: perl
38960            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
38961 ____________________________________________________________________________
38962 [  8792] By: jhi                                   on 2001/02/13  14:22:50
38963         Log: Subject: buncha MacPerl patches for bleadperl
38964              From: Chris Nandor <pudge@pobox.com>
38965              Date: Tue, 13 Feb 2001 00:02:43 -0500
38966              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
38967      Branch: perl
38968            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
38969            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
38970            ! t/lib/basename.t toke.c util.h
38971 ____________________________________________________________________________
38972 [  8791] By: jhi                                   on 2001/02/13  14:10:39
38973         Log: Integrate change #8790 from mainline.
38974              
38975              environ array wrongly assumed in Perl_init_i18nl10n(),
38976      Branch: maint-5.6/perl
38977           !> util.c
38978 ____________________________________________________________________________
38979 [  8790] By: jhi                                   on 2001/02/13  14:06:15
38980         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
38981              noticed by Chris Nandor in MacOS Classic.
38982      Branch: perl
38983            ! util.c
38984 ____________________________________________________________________________
38985 [  8789] By: jhi                                   on 2001/02/13  13:58:07
38986         Log: Integrate changes #8373,8487,8544,8783 from mainline.
38987              
38988              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
38989              hints files, the dynaloading, assimilate ebcdic into util.c.
38990      Branch: maint-5.6/perl
38991            - ebcdic.c
38992            ! MANIFEST hints/posix-bc.sh
38993           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
38994           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
38995           !> perlapi.c proto.h util.c
38996 ____________________________________________________________________________
38997 [  8788] By: alanbur                               on 2001/02/13  10:33:13
38998         Log: Integrated changes from maint-5.6
38999      Branch: maint-5.6/pureperl
39000           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
39001           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
39002           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39003           !> vos/config.ga.h vos/configure_perl.cm
39004 ____________________________________________________________________________
39005 [  8787] By: jhi                                   on 2001/02/13  05:56:36
39006         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
39007      Branch: perl
39008           !> Makefile.SH
39009 ____________________________________________________________________________
39010 [  8786] By: jhi                                   on 2001/02/13  05:54:34
39011         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
39012              From: Dorner Thomas <Thomas.Dorner@start.de>
39013              Date: Mon, 12 Feb 2001 15:06:26 +0100
39014              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
39015      Branch: maint-5.6/perl
39016            ! Makefile.SH
39017 ____________________________________________________________________________
39018 [  8785] By: jhi                                   on 2001/02/13  05:29:04
39019         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
39020      Branch: perl
39021           !> hints/openbsd.sh
39022 ____________________________________________________________________________
39023 [  8784] By: jhi                                   on 2001/02/13  02:25:24
39024         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
39025              From: Peter Prymmer <pvhp@forte.com>
39026              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
39027              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
39028      Branch: perl
39029            ! pod/perlclib.pod
39030 ____________________________________________________________________________
39031 [  8783] By: jhi                                   on 2001/02/13  02:22:36
39032         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
39033      Branch: perl
39034            - ebcdic.c
39035            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
39036            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
39037            ! util.c
39038 ____________________________________________________________________________
39039 [  8782] By: jhi                                   on 2001/02/13  02:00:07
39040         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
39041      Branch: maint-5.6/perl
39042            ! pod/perlport.pod
39043 ____________________________________________________________________________
39044 [  8781] By: jhi                                   on 2001/02/13  01:58:44
39045         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
39046      Branch: maint-5.6/perl
39047            ! hints/openbsd.sh
39048 ____________________________________________________________________________
39049 [  8780] By: jhi                                   on 2001/02/13  01:57:33
39050         Log: Synchronize the regexp tests between maintperl and mainline.
39051      Branch: maint-5.6/perl
39052           !> t/op/re_tests
39053 ____________________________________________________________________________
39054 [  8779] By: jhi                                   on 2001/02/13  01:49:35
39055         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
39056              From: Hugo <hv@crypt.compulink.co.uk>
39057              Date: Tue, 13 Feb 2001 00:11:11 +0000
39058              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
39059      Branch: perl
39060            ! regcomp.c t/op/re_tests
39061 ____________________________________________________________________________
39062 [  8778] By: jhi                                   on 2001/02/13  00:23:10
39063         Log: Comments do not nest.
39064      Branch: perl
39065            ! perl.h
39066 ____________________________________________________________________________
39067 [  8777] By: jhi                                   on 2001/02/13  00:17:54
39068         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
39069              From: Hugo <hv@crypt.compulink.co.uk>
39070              Date: Tue, 13 Feb 2001 00:11:11 +0000
39071              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
39072      Branch: maint-5.6/perl
39073            ! regcomp.c t/op/re_tests
39074 ____________________________________________________________________________
39075 [  8776] By: jhi                                   on 2001/02/12  23:25:52
39076         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
39077      Branch: maint-5.6/perl
39078            ! pod/perlport.pod
39079 ____________________________________________________________________________
39080 [  8775] By: jhi                                   on 2001/02/12  23:04:28
39081         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
39082      Branch: maint-5.6/perl
39083            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
39084            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39085            ! vos/configure_perl.cm
39086 ____________________________________________________________________________
39087 [  8774] By: jhi                                   on 2001/02/12  22:59:11
39088         Log: Subject: Re: [patch] context for 'U' magic functions
39089              From: Doug MacEachern <dougm@covalent.net>
39090              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
39091              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
39092              
39093              plus the suggestion by Nick Ing-Simmons to name the macro
39094              as PERL_MG_UFUNC to avoid namespace pollution, plus add
39095              the advice by Doug for XS writers to perl.h
39096      Branch: perl
39097            ! mg.c perl.h
39098 ____________________________________________________________________________
39099 [  8773] By: jhi                                   on 2001/02/11  20:14:12
39100         Log: Update Changes.
39101      Branch: perl
39102            ! Changes patchlevel.h
39103 ____________________________________________________________________________
39104 [  8772] By: jhi                                   on 2001/02/11  18:47:52
39105         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
39106              From: Simon Cozens <simon@cozens.net>
39107              Date: Wed, 31 Jan 2001 16:31:43 +0000
39108              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
39109      Branch: perl
39110            + pod/perlclib.pod
39111            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
39112            ! pod/perltoc.pod
39113 ____________________________________________________________________________
39114 [  8771] By: jhi                                   on 2001/02/11  18:36:48
39115         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
39116              
39117              Blocks-4d3.beta.txt
39118              CaseFolding-3d4.beta.txt
39119              CompositionExclusions-3d6.beta.txt
39120              EastAsianWidth-4d4.beta.txt
39121              LineBreak-6d3.beta.txt
39122              NamesList-3.1.0d1.beta.txt
39123              PropList-3.1.0d4.beta.txt
39124              SpecialCasing-4d1.beta.txt
39125              UnicodeData-3.1.0d6.beta.txt
39126      Branch: perl
39127            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
39128           +> lib/unicode/UCD.html lib/unicode/Unicode.html
39129            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39130            - lib/unicode/Unicode.301
39131            ! (edit 257 files)
39132 ____________________________________________________________________________
39133 [  8770] By: jhi                                   on 2001/02/11  17:26:22
39134         Log: UTF-8 documentation.
39135      Branch: perl
39136            ! utf8.h
39137 ____________________________________________________________________________
39138 [  8769] By: jhi                                   on 2001/02/11  17:12:49
39139         Log: Retract #8762.
39140      Branch: perl
39141            ! regexec.c
39142 ____________________________________________________________________________
39143 [  8768] By: jhi                                   on 2001/02/11  16:54:45
39144         Log: Subject: [PATCH] Test::Harness
39145              From: andreas.koenig@anima.de (Andreas J. Koenig)
39146              Date: 11 Feb 2001 14:37:00 +0100
39147              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
39148      Branch: perl
39149            ! lib/Test/Harness.pm
39150 ____________________________________________________________________________
39151 [  8767] By: jhi                                   on 2001/02/11  16:53:52
39152         Log: Subject: [PATCH] Document makepatch in Porting/patching
39153              From: andreas.koenig@anima.de (Andreas J. Koenig)
39154              Date: 11 Feb 2001 16:46:28 +0100
39155              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
39156      Branch: perl
39157            ! Porting/patching.pod
39158 ____________________________________________________________________________
39159 [  8766] By: jhi                                   on 2001/02/11  06:30:23
39160         Log: Subject: Re: [patch] GvSHARED
39161              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
39162              From: Doug MacEachern <dougm@covalent.net>
39163              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
39164              
39165              Subject: Re: [patch] GvSHARED
39166              From: Doug MacEachern <dougm@covalent.net>
39167              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
39168              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
39169              
39170              Subject: [patch] attributes.pm support for `shared'
39171              From: Doug MacEachern <dougm@covalent.net>
39172              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
39173              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
39174              
39175              our() attributes were ignored, our :shared pieces missing,
39176              allow attributes.pm to turn on shared.
39177      Branch: perl
39178            ! op.c t/op/attrs.t toke.c xsutils.c
39179 ____________________________________________________________________________
39180 [  8765] By: alanbur                               on 2001/02/10  23:11:19
39181         Log: Resync with parent (hopefully sucessfully this time)
39182      Branch: maint-5.6/pureperl
39183           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
39184           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
39185           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39186           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39187           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39188           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39189           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
39190 ____________________________________________________________________________
39191 [  8764] By: jhi                                   on 2001/02/10  22:54:38
39192         Log: Make TEST and UTEST more verbose in case something goes
39193              wrong in running/compiling a script, suggested by Doug
39194              MacEachern.
39195      Branch: perl
39196            ! t/TEST t/UTEST
39197 ____________________________________________________________________________
39198 [  8763] By: jhi                                   on 2001/02/10  22:11:34
39199         Log: Bogus shebang.
39200      Branch: perl
39201            ! t/lib/texttabs.t
39202 ____________________________________________________________________________
39203 [  8762] By: jhi                                   on 2001/02/10  21:56:02
39204         Log: (Retracted by #8769)
39205      Branch: perl
39206            ! regexec.c
39207 ____________________________________________________________________________
39208 [  8761] By: jhi                                   on 2001/02/10  21:26:15
39209         Log: Subject: Re: [patch] GvSHARED 
39210              From: Doug MacEachern <dougm@covalent.net>
39211              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
39212              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
39213              
39214              our @EXPORT : shared = (...);
39215      Branch: perl
39216            ! toke.c
39217 ____________________________________________________________________________
39218 [  8760] By: jhi                                   on 2001/02/10  21:25:07
39219         Log: Subject: [patch] GvSHARED
39220              From: Doug MacEachern <dougm@covalent.net>
39221              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
39222              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
39223      Branch: perl
39224            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
39225 ____________________________________________________________________________
39226 [  8759] By: alanbur                               on 2001/02/10  21:24:27
39227         Log: Backed out mismerge.
39228      Branch: maint-5.6/pureperl
39229            ! MANIFEST README.hpux README.vmesa gv.c installhtml
39230            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
39231            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39232            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39233            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39234            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39235            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
39236 ____________________________________________________________________________
39237 [  8758] By: jhi                                   on 2001/02/10  18:01:17
39238         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
39239              
39240              Fixed UMRs and leak in Perl_pmtrans()
39241              
39242              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39243              associated UTFied tr/// code.  Also fixed scoping leak of
39244              PL_reg_start_tmp.
39245              
39246              newATTRSUB leaks when an attempt to redefine the active sort sub is
39247              made.
39248      Branch: maint-5.6/perl
39249           !> op.c regcomp.c
39250 ____________________________________________________________________________
39251 [  8757] By: alanbur                               on 2001/02/10  17:56:46
39252         Log: Resynchronised with parent
39253      Branch: maint-5.6/pureperl
39254           +> README.bs2000
39255            - README.posix-bc
39256            ! gv.c perl.c sv.c
39257           !> MANIFEST README.hpux README.vmesa installhtml
39258           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
39259           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39260           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
39261           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
39262           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
39263           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
39264 ____________________________________________________________________________
39265 [  8756] By: alanbur                               on 2001/02/10  17:51:15
39266         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
39267              made.
39268      Branch: maint-5.6/pureperl
39269            ! op.c
39270 ____________________________________________________________________________
39271 [  8755] By: jhi                                   on 2001/02/09  22:41:35
39272         Log: Upgrade to CPAN 1.59_54, from Andreas König.
39273      Branch: perl
39274            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39275 ____________________________________________________________________________
39276 [  8754] By: jhi                                   on 2001/02/09  22:29:20
39277         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
39278              
39279              Didn't upgrade the fill.t since it has a dependency to File::Slurp
39280              purely for debugging purposes, the actual test hasn't changed.
39281      Branch: perl
39282            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
39283            ! t/lib/textwrap.t
39284 ____________________________________________________________________________
39285 [  8753] By: jhi                                   on 2001/02/09  20:17:50
39286         Log: Integrate change #8682 from maintperl.
39287              
39288              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39289              to work correctly.
39290      Branch: perl
39291           !> hints/irix_6.sh
39292 ____________________________________________________________________________
39293 [  8752] By: jhi                                   on 2001/02/09  20:00:46
39294         Log: Update Changes.
39295      Branch: perl
39296            ! Changes patchlevel.h
39297 ____________________________________________________________________________
39298 [  8751] By: nick                                  on 2001/02/09  19:48:37
39299         Log: Integrate mainline
39300      Branch: perlio
39301           +> README.bs2000 t/lib/cgi-esc.t
39302            - README.posix-bc
39303           !> (integrate 53 files)
39304 ____________________________________________________________________________
39305 [  8750] By: nick                                  on 2001/02/09  19:25:16
39306         Log: Subject: RE: Biannual Competition to Improve Hashing Function
39307              From: Fisher Mark <fisherm@tce.com>
39308              Date: Thu, 8 Feb 2001 10:44:00 -0500
39309              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
39310              Date: Thu, 8 Feb 2001 15:02:47 -0500
39311              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
39312      Branch: perl
39313            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
39314 ____________________________________________________________________________
39315 [  8749] By: jhi                                   on 2001/02/09  19:02:35
39316         Log: Forgotten fragment.
39317      Branch: perl
39318            ! pod/perlapi.pod
39319 ____________________________________________________________________________
39320 [  8748] By: jhi                                   on 2001/02/09  18:31:34
39321         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
39322              plus manual tweakage.
39323              
39324              Sync the perlfaq2 between mainline and maintperl.
39325      Branch: maint-5.6/perl
39326            ! pod/perlfaq2.pod
39327      Branch: perl
39328           !> pod/perlfaq2.pod
39329 ____________________________________________________________________________
39330 [  8747] By: jhi                                   on 2001/02/09  18:12:04
39331         Log: Subject: versiononly and installperl
39332              From: abigail@foad.org
39333              Date: Wed, 7 Feb 2001 22:43:12 +0100
39334              Message-ID: <20010207214312.7045.qmail@foad.org>    
39335              
39336              Add +v flag to force a normal install of the perl binary
39337              and the utilities.
39338              
39339              Subject: [PATCH] installperl
39340              From: Nicholas Clark <nick@ccl4.org>
39341              Date: Fri, 9 Feb 2001 16:28:57 +0000
39342              Message-ID: <20010209162857.B10931@plum.flirble.org>
39343              
39344              Add -A flag which also hardlinks the binary with
39345              the full architecture name.
39346      Branch: perl
39347            ! installperl
39348 ____________________________________________________________________________
39349 [  8746] By: jhi                                   on 2001/02/09  18:03:43
39350         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
39351              
39352              Subject: perlfaq2, re: perlmongers
39353              
39354              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39355              
39356              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39357              
39358              Subject: [ID 20010205.001] typo in perlfaq9
39359              
39360              Subject: [ID 20010208.002] unordered explanation in perlcall
39361      Branch: maint-5.6/perl
39362           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
39363           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
39364           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
39365 ____________________________________________________________________________
39366 [  8745] By: jhi                                   on 2001/02/09  17:59:09
39367         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
39368              From: abela@geneanet.org
39369              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
39370              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
39371      Branch: perl
39372            ! pod/perlcall.pod
39373 ____________________________________________________________________________
39374 [  8744] By: jhi                                   on 2001/02/09  17:48:16
39375         Log: Subject: [ID 20010205.001] typo in perlfaq9
39376              From: eserte@vran.herceg.de
39377              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
39378              Message-Id: <200102042244.XAA21926@vran.herceg.de>
39379      Branch: perl
39380            ! pod/perlfaq9.pod
39381 ____________________________________________________________________________
39382 [  8743] By: jhi                                   on 2001/02/09  17:25:12
39383         Log: Integrate change #8695 from maintperl.
39384              
39385              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39386      Branch: perl
39387           !> thread.h
39388 ____________________________________________________________________________
39389 [  8742] By: jhi                                   on 2001/02/09  17:21:22
39390         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
39391              From: Andy Dougherty <doughera@lafayette.edu>
39392              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
39393              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
39394      Branch: perl
39395            ! embed.pl
39396 ____________________________________________________________________________
39397 [  8741] By: jhi                                   on 2001/02/09  17:05:19
39398         Log: Integrate changes #8738,8739,8740 from maintperl.
39399              
39400              Html files will be installed in a more logical and easier to
39401              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39402              
39403              Html files will be generated with a header to make them look
39404              a little less bare.
39405              
39406              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39407      Branch: perl
39408           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
39409 ____________________________________________________________________________
39410 [  8740] By: jhi                                   on 2001/02/09  17:03:46
39411         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
39412              From: "Brendan O'Dea" <bod@compusol.com.au>
39413              Date: Sun, 4 Feb 2001 11:17:56 +1100
39414              Message-ID: <20010204111756.A16301@compusol.com.au>
39415      Branch: maint-5.6/perl
39416            ! pod/perlfaq3.pod
39417 ____________________________________________________________________________
39418 [  8739] By: jhi                                   on 2001/02/09  17:01:59
39419         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
39420              From: "Indy Singh" <indy@nusphere.com>
39421              Date: Fri, 2 Feb 2001 15:09:59 -0500
39422              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
39423              
39424              Html files will be generated with a header to make them look
39425              a little less bare.
39426      Branch: maint-5.6/perl
39427            ! installhtml
39428 ____________________________________________________________________________
39429 [  8738] By: jhi                                   on 2001/02/09  16:58:48
39430         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
39431              From: "Indy Singh" <indy@nusphere.com>
39432              Date: Fri, 2 Feb 2001 15:08:23 -0500
39433              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
39434              
39435              Html files will be installed in a more logical and easier to
39436              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
39437      Branch: maint-5.6/perl
39438            ! win32/Makefile win32/makefile.mk
39439 ____________________________________________________________________________
39440 [  8737] By: jhi                                   on 2001/02/09  16:46:54
39441         Log: Integrate changes #8687,8736 from maintperl.
39442              
39443              HP-UX thread patches from Merijn H. Brand.
39444              
39445              Latin nit from Philip Newton.
39446      Branch: perl
39447           !> README.hpux hints/hpux.sh
39448 ____________________________________________________________________________
39449 [  8736] By: jhi                                   on 2001/02/09  16:42:31
39450         Log: Latin nit from Philip Newton.
39451      Branch: maint-5.6/perl
39452            ! README.hpux
39453 ____________________________________________________________________________
39454 [  8735] By: jhi                                   on 2001/02/09  16:24:03
39455         Log: Integrate changes #8704,8710 from pureperl.
39456              
39457              Fixed UMRs and leak in Perl_pmtrans()
39458              
39459              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39460              associated UTFied tr/// code.  Also fixed scoping leak of
39461              PL_reg_start_tmp.
39462      Branch: perl
39463           !> op.c regcomp.c
39464 ____________________________________________________________________________
39465 [  8734] By: jhi                                   on 2001/02/09  15:40:21
39466         Log: Integrate change #8733 from maintperl.
39467              
39468              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39469      Branch: perl
39470           !> pod/perlre.pod
39471 ____________________________________________________________________________
39472 [  8733] By: jhi                                   on 2001/02/09  15:35:47
39473         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
39474              From: Prymmer/Kahn <pvhp@best.com>
39475              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
39476              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
39477      Branch: maint-5.6/perl
39478            ! pod/perlre.pod
39479 ____________________________________________________________________________
39480 [  8732] By: jhi                                   on 2001/02/09  15:26:17
39481         Log: Rename README.posix-bc to README.bs2000 (to avoid the
39482              confusion of a "perlposix-bc.pod"), add a few missing
39483              arch pods, regen toc.
39484      Branch: maint-5.6/perl
39485           +> README.bs2000
39486            - README.posix-bc
39487            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39488            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39489 ____________________________________________________________________________
39490 [  8731] By: jhi                                   on 2001/02/09  15:23:39
39491         Log: De-cut-and-pasto.
39492      Branch: perl
39493            ! pod/perl.pod
39494 ____________________________________________________________________________
39495 [  8730] By: jhi                                   on 2001/02/09  15:11:13
39496         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
39497              when people think that perlposix-bc.pod tells anything about
39498              Perl and POSIX.  Regen toc.
39499      Branch: perl
39500           +> README.bs2000
39501            - README.posix-bc
39502            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
39503            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
39504 ____________________________________________________________________________
39505 [  8729] By: jhi                                   on 2001/02/09  14:52:28
39506         Log: The README.vmesa part of #8712 from maintperl.
39507      Branch: perl
39508            ! README.vmesa
39509 ____________________________________________________________________________
39510 [  8728] By: jhi                                   on 2001/02/09  14:46:06
39511         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
39512              From: Peter Prymmer <pvhp@forte.com>
39513              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
39514              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
39515      Branch: maint-5.6/perl
39516            ! README.vmesa win32/Makefile win32/makefile.mk
39517 ____________________________________________________________________________
39518 [  8727] By: jhi                                   on 2001/02/09  14:33:25
39519         Log: Integrate change #8712 from mainline.
39520              
39521              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
39522      Branch: maint-5.6/perl
39523           !> lib/Pod/Find.pm
39524 ____________________________________________________________________________
39525 [  8726] By: jhi                                   on 2001/02/09  14:30:28
39526         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
39527              From: Peter Prymmer <pvhp@forte.com>
39528              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
39529              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
39530      Branch: perl
39531            + t/lib/cgi-esc.t
39532            ! MANIFEST lib/CGI/Util.pm
39533 ____________________________________________________________________________
39534 [  8725] By: jhi                                   on 2001/02/09  04:56:47
39535         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
39536      Branch: maint-5.6/perl
39537            ! pod/perlport.pod
39538 ____________________________________________________________________________
39539 [  8724] By: jhi                                   on 2001/02/09  04:40:59
39540         Log: Integrate changes 7819,7820 from vmsperl into mainline.
39541              
39542              Add header for LIB$ prototypes (C. Berry)
39543              
39544              Convert fwrite()s to sockets to write()s, since some socket stacks
39545              don't take kindly to stdio.
39546              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39547              (for often optional LNMs)
39548              Correct a few typos
39549              (C. Bailey)
39550      Branch: perl
39551           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
39552 ____________________________________________________________________________
39553 [  8723] By: jhi                                   on 2001/02/09  03:29:29
39554         Log: Integrate change #8722 from mainline.
39555              
39556              The Im() function wasn't returning zero for non-Math::Complex
39557              arguments.  The bug reported by John Gamble.
39558      Branch: maint-5.6/perl
39559           !> lib/Math/Complex.pm
39560 ____________________________________________________________________________
39561 [  8722] By: jhi                                   on 2001/02/09  03:28:33
39562         Log: The Im() function wasn't returning zero for non-Math::Complex
39563              arguments.  The bug reported by John Gamble.
39564      Branch: perl
39565            ! lib/Math/Complex.pm
39566 ____________________________________________________________________________
39567 [  8721] By: nick                                  on 2001/02/08  22:11:35
39568         Log: Correct the correction :-(
39569      Branch: perl
39570            ! perl.c
39571 ____________________________________________________________________________
39572 [  8720] By: bailey                                on 2001/02/08  20:59:22
39573         Log: Convert frwite()s to sockets to write()s, since some socket stacks
39574              don't take kindly to stdio.
39575              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
39576              (for often optional LNMs)
39577              Correct a few typos
39578              (C. Bailey)
39579      Branch: vmsperl
39580            ! vms/vms.c vms/vmsish.h
39581 ____________________________________________________________________________
39582 [  8719] By: bailey                                on 2001/02/08  20:51:02
39583         Log: Add header for LIB$ prototypes (C. Berry)
39584      Branch: vmsperl
39585            ! ext/Devel/DProf/DProf.xs
39586 ____________________________________________________________________________
39587 [  8718] By: bailey                                on 2001/02/08  20:49:00
39588         Log: SYN SYN
39589      Branch: vmsperl
39590           +> pod/perliol.pod t/lib/sample-tests/bailout
39591           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
39592           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
39593           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
39594           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
39595           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
39596           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
39597            - lib/unicode/Is/DCinital.pl
39598           !> (integrate 101 files)
39599 ____________________________________________________________________________
39600 [  8717] By: nick                                  on 2001/02/08  19:38:48
39601         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
39602              From: Robin Barker <rmb1@cise.npl.co.uk>
39603              Date: Thu, 8 Feb 2001 14:38:07 GMT
39604              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
39605      Branch: perl
39606            ! lib/CPAN.pm
39607 ____________________________________________________________________________
39608 [  8716] By: nick                                  on 2001/02/08  19:29:07
39609         Log: Generated files form 8713 etc.
39610      Branch: perl
39611            ! embed.h global.sym objXSUB.h perlapi.c proto.h
39612 ____________________________________________________________________________
39613 [  8715] By: nick                                  on 2001/02/08  19:26:08
39614         Log: Fixup non-ithread build after 8713
39615      Branch: perl
39616            ! perl.c
39617 ____________________________________________________________________________
39618 [  8714] By: nick                                  on 2001/02/08  19:17:45
39619         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
39620              From: nick@ccl4.org
39621              Date: Wed, 7 Feb 2001 00:27:47 +0000
39622              Message-Id: <20010207002747.B63724@plum.flirble.org>
39623      Branch: perl
39624            ! sv.c toke.c
39625 ____________________________________________________________________________
39626 [  8713] By: nick                                  on 2001/02/08  19:15:58
39627         Log: Subject: Re: [patch] Re: PL_ptr_table
39628              From: Doug Maceachern <dougm@covalent.net>
39629              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
39630              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
39631      Branch: perl
39632            ! embed.pl perl.c sv.c sv.h
39633 ____________________________________________________________________________
39634 [  8712] By: nick                                  on 2001/02/08  19:12:47
39635         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
39636              From: Peter Prymmer <pvhp@forte.com>
39637              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
39638              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
39639      Branch: perl
39640            ! lib/Pod/Find.pm
39641 ____________________________________________________________________________
39642 [  8711] By: nick                                  on 2001/02/07  21:06:11
39643         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
39644              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
39645              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39646              Date: Tue, 06 Feb 2001 23:37:01 +0000
39647              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
39648      Branch: perl
39649            ! regcomp.c
39650 ____________________________________________________________________________
39651 [  8710] By: alanbur                               on 2001/02/07  00:22:04
39652         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
39653              associated UTFied tr/// code.  Also fixed scoping leak of
39654              PL_reg_start_tmp.
39655      Branch: maint-5.6/pureperl
39656            ! op.c regcomp.c
39657 ____________________________________________________________________________
39658 [  8709] By: nick                                  on 2001/02/06  21:16:49
39659         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
39660              From: Michael G Schwern <schwern@pobox.com>
39661              Date: Sun, 4 Feb 2001 19:47:14 -0500
39662              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
39663      Branch: perl
39664            ! pod/perlapi.pod pod/perlmodlib.PL
39665 ____________________________________________________________________________
39666 [  8708] By: nick                                  on 2001/02/06  20:41:20
39667         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
39668              From: Michael G Schwern <schwern@pobox.com>
39669              Date: Sun, 4 Feb 2001 21:17:49 -0500
39670              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
39671      Branch: perl
39672            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
39673            ! pod/perltootc.pod
39674 ____________________________________________________________________________
39675 [  8707] By: nick                                  on 2001/02/06  20:29:11
39676         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
39677              From: Michael G Schwern <schwern@pobox.com>
39678              Date: Tue, 6 Feb 2001 05:54:30 -0500
39679              Message-Id: <20010206055430.A951@blackrider.aocn.com>
39680      Branch: perl
39681            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
39682 ____________________________________________________________________________
39683 [  8706] By: nick                                  on 2001/02/06  20:21:40
39684         Log: Subject: RE: some win32 fixes
39685              Date: Tue, 6 Feb 2001 09:23:20 +0300
39686              From: Vadim Konovalov <vkonovalov@lucent.com>
39687              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
39688      Branch: perl
39689            ! toke.c win32/Makefile win32/config.bc win32/config.gc
39690            ! win32/config.vc win32/config_H.bc win32/makefile.mk
39691 ____________________________________________________________________________
39692 [  8705] By: alanbur                               on 2001/02/06  15:00:03
39693         Log: Synchronised with parent
39694      Branch: maint-5.6/pureperl
39695            ! regexec.c
39696           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39697           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
39698 ____________________________________________________________________________
39699 [  8704] By: alanbur                               on 2001/02/06  14:55:24
39700         Log: Fixed UMRs and leak in Perl_pmtrans()
39701      Branch: maint-5.6/pureperl
39702            ! op.c
39703 ____________________________________________________________________________
39704 [  8703] By: gsar                                  on 2001/02/06  02:29:37
39705         Log: $(MAKE) distclean doesn't clean up properly on windows
39706      Branch: maint-5.6/perl
39707            ! win32/Makefile win32/makefile.mk
39708 ____________________________________________________________________________
39709 [  8702] By: gsar                                  on 2001/02/06  01:00:46
39710         Log: tweak change#8659 to keep it simple
39711      Branch: maint-5.6/perl
39712            ! utils/perldoc.PL
39713 ____________________________________________________________________________
39714 [  8701] By: gsar                                  on 2001/02/05  22:45:41
39715         Log: change#8693 was missing testsuite changes
39716      Branch: maint-5.6/perl
39717           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
39718 ____________________________________________________________________________
39719 [  8700] By: nick                                  on 2001/02/05  20:32:52
39720         Log: Integrate mainline
39721      Branch: perlio
39722           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
39723           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39724           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39725           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39726           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39727           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39728           +> t/lib/test-harness.t
39729           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
39730           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
39731           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
39732           !> pod/perlutil.pod t/TEST utils/h2xs.PL
39733 ____________________________________________________________________________
39734 [  8699] By: nick                                  on 2001/02/05  19:41:07
39735         Log: Subject: perlfaq2, re: perlmongers
39736              From: David H. Adler <dha@panix.com>
39737              Date: Sun, 4 Feb 2001 23:48:23 -0500
39738              Message-Id: <20010204234823.A13429@panix.com>
39739      Branch: perl
39740            ! pod/perlfaq2.pod
39741 ____________________________________________________________________________
39742 [  8698] By: nick                                  on 2001/02/05  19:39:31
39743         Log: Missed file f#rom the testharness mess.
39744      Branch: perl
39745            + t/lib/test-harness.t
39746 ____________________________________________________________________________
39747 [  8697] By: nick                                  on 2001/02/05  19:37:21
39748         Log: Subject: [DOC PATCH] overload.pm nits
39749              From: John Tobey <jtobey@john-edwin-tobey.org>
39750              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
39751              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
39752      Branch: perl
39753            ! lib/overload.pm
39754 ____________________________________________________________________________
39755 [  8696] By: alanbur                               on 2001/02/05  11:56:00
39756         Log: Sync with parent
39757      Branch: maint-5.6/pureperl
39758           !> thread.h
39759 ____________________________________________________________________________
39760 [  8695] By: gsar                                  on 2001/02/05  03:27:34
39761         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
39762      Branch: maint-5.6/perl
39763            ! thread.h
39764 ____________________________________________________________________________
39765 [  8694] By: alanbur                               on 2001/02/05  00:07:47
39766         Log: Initial branch creation from //depot/maint-5.6/perl
39767      Branch: maint-5.6/pureperl
39768           +> (branch 1719 files)
39769 ____________________________________________________________________________
39770 [  8693] By: gsar                                  on 2001/02/04  22:38:49
39771         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
39772              changes)
39773      Branch: maint-5.6/perl
39774           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
39775           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
39776           !> ext/DB_File/version.c
39777 ____________________________________________________________________________
39778 [  8692] By: nick                                  on 2001/02/04  18:15:57
39779         Log: The missed t/TEST part of the grand testharness upgrade.
39780      Branch: perl
39781            ! t/TEST
39782 ____________________________________________________________________________
39783 [  8691] By: nick                                  on 2001/02/04  18:05:17
39784         Log: New improved test harness
39785              Subject: Re: [PATCH Test::Harness] Third time's a charm?
39786              From: Michael G Schwern <schwern@pobox.com>
39787              Date: Sun, 4 Feb 2001 08:01:20 -0500
39788              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
39789      Branch: perl
39790            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
39791            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
39792            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
39793            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
39794            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
39795            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
39796            ! MANIFEST lib/Test/Harness.pm
39797 ____________________________________________________________________________
39798 [  8690] By: nick                                  on 2001/02/04  17:57:51
39799         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
39800              From: Jonathan Stowe <gellyfish@gellyfish.com>
39801              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
39802              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
39803      Branch: perl
39804            ! utils/h2xs.PL
39805 ____________________________________________________________________________
39806 [  8689] By: nick                                  on 2001/02/04  17:55:24
39807         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
39808              From: Michael G Schwern <schwern@pobox.com>
39809              Date: Sat, 3 Feb 2001 22:46:38 -0500
39810              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
39811      Branch: perl
39812            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
39813            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
39814 ____________________________________________________________________________
39815 [  8688] By: nick                                  on 2001/02/04  17:43:55
39816         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
39817              length byfailing to spot lack of closing )
39818              From: nick@talking.bollo.cx
39819              Date: Sat, 03 Feb 2001 23:53:16 +0000
39820              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
39821      Branch: perl
39822            ! perlio.c pod/perldiag.pod
39823 ____________________________________________________________________________
39824 [  8687] By: jhi                                   on 2001/02/03  17:11:42
39825         Log: HP-UX thread patches from Merijn H. Brand.
39826      Branch: maint-5.6/perl
39827            ! README.hpux hints/hpux.sh
39828 ____________________________________________________________________________
39829 [  8686] By: jhi                                   on 2001/02/03  16:40:12
39830         Log: Metaconfig changes for #8685.
39831      Branch: metaconfig
39832            ! U/installdirs/instubperl.U
39833      Branch: metaconfig/U/perl
39834            ! Devel.U versiononly.U
39835 ____________________________________________________________________________
39836 [  8685] By: jhi                                   on 2001/02/03  16:39:49
39837         Log: For -Dusedevel builds turn off installusrbinperl and turn on
39838              versiononly, a combined idea of Richard Soderberg and Merijn
39839              H. Brand.  You can still override both of these from the command
39840              line if you need to, -Dinstallusrbinperl and -Uversiononly.
39841      Branch: perl
39842            ! Configure
39843 ____________________________________________________________________________
39844 [  8684] By: jhi                                   on 2001/02/03  16:16:34
39845         Log: Metaconfig unit fix for #8683.
39846      Branch: metaconfig
39847            ! U/compline/nblock_io.U
39848 ____________________________________________________________________________
39849 [  8683] By: jhi                                   on 2001/02/03  16:16:12
39850         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
39851              reported by Peter Prymmer for 5.6-TRIAL1.
39852      Branch: perl
39853            ! Configure
39854 ____________________________________________________________________________
39855 [  8682] By: jhi                                   on 2001/02/03  05:52:11
39856         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
39857              to work correctly.
39858      Branch: maint-5.6/perl
39859            ! hints/irix_6.sh
39860 ____________________________________________________________________________
39861 [  8681] By: jhi                                   on 2001/02/03  05:47:33
39862         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
39863      Branch: maint-5.6/perl
39864            ! pod/perlport.pod
39865 ____________________________________________________________________________
39866 [  8680] By: jhi                                   on 2001/02/02  21:39:49
39867         Log: perlport update from Peter Prymmer.
39868      Branch: maint-5.6/perl
39869            ! pod/perlport.pod
39870 ____________________________________________________________________________
39871 [  8679] By: nick                                  on 2001/02/02  20:50:48
39872         Log: Integrate mainline
39873      Branch: perlio
39874           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39875           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
39876           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39877 ____________________________________________________________________________
39878 [  8678] By: gsar                                  on 2001/02/02  16:02:12
39879         Log: note about bincompat, slightly modified (from Lupe Christoph)
39880      Branch: maint-5.6/perl
39881            ! README.solaris
39882 ____________________________________________________________________________
39883 [  8677] By: jhi                                   on 2001/02/02  15:46:20
39884         Log: Supported platforms updates.
39885      Branch: maint-5.6/perl
39886            ! pod/perlport.pod
39887 ____________________________________________________________________________
39888 [  8676] By: jhi                                   on 2001/02/02  03:41:26
39889         Log: A couple more perlfaq2 tweaks.
39890      Branch: maint-5.6/perl
39891            ! pod/perlfaq2.pod
39892 ____________________________________________________________________________
39893 [  8675] By: jhi                                   on 2001/02/02  03:17:44
39894         Log: Misedit in #8661.
39895      Branch: maint-5.6/perl
39896            ! Configure
39897 ____________________________________________________________________________
39898 [  8674] By: jhi                                   on 2001/02/02  03:14:38
39899         Log: Damien again.
39900      Branch: maint-5.6/perl
39901            ! pod/perlfaq2.pod
39902 ____________________________________________________________________________
39903 [  8673] By: jhi                                   on 2001/02/02  03:12:40
39904         Log: perlfaq update from Elaine Ashton.
39905      Branch: maint-5.6/perl
39906            ! pod/perlfaq2.pod
39907 ____________________________________________________________________________
39908 [  8672] By: jhi                                   on 2001/02/02  03:07:08
39909         Log: UTF-8 s/// patch from Inaba Hiroto.
39910      Branch: maint-5.6/perl
39911            ! pp_ctl.c pp_hot.c
39912 ____________________________________________________________________________
39913 [  8671] By: jhi                                   on 2001/02/01  22:34:31
39914         Log: Update Changes.
39915      Branch: perl
39916            ! Changes patchlevel.h
39917 ____________________________________________________________________________
39918 [  8670] By: jhi                                   on 2001/02/01  22:15:29
39919         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
39920              from maintperl.
39921              
39922              Upgrade to Getopt::Long 2.25, from Johan Vromans.
39923              
39924              more files need to be writable in the source distribution
39925              
39926              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
39927              
39928              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
39929              
39930              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39931              
39932              Allow the float to be fuzzier.
39933              
39934              need to use INT2PTR instead of a straight cast or ia64 fails
39935              
39936              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
39937              
39938              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39939      Branch: perl
39940           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
39941           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
39942           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
39943 ____________________________________________________________________________
39944 [  8669] By: jhi                                   on 2001/02/01  21:57:02
39945         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39946              From: Robin Barker <rmb1@cise.npl.co.uk>
39947              Date: Thu, 1 Feb 2001 16:59:05 GMT
39948              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
39949      Branch: maint-5.6/perl
39950            ! pod/perlmodlib.PL
39951 ____________________________________________________________________________
39952 [  8668] By: nick                                  on 2001/02/01  19:41:40
39953         Log: Integrate mainline
39954      Branch: perlio
39955           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
39956           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
39957           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
39958 ____________________________________________________________________________
39959 [  8667] By: gsar                                  on 2001/02/01  16:59:11
39960         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
39961      Branch: maint-5.6/perl
39962            ! embed.pl embedvar.h
39963 ____________________________________________________________________________
39964 [  8666] By: gsar                                  on 2001/02/01  16:34:51
39965         Log: add missing entries to win32/config.?c
39966      Branch: maint-5.6/perl
39967            ! win32/config.bc win32/config.gc win32/config.vc
39968            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39969 ____________________________________________________________________________
39970 [  8665] By: jhi                                   on 2001/02/01  14:58:51
39971         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
39972              From: "Stephen P. Potter" <spp@spotter.yi.org>
39973              Date: Thu, 01 Feb 2001 10:45:46 -0500
39974              Message-Id: <200102011545.KAA31479@spotter.yi.org>
39975      Branch: maint-5.6/perl
39976            ! pod/perlfunc.pod
39977 ____________________________________________________________________________
39978 [  8664] By: gsar                                  on 2001/02/01  14:52:37
39979         Log: need to use INT2PTR instead of a straight cast or ia64 fails
39980              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
39981      Branch: maint-5.6/perl
39982            ! ext/POSIX/POSIX.xs
39983 ____________________________________________________________________________
39984 [  8663] By: jhi                                   on 2001/02/01  14:09:13
39985         Log: Allow the float to be fuzzier.
39986      Branch: maint-5.6/perl
39987            ! t/lib/peek.t
39988 ____________________________________________________________________________
39989 [  8662] By: jhi                                   on 2001/02/01  13:59:00
39990         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
39991              From: Robin Barker <rmb1@cise.npl.co.uk>
39992              Date: Thu, 1 Feb 2001 13:05:39 GMT
39993              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
39994      Branch: maint-5.6/perl
39995            ! pod/perlmodlib.pod
39996 ____________________________________________________________________________
39997 [  8661] By: jhi                                   on 2001/02/01  13:57:38
39998         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
39999              Date: Thu, 01 Feb 2001 14:15:41 +0100
40000              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40001              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
40002              
40003              Have the $ccflags in the gcc version test (strange, this change
40004              is claimed to be have been integrated already)
40005      Branch: maint-5.6/perl
40006            ! Configure
40007 ____________________________________________________________________________
40008 [  8660] By: jhi                                   on 2001/02/01  13:44:10
40009         Log: Integrate changes #7950,7964,7962 from mainline.
40010              
40011              Find the stdchar signedness using cpp, should fix some of
40012              the Solaris compiler warnings reported by Alan Burlison.
40013      Branch: maint-5.6/perl
40014           !> Configure config_h.SH
40015 ____________________________________________________________________________
40016 [  8659] By: jhi                                   on 2001/02/01  05:35:32
40017         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
40018              From: Jan Dubois <JanD@ActiveState.com>
40019              Date: Wed, 31 Jan 2001 21:17:03 -0800
40020              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
40021      Branch: maint-5.6/perl
40022            ! utils/perldoc.PL
40023 ____________________________________________________________________________
40024 [  8658] By: jhi                                   on 2001/02/01  04:33:17
40025         Log: Integrate the README.os390 and README.posix-bc parts of mainline
40026              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
40027              installperl parts were taken care of by #8657.)
40028      Branch: maint-5.6/perl
40029           !> README.os390 README.posix-bc
40030 ____________________________________________________________________________
40031 [  8657] By: jhi                                   on 2001/02/01  04:29:21
40032         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
40033              From: Peter Prymmer <pvhp@forte.com>
40034              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
40035              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
40036      Branch: maint-5.6/perl
40037            + ext/DynaLoader/dl_dllload.xs
40038            ! MANIFEST Makefile.SH hints/os390.sh installperl
40039 ____________________________________________________________________________
40040 [  8656] By: jhi                                   on 2001/02/01  04:25:45
40041         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
40042              From: Peter Prymmer <pvhp@forte.com>
40043              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
40044              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
40045      Branch: maint-5.6/perl
40046            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
40047 ____________________________________________________________________________
40048 [  8655] By: jhi                                   on 2001/02/01  04:14:47
40049         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
40050              From: troc@netrus.net
40051              Date: Wed, 31 Jan 2001 22:31:26 -0500
40052              Message-Id: <200102010331.WAA117.85@rocco.homenet>
40053      Branch: maint-5.6/perl
40054            ! os2/os2.c
40055 ____________________________________________________________________________
40056 [  8654] By: jhi                                   on 2001/02/01  04:12:52
40057         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
40058              as reported by Alan Burlison.
40059      Branch: maint-5.6/perl
40060            ! pp.h
40061 ____________________________________________________________________________
40062 [  8653] By: jhi                                   on 2001/02/01  04:05:12
40063         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
40064              From: dsugalski@northernlight.com
40065              Date: Wed, 31 Jan 2001 18:54:11 -0500
40066              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
40067      Branch: maint-5.6/perl
40068            ! configure.com
40069 ____________________________________________________________________________
40070 [  8652] By: jhi                                   on 2001/02/01  04:03:11
40071         Log: Misplaced #endif.
40072              
40073              Subject: [perl-5-6-1-trial2] patches for EPOC
40074              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40075              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40076              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40077      Branch: maint-5.6/perl
40078            ! epoc/epocish.c
40079 ____________________________________________________________________________
40080 [  8651] By: jhi                                   on 2001/02/01  04:00:25
40081         Log: Integrate changes #8647,8648,8650 from mainline.
40082              
40083              Macrofy a magic UTF-8 test.
40084              
40085              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
40086              
40087              Watch out for cross compiling for EPOC (usually done on linux).
40088      Branch: maint-5.6/perl
40089           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
40090 ____________________________________________________________________________
40091 [  8650] By: jhi                                   on 2001/02/01  03:56:20
40092         Log: Watch out for cross compiling for EPOC (usually done on linux)
40093              
40094              Subject: [perl-5-6-1-trial2] patches for EPOC
40095              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40096              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40097              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40098      Branch: perl
40099            ! ext/Errno/Errno_pm.PL
40100 ____________________________________________________________________________
40101 [  8649] By: gsar                                  on 2001/02/01  00:46:00
40102         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
40103      Branch: maint-5.6/perl
40104            ! sv.c
40105 ____________________________________________________________________________
40106 [  8648] By: jhi                                   on 2001/01/31  23:35:36
40107         Log: All the uses of PL_numeric_radix must be protected by
40108              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
40109              
40110              Subject: [perl-5-6-1-trial2] patches for EPOC
40111              From: Olaf Flebbe <O.Flebbe@science-computing.de>
40112              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
40113              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
40114      Branch: perl
40115            ! sv.c
40116 ____________________________________________________________________________
40117 [  8647] By: jhi                                   on 2001/01/31  22:56:16
40118         Log: Macrofy a magic UTF-8 test.
40119      Branch: perl
40120            ! utf8.c utf8.h
40121 ____________________________________________________________________________
40122 [  8646] By: gsar                                  on 2001/01/31  15:55:12
40123         Log: update Changes
40124      Branch: maint-5.6/perl
40125            ! Changes
40126 ____________________________________________________________________________
40127 [  8645] By: gsar                                  on 2001/01/31  15:10:14
40128         Log: Configure tweak suggested by Peter Prymmer
40129      Branch: maint-5.6/perl
40130            ! Configure
40131 ____________________________________________________________________________
40132 [  8644] By: gsar                                  on 2001/01/31  15:06:32
40133         Log: more files need to be writable in the source distribution
40134      Branch: maint-5.6/perl
40135            ! Porting/makerel
40136 ____________________________________________________________________________
40137 [  8643] By: jhi                                   on 2001/01/31  14:59:46
40138         Log: Integrate changes #8258,8278,8279 from mainline.
40139              
40140              Make the large file tests more robust/talkative.
40141      Branch: maint-5.6/perl
40142           !> t/lib/syslfs.t t/op/lfs.t
40143 ____________________________________________________________________________
40144 [  8642] By: gsar                                  on 2001/01/31  14:53:48
40145         Log: integrate changes#8311,8334 from mainline
40146              
40147              Add a new MakeMaker variable PM_FILTER that defines a Unix
40148              filter to be run on each .pm during the pm_to_blib() phase,
40149              a fixed version of
40150              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
40151              
40152              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
40153              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
40154              accurate reading of the "atime".  
40155      Branch: maint-5.6/perl
40156           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
40157           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
40158           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
40159 ____________________________________________________________________________
40160 [  8641] By: jhi                                   on 2001/01/31  14:46:37
40161         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
40162      Branch: maint-5.6/perl
40163            ! lib/Getopt/Long.pm
40164 ____________________________________________________________________________
40165 [  8640] By: gsar                                  on 2001/01/31  14:40:24
40166         Log: make regen_all
40167      Branch: maint-5.6/perl
40168            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
40169 ____________________________________________________________________________
40170 [  8639] By: gsar                                  on 2001/01/31  14:37:25
40171         Log: refresh windows config files
40172      Branch: maint-5.6/perl
40173            ! win32/Makefile win32/config_H.bc win32/config_H.gc
40174            ! win32/config_H.vc win32/makefile.mk
40175 ____________________________________________________________________________
40176 [  8638] By: gsar                                  on 2001/01/31  14:28:10
40177         Log: makefile tweaks for windows: introduce a bulk-switch to enable
40178              same options as ActivePerl; sync changes with makefile.mk
40179      Branch: maint-5.6/perl
40180            ! win32/Makefile win32/makefile.mk
40181 ____________________________________________________________________________
40182 [  8637] By: jhi                                   on 2001/01/31  04:41:30
40183         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
40184              From: Nicholas Clark <nick@ccl4.org>
40185              Date: Tue, 30 Jan 2001 19:51:05 +0000
40186              Message-ID: <20010130195105.R76607@plum.flirble.org> 
40187              
40188              op/inc cure.
40189      Branch: perl
40190            ! pp.c pp.h pp_hot.c t/op/arith.t
40191 ____________________________________________________________________________
40192 [  8636] By: jhi                                   on 2001/01/31  02:38:32
40193         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
40194              no perlio],8257,8380,8479,8515 from mainline.
40195              
40196              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
40197              
40198              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
40199              Subject: [PATCH perl@8133] fix-up for VMS extensions
40200              
40201              In VMS embedded perls couldn't access the statically built Socket.
40202              
40203              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
40204              
40205              Further VMS piping fixes from Charles Lane.
40206              
40207              Subject:  [PATCH] make t/op/misc.t work on VMS
40208              
40209              Add tracing for debugging extensions builds in VMS.
40210              
40211              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
40212      Branch: maint-5.6/perl
40213           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
40214           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
40215           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
40216 ____________________________________________________________________________
40217 [  8635] By: jhi                                   on 2001/01/31  01:46:41
40218         Log: Integrate change #7732 from mainline.
40219              
40220              Sparc 64-bit pack() fix from Jens Hamisch.
40221      Branch: maint-5.6/perl
40222           !> pp.c
40223 ____________________________________________________________________________
40224 [  8634] By: jhi                                   on 2001/01/31  01:41:16
40225         Log: One spot missing from #8626.
40226      Branch: maint-5.6/perl
40227            ! sv.c
40228 ____________________________________________________________________________
40229 [  8633] By: jhi                                   on 2001/01/31  00:49:17
40230         Log: Integrate change #7495 from mainline.
40231              
40232              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
40233      Branch: maint-5.6/perl
40234           !> MANIFEST ext/re/Makefile.PL
40235 ____________________________________________________________________________
40236 [  8632] By: jhi                                   on 2001/01/30  23:38:49
40237         Log: Integrate change #8396 from mainline.
40238              
40239              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
40240              better multicast support (resend)
40241      Branch: maint-5.6/perl
40242           !> ext/Socket/Socket.pm
40243 ____________________________________________________________________________
40244 [  8631] By: jhi                                   on 2001/01/30  23:28:03
40245         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
40246              
40247              More AIX lore. (7514, ext/re/hints/aix.pl)
40248              
40249              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
40250              
40251              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)
40252              
40253              Subject: [ID 20001214.002] Net::Ping patch
40254              
40255              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
40256              
40257              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
40258              
40259              Add ReuseAddr as a (preferred) alias for Reuse as we now
40260              also have ReusePort.
40261              
40262              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
40263      Branch: maint-5.6/perl
40264           +> ext/re/hints/aix.pl
40265           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
40266           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
40267 ____________________________________________________________________________
40268 [  8630] By: jhi                                   on 2001/01/30  23:03:59
40269         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
40270              
40271              read() documentation tweak for 20001121.004.
40272              
40273              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
40274      Branch: maint-5.6/perl
40275           !> pod/perlfunc.pod pod/perlre.pod
40276 ____________________________________________________________________________
40277 [  8629] By: jhi                                   on 2001/01/30  22:41:57
40278         Log: Integrate change #8098 from mainline.
40279              
40280              fastgetcwd is defined using a glob alias on a $^O dependent basis
40281              and there was no default assignment or perl subroutine.
40282      Branch: maint-5.6/perl
40283           !> lib/Cwd.pm
40284 ____________________________________________________________________________
40285 [  8628] By: jhi                                   on 2001/01/30  21:58:52
40286         Log: Integrate change #7866 from mainline.
40287              
40288              File::Temp 0.11.
40289      Branch: maint-5.6/perl
40290           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
40291 ____________________________________________________________________________
40292 [  8627] By: jhi                                   on 2001/01/30  21:39:44
40293         Log: Integrate changes #8075,8086,8228 from mainline.  
40294              
40295              Darwin is not Windows. (8075,8086)
40296              
40297              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
40298      Branch: maint-5.6/perl
40299           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
40300           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
40301           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
40302           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
40303 ____________________________________________________________________________
40304 [  8626] By: jhi                                   on 2001/01/30  21:22:11
40305         Log: Integrate with tweakery the change #8625 from mainline,
40306              the multibyte decimal separator fix ("fa_IR locale failure").
40307      Branch: maint-5.6/perl
40308            ! embedvar.h perlapi.h
40309           !> intrpvar.h perl.c perl.h sv.c util.c
40310 ____________________________________________________________________________
40311 [  8625] By: jhi                                   on 2001/01/30  20:26:33
40312         Log: Fix for the fa_IR locale failure.  The reason for the failure
40313              was that Perl was assuming the decimal separator aka the radix
40314              separator is one character.  The Farsi-Iranian locale crushed
40315              that bad assumption since there the separator is 'Momayyez',
40316              glyphwise looking somewhat like a slash, and in Unicode UTF-8
40317              encoded in two bytes, 0xd9 0xab.
40318      Branch: perl
40319            ! intrpvar.h perl.c perl.h sv.c util.c
40320 ____________________________________________________________________________
40321 [  8624] By: gsar                                  on 2001/01/30  20:17:03
40322         Log: regen_headers
40323      Branch: maint-5.6/perl
40324            ! Makefile.SH pod/perlintern.pod
40325 ____________________________________________________________________________
40326 [  8623] By: gsar                                  on 2001/01/30  19:42:34
40327         Log: backout change#7431 and its dependents (causes spurious rebuilds
40328              of autogenerated files)
40329              
40330              fix benign b.t failure
40331      Branch: maint-5.6/perl
40332            ! Makefile.SH t/lib/b.t
40333 ____________________________________________________________________________
40334 [  8622] By: jhi                                   on 2001/01/30  19:41:41
40335         Log: Microperl sync.
40336      Branch: perl
40337            ! mg.c perl.h
40338 ____________________________________________________________________________
40339 [  8621] By: gsar                                  on 2001/01/30  19:24:47
40340         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
40341              from mainline
40342              
40343              Subject: podlators 1.06 released
40344              
40345              Subject: [PATCH @8436] Eliminate op_children
40346              
40347              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
40348              
40349              (Replaced by #8448)  More op_children traces (cleanup of #8442).
40350              
40351              Subject: [PATCH #3 @8436] Re: Eliminate op_children
40352              Replace #8444 and #8445.
40353              
40354              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
40355              at the setting of the ofs_sv in new_struct_thread() as the
40356              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
40357              uninitialized fields are, uh, initialized with),
40358              SvREFCNT_inc()ing that invited a core dump.
40359              
40360              podlators 1.07, from Russ Allbery.
40361              
40362              Subject: [PATCH] regcomp.c old feature removal
40363              From: mjd@plover.com
40364              Date: 16 Jan 2001 14:43:18 -0000 
40365              Message-ID: <20010116144318.7140.qmail@plover.com> 
40366      Branch: maint-5.6/perl
40367           +> lib/Pod/Text/Overstrike.pm
40368           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
40369           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
40370           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
40371           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
40372           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
40373           !> util.c
40374 ____________________________________________________________________________
40375 [  8620] By: gsar                                  on 2001/01/30  18:48:32
40376         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
40377              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
40378              now fails one test)
40379              
40380              Subject: [PATCH] lvalue AUTOLOAD. No, really.
40381              
40382              Subject: [PATCH] Interesting syntax idea
40383              Make opens + bareword assigns do typeglob assigns.
40384              
40385              Tests for #8254.
40386              
40387              Subject: [PATCH @8269] Continue blocks and B::Deparse
40388              Make the peephole optimizer to bypass more null ops and
40389              and rewrite the deparse handling of continue blocks.
40390              
40391              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
40392              Doc tweak on #8313.
40393              
40394              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
40395              
40396              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
40397              
40398              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
40399              
40400              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
40401              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
40402              according to the platform.
40403              
40404              Subject: [PATCH @8404] Consolidated lvalue sub changes
40405              
40406              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
40407              
40408              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
40409              
40410              Subject: B::Concise -- an improved replacement for B::Terse 
40411              
40412              The B::Terse drop-in replacement wasn't quite drop-in.
40413              
40414              The LVRET macro needed an aTHX.
40415              
40416              Use the /^Perl_/-less form of is_lvalue_sub().
40417              
40418              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
40419      Branch: maint-5.6/perl
40420           +> ext/B/B/Concise.pm
40421           !> (integrate 27 files)
40422 ____________________________________________________________________________
40423 [  8619] By: nick                                  on 2001/01/30  18:40:28
40424         Log: Integrate mainline
40425      Branch: perlio
40426           !> (integrate 40 files)
40427 ____________________________________________________________________________
40428 [  8618] By: jhi                                   on 2001/01/30  18:37:18
40429         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
40430              Date: Mon, 29 Jan 2001 22:51:29 -0600
40431              From: "Craig A. Berry" <craigberry@mac.com>
40432              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
40433      Branch: perl
40434            ! vms/test.com
40435 ____________________________________________________________________________
40436 [  8617] By: jhi                                   on 2001/01/30  18:34:53
40437         Log: Subject: [PATCH] Add missing CV flags to dump.c
40438              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40439              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
40440              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
40441      Branch: perl
40442            ! dump.c
40443 ____________________________________________________________________________
40444 [  8616] By: jhi                                   on 2001/01/30  18:20:58
40445         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
40446              part isn't applicable to maintperl.
40447              
40448              UTF-8 nit from Inaba Hiroto.
40449      Branch: maint-5.6/perl
40450           !> pod/perlapi.pod utf8.c
40451 ____________________________________________________________________________
40452 [  8615] By: jhi                                   on 2001/01/30  18:18:51
40453         Log: UTF-8 nit from Inaba Hiroto.
40454      Branch: perl
40455            ! pod/perlapi.pod t/op/each.t utf8.c
40456 ____________________________________________________________________________
40457 [  8614] By: jhi                                   on 2001/01/30  18:13:38
40458         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
40459              
40460              perl's internal variables are not for public consumption,
40461              move their docs from perlapi.pod to perlintern.pod
40462              
40463              support for -Dusethreads build under HP-UX 10.20 and DCE threads
40464              library (11.0 and later have pthreads but 10.x don't)
40465              
40466              avoid uninitialized value warnings
40467              
40468              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40469              gets weird results)
40470              
40471              perldoc nit on windows
40472              
40473              make it possible to run the tests outside the source tree
40474              (there's still a dependency on ../lib being the library
40475              location)
40476      Branch: perl
40477           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
40478           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
40479           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
40480           !> win32/bin/search.pl win32/vdir.h
40481 ____________________________________________________________________________
40482 [  8613] By: gsar                                  on 2001/01/30  16:39:59
40483         Log: make it possible to run the tests outside the source tree
40484              (there's still a dependency on ../lib being the library
40485              location)
40486      Branch: maint-5.6/perl
40487            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
40488 ____________________________________________________________________________
40489 [  8612] By: gsar                                  on 2001/01/30  16:31:12
40490         Log: perldoc nit on windows
40491      Branch: maint-5.6/perl
40492            ! utils/perldoc.PL
40493 ____________________________________________________________________________
40494 [  8611] By: gsar                                  on 2001/01/30  16:22:54
40495         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
40496              gets weird results)
40497      Branch: maint-5.6/perl
40498            ! win32/vdir.h
40499 ____________________________________________________________________________
40500 [  8610] By: gsar                                  on 2001/01/30  16:12:45
40501         Log: avoid uninitialized value warnings
40502      Branch: maint-5.6/perl
40503            ! win32/bin/search.pl
40504 ____________________________________________________________________________
40505 [  8609] By: gsar                                  on 2001/01/30  16:08:01
40506         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
40507              library (11.0 and later have pthreads but 10.x don't)
40508      Branch: maint-5.6/perl
40509            ! hints/hpux.sh thread.h
40510 ____________________________________________________________________________
40511 [  8608] By: gsar                                  on 2001/01/30  15:48:55
40512         Log: perl's internal variables are not for public consumption,
40513              move their docs from perlapi.pod to perlintern.pod
40514      Branch: maint-5.6/perl
40515            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
40516            ! thrdvar.h
40517 ____________________________________________________________________________
40518 [  8607] By: gsar                                  on 2001/01/30  15:44:27
40519         Log: mistakenly branched perl56delta.pod, revert
40520      Branch: maint-5.6/perl
40521            - pod/perl56delta.pod
40522           !> pod/perldelta.pod
40523 ____________________________________________________________________________
40524 [  8606] By: gsar                                  on 2001/01/30  14:20:24
40525         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
40526              dTHR which has been a noop for a while now, except for the
40527              compatibility definition in thread.h)
40528      Branch: maint-5.6/perl
40529           !> (integrate 45 files)
40530 ____________________________________________________________________________
40531 [  8605] By: jhi                                   on 2001/01/30  05:43:58
40532         Log: Mark the UTF-8 APIs as experimental.
40533      Branch: maint-5.6/perl
40534            ! embed.pl pod/perlapi.pod
40535 ____________________________________________________________________________
40536 [  8604] By: jhi                                   on 2001/01/30  05:38:40
40537         Log: Nits from earlier integrates.
40538      Branch: maint-5.6/perl
40539            ! lib/Carp/Heavy.pm
40540           !> sv.c
40541 ____________________________________________________________________________
40542 [  8603] By: jhi                                   on 2001/01/30  05:27:26
40543         Log: Regenerate Porting files.
40544      Branch: maint-5.6/perl
40545            ! Porting/Glossary Porting/config.sh Porting/config_H
40546 ____________________________________________________________________________
40547 [  8602] By: jhi                                   on 2001/01/30  05:14:59
40548         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
40549              8310,8339,8447,8492,8493,8505,8525: documentation changes.
40550              
40551              Subject: Re: perlfaq style changes
40552              
40553              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40554              
40555              Subject: [PATCH] docs on NaN
40556              
40557              Subject: [patch] perlfaq7
40558              
40559              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
40560              
40561              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
40562              
40563              Subject: [PATCH] open() example in perlfunc.pod
40564              
40565              Podify README.mpeix (a new version from the web)
40566              
40567              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
40568              
40569              Subject: [PATCH] format and rewording in perlfaq.pod
40570              
40571              Subject: [PATCH] API Variable documentation   
40572              
40573              Memory management calls documentation.
40574              
40575              Subject: [PATCH: perl@8482] README.vms URL updates
40576              
40577              Subject: Minor typos in perlfaq2.pod
40578              
40579              Subject: [PATCH] pod/perlvar.pod
40580      Branch: maint-5.6/perl
40581           +> pod/perl56delta.pod
40582            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
40583           !> README.amiga README.epoc README.mpeix README.vms
40584           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
40585           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
40586           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
40587           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
40588           !> pod/perlvar.pod thrdvar.h
40589 ____________________________________________________________________________
40590 [  8601] By: jhi                                   on 2001/01/30  04:38:35
40591         Log: Integrate changes #8036,8096,8253 from mainline:
40592              hints changes.
40593              
40594              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40595              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
40596              
40597              Output the (apparent) version of gcc in Tru64.
40598      Branch: maint-5.6/perl
40599           +> ext/POSIX/hints/svr4.pl
40600           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
40601           !> hints/svr4.sh t/lib/bigfltpm.t
40602 ____________________________________________________________________________
40603 [  8600] By: jhi                                   on 2001/01/30  04:04:01
40604         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
40605              locale fixes.
40606              
40607              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
40608              
40609              Debian allows /usr/bin/locale to exist without any locales. (7868)
40610              
40611              Allow the locale test needing POSIX and the taint test
40612              needing IPC::SysV to run under 'minitest' (basically,
40613              bail out if loading the extension fails). (8384)
40614              
40615              Cleanup the locale.t output  (8480)
40616      Branch: maint-5.6/perl
40617           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
40618           !> t/pragma/locale.t
40619 ____________________________________________________________________________
40620 [  8599] By: jhi                                   on 2001/01/30  03:51:04
40621         Log: Missing generated files from #8598.
40622      Branch: maint-5.6/perl
40623            ! embed.h global.sym objXSUB.h perlapi.c proto.h
40624 ____________________________________________________________________________
40625 [  8598] By: jhi                                   on 2001/01/30  03:41:54
40626         Log: Integrate change #8555 from mainline, manually integrate parts
40627              of changes 8452 and 8583.
40628              
40629              Subject: [PATCH] utf8.c documentation (8452)
40630              
40631              No point in checking the length if the pointer is bogus. (8555)
40632              
40633              Introduce bytes_from_utf8() and implement sv_eq() using it,
40634              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
40635              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
40636              was malformed. (8583)
40637      Branch: maint-5.6/perl
40638            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
40639           !> pod/perlapi.pod sv.c utf8.c
40640 ____________________________________________________________________________
40641 [  8597] By: gsar                                  on 2001/01/30  02:37:26
40642         Log: get PERL_OBJECT build going again on windows
40643      Branch: maint-5.6/perl
40644            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
40645            ! pod/perlapi.pod proto.h sv.c
40646 ____________________________________________________________________________
40647 [  8596] By: jhi                                   on 2001/01/30  02:16:17
40648         Log: Signedness nit.
40649      Branch: perl
40650            ! sv.c
40651 ____________________________________________________________________________
40652 [  8595] By: jhi                                   on 2001/01/30  02:11:07
40653         Log: EBCDIC patch for Storable, from Peter Prymmer.
40654      Branch: perl
40655            ! t/lib/st-06compat.t
40656 ____________________________________________________________________________
40657 [  8594] By: jhi                                   on 2001/01/30  01:04:48
40658         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
40659              From: Peter Prymmer <pvhp@forte.com>
40660              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
40661              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
40662      Branch: perl
40663            ! t/lib/b.t
40664 ____________________________________________________________________________
40665 [  8593] By: jhi                                   on 2001/01/30  00:56:47
40666         Log: Subject: [PATCH: perl@8585] pod problems in io
40667              From: Peter Prymmer <pvhp@forte.com>
40668              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
40669              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
40670      Branch: perl
40671            ! pod/perlapio.pod pod/perliol.pod
40672 ____________________________________________________________________________
40673 [  8592] By: jhi                                   on 2001/01/30  00:48:20
40674         Log: Integrate perlio.
40675      Branch: perl
40676           !> pod/perlapio.pod pod/perliol.pod
40677 ____________________________________________________________________________
40678 [  8591] By: nick                                  on 2001/01/29  22:02:28
40679         Log: GNU 'merge' Simon's copy of perliol.pod with version
40680              patched by Craig's patch.
40681      Branch: perlio
40682            ! pod/perliol.pod
40683 ____________________________________________________________________________
40684 [  8590] By: nick                                  on 2001/01/29  21:55:10
40685         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
40686      Branch: perlio
40687            ! pod/perlapio.pod pod/perliol.pod
40688 ____________________________________________________________________________
40689 [  8589] By: jhi                                   on 2001/01/29  15:35:33
40690         Log: Integrate change #8586 from maint-5.6/perl.
40691              
40692              make the BOM detection code not call tell() until it has to
40693              (meant to fix esoteric compatibility issues where PL_rsfp
40694              is overridden)
40695      Branch: perl
40696           !> toke.c
40697 ____________________________________________________________________________
40698 [  8588] By: jhi                                   on 2001/01/29  15:29:11
40699         Log: Subject: MAking Solaris malloc() the default
40700              From: Lupe Christoph <lupe@lupe-christoph.de>
40701              Date: Mon, 29 Jan 2001 12:59:36 +0100
40702              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
40703              
40704              The README.solaris part slightly tweaked.
40705      Branch: perl
40706            ! README.solaris hints/solaris_2.sh
40707 ____________________________________________________________________________
40708 [  8587] By: jhi                                   on 2001/01/29  15:17:34
40709         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
40710              From: root@ak-75.mind.de
40711              Date: Sun, 28 Jan 2001 20:32:29 +0100
40712              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
40713      Branch: perl
40714            ! pod/perlre.pod
40715 ____________________________________________________________________________
40716 [  8586] By: gsar                                  on 2001/01/29  13:43:44
40717         Log: make the BOM detection code not call tell() until it has to
40718              (meant to fix esoteric compatibility issues where PL_rsfp
40719              is overridden)
40720      Branch: maint-5.6/perl
40721            ! toke.c
40722 ____________________________________________________________________________
40723 [  8585] By: jhi                                   on 2001/01/28  20:05:45
40724         Log: Update Changes.
40725      Branch: perl
40726            ! Changes patchlevel.h
40727 ____________________________________________________________________________
40728 [  8584] By: jhi                                   on 2001/01/28  19:30:02
40729         Log: Integrate perlio.
40730      Branch: perl
40731           +> pod/perliol.pod
40732           !> MANIFEST pod/perlapio.pod
40733 ____________________________________________________________________________
40734 [  8583] By: jhi                                   on 2001/01/28  19:28:40
40735         Log: Patch from Inaba Hiroto:
40736              - canonical UTF-8 hash keys: if a key string for a hash is
40737              UTF8-on, try downgrade the string and use it if
40738              unicode::distinct is not in effect.
40739              For the task, I added a function bytes_from_utf8() to utf8.c.
40740              It might resemble utf8_to_bytes() but it is not convenient
40741              to the task.
40742              Made a test for it and added to t/op/each.t
40743              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
40744              the mortal copy of the argument SV.
40745              And changed t/io/utf8.t test 18 which expects print() to
40746              upgrade its argument.
40747              - re-implement sv_eq with bytes_from_utf8()
40748              - some bug fixes
40749              - tr/// does not handle UTF8 range (\x{}-\x{})
40750              - \ before raw UTF8 character produced
40751              "Malformed UTF-8 character" warning.
40752              - "\x{100}\N{CENT SIGN}" is Malformed.
40753              Added tests for these 3.
40754              - and one silly bug (by me) with qu operator.
40755      Branch: perl
40756            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
40757            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
40758            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
40759 ____________________________________________________________________________
40760 [  8582] By: nick                                  on 2001/01/28  19:25:04
40761         Log: Add pod/perliol.pod to MANIFEST :-(
40762      Branch: perlio
40763            ! MANIFEST
40764 ____________________________________________________________________________
40765 [  8581] By: nick                                  on 2001/01/28  19:22:40
40766         Log: PerlIO documentation. Proofing and sub-editing requested.
40767      Branch: perlio
40768            + pod/perliol.pod
40769            ! pod/perlapio.pod
40770 ____________________________________________________________________________
40771 [  8580] By: jhi                                   on 2001/01/28  05:16:25
40772         Log: Revert the change to sv_2pv() done by #8054: Someone who
40773              did SvNV_set() on a scalar that also happened to be POK,
40774              followed by sv_2pv() won't get the right coercion anymore.
40775              [Sarathy]
40776      Branch: maint-5.6/perl
40777            ! sv.c
40778 ____________________________________________________________________________
40779 [  8579] By: jhi                                   on 2001/01/28  05:15:04
40780         Log: Remove the #8084 effect: do not allow -Q to be interpreted
40781              as -&Q(), this is too much wiggle room.
40782      Branch: maint-5.6/perl
40783            ! toke.c
40784 ____________________________________________________________________________
40785 [  8578] By: jhi                                   on 2001/01/28  05:12:45
40786         Log: Needed bits of #8439 (should have been in #8576),
40787              mainly for lval substr().
40788      Branch: maint-5.6/perl
40789            ! mg.c pp.c pp_hot.c
40790 ____________________________________________________________________________
40791 [  8577] By: jhi                                   on 2001/01/28  05:02:46
40792         Log: A missing check-in.
40793      Branch: maint-5.6/perl
40794            ! utf8.c
40795 ____________________________________________________________________________
40796 [  8576] By: jhi                                   on 2001/01/28  04:26:18
40797         Log: Integrate changes #8425,8436,8439,8517 from mainline.
40798              The 8439 was not truly integrated because it had too many
40799              dependencies on the development branch and because it introduced
40800              concepts too bold for a maintenance branch (such as the qu operator).
40801              
40802              Subject: [PATCH perl@8342] -Wformat
40803              
40804              Tighten some of the UTF-8 tests a bit.
40805              
40806              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
40807              - The substr lval was still not okay.
40808              - Now pp_stringify and sv_setsv copies source's UTF8 flag
40809              even if IN_BYTE.  pp_stringify is called from fold_constants
40810              at optimization phase and "\x{100}" was made SvUTF8_off under
40811              use bytes (the bytes pragma is for "byte semantics" and not
40812              for "do not produce UTF8 data")
40813      Branch: maint-5.6/perl
40814            ! t/lib/charnames.t t/op/substr.t toke.c
40815           !> sv.c t/pragma/utf8.t
40816 ____________________________________________________________________________
40817 [  8575] By: jhi                                   on 2001/01/28  04:01:51
40818         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
40819              
40820              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
40821              
40822              Subject: [ID 20001230.003] UTF-8 tr still hurts
40823              
40824              Test cases for #8385 (from Simon's "torture.pl")
40825              
40826              Start fixing UTF-8 lval substr() (8405)
40827      Branch: maint-5.6/perl
40828           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
40829           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
40830 ____________________________________________________________________________
40831 [  8574] By: jhi                                   on 2001/01/28  03:09:06
40832         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
40833              from mainline.
40834              
40835              UTF-8 cleanup.
40836              
40837              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
40838              
40839              "\x{FF}\xFF" was broken.
40840              
40841              Tests for #8329 and #8330.
40842              
40843              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
40844              
40845              IRIX compiler noticed that the bof initialization might be
40846              bypassed by control flow.
40847              
40848              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
40849      Branch: maint-5.6/perl
40850           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
40851           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
40852 ____________________________________________________________________________
40853 [  8573] By: jhi                                   on 2001/01/28  02:06:12
40854         Log: Retract #8552.
40855      Branch: perl
40856            ! lib/Text/Wrap.pm t/lib/textwrap.t
40857 ____________________________________________________________________________
40858 [  8572] By: jhi                                   on 2001/01/28  02:04:49
40859         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
40860              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
40861              not really integrated but instead salvaged by hand
40862              (they had too many dependencies on the development release
40863              to be cleanly integratable).
40864              
40865              Subject: more UTF8 test suites and an UTF8 patch
40866              
40867              Tweak for MULTIPLICITY/USE_PERLIO
40868              
40869              Signedness nit.
40870              
40871              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
40872              
40873              Use the UTF8_XXX macros in is_utf8_char().
40874              
40875              Rewrite pp_concat() in terms of sv_catsv().  The . operator
40876              should now be UTF-8-proof.
40877              
40878              Subject: [PATCH perl@8269] scanning two hex-constants
40879              fails on EBCDIC environment (script length.t)
40880              
40881              Add some Unicode chop() tests.
40882      Branch: maint-5.6/perl
40883            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
40884           !> sv.c t/op/chop.t utf8.h
40885 ____________________________________________________________________________
40886 [  8571] By: jhi                                   on 2001/01/28  00:35:59
40887         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
40888              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
40889              
40890              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
40891              
40892              The maxiters upper limit sanity check (guarding against
40893              non-progress) assumed bytes instead of characters in s///
40894              and split().
40895              
40896              Signedness nit.
40897              
40898              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
40899              join() should now be UTF-8-proof.
40900              
40901              More split // UTF-8 tests. (8250)
40902      Branch: maint-5.6/perl
40903           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
40904           !> util.c
40905 ____________________________________________________________________________
40906 [  8570] By: jhi                                   on 2001/01/27  22:15:46
40907         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
40908              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
40909              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
40910              8084,8204,8244,8333 from mainline.
40911              
40912              For -Q where Q might be a one-letter sub name one does no more
40913              get a warning about an unknown filetest (7941,7943,7944,8084).
40914              
40915              Subject: Re: [ID 20001130.011] expression parsing bug ?
40916              
40917              Make uv_to_utf8() to zero-terminate its output buffer.
40918              
40919              Split off t/op/length.t (7995)
40920              
40921              Split off t/op/utf8decode.t (7996)
40922              
40923              Remove an unnecessary 'use utf8' from the utf8.t (7998)
40924              
40925              Split off t/op/concat.t (8004)
40926              
40927              Split off t/op/ver.t (8005)
40928              
40929              Document utf8_length(), utf8_distance(), and utf8_hop().
40930              
40931              Document utf8_to_uv() better.
40932              
40933              Introduce macros for UTF8 decoding (8028,8033).
40934              
40935              Add test for reverse() (8030,8031).
40936              
40937              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
40938              
40939              Do not return the Unicode replacement character    on UTF-8
40940              decoding failure.
40941              
40942              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
40943              not this_utf8 i.e. the output string has one, but don't mess
40944              with source assumption. (8052,8053)
40945              
40946              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
40947              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
40948              was not expecting to be called with something that was already
40949              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
40950              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
40951              (8054)
40952              
40953              Recode the naughty binary bytes in utf8decode.t using the \xHH.
40954              
40955              Make some panic messages a bit more logical.
40956      Branch: maint-5.6/perl
40957           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
40958           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
40959           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
40960           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
40961           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
40962           !> utf8.c utf8.h
40963 ____________________________________________________________________________
40964 [  8569] By: jhi                                   on 2001/01/27  19:16:43
40965         Log: Integrate changes #7750 from perlio and #8566 from mainline.
40966      Branch: maint-5.6/perl
40967           !> regexec.c sv.c
40968 ____________________________________________________________________________
40969 [  8568] By: jhi                                   on 2001/01/27  18:06:51
40970         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
40971              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
40972              7935[-perlio.c],7936,7959,7965 from mainline.
40973              
40974              Change the "big byte" error message to "Wide character".
40975              (7355, the croak-if-wide-chars-in-print part ignored)
40976              
40977              Use UINT64_C().
40978              
40979              Introduce Perl_utf8_length().
40980              
40981              diff -se shows these as different (7753, forgotten check-ins)
40982              
40983              Subject: [PATCH] doop.c - UTF8 tr///
40984              
40985              If we use (aTHX_ ...) then put Perl_ on the front.
40986              
40987              Make utf8_length() and utf8_distance() to be less forgiving
40988              about bad UTF-8.
40989              
40990              Test line numbers are different with utf8.
40991              
40992              No need to scan till infinity, 13 is enough. (7872,7911)
40993              
40994              Subject: [PATCH] Tokeniser debugging
40995              
40996              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
40997              
40998              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
40999              
41000              Be more careful in Perl_sv_utf8_downgrade().
41001              
41002              Use DO_UTF8().
41003              
41004              Raw zero bytes in text files confuse at least GNU patch 2.1.
41005      Branch: maint-5.6/perl
41006           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
41007           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
41008           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
41009           !> t/pragma/utf8.t toke.c utf8.c utf8.h
41010 ____________________________________________________________________________
41011 [  8567] By: nick                                  on 2001/01/27  11:10:38
41012         Log: Integrate mainline
41013      Branch: perlio
41014           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
41015           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
41016           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
41017           !> toke.c
41018 ____________________________________________________________________________
41019 [  8566] By: jhi                                   on 2001/01/27  06:22:48
41020         Log: More documentation for the regexp context stack.
41021      Branch: perl
41022            ! regexec.c
41023 ____________________________________________________________________________
41024 [  8565] By: jhi                                   on 2001/01/27  05:21:57
41025         Log: Update Changes.
41026      Branch: perl
41027            ! Changes patchlevel.h
41028 ____________________________________________________________________________
41029 [  8564] By: jhi                                   on 2001/01/27  04:44:04
41030         Log: Threadedness patch for #8562 from Doug MacEachern.
41031      Branch: perl
41032            ! toke.c
41033 ____________________________________________________________________________
41034 [  8563] By: jhi                                   on 2001/01/27  04:26:24
41035         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
41036              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41037              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
41038              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
41039      Branch: perl
41040            ! op.c
41041 ____________________________________________________________________________
41042 [  8562] By: jhi                                   on 2001/01/27  04:20:30
41043         Log: Subject: Re: Announce : Tokener reporting patch
41044              From: Simon Cozens <simon@cozens.net>
41045              Date: Mon, 22 Jan 2001 02:17:22 +0000
41046              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
41047      Branch: perl
41048            ! embed.h embed.pl proto.h toke.c
41049 ____________________________________________________________________________
41050 [  8561] By: jhi                                   on 2001/01/27  04:17:24
41051         Log: Forgot from #8545.  Oops.
41052      Branch: perl
41053            ! pp.c t/pragma/overload.t
41054 ____________________________________________________________________________
41055 [  8560] By: jhi                                   on 2001/01/27  03:01:47
41056         Log: A better module compilation test, use MANIFEST as suggested
41057              by Spider.
41058      Branch: perl
41059            ! t/lib/1_compile.t
41060 ____________________________________________________________________________
41061 [  8559] By: jhi                                   on 2001/01/27  02:50:48
41062         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
41063              From: Peter Prymmer <pvhp@forte.com>
41064              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
41065              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
41066      Branch: perl
41067            ! t/lib/b.t
41068 ____________________________________________________________________________
41069 [  8558] By: jhi                                   on 2001/01/27  02:27:05
41070         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
41071              From: Peter Prymmer <pvhp@forte.com>
41072              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
41073              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
41074      Branch: perl
41075            ! t/pragma/sub_lval.t
41076 ____________________________________________________________________________
41077 [  8557] By: jhi                                   on 2001/01/27  02:26:03
41078         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
41079              From: Peter Prymmer <pvhp@forte.com>
41080              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
41081              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
41082      Branch: perl
41083            ! t/lib/st-06compat.t
41084 ____________________________________________________________________________
41085 [  8556] By: jhi                                   on 2001/01/27  02:24:33
41086         Log: Subject: [PATCH: perl@8531] minor update to README.os390
41087              From: Peter Prymmer <pvhp@forte.com>
41088              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
41089              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
41090      Branch: perl
41091            ! README.os390
41092 ____________________________________________________________________________
41093 [  8555] By: jhi                                   on 2001/01/27  00:35:47
41094         Log: No point in checking the length before we know whether the pointer
41095              is bogus or not, fixes Abigail's odbm failures in Linux.
41096      Branch: perl
41097            ! sv.c
41098 ____________________________________________________________________________
41099 [  8554] By: nick                                  on 2001/01/26  19:01:31
41100         Log: Integrate mainline
41101      Branch: perlio
41102           !> lib/Text/Wrap.pm t/lib/textwrap.t
41103 ____________________________________________________________________________
41104 [  8553] By: jhi                                   on 2001/01/26  15:19:39
41105         Log: Integrate change #7792 from perlio (multiplicity fix),
41106              fix the AV leak in regex DEBUGGING (tiny part of the
41107              polymorphic regexp patch #8143).
41108      Branch: maint-5.6/perl
41109            ! regcomp.c
41110           !> scope.h
41111 ____________________________________________________________________________
41112 [  8552] By: jhi                                   on 2001/01/26  15:03:23
41113         Log: (Retracted by #8573)
41114              
41115              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
41116              From: Michael G Schwern <schwern@pobox.com>
41117              Date: Fri, 26 Jan 2001 09:28:31 -0500
41118              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
41119      Branch: perl
41120            ! lib/Text/Wrap.pm t/lib/textwrap.t
41121 ____________________________________________________________________________
41122 [  8551] By: jhi                                   on 2001/01/26  02:33:19
41123         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
41124              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
41125              
41126              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
41127              
41128              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
41129              
41130              Message nit.
41131              
41132              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
41133              
41134              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
41135              
41136              (the cleanup of unused submatches in regtry() and regcppop())
41137              
41138              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
41139              stored and restored, and thusly was trounced by the utf8 swash
41140              routines.
41141              
41142              use utf8 not required to use \x{}.
41143              
41144              Removed two more tests that make no sense in UTF-8 since the test
41145              data is not in UTF-8.
41146              
41147              Get the three different space character classes right under utf8.
41148              
41149              Implement ANYOFUTF8 regprop() dumping.
41150              
41151              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
41152              
41153              Document the regex context pushing/popping a bit better.
41154      Branch: maint-5.6/perl
41155           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
41156           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
41157           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
41158           !> t/op/regmesg.t utf8.c
41159 ____________________________________________________________________________
41160 [  8550] By: nick                                  on 2001/01/25  19:42:30
41161         Log: Integrate mainline
41162      Branch: perlio
41163           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
41164           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
41165           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
41166           !> t/lib/bigint.t t/lib/bigintpm.t
41167 ____________________________________________________________________________
41168 [  8549] By: jhi                                   on 2001/01/25  15:22:28
41169         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
41170      Branch: maint-5.6/perl
41171            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
41172 ____________________________________________________________________________
41173 [  8548] By: jhi                                   on 2001/01/25  15:02:55
41174         Log: Integrate changes #7997,8063,8492,8547 from mainline.
41175              
41176              Subject: Re: STRLEN - what?
41177              
41178              Subject: [PATCH] perlguts.pod
41179              
41180              Memory management calls documentation.
41181              
41182              Layout using tabulator is not a good idea in a pod.
41183      Branch: maint-5.6/perl
41184           !> pod/perlguts.pod
41185 ____________________________________________________________________________
41186 [  8547] By: jhi                                   on 2001/01/25  14:49:05
41187         Log: Layout using tabulator is not a good idea in a pod.
41188      Branch: perl
41189            ! pod/perlguts.pod
41190 ____________________________________________________________________________
41191 [  8546] By: jhi                                   on 2001/01/25  14:31:12
41192         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
41193              from mainline.
41194              
41195              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
41196              
41197              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
41198              
41199              More Win32 editor/IDE/shell hints.
41200              
41201              More Win32 Perling.
41202              
41203              Yet another editor edit.
41204              
41205              Edit edit edit.
41206              
41207              IDE/editor section tweaking.
41208              
41209              Few more IDE/editor nits from p5p.
41210      Branch: maint-5.6/perl
41211           !> pod/perlfaq3.pod
41212 ____________________________________________________________________________
41213 [  8545] By: jhi                                   on 2001/01/25  04:16:32
41214         Log: Subject: [PATCH 5.7.0] overload int()
41215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41216              Date: Wed, 24 Jan 2001 19:06:57 -0500
41217              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
41218      Branch: perl
41219            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
41220            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
41221            ! t/lib/bigintpm.t
41222 ____________________________________________________________________________
41223 [  8544] By: jhi                                   on 2001/01/25  04:15:11
41224         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
41225              From: Peter Prymmer <pvhp@forte.com>
41226              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
41227              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
41228      Branch: perl
41229            ! Makefile.SH README.os390 hints/os390.sh installperl
41230 ____________________________________________________________________________
41231 [  8543] By: jhi                                   on 2001/01/25  03:52:08
41232         Log: Integrate change #8462,8469 from mainline.
41233              
41234              In VMS Perl subversion (perl -V) is undef.
41235      Branch: maint-5.6/perl
41236           !> configure.com
41237 ____________________________________________________________________________
41238 [  8542] By: jhi                                   on 2001/01/25  03:44:55
41239         Log: Integrate changes #7835,7850,8315,8316 from mainline.
41240              
41241              Solaris hints.
41242      Branch: maint-5.6/perl
41243           !> hints/solaris_2.sh
41244 ____________________________________________________________________________
41245 [  8541] By: jhi                                   on 2001/01/25  03:39:28
41246         Log: Integrate #8336 from mainline.
41247      Branch: maint-5.6/perl
41248           !> hv.c
41249 ____________________________________________________________________________
41250 [  8540] By: jhi                                   on 2001/01/25  03:23:50
41251         Log: Retract #8539.
41252      Branch: maint-5.6/perl
41253            ! pod/perlfaq3.pod
41254 ____________________________________________________________________________
41255 [  8539] By: jhi                                   on 2001/01/25  03:21:55
41256         Log: (Retracted by #8540.)
41257      Branch: maint-5.6/perl
41258            ! pod/perlfaq3.pod
41259 ____________________________________________________________________________
41260 [  8538] By: jhi                                   on 2001/01/25  03:14:07
41261         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
41262              From: Peter Prymmer <pvhp@forte.com>
41263              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
41264              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
41265              
41266              The VMS bits.
41267      Branch: maint-5.6/perl
41268            ! configure.com vms/descrip_mms.template
41269 ____________________________________________________________________________
41270 [  8537] By: jhi                                   on 2001/01/25  03:06:09
41271         Log: Integrate #7710,7824,7973 from mainline.
41272      Branch: maint-5.6/perl
41273           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41274           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
41275           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
41276           !> vos/config.ga.def vos/config.ga.h win32/config.bc
41277           !> win32/config.gc win32/config.vc
41278 ____________________________________________________________________________
41279 [  8536] By: jhi                                   on 2001/01/24  13:50:20
41280         Log: Revert the edits made by me so far to the 5.6 branch since
41281              the TRIAL1 since I did edits when I should have been using
41282              integrates.  Bad programmer.   (Will integrate them properly later.)
41283              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
41284              The #8353 will not be reapplied at least for now since
41285              the UTF-8 hash keys need more thinking.
41286              (The patches #8347, #8354, #8454, #8473 were okay since they
41287              were original edits made specifically for the 5.6.1-TRIAL1.)
41288      Branch: maint-5.6/perl
41289            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41290            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
41291            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
41292            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
41293            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
41294            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41295            ! win32/config.bc win32/config.gc win32/config.vc
41296 ____________________________________________________________________________
41297 [  8535] By: bailey                                on 2001/01/24  06:37:02
41298         Log: SYN SYN
41299      Branch: vmsperl
41300           +> (branch 26 files)
41301           !> (integrate 130 files)
41302 ____________________________________________________________________________
41303 [  8534] By: nick                                  on 2001/01/23  19:30:57
41304         Log: Integrate mainline.
41305      Branch: perlio
41306           !> Changes Configure Porting/Glossary Porting/config.sh
41307           !> Porting/config_H embed.h embed.pl ext/Encode/compile
41308           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
41309           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
41310           !> pod/perlvar.pod proto.h t/lib/1_compile.t
41311 ____________________________________________________________________________
41312 [  8533] By: jhi                                   on 2001/01/23  16:15:46
41313         Log: Forgotten from #8501.
41314      Branch: perl
41315            ! Porting/Glossary Porting/config.sh Porting/config_H
41316 ____________________________________________________________________________
41317 [  8532] By: jhi                                   on 2001/01/23  16:13:27
41318         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
41319              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41320              Date: Mon, 22 Jan 2001 17:51:58 +0100
41321              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
41322      Branch: perl
41323            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
41324 ____________________________________________________________________________
41325 [  8531] By: jhi                                   on 2001/01/23  15:46:01
41326         Log: Update Changes.
41327      Branch: perl
41328            ! Changes patchlevel.h
41329 ____________________________________________________________________________
41330 [  8530] By: jhi                                   on 2001/01/23  15:38:39
41331         Log: De-cut-and-pasto.
41332      Branch: perl
41333            ! t/lib/1_compile.t
41334 ____________________________________________________________________________
41335 [  8529] By: jhi                                   on 2001/01/23  15:11:04
41336         Log: Document the mkdir trailing slashes case.
41337      Branch: perl
41338            ! pod/perlfunc.pod
41339 ____________________________________________________________________________
41340 [  8528] By: jhi                                   on 2001/01/23  15:08:28
41341         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
41342              get installed:
41343              
41344              Subject: lib/lib.pm
41345              From: <abigail@foad.org>
41346              Date: Mon, 28 Aug 2000 20:35:08 -0400
41347              Message-ID: <20000829003508.21281.qmail@foad.org>
41348      Branch: perl
41349            ! installperl
41350 ____________________________________________________________________________
41351 [  8527] By: jhi                                   on 2001/01/23  14:44:04
41352         Log: Metaconfig unit change for #8526.
41353      Branch: metaconfig
41354            ! U/threads/archname.U
41355 ____________________________________________________________________________
41356 [  8526] By: jhi                                   on 2001/01/23  14:43:19
41357         Log: Attach -perlio to the archname if so selected.
41358      Branch: perl
41359            ! Configure
41360 ____________________________________________________________________________
41361 [  8525] By: jhi                                   on 2001/01/23  14:24:01
41362         Log: Subject: [PATCH] pod/perlvar.pod
41363              From: abigail@foad.org
41364              Date: Tue, 23 Jan 2001 01:41:10 +0100
41365              Message-ID: <20010123004110.22259.qmail@foad.org>
41366      Branch: perl
41367            ! pod/perlvar.pod
41368 ____________________________________________________________________________
41369 [  8524] By: jhi                                   on 2001/01/23  14:22:32
41370         Log: A bug introduced in #8217 (the undefined variable in the
41371              lib/safe1_t #3) fixed, by Charles Lane:
41372              
41373              The earlier patch made it so that stuff running in Safe
41374              compartments could do a "caller" and see "main".  That
41375              little change in name is done right before the code in
41376              the compartment is run, and apparantly the parser
41377              was picking up the stash name before it got changed.
41378              
41379              (why it was threaded vs. unthreaded Perl that was sensitive to this
41380              I still don't know...and it probably doesn't matter).
41381              
41382              I tryed removing the stash name-change and saw that threaded Perl
41383              did indeed pass the lib/safe1.t tests.
41384              
41385              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
41386              do the name change (and to connect _ in the compartment to the global
41387              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
41388              to call _safe_pkg_prep when creating a new compartment.
41389              
41390              Passes all tests with threaded perl on linux; passes all tests
41391              with unthreaded perl on VMS.
41392              
41393              At some point I'll probably want to revisit Safe and Opcode to
41394              provide more sensible handling of global variables...and to get
41395              formats working in Safe compartments, which they don't do currently.
41396      Branch: perl
41397            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
41398 ____________________________________________________________________________
41399 [  8523] By: jhi                                   on 2001/01/23  14:11:58
41400         Log: Also the lib/Thread.pm itself needs to be ignored if
41401              the Thread extension hasn't been built.
41402      Branch: perl
41403            ! t/lib/1_compile.t
41404 ____________________________________________________________________________
41405 [  8522] By: jhi                                   on 2001/01/23  13:51:28
41406         Log: print() instead of warn() so that stderr doesn't get
41407              unncessarily polluted.
41408      Branch: perl
41409            ! ext/Encode/compile
41410 ____________________________________________________________________________
41411 [  8521] By: jhi                                   on 2001/01/23  13:49:48
41412         Log: Integrate perlio.
41413      Branch: perl
41414           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
41415           !> ext/Encode/encode.h
41416 ____________________________________________________________________________
41417 [  8520] By: nick                                  on 2001/01/22  21:44:00
41418         Log: More messing with Encode:
41419              Extra fields in header to allow multiple names and to record
41420              other things "compile" knows.
41421              Re-organise compile to factor out common output routines.
41422      Branch: perlio
41423            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
41424 ____________________________________________________________________________
41425 [  8519] By: nick                                  on 2001/01/22  20:33:50
41426         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
41427      Branch: perlio
41428            ! ext/Encode/Makefile.PL ext/Encode/compile
41429 ____________________________________________________________________________
41430 [  8518] By: nick                                  on 2001/01/22  20:28:13
41431         Log: Integrate mainline
41432      Branch: perlio
41433           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
41434           !> vos/config.alpha.def vos/config.alpha.h
41435 ____________________________________________________________________________
41436 [  8517] By: jhi                                   on 2001/01/22  15:37:17
41437         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
41438              by Inaba Hiroto.
41439      Branch: perl
41440            ! sv.c
41441 ____________________________________________________________________________
41442 [  8516] By: jhi                                   on 2001/01/22  14:55:15
41443         Log: More SIG_SIZE fixes.
41444      Branch: perl
41445            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
41446 ____________________________________________________________________________
41447 [  8515] By: jhi                                   on 2001/01/22  14:50:27
41448         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
41449              From: "Craig A. Berry" <craigberry@mac.com>
41450              Date: Mon, 22 Jan 2001 00:42:24 -0600
41451              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
41452      Branch: perl
41453            ! configure.com
41454 ____________________________________________________________________________
41455 [  8514] By: jhi                                   on 2001/01/22  14:31:17
41456         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
41457              From: "Craig A. Berry" <craigberry@mac.com>
41458              Date: Sun, 21 Jan 2001 23:03:25 -0600
41459              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
41460      Branch: perl
41461            ! configure.com
41462 ____________________________________________________________________________
41463 [  8513] By: jhi                                   on 2001/01/22  14:14:00
41464         Log: Add the .ucm encoding tables to the MANIFEST.
41465      Branch: perl
41466            ! MANIFEST
41467 ____________________________________________________________________________
41468 [  8512] By: jhi                                   on 2001/01/22  13:43:33
41469         Log: Integrate perlio.
41470      Branch: perl
41471           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41472           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41473           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41474           +> ext/Encode/Encode/iso8859-10.ucm
41475           +> ext/Encode/Encode/iso8859-13.ucm
41476           +> ext/Encode/Encode/iso8859-14.ucm
41477           +> ext/Encode/Encode/iso8859-15.ucm
41478           +> ext/Encode/Encode/iso8859-16.ucm
41479           +> ext/Encode/Encode/iso8859-2.ucm
41480           +> ext/Encode/Encode/iso8859-3.ucm
41481           +> ext/Encode/Encode/iso8859-4.ucm
41482           +> ext/Encode/Encode/iso8859-5.ucm
41483           +> ext/Encode/Encode/iso8859-6.ucm
41484           +> ext/Encode/Encode/iso8859-7.ucm
41485           +> ext/Encode/Encode/iso8859-8.ucm
41486           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41487           +> ext/Encode/Encode/symbol.ucm
41488           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
41489           !> perliol.h
41490 ____________________________________________________________________________
41491 [  8511] By: nick                                  on 2001/01/21  23:44:47
41492         Log: Make "real" layers of ":utf8" and ":raw".
41493              So now PERLIO=utf8 perl ...
41494              does what Andreas wanted.
41495              Fix arg passing in open.pm (still have a Carp issue).
41496      Branch: perlio
41497            ! lib/open.pm perlio.c perliol.h
41498 ____________________________________________________________________________
41499 [  8510] By: jhi                                   on 2001/01/21  22:56:53
41500         Log: Document the regex content pushing/popping a bit better.
41501      Branch: perl
41502            ! regexec.c
41503 ____________________________________________________________________________
41504 [  8509] By: jhi                                   on 2001/01/21  22:55:44
41505         Log: Tweak the mkdir trailing slash code some more.
41506              
41507              TO DO: the same handling should probably be done for
41508              all the other filesystem functions that can have directories
41509              as their arguments.
41510      Branch: perl
41511            ! pp_sys.c
41512 ____________________________________________________________________________
41513 [  8508] By: nick                                  on 2001/01/21  21:37:43
41514         Log: Switch "compiled in" encodings to .ucm format.
41515              (Leave others as .enc till we can run-time load .ucm,
41516              or find some other way to load them.)
41517      Branch: perlio
41518            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
41519            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
41520            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
41521            + ext/Encode/Encode/iso8859-10.ucm
41522            + ext/Encode/Encode/iso8859-13.ucm
41523            + ext/Encode/Encode/iso8859-14.ucm
41524            + ext/Encode/Encode/iso8859-15.ucm
41525            + ext/Encode/Encode/iso8859-16.ucm
41526            + ext/Encode/Encode/iso8859-2.ucm
41527            + ext/Encode/Encode/iso8859-3.ucm
41528            + ext/Encode/Encode/iso8859-4.ucm
41529            + ext/Encode/Encode/iso8859-5.ucm
41530            + ext/Encode/Encode/iso8859-6.ucm
41531            + ext/Encode/Encode/iso8859-7.ucm
41532            + ext/Encode/Encode/iso8859-8.ucm
41533            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
41534            + ext/Encode/Encode/symbol.ucm
41535            ! ext/Encode/Makefile.PL ext/Encode/compile
41536 ____________________________________________________________________________
41537 [  8507] By: nick                                  on 2001/01/21  21:02:03
41538         Log: Integrate (partial) mainline.
41539      Branch: perlio
41540           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
41541           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
41542           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41543 ____________________________________________________________________________
41544 [  8506] By: jhi                                   on 2001/01/21  20:09:30
41545         Log: Update Changes.
41546      Branch: perl
41547            ! Changes patchlevel.h
41548 ____________________________________________________________________________
41549 [  8505] By: jhi                                   on 2001/01/21  19:39:59
41550         Log: Subject: Minor typos in perlfaq2.pod
41551              From: "Stephen P. Potter" <spp@spotter.yi.org>
41552              Message-Id: <200101192101.QAA11911@spotter.yi.org>
41553              Date: Fri, 19 Jan 2001 16:01:13 -0500
41554              
41555              with a nit from Philip Netwon.
41556      Branch: perl
41557            ! pod/perlfaq2.pod
41558 ____________________________________________________________________________
41559 [  8504] By: jhi                                   on 2001/01/21  19:33:05
41560         Log: Metaconfig change for #8503.
41561      Branch: metaconfig
41562            ! U/threads/usethreads.U
41563 ____________________________________________________________________________
41564 [  8503] By: jhi                                   on 2001/01/21  19:32:21
41565         Log: Sanity check for conflicting thread flavours.
41566      Branch: perl
41567            ! Configure config_h.SH
41568 ____________________________________________________________________________
41569 [  8502] By: jhi                                   on 2001/01/21  19:23:00
41570         Log: Metaconfig change for #8501.
41571      Branch: metaconfig
41572            ! U/modified/sig_name.U
41573 ____________________________________________________________________________
41574 [  8501] By: jhi                                   on 2001/01/21  19:22:26
41575         Log: The SIG_SIZE is the number of the elements *excluding*
41576              the terminating NULL.
41577      Branch: perl
41578            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
41579            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
41580            ! win32/config_H.vc
41581 ____________________________________________________________________________
41582 [  8500] By: jhi                                   on 2001/01/21  18:31:31
41583         Log: Integrate perlio.
41584      Branch: perl
41585           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
41586           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
41587           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
41588           !> pp_sys.c proto.h sv.c
41589 ____________________________________________________________________________
41590 [  8499] By: jhi                                   on 2001/01/21  17:43:57
41591         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
41592              From: Hugo <hv@crypt.compulink.co.uk>
41593              Date: Sun, 21 Jan 2001 13:34:05 +0000
41594              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
41595              
41596              In sprintf UTF8ize only if necessary.
41597      Branch: perl
41598            ! sv.c
41599 ____________________________________________________________________________
41600 [  8498] By: nick                                  on 2001/01/21  16:25:32
41601         Log: Encode cleanup.
41602              Add command line control over "compile" so that Makefile.PL
41603              needs can be combined with other uses.
41604              Use command line options in Makefile.PL.
41605              Fix multi-byte parsing in .ucm files.
41606      Branch: perlio
41607            ! ext/Encode/Makefile.PL ext/Encode/compile
41608 ____________________________________________________________________________
41609 [  8497] By: nick                                  on 2001/01/21  12:56:27
41610         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
41611      Branch: perlio
41612            ! ext/Encode/Encode.xs
41613 ____________________________________________________________________________
41614 [  8496] By: nick                                  on 2001/01/21  12:18:45
41615         Log: Fixup after integrate:
41616              missed the .sym files that are changed by regen_headers
41617              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
41618      Branch: perlio
41619            ! global.sym pp.sym sv.c
41620 ____________________________________________________________________________
41621 [  8495] By: nick                                  on 2001/01/21  11:51:07
41622         Log: Integrate mainline.
41623      Branch: perlio
41624           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
41625           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
41626           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
41627           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
41628           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
41629           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
41630           !> win32/Makefile win32/makefile.mk
41631 ____________________________________________________________________________
41632 [  8494] By: jhi                                   on 2001/01/20  23:12:11
41633         Log: Forgot the expect_number() prototype.
41634      Branch: perl
41635            ! embed.h embed.pl proto.h
41636 ____________________________________________________________________________
41637 [  8493] By: jhi                                   on 2001/01/20  22:56:39
41638         Log: Subject: [PATCH: perl@8482] README.vms URL updates
41639              From: Peter Prymmer <pvhp@forte.com>
41640              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
41641              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
41642              
41643              Plus Craig A. Berry's suggestion to use compaq.com instead
41644              of digital.com.
41645      Branch: perl
41646            ! README.vms
41647 ____________________________________________________________________________
41648 [  8492] By: jhi                                   on 2001/01/20  22:50:05
41649         Log: Memory management calls documentation.
41650      Branch: perl
41651            ! pod/perlguts.pod
41652 ____________________________________________________________________________
41653 [  8491] By: jhi                                   on 2001/01/20  22:38:33
41654         Log: Signedness nit plus few memcpy/Copy nits.
41655      Branch: perl
41656            ! sv.c
41657 ____________________________________________________________________________
41658 [  8490] By: jhi                                   on 2001/01/20  22:25:53
41659         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
41660              From: Peter Prymmer <pvhp@forte.com>
41661              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
41662              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
41663      Branch: perl
41664            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
41665 ____________________________________________________________________________
41666 [  8489] By: jhi                                   on 2001/01/20  22:24:41
41667         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
41668              From: Peter Prymmer <pvhp@forte.com>
41669              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
41670              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
41671      Branch: perl
41672            ! win32/Makefile win32/makefile.mk
41673 ____________________________________________________________________________
41674 [  8488] By: jhi                                   on 2001/01/20  22:22:27
41675         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
41676              From: Peter Prymmer <pvhp@forte.com>
41677              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
41678              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
41679      Branch: perl
41680            ! Makefile.SH
41681 ____________________________________________________________________________
41682 [  8487] By: jhi                                   on 2001/01/20  22:21:18
41683         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
41684              From: Peter Prymmer <pvhp@forte.com>
41685              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
41686              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
41687      Branch: perl
41688            + ext/DynaLoader/dl_dllload.xs
41689            ! MANIFEST Makefile.SH hints/os390.sh
41690 ____________________________________________________________________________
41691 [  8486] By: jhi                                   on 2001/01/20  22:17:53
41692         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
41693              From: Peter Prymmer <pvhp@forte.com>
41694              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
41695              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
41696      Branch: perl
41697            ! README.os390 README.posix-bc
41698 ____________________________________________________________________________
41699 [  8485] By: jhi                                   on 2001/01/20  20:15:30
41700         Log: Document and test the new qu operator.
41701      Branch: perl
41702            + t/op/qu.t
41703            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
41704            ! pod/perlretut.pod pod/perlunicode.pod
41705 ____________________________________________________________________________
41706 [  8484] By: nick                                  on 2001/01/20  19:42:30
41707         Log: Infrastructure to allow:
41708              open($fh,"|-",@array);
41709              to be implemented
41710              i.e. mark pp_open as needing a stack mark, and make pp_open
41711              process its args in that style (and pass them _all_ to tied handles OPEN).
41712              Invent do_openn() which takes SV ** at allow it to see multiple args.
41713              Note this does not _do_ anything yet.
41714      Branch: perlio
41715            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
41716            ! perlapi.c pp_proto.h pp_sys.c proto.h
41717 ____________________________________________________________________________
41718 [  8483] By: nick                                  on 2001/01/20  17:23:14
41719         Log: Integrate mainline.
41720      Branch: perlio
41721           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
41722           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
41723 ____________________________________________________________________________
41724 [  8482] By: jhi                                   on 2001/01/19  15:37:49
41725         Log: Update Changes.
41726      Branch: perl
41727            ! Changes patchlevel.h
41728 ____________________________________________________________________________
41729 [  8481] By: jhi                                   on 2001/01/19  14:41:24
41730         Log: Subject: Re: new feature: s?printf parameter reordering 
41731              From: Hugo <hv@crypt.compulink.co.uk>
41732              Date: Thu, 11 Jan 2001 17:09:03 +0000
41733              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
41734              
41735              - support reordering for all parameters: %, *v, *, .*
41736              - lay down that the reordering specification must immediately
41737              follow that parameter: %3$, *v3$, *3$, .*3$
41738              - fix vectorisation of a zero-length string
41739              - factor out the code choosing the argument to format
41740              
41741              Possibly unwanted side-effects:
41742              - the special format specifiers ' +-0' must now precede any
41743              vectorisation specifier. Tests in op/sprintf and op/ver
41744              have been changed to reflect this.
41745              - sprintf.t test #214 changed its expectations because in many
41746              cases, the next parameter has already been consumed when an
41747              invalid type letter is detected.
41748              
41749              Probably wanted side-effects:
41750              - attempts to format a non-existent parameter will warn as if C<undef>
41751              - attempt to write to non-existent parameter with '%n' will complain
41752              of "attempt to modify read-only value" instead of being silent
41753      Branch: perl
41754            ! sv.c t/op/sprintf.t t/op/ver.t
41755 ____________________________________________________________________________
41756 [  8480] By: jhi                                   on 2001/01/19  14:08:37
41757         Log: Subject: PATCH pragma/locale.t
41758              From: andreas.koenig@anima.de (Andreas J. Koenig)
41759              Date: 18 Jan 2001 09:45:37 +0100
41760              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
41761      Branch: perl
41762            ! t/pragma/locale.t
41763 ____________________________________________________________________________
41764 [  8479] By: jhi                                   on 2001/01/19  13:19:58
41765         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
41766      Branch: perl
41767            ! configure.com
41768 ____________________________________________________________________________
41769 [  8478] By: jhi                                   on 2001/01/19  02:12:35
41770         Log: Automate 1_compile.t.
41771      Branch: perl
41772            ! t/lib/1_compile.t
41773 ____________________________________________________________________________
41774 [  8477] By: jhi                                   on 2001/01/19  01:49:56
41775         Log: Integrate perlio.
41776      Branch: perl
41777           !> sv.c win32/config.bc win32/config.gc win32/config.vc
41778           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
41779 ____________________________________________________________________________
41780 [  8476] By: nick                                  on 2001/01/18  21:51:52
41781         Log: Integrate mainline
41782      Branch: perlio
41783           +> t/lib/1_compile.t t/lib/compmod.pl
41784           !> MANIFEST configure.com lib/unicode/distinct.pm
41785 ____________________________________________________________________________
41786 [  8475] By: nick                                  on 2001/01/18  21:48:02
41787         Log: Win32 "safe signals" co-existance fix.
41788              Fix SIG_SIZE value.
41789              Clear PL_sig_pending when cloning (fork).
41790      Branch: perlio
41791            ! sv.c win32/config.bc win32/config.gc win32/config.vc
41792            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41793 ____________________________________________________________________________
41794 [  8474] By: jhi                                   on 2001/01/18  14:40:57
41795         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
41796      Branch: perl
41797            ! t/lib/1_compile.t
41798 ____________________________________________________________________________
41799 [  8473] By: gsar                                  on 2001/01/18  11:42:31
41800         Log: unsubmitted trial1 change
41801      Branch: maint-5.6/perl
41802            ! Changes
41803 ____________________________________________________________________________
41804 [  8472] By: jhi                                   on 2001/01/18  04:30:24
41805         Log: The first bug found by 1_compile.t.
41806      Branch: perl
41807            ! lib/unicode/distinct.pm
41808 ____________________________________________________________________________
41809 [  8471] By: jhi                                   on 2001/01/18  04:29:42
41810         Log: Add Schwern's 1_compile test.  The compile_module script renamed
41811              to be a bit shorter for the 8.3 people.
41812      Branch: perl
41813            + t/lib/1_compile.t t/lib/compmod.pl
41814            ! MANIFEST
41815 ____________________________________________________________________________
41816 [  8470] By: jhi                                   on 2001/01/18  04:16:00
41817         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)
41818              From: Peter Prymmer <pvhp@forte.com>
41819              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41820              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41821              Replace #8463.
41822      Branch: maint-5.6/perl
41823            ! configure.com
41824 ____________________________________________________________________________
41825 [  8469] By: jhi                                   on 2001/01/18  04:13:02
41826         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)
41827              From: Peter Prymmer <pvhp@forte.com>
41828              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
41829              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
41830              Replace #8462.
41831      Branch: perl
41832            ! configure.com
41833 ____________________________________________________________________________
41834 [  8468] By: jhi                                   on 2001/01/18  03:42:08
41835         Log: Integrate perlio.
41836      Branch: perl
41837           !> gv.c mg.c perlio.c util.c
41838 ____________________________________________________________________________
41839 [  8467] By: nick                                  on 2001/01/17  22:41:10
41840         Log: "Safe" signals - trial implementation.
41841              gv.c tweaked to zero PL_sig_pend array
41842              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
41843              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
41844              Odd thing is that it "works" with PERLIO=stdio as well (linux).
41845      Branch: perlio
41846            ! gv.c mg.c perlio.c util.c
41847 ____________________________________________________________________________
41848 [  8466] By: nick                                  on 2001/01/17  20:40:20
41849         Log: Integrate mainline.
41850      Branch: perlio
41851           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
41852           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41853           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
41854           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
41855           !> vos/config.ga.h win32/config.bc win32/config.gc
41856           !> win32/config.vc
41857 ____________________________________________________________________________
41858 [  8465] By: jhi                                   on 2001/01/17  18:37:13
41859         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
41860              From: Nicholas Clark <nick@ccl4.org>
41861              Date: Wed, 17 Jan 2001 17:31:33 +0000
41862              Message-ID: <20010117173133.I2633@plum.flirble.org>
41863      Branch: perl
41864            ! t/op/int.t
41865 ____________________________________________________________________________
41866 [  8464] By: jhi                                   on 2001/01/17  14:43:17
41867         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
41868              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41869              Date: Wed, 17 Jan 2001 15:16:43 +0100
41870              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
41871              
41872              pp_int() was dropping an NV to the floor,
41873              int(279964589018079/59) either returned not an integer
41874              4745162525730.15, or one got "Attempt to free unreferenced scalar."
41875      Branch: perl
41876            ! pp.c
41877 ____________________________________________________________________________
41878 [  8463] By: jhi                                   on 2001/01/17  06:12:42
41879         Log: (Replaced by #8470)
41880              
41881              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)
41882              From: "Craig A. Berry" <craigberry@mac.com>
41883              Date: Tue, 16 Jan 2001 23:38:46 -0600
41884              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41885      Branch: maint-5.6/perl
41886            ! configure.com
41887 ____________________________________________________________________________
41888 [  8462] By: jhi                                   on 2001/01/17  06:11:31
41889         Log: (Replaced by #8469)
41890              
41891              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)
41892              From: "Craig A. Berry" <craigberry@mac.com>
41893              Date: Tue, 16 Jan 2001 23:38:46 -0600
41894              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
41895      Branch: perl
41896            ! configure.com
41897 ____________________________________________________________________________
41898 [  8461] By: jhi                                   on 2001/01/17  05:56:12
41899         Log: Allow for one trailing slash in the directory of mkdir().
41900      Branch: perl
41901            ! pp_sys.c
41902 ____________________________________________________________________________
41903 [  8460] By: jhi                                   on 2001/01/17  03:26:01
41904         Log: Metaconfig unit changes for #8459.
41905      Branch: metaconfig
41906            ! U/modified/Loc.U U/modified/sig_name.U
41907 ____________________________________________________________________________
41908 [  8459] By: jhi                                   on 2001/01/17  03:24:48
41909         Log: Define SIG_SIZE, the number of elements in the sig_name and
41910              sig_num arrays, including the final NULL entry.
41911      Branch: perl
41912            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41913            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
41914            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
41915            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41916            ! win32/config.bc win32/config.gc win32/config.vc
41917 ____________________________________________________________________________
41918 [  8458] By: jhi                                   on 2001/01/17  01:41:33
41919         Log: Integrate perlio.
41920      Branch: perl
41921           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41922           !> perlapi.h proto.h sv.c
41923 ____________________________________________________________________________
41924 [  8457] By: nick                                  on 2001/01/16  22:07:26
41925         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
41926              Provides all the "cost" but no benefit yet - it is to allow cost
41927              to be measured, and implementation experiments (just in mg.c?).
41928      Branch: perlio
41929            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
41930            ! perlapi.h proto.h sv.c
41931 ____________________________________________________________________________
41932 [  8456] By: nick                                  on 2001/01/16  21:07:07
41933         Log: Integrate mainline.
41934      Branch: perlio
41935           !> (integrate 51 files)
41936 ____________________________________________________________________________
41937 [  8455] By: jhi                                   on 2001/01/16  18:13:43
41938         Log: Subject: [PATCH] regcomp.c old feature removal
41939              From: mjd@plover.com
41940              Date: 16 Jan 2001 14:43:18 -0000 
41941              Message-ID: <20010116144318.7140.qmail@plover.com> 
41942      Branch: perl
41943            ! regcomp.c
41944 ____________________________________________________________________________
41945 [  8454] By: jhi                                   on 2001/01/16  16:12:39
41946         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
41947              From: "Indy Singh" <indy@nusphere.com>
41948              Date: Wed, 10 Jan 2001 20:17:49 -0500
41949              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
41950      Branch: maint-5.6/perl
41951            ! win32/Makefile
41952 ____________________________________________________________________________
41953 [  8453] By: jhi                                   on 2001/01/16  16:09:33
41954         Log: Update Changes.
41955      Branch: perl
41956            ! Changes patchlevel.h
41957 ____________________________________________________________________________
41958 [  8452] By: jhi                                   on 2001/01/16  15:42:04
41959         Log: Subject: Re: API Cleanup
41960              To: perl5-porters@perl.org
41961              Date: Tue, 16 Jan 2001 13:42:30 +0000
41962              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
41963              
41964              Subject: [PATCH] utf8.c documentation
41965              From: Simon Cozens <simon@cozens.net>
41966              Date: Tue, 16 Jan 2001 13:52:48 +0000
41967              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
41968              
41969              Subject: Re: API Cleanup
41970              From: Simon Cozens <simon@cozens.net>
41971              Date: Tue, 16 Jan 2001 14:58:55 +0000
41972              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
41973              
41974              UTF-8 doc patches.
41975      Branch: perl
41976            ! embed.pl pod/perlapi.pod utf8.c
41977 ____________________________________________________________________________
41978 [  8451] By: jhi                                   on 2001/01/16  14:41:39
41979         Log: podlators 1.07, from Russ Allbery.
41980      Branch: perl
41981            ! lib/Pod/Man.pm
41982 ____________________________________________________________________________
41983 [  8450] By: jhi                                   on 2001/01/16  14:24:19
41984         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
41985              From: "Indy Singh" <indy@nusphere.com>
41986              Date: Mon, 15 Jan 2001 20:59:40 -0500
41987              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
41988      Branch: perl
41989            ! win32/Makefile
41990 ____________________________________________________________________________
41991 [  8449] By: jhi                                   on 2001/01/16  03:42:55
41992         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
41993              at the setting of the ofs_sv in new_struct_thread() as the
41994              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
41995              uninitialized fields are, uh, initialized with),
41996              SvREFCNT_inc()ing that invited a core dump.
41997      Branch: perl
41998            ! util.c
41999 ____________________________________________________________________________
42000 [  8448] By: jhi                                   on 2001/01/16  01:49:07
42001         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
42002              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42003              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
42004              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
42005              
42006              Replace #8444 and #8445.
42007      Branch: perl
42008            ! ext/B/B.xs ext/B/B/Debug.pm
42009 ____________________________________________________________________________
42010 [  8447] By: jhi                                   on 2001/01/15  21:05:35
42011         Log: Subject: [PATCH] API Variable documentation   
42012              From: Simon Cozens <simon@cozens.net>
42013              Date: Mon, 15 Jan 2001 19:35:54 +0000
42014              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
42015      Branch: perl
42016            ! pod/perlapi.pod thrdvar.h
42017 ____________________________________________________________________________
42018 [  8446] By: jhi                                   on 2001/01/15  20:49:20
42019         Log: Signedness nit.
42020      Branch: perl
42021            ! pp_ctl.c
42022 ____________________________________________________________________________
42023 [  8445] By: jhi                                   on 2001/01/15  20:28:48
42024         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
42025      Branch: perl
42026            ! ext/B/B/Debug.pm
42027 ____________________________________________________________________________
42028 [  8444] By: jhi                                   on 2001/01/15  13:09:10
42029         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
42030      Branch: perl
42031            ! ext/B/B.xs
42032 ____________________________________________________________________________
42033 [  8443] By: jhi                                   on 2001/01/15  13:06:26
42034         Log: Missing from #8439.
42035      Branch: perl
42036            ! keywords.h mg.c
42037 ____________________________________________________________________________
42038 [  8442] By: jhi                                   on 2001/01/15  13:02:38
42039         Log: Subject: [PATCH @8436] Eliminate op_children
42040              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42041              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
42042              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
42043              
42044              Subject: [PATCH @8436] Re: Eliminate op_children
42045              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42046              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
42047              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
42048      Branch: perl
42049            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
42050            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
42051            ! op.c op.h
42052 ____________________________________________________________________________
42053 [  8441] By: jhi                                   on 2001/01/15  12:57:08
42054         Log: Use the /^Perl_/-less form of is_lvalue_sub().
42055      Branch: perl
42056            ! pp.h
42057 ____________________________________________________________________________
42058 [  8440] By: jhi                                   on 2001/01/15  05:13:09
42059         Log: Revert #8437 and #8438, the Linux large files story is more complex.
42060      Branch: metaconfig/U/perl
42061            ! d_fpos64_t.U d_off64_t.U
42062      Branch: perl
42063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42064            ! config_h.SH configure.com epoc/config.sh perl.h
42065            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42066            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42067            ! win32/config.bc win32/config.gc win32/config.vc
42068 ____________________________________________________________________________
42069 [  8439] By: jhi                                   on 2001/01/15  05:02:24
42070         Log: More UTF-8 patches from Inaba Hiroto.
42071              - The substr lval was still not okay.
42072              - Now pp_stringify and sv_setsv copies source's UTF8 flag
42073              even if IN_BYTE.  pp_stringify is called from fold_constants
42074              at optimization phase and "\x{100}" was made SvUTF8_off under
42075              use bytes (the bytes pragma is for "byte semantics" and not
42076              for "do not produce UTF8 data")
42077              - New `qu' operator to generate UTF8 string explicitly.
42078              Though I agree with the policy "0x00-0xff always produce bytes",
42079              sometimes want to such a string to be coded in UTF8.
42080              I can use pack"U0a*" but it requires more typing and has
42081              runtime overhead.
42082              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
42083              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
42084              string is not UTF8_on and has char 0x80-0xff.
42085              
42086              TODO: document and test qu.
42087      Branch: perl
42088            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
42089            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
42090            ! toke.c
42091 ____________________________________________________________________________
42092 [  8438] By: jhi                                   on 2001/01/14  05:10:23
42093         Log: (Reverted by #8440)
42094              
42095              Metaconfig unit changes for #8437.
42096      Branch: metaconfig/U/perl
42097            ! d_fpos64_t.U d_off64_t.U
42098 ____________________________________________________________________________
42099 [  8437] By: jhi                                   on 2001/01/14  04:55:34
42100         Log: (Reverted by #8440)
42101              
42102              Add <features.h> probing, seems to be needed for (some?)
42103              Linux largefileness.
42104      Branch: perl
42105            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42106            ! config_h.SH configure.com epoc/config.sh perl.h
42107            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
42108            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42109            ! win32/config.bc win32/config.gc win32/config.vc
42110 ____________________________________________________________________________
42111 [  8436] By: jhi                                   on 2001/01/13  17:47:21
42112         Log: Tighten some of the tests a bit.
42113      Branch: perl
42114            ! t/pragma/utf8.t
42115 ____________________________________________________________________________
42116 [  8435] By: jhi                                   on 2001/01/13  17:31:54
42117         Log: Integrate perlio.
42118      Branch: perl
42119           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
42120           !> win32/config_H.gc win32/config_H.vc
42121 ____________________________________________________________________________
42122 [  8434] By: nick                                  on 2001/01/13  11:36:53
42123         Log: Run dmake regen_config_h for Win32
42124      Branch: perlio
42125            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42126 ____________________________________________________________________________
42127 [  8433] By: nick                                  on 2001/01/13  11:31:55
42128         Log: VMS friendly patch to Encode compile process
42129      Branch: perlio
42130            ! ext/Encode/Makefile.PL ext/Encode/compile
42131 ____________________________________________________________________________
42132 [  8432] By: nick                                  on 2001/01/13  11:06:44
42133         Log: Integrate mainline
42134      Branch: perlio
42135           +> ext/B/B/Concise.pm
42136           !> (integrate 52 files)
42137 ____________________________________________________________________________
42138 [  8431] By: jhi                                   on 2001/01/13  05:55:55
42139         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
42140              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42141              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
42142              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
42143      Branch: perl
42144            ! ext/B/B/Concise.pm
42145 ____________________________________________________________________________
42146 [  8430] By: jhi                                   on 2001/01/13  04:24:18
42147         Log: The LVRET macro needed an aTHX.
42148      Branch: perl
42149            ! pp.h
42150 ____________________________________________________________________________
42151 [  8429] By: jhi                                   on 2001/01/13  02:12:42
42152         Log: Update Changes.
42153      Branch: perl
42154            ! Changes patchlevel.h
42155 ____________________________________________________________________________
42156 [  8428] By: jhi                                   on 2001/01/13  02:08:50
42157         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
42158              From: Peter Prymmer <pvhp@forte.com>
42159              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
42160              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
42161              
42162              Add a BEGIN guard for sloppy floating point division.
42163      Branch: perl
42164            ! lib/Math/BigInt.pm lib/bigint.pl
42165 ____________________________________________________________________________
42166 [  8427] By: jhi                                   on 2001/01/13  01:47:16
42167         Log: The B::Terse drop-in replacement wasn't quite drop-in.
42168      Branch: perl
42169            ! ext/B/B/Terse.pm
42170 ____________________________________________________________________________
42171 [  8426] By: jhi                                   on 2001/01/12  21:20:43
42172         Log: Use UVXf.
42173      Branch: perl
42174            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42175            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
42176            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
42177            ! vos/config.ga.def vos/config.ga.h win32/config.bc
42178            ! win32/config.gc win32/config.vc
42179 ____________________________________________________________________________
42180 [  8425] By: jhi                                   on 2001/01/12  20:20:14
42181         Log: Subject: [PATCH perl@8342] -Wformat
42182              From: Robin Barker <rmb1@cise.npl.co.uk>
42183              Date: Fri, 12 Jan 2001 20:03:14 GMT
42184              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
42185      Branch: perl
42186            ! ext/Encode/Encode.xs mg.c sv.c toke.c
42187 ____________________________________________________________________________
42188 [  8424] By: jhi                                   on 2001/01/12  20:01:48
42189         Log: Subject: B::Concise -- an improved replacement for B::Terse 
42190              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42191              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
42192              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
42193      Branch: perl
42194            + ext/B/B/Concise.pm
42195            ! MANIFEST ext/B/B/Terse.pm
42196 ____________________________________________________________________________
42197 [  8423] By: jhi                                   on 2001/01/12  19:24:02
42198         Log: The new metaconfig unit from the #8421.
42199      Branch: metaconfig/U/perl
42200            + d_sigprocmask.U
42201 ____________________________________________________________________________
42202 [  8422] By: jhi                                   on 2001/01/12  19:23:43
42203         Log: Forgot the microperl config from the #8421.
42204      Branch: perl
42205            ! uconfig.h uconfig.sh
42206 ____________________________________________________________________________
42207 [  8421] By: jhi                                   on 2001/01/12  19:05:27
42208         Log: Add sigprocmask() probe, regen Configure, regen toc.
42209      Branch: perl
42210            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42211            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
42212            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
42213            ! vos/config.ga.h win32/config.bc win32/config.gc
42214            ! win32/config.vc
42215 ____________________________________________________________________________
42216 [  8420] By: jhi                                   on 2001/01/12  18:34:31
42217         Log: Add sockatmark() to the todo list.
42218      Branch: perl
42219            ! Todo-5.6
42220 ____________________________________________________________________________
42221 [  8419] By: jhi                                   on 2001/01/12  18:09:46
42222         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
42223      Branch: perl
42224            ! op.c
42225 ____________________________________________________________________________
42226 [  8418] By: jhi                                   on 2001/01/12  18:05:30
42227         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
42228              From: Radu Greab <radu@netsoft.ro>
42229              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
42230              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
42231      Branch: perl
42232            ! op.c t/pragma/sub_lval.t
42233 ____________________________________________________________________________
42234 [  8417] By: jhi                                   on 2001/01/12  16:09:09
42235         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
42236              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
42237              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
42238              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
42239      Branch: perl
42240            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
42241            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
42242            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
42243            ! t/pragma/sub_lval.t toke.c
42244 ____________________________________________________________________________
42245 [  8416] By: jhi                                   on 2001/01/12  15:42:06
42246         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
42247              From: "Richard Soderberg" <rs@crystalflame.net>
42248              Date: Fri, 12 Jan 2001 04:49:35 -0800
42249              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
42250              
42251              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
42252              according to the platform.
42253      Branch: perl
42254            ! op.c
42255 ____________________________________________________________________________
42256 [  8415] By: jhi                                   on 2001/01/12  15:33:41
42257         Log: One more UTF-8 fix from Inaba Hiroto.
42258      Branch: perl
42259            ! pp.c regexec.c t/pragma/utf8.t
42260 ____________________________________________________________________________
42261 [  8414] By: jhi                                   on 2001/01/12  15:30:18
42262         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
42263      Branch: perl
42264            ! regexec.c
42265 ____________________________________________________________________________
42266 [  8413] By: jhi                                   on 2001/01/12  15:22:10
42267         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
42268              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42269              Date: Thu, 11 Jan 2001 12:53:36 +0100
42270              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
42271      Branch: perl
42272            ! toke.c
42273 ____________________________________________________________________________
42274 [  8412] By: jhi                                   on 2001/01/12  15:20:25
42275         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
42276              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42277              Date: Fri, 12 Jan 2001 14:37:55 +0100
42278              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
42279      Branch: perl
42280            ! hints/posix-bc.sh
42281 ____________________________________________________________________________
42282 [  8411] By: jhi                                   on 2001/01/12  15:14:14
42283         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
42284              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42285              Date: Fri, 12 Jan 2001 10:42:21 +0100
42286              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
42287      Branch: perl
42288            ! t/op/regmesg.t
42289 ____________________________________________________________________________
42290 [  8410] By: jhi                                   on 2001/01/12  05:48:55
42291         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
42292              From: Nicholas Clark <nick@ccl4.org> 
42293              Date: Sun, 7 Jan 2001 19:47:14 +0000
42294              Message-ID: <20010107194714.B1048@plum.flirble.org>
42295      Branch: perl
42296            ! t/op/numconvert.t
42297 ____________________________________________________________________________
42298 [  8409] By: jhi                                   on 2001/01/12  05:41:28
42299         Log: Integrate perlio.
42300      Branch: perl
42301           !> mg.c scope.h
42302 ____________________________________________________________________________
42303 [  8408] By: nick                                  on 2001/01/11  22:43:28
42304         Log: Remove variables that were used in experiments.
42305      Branch: perlio
42306            ! mg.c
42307 ____________________________________________________________________________
42308 [  8407] By: nick                                  on 2001/01/11  20:57:44
42309         Log: Catch die in %SIG handler and unblock the signal before re-dying.
42310              This make Linux work _without_ sigsetjmp().
42311              Turn off sigsetjmp() to see what else it does.
42312              May need Configure probe for sigprocmask() if anything has sigaction()
42313              but not sigprocmask().
42314      Branch: perlio
42315            ! mg.c scope.h
42316 ____________________________________________________________________________
42317 [  8406] By: nick                                  on 2001/01/11  19:32:07
42318         Log: Integrate mainline
42319      Branch: perlio
42320           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
42321           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
42322           !> t/op/substr.t
42323 ____________________________________________________________________________
42324 [  8405] By: jhi                                   on 2001/01/11  17:11:01
42325         Log: Fix UTF-8 lval substr().
42326      Branch: perl
42327            ! mg.c t/op/substr.t
42328 ____________________________________________________________________________
42329 [  8404] By: jhi                                   on 2001/01/11  05:13:58
42330         Log: Update Changes.
42331      Branch: perl
42332            ! Changes patchlevel.h
42333 ____________________________________________________________________________
42334 [  8403] By: jhi                                   on 2001/01/11  04:38:24
42335         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
42336              From: Hugo <hv@crypt.compulink.co.uk>
42337              Date: Mon, 30 Oct 2000 01:33:26 +0000
42338              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
42339      Branch: perl
42340            ! regexec.c t/op/re_tests
42341 ____________________________________________________________________________
42342 [  8402] By: jhi                                   on 2001/01/11  04:26:12
42343         Log: Integrate perlio.
42344      Branch: perl
42345           !> scope.h util.c
42346 ____________________________________________________________________________
42347 [  8401] By: nick                                  on 2001/01/10  22:52:55
42348         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
42349              (So Alan and Ilya can try setting via hints.)
42350              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
42351              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
42352              doing the save everywhere seems to restart read() correctly, but just
42353              doing it once "round" the handler does not.
42354      Branch: perlio
42355            ! scope.h
42356 ____________________________________________________________________________
42357 [  8400] By: jhi                                   on 2001/01/10  21:57:54
42358         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
42359              of IRIX, HP-UX is unaffected.
42360      Branch: perl
42361            ! perl.h
42362 ____________________________________________________________________________
42363 [  8399] By: nick                                  on 2001/01/10  21:29:19
42364         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
42365      Branch: perlio
42366            ! util.c
42367 ____________________________________________________________________________
42368 [  8398] By: jhi                                   on 2001/01/10  20:55:31
42369         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
42370              also have ReusePort.
42371      Branch: perl
42372            ! ext/IO/lib/IO/Socket/INET.pm
42373 ____________________________________________________________________________
42374 [  8397] By: jhi                                   on 2001/01/10  20:50:57
42375         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
42376              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42377              Date: Wed, 10 Jan 2001 01:38:13 -0800
42378              Message-ID: <20010110013813.B41744@yahoo-inc.com>
42379      Branch: perl
42380            ! ext/IO/lib/IO/Socket/INET.pm
42381 ____________________________________________________________________________
42382 [  8396] By: jhi                                   on 2001/01/10  20:49:30
42383         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
42384              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
42385              Date: Wed, 10 Jan 2001 01:37:32 -0800
42386              Message-ID: <20010110013732.A41744@yahoo-inc.com>
42387      Branch: perl
42388            ! ext/Socket/Socket.pm
42389 ____________________________________________________________________________
42390 [  8395] By: jhi                                   on 2001/01/10  20:41:37
42391         Log: Test for bug id 20010105.016 (fixed by #8378).
42392      Branch: perl
42393            ! t/op/split.t
42394 ____________________________________________________________________________
42395 [  8394] By: jhi                                   on 2001/01/10  20:26:32
42396         Log: Integrate perlio.
42397      Branch: perl
42398            ! util.c
42399 ____________________________________________________________________________
42400 [  8393] By: nick                                  on 2001/01/10  19:34:30
42401         Log: Back out Simon's pid hackery for now.
42402      Branch: perlio
42403            ! util.c
42404 ____________________________________________________________________________
42405 [  8392] By: nick                                  on 2001/01/10  19:23:13
42406         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
42407      Branch: perlio
42408           !> (integrate 29 files)
42409 ____________________________________________________________________________
42410 [  8391] By: jhi                                   on 2001/01/10  18:43:15
42411         Log: Subject: [PATCH] Fix my_pclose segfault
42412              From: Simon Cozens <simon@cozens.net>
42413              Date: Wed, 10 Jan 2001 18:39:35 +0000
42414              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
42415      Branch: perl
42416            ! util.c
42417 ____________________________________________________________________________
42418 [  8390] By: jhi                                   on 2001/01/10  18:42:08
42419         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
42420              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42421              Date:     Wed, 10 Jan 2001 13:23:02 EST
42422              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
42423      Branch: perl
42424            ! ext/Opcode/Opcode.xs
42425 ____________________________________________________________________________
42426 [  8389] By: jhi                                   on 2001/01/10  15:16:07
42427         Log: Turn off the integer preservation for now.
42428      Branch: perl
42429            ! perl.h
42430 ____________________________________________________________________________
42431 [  8388] By: jhi                                   on 2001/01/10  15:01:25
42432         Log: Few more IDE/editor nits from p5p.
42433      Branch: perl
42434            ! pod/perlfaq3.pod
42435 ____________________________________________________________________________
42436 [  8387] By: jhi                                   on 2001/01/10  06:53:16
42437         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
42438              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
42439              Date: Tue, 9 Jan 2001 23:16:02 +0000
42440              Message-ID: <20010109231602.A81101@plum.flirble.org>
42441      Branch: perl
42442            ! sv.c
42443 ____________________________________________________________________________
42444 [  8386] By: jhi                                   on 2001/01/10  03:17:54
42445         Log: Test cases for #8385 (from Simon's "torture.pl")
42446      Branch: perl
42447            ! t/op/tr.t
42448 ____________________________________________________________________________
42449 [  8385] By: jhi                                   on 2001/01/10  03:17:11
42450         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
42451              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
42452              Date: Wed, 10 Jan 2001 11:39:39 +0900
42453              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
42454              
42455              Some more UTF-8 tr cases fixed.
42456      Branch: perl
42457            ! doop.c
42458 ____________________________________________________________________________
42459 [  8384] By: jhi                                   on 2001/01/09  22:45:40
42460         Log: Allow the locale test needing POSIX and the taint test
42461              needing IPC::SysV to run under 'minitest' (basically,
42462              bail out if loading the extension fails)
42463      Branch: perl
42464            ! t/op/misc.t t/op/taint.t
42465 ____________________________________________________________________________
42466 [  8383] By: jhi                                   on 2001/01/09  21:36:04
42467         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
42468              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42469              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
42470              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
42471      Branch: perl
42472            ! t/io/openpid.t
42473 ____________________________________________________________________________
42474 [  8382] By: jhi                                   on 2001/01/09  21:06:08
42475         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
42476              Should finish up the bug id 20001205.022.
42477      Branch: perl
42478            ! pp.c pp_hot.c scope.c
42479 ____________________________________________________________________________
42480 [  8381] By: jhi                                   on 2001/01/09  18:27:43
42481         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
42482              From: Andy Dougherty <doughera@lafayette.edu>
42483              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
42484              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
42485              
42486              More robust yacc/bison error detection.
42487      Branch: perl
42488            ! t/comp/proto.t
42489 ____________________________________________________________________________
42490 [  8380] By: jhi                                   on 2001/01/09  15:21:38
42491         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
42492              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42493              Date:     Tue, 9 Jan 2001 07:53:55 EST
42494              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
42495      Branch: perl
42496            ! t/op/misc.t vms/test.com
42497 ____________________________________________________________________________
42498 [  8379] By: jhi                                   on 2001/01/09  15:20:38
42499         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
42500              From: jhi@cc.hut.fi
42501              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
42502              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
42503              
42504              The #8378 fixed this.
42505      Branch: perl
42506            ! t/op/tr.t
42507 ____________________________________________________________________________
42508 [  8378] By: jhi                                   on 2001/01/09  15:05:32
42509         Log: Subject: One more patch for UTF8 
42510              From: Inaba Hiroto <inaba@st.rim.or.jp>
42511              Date: Tue, 09 Jan 2001 01:04:32 +0900
42512              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
42513              
42514              UTF-8 fixes for 'x' and tr///.
42515      Branch: perl
42516            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
42517            ! regcomp.c regexec.c toke.c utf8.c
42518 ____________________________________________________________________________
42519 [  8377] By: jhi                                   on 2001/01/09  14:32:17
42520         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
42521      Branch: perl
42522            ! t/op/length.t
42523 ____________________________________________________________________________
42524 [  8376] By: jhi                                   on 2001/01/09  04:32:32
42525         Log: integrate changes #7775, #8316, #8316 from mainline
42526      Branch: maint-5.6/perl
42527            ! hints/solaris_2.sh
42528 ____________________________________________________________________________
42529 [  8375] By: jhi                                   on 2001/01/09  04:26:43
42530         Log: Update Changes.
42531      Branch: perl
42532            ! Changes patchlevel.h
42533 ____________________________________________________________________________
42534 [  8374] By: jhi                                   on 2001/01/09  04:14:32
42535         Log: IDE/editor section tweaking.
42536      Branch: perl
42537            ! pod/perlfaq3.pod
42538 ____________________________________________________________________________
42539 [  8373] By: jhi                                   on 2001/01/09  02:38:26
42540         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
42541              From: Peter Prymmer <pvhp@forte.com>
42542              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
42543              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
42544              
42545              In preparation os OS/390 dynamic loading.
42546      Branch: perl
42547            ! README.os390 hints/os390.sh
42548 ____________________________________________________________________________
42549 [  8372] By: jhi                                   on 2001/01/09  00:24:30
42550         Log: Integrate with perlio.
42551      Branch: perl
42552           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42553 ____________________________________________________________________________
42554 [  8371] By: nick                                  on 2001/01/08  23:54:33
42555         Log: Fix "scalars leaked" bugs caused by overload magic
42556              (Highlighted by Ilya's DESTROY optimization.)
42557      Branch: perlio
42558            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
42559 ____________________________________________________________________________
42560 [  8370] By: nick                                  on 2001/01/08  20:19:41
42561         Log: Integrate mainline
42562      Branch: perlio
42563           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
42564           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
42565           !> t/op/64bitint.t
42566 ____________________________________________________________________________
42567 [  8369] By: jhi                                   on 2001/01/08  17:30:52
42568         Log: save_delete() Safefree() doesn't (anymore?) work with shared
42569              strings, one test failure in op/misc and almost all of lib/b.
42570              (Outcomments #8369.)
42571      Branch: perl
42572            ! scope.c
42573 ____________________________________________________________________________
42574 [  8368] By: jhi                                   on 2001/01/08  14:47:10
42575         Log: (Outcommented by #8369.)
42576              
42577              Subject: Re: Perl BugID 20001205.022 ---- save_delete
42578              From: Simon Cozens <simon@cozens.net>
42579              Date: Sat, 6 Jan 2001 11:48:40 +0000
42580              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
42581              
42582              The save_delete() does need the Safefree.
42583      Branch: perl
42584            ! scope.c
42585 ____________________________________________________________________________
42586 [  8367] By: bailey                                on 2001/01/08  08:53:52
42587         Log: Once again syncing after too long an absence
42588      Branch: vmsperl
42589           +> (branch 55 files)
42590            - MAINTAIN fix_pl vos/config.def vos/config.h
42591            - vos/config_h.SH_orig
42592           !> (integrate 498 files)
42593 ____________________________________________________________________________
42594 [  8366] By: jhi                                   on 2001/01/08  02:42:59
42595         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
42596              From: nick@ccl4.org
42597              Date: Sun, 7 Jan 2001 21:07:18 +0000
42598              Message-Id: <20010107210717.D1048@plum.flirble.org>
42599      Branch: perl
42600            ! sv.c t/op/64bitint.t
42601 ____________________________________________________________________________
42602 [  8365] By: jhi                                   on 2001/01/08  02:35:16
42603         Log: Subject: [PATCH] environ nit
42604              From: Simon Cozens <simon@cozens.net>
42605              Date: Sun, 7 Jan 2001 17:57:07 +0000
42606              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
42607              
42608              Use environ only if we have it.
42609      Branch: perl
42610            ! mg.c
42611 ____________________________________________________________________________
42612 [  8364] By: jhi                                   on 2001/01/08  02:24:51
42613         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
42614      Branch: perl
42615            ! ext/GDBM_File/GDBM_File.xs
42616 ____________________________________________________________________________
42617 [  8363] By: jhi                                   on 2001/01/08  02:19:24
42618         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
42619              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
42620              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
42621              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
42622      Branch: perl
42623            ! dump.c op.c
42624 ____________________________________________________________________________
42625 [  8362] By: jhi                                   on 2001/01/08  02:17:43
42626         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
42627              From: Doug MacEachern <dougm@covalent.net>
42628              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
42629              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
42630              
42631              Allow AUTOLOAD to be an xsub and allow such xsubs
42632              to avoid use of $AUTOLOAD.
42633      Branch: perl
42634            ! gv.c
42635 ____________________________________________________________________________
42636 [  8361] By: jhi                                   on 2001/01/08  02:16:07
42637         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42638              From: Radu Greab <radu@netsoft.ro>
42639              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
42640              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
42641              
42642              No need for the potentially unportable $SIG{CHLD}.
42643      Branch: perl
42644            ! t/io/pipe.t
42645 ____________________________________________________________________________
42646 [  8360] By: jhi                                   on 2001/01/08  01:58:23
42647         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
42648      Branch: perl
42649            ! lib/Getopt/Long.pm
42650 ____________________________________________________________________________
42651 [  8359] By: jhi                                   on 2001/01/08  01:55:44
42652         Log: Integrate perlio.
42653      Branch: perl
42654           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
42655           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
42656           !> utf8.c win32/Makefile
42657 ____________________________________________________________________________
42658 [  8358] By: jhi                                   on 2001/01/07  21:16:50
42659         Log: Update the EPOC cross SDK URL.
42660      Branch: perl
42661            ! README.epoc
42662 ____________________________________________________________________________
42663 [  8357] By: jhi                                   on 2001/01/07  21:16:09
42664         Log: Update the EPOC cross SDK URL.
42665      Branch: maint-5.6/perl
42666            ! README.epoc
42667 ____________________________________________________________________________
42668 [  8356] By: nick                                  on 2001/01/06  21:47:52
42669         Log: FILE * in XS code for PerlIO world:
42670              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
42671              - Add FILE * T_STDIO typemap.
42672              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
42673      Branch: perlio
42674            ! lib/ExtUtils/typemap perlio.c perlio.h
42675 ____________________________________________________________________________
42676 [  8355] By: jhi                                   on 2001/01/06  20:27:15
42677         Log: integrate change #8336 from mainline
42678              
42679              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
42680      Branch: maint-5.6/perl
42681            ! hv.c
42682 ____________________________________________________________________________
42683 [  8354] By: jhi                                   on 2001/01/06  20:24:29
42684         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42685              From: Robin Barker <rmb1@cise.npl.co.uk>
42686              Date: Fri, 22 Dec 2000 12:17:38 GMT
42687              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
42688              
42689              The patch reformats some long =item lines so they give
42690              correct output via pod2man | nroff -man
42691              
42692              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
42693              From: Robin Barker <rmb1@cise.npl.co.uk>
42694              Date: Tue, 2 Jan 2001 15:35:03 GMT
42695              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
42696              
42697              Here is a _further_ patch which corrects a few more errors:
42698              * an empty C<=item> in CPAN.pm
42699              * patching the wrong file (pod/perlamiga.pod not README.amiga)
42700              * leaving empty C<=item>s which formatted incorrectly
42701              * over long C<=item>s revealed by latest patch to Pod::Man
42702      Branch: maint-5.6/perl
42703            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42704            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42705            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
42706            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
42707            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
42708            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
42709 ____________________________________________________________________________
42710 [  8353] By: jhi                                   on 2001/01/06  20:21:10
42711         Log: integrate changes #7980, 8056, 8057 from mainline
42712              
42713              UTF-8 hash keys.
42714      Branch: maint-5.6/perl
42715            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
42716 ____________________________________________________________________________
42717 [  8352] By: jhi                                   on 2001/01/06  20:18:44
42718         Log: Forgotten from #8438.
42719      Branch: maint-5.6/perl
42720            ! epoc/epocish.h
42721 ____________________________________________________________________________
42722 [  8351] By: jhi                                   on 2001/01/06  20:18:12
42723         Log: Forgotten from #8347.
42724      Branch: maint-5.6/perl
42725            ! config_h.SH
42726 ____________________________________________________________________________
42727 [  8350] By: jhi                                   on 2001/01/06  20:00:19
42728         Log: Thinko in #8347.
42729      Branch: maint-5.6/perl
42730            ! regcomp.c
42731 ____________________________________________________________________________
42732 [  8349] By: jhi                                   on 2001/01/06  18:05:30
42733         Log: Copy the FAQ3 IDE section from the development branch,
42734              changes originally by Peter Prymmer.
42735      Branch: maint-5.6/perl
42736            ! pod/perlfaq3.pod
42737 ____________________________________________________________________________
42738 [  8348] By: jhi                                   on 2001/01/06  18:03:02
42739         Log: EPOC updates for TRIAL1.
42740              
42741              Subject: [5.6.1 trial1] EPOC update
42742              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42743              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
42744              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
42745              
42746              Subject: epoc patch2 for perl-5.6.1-trial1
42747              From: Olaf Flebbe <O.Flebbe@science-computing.de>
42748              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
42749              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
42750      Branch: maint-5.6/perl
42751            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
42752            ! epoc/epocish.c
42753 ____________________________________________________________________________
42754 [  8347] By: jhi                                   on 2001/01/06  17:29:10
42755         Log: integrate changes #7710,7824,7973 from mainline,
42756              plus VMS nits from Peter Prymmer and Dan Sugalski.
42757              
42758              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
42759              library (getprotobyname and getprotobynumber are outversioned by
42760              the same calls in libc, at least for xlc version 3.
42761              
42762              Add HAS_SBRK_PROTO.
42763              
42764              Fixes for signedness warnings noticed by VMSperlers.
42765      Branch: maint-5.6/perl
42766            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42767            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
42768            ! sv.c vms/descrip_mms.template vos/config.alpha.def
42769            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
42770            ! win32/config.bc win32/config.gc win32/config.vc
42771 ____________________________________________________________________________
42772 [  8346] By: nick                                  on 2001/01/06  14:36:01
42773         Log: Fixup accumulated integrate muddles (perlio == devperl again)
42774      Branch: perlio
42775            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
42776 ____________________________________________________________________________
42777 [  8345] By: nick                                  on 2001/01/06  14:24:58
42778         Log: Integrate mainline
42779      Branch: perlio
42780           !> (integrate 55 files)
42781 ____________________________________________________________________________
42782 [  8344] By: jhi                                   on 2001/01/06  02:24:02
42783         Log: Subject: [patch] PerlIO_cleanup() prototype
42784              From: Doug MacEachern <dougm@covalent.net>
42785              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
42786              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
42787      Branch: perl
42788            ! perlio.h
42789 ____________________________________________________________________________
42790 [  8343] By: jhi                                   on 2001/01/06  01:04:09
42791         Log: IRIX compiler noticed that the bof initialization might be
42792              bypassed by control flow.
42793      Branch: perl
42794            ! toke.c
42795 ____________________________________________________________________________
42796 [  8342] By: jhi                                   on 2001/01/06  00:10:48
42797         Log: Update Changes.
42798      Branch: perl
42799            ! Changes patchlevel.h
42800 ____________________________________________________________________________
42801 [  8341] By: jhi                                   on 2001/01/05  23:52:33
42802         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
42803      Branch: perl
42804            ! toke.c
42805 ____________________________________________________________________________
42806 [  8340] By: jhi                                   on 2001/01/05  22:44:08
42807         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
42808              From: Radu Greab <radu@netsoft.ro>
42809              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
42810              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
42811      Branch: perl
42812            ! t/io/pipe.t util.c
42813 ____________________________________________________________________________
42814 [  8339] By: jhi                                   on 2001/01/05  22:35:17
42815         Log: Subject: [PATCH] format and rewording in perlfaq.pod
42816              From: Robin Barker <rmb1@cise.npl.co.uk>
42817              Date: Fri, 5 Jan 2001 18:51:20 GMT
42818              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
42819      Branch: perl
42820            ! pod/perlfaq.pod
42821 ____________________________________________________________________________
42822 [  8338] By: jhi                                   on 2001/01/05  22:31:17
42823         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
42824              From: Peter Prymmer <pvhp@forte.com>
42825              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
42826              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
42827      Branch: perl
42828            ! utils/perlbug.PL
42829 ____________________________________________________________________________
42830 [  8337] By: jhi                                   on 2001/01/05  18:15:11
42831         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
42832              From: Robin Barker <rmb1@cise.npl.co.uk>
42833              Date: Tue, 2 Jan 2001 15:24:07 GMT
42834              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
42835              
42836              If you call configure as C<./Configure> or C<sh ./Configure>,
42837              $src is set to the absolute path name, not '.'.
42838              
42839              This, in turn, means -Dmksymlink tries to do its stuff because
42840              it does not think it is in the src directory.
42841              
42842              (plus a metaconfig nitfix)
42843      Branch: metaconfig
42844            ! U/compline/ccflags.U U/modified/src.U
42845      Branch: perl
42846            ! Configure config_h.SH
42847 ____________________________________________________________________________
42848 [  8336] By: jhi                                   on 2001/01/05  17:48:32
42849         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
42850              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42851              Message-ID: <3A5606C4.473D2226@uk.sun.com>
42852              Date: Fri, 05 Jan 2001 17:39:16 +0000
42853      Branch: perl
42854            ! hv.c
42855 ____________________________________________________________________________
42856 [  8335] By: jhi                                   on 2001/01/05  16:05:44
42857         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
42858      Branch: perl
42859            ! lib/Getopt/Long.pm
42860 ____________________________________________________________________________
42861 [  8334] By: jhi                                   on 2001/01/05  16:00:51
42862         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
42863              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
42864              Date: Fri, 05 Jan 2001 13:46:51 +0100
42865              Message-ID: <13693.978698811@nice.ram.loc>
42866              
42867              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
42868              accurate reading of the "atime".  
42869      Branch: perl
42870            ! t/io/fs.t
42871 ____________________________________________________________________________
42872 [  8333] By: jhi                                   on 2001/01/05  15:57:37
42873         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
42874              From: Simon Cozens <simon@cozens.net>
42875              Date: Fri, 8 Dec 2000 13:33:31 +0000
42876              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
42877              
42878              A lost patch fragment.
42879      Branch: perl
42880            ! doop.c
42881 ____________________________________________________________________________
42882 [  8332] By: jhi                                   on 2001/01/05  15:40:42
42883         Log: Do away with strncpy() and a fixed length buffer.
42884      Branch: perl
42885            ! utf8.c
42886 ____________________________________________________________________________
42887 [  8331] By: jhi                                   on 2001/01/05  15:03:07
42888         Log: Tests for #8329 and #8330.
42889      Branch: perl
42890            ! t/op/bop.t
42891 ____________________________________________________________________________
42892 [  8330] By: jhi                                   on 2001/01/05  15:02:38
42893         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
42894              raw 8-bit form to the UTF-8 string.
42895      Branch: perl
42896            ! toke.c
42897 ____________________________________________________________________________
42898 [  8329] By: jhi                                   on 2001/01/05  14:55:13
42899         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
42900              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
42901              Date: Fri, 5 Jan 2001 12:28:52 +0100
42902              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
42903              
42904              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
42905              no effect.  (changed the strncpy() to Copy())
42906      Branch: perl
42907            ! toke.c
42908 ____________________________________________________________________________
42909 [  8328] By: jhi                                   on 2001/01/05  06:44:27
42910         Log: UTF-8 cleanup.
42911      Branch: perl
42912            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
42913            ! regexec.c sv.c toke.c
42914 ____________________________________________________________________________
42915 [  8327] By: jhi                                   on 2001/01/05  01:11:29
42916         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')
42917              From: Radu Greab <radu@netsoft.ro>
42918              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
42919              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
42920              
42921              Cleans up Harness to not use FileHandle, which uses IO.
42922      Branch: perl
42923            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
42924 ____________________________________________________________________________
42925 [  8326] By: jhi                                   on 2001/01/05  00:56:37
42926         Log: Update Changes.
42927      Branch: perl
42928            ! Changes patchlevel.h
42929 ____________________________________________________________________________
42930 [  8325] By: jhi                                   on 2001/01/05  00:53:18
42931         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
42932              From: Peter Prymmer <pvhp@forte.com>
42933              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
42934              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
42935              
42936              plus a couple more tailing whitespace removals.
42937      Branch: perl
42938            ! win32/Makefile
42939 ____________________________________________________________________________
42940 [  8324] By: jhi                                   on 2001/01/05  00:47:39
42941         Log: Add some Unicode chop() tests.
42942      Branch: perl
42943            ! t/op/chop.t
42944 ____________________________________________________________________________
42945 [  8323] By: jhi                                   on 2001/01/05  00:47:23
42946         Log: Unify UTF-8 malformedness handling.
42947      Branch: perl
42948            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
42949 ____________________________________________________________________________
42950 [  8322] By: jhi                                   on 2001/01/04  22:21:54
42951         Log: The new $issymlink was unknown to Mksymlinks.
42952      Branch: metaconfig/U/perl
42953            ! Mksymlinks.U issymlink.U
42954      Branch: perl
42955            ! Configure config_h.SH
42956 ____________________________________________________________________________
42957 [  8321] By: jhi                                   on 2001/01/04  21:51:05
42958         Log: The test didn't work under the core test framework.
42959      Branch: perl
42960            ! t/lib/st-lock.t
42961 ____________________________________________________________________________
42962 [  8320] By: jhi                                   on 2001/01/04  21:14:22
42963         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
42964      Branch: perl
42965            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
42966 ____________________________________________________________________________
42967 [  8319] By: jhi                                   on 2001/01/04  20:46:17
42968         Log: Typo in #8312 when manually appying a problematic patch fragment.
42969      Branch: perl
42970            ! ext/Storable/Storable.xs
42971 ____________________________________________________________________________
42972 [  8318] By: jhi                                   on 2001/01/04  20:43:01
42973         Log: The $sh_c didn't fly.
42974      Branch: metaconfig
42975            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42976            ! U/modified/Loc.U U/modified/myhostname.U
42977            ! U/modified/spitshell.U
42978      Branch: metaconfig/U/perl
42979            ! issymlink.U
42980      Branch: perl
42981            ! Configure config_h.SH
42982 ____________________________________________________________________________
42983 [  8317] By: jhi                                   on 2001/01/04  19:58:01
42984         Log: AIX builtin test -h is broken, changes based on
42985              
42986              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
42987              Date: Tue, 02 Jan 2001 11:24:39 +0100
42988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42989              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
42990      Branch: metaconfig
42991            + U/modified/spitshell.U
42992            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
42993            ! U/modified/Loc.U U/modified/myhostname.U
42994      Branch: metaconfig/U/perl
42995            ! Mksymlinks.U issymlink.U
42996      Branch: perl
42997            ! Configure
42998 ____________________________________________________________________________
42999 [  8316] By: jhi                                   on 2001/01/04  19:02:22
43000         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
43001              From: Andy Dougherty <doughera@lafayette.edu>
43002              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
43003              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
43004              
43005              Beware of GNU ld.
43006      Branch: perl
43007            ! hints/solaris_2.sh
43008 ____________________________________________________________________________
43009 [  8315] By: jhi                                   on 2001/01/04  18:56:48
43010         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
43011              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
43012              Date: Wed, 3 Jan 2001 07:58:51 +0100
43013              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
43014      Branch: perl
43015            ! hints/solaris_2.sh
43016 ____________________________________________________________________________
43017 [  8314] By: jhi                                   on 2001/01/04  18:54:07
43018         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
43019              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43020              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
43021              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
43022              
43023              Doc tweak on #8313.
43024      Branch: perl
43025            ! ext/B/B/Deparse.pm
43026 ____________________________________________________________________________
43027 [  8313] By: jhi                                   on 2001/01/04  18:52:27
43028         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
43029              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
43030              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
43031              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
43032              
43033              Make the peephole optimizer to bypass more null ops and
43034              and rewrite the deparse handling of continue blocks.
43035      Branch: perl
43036            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
43037 ____________________________________________________________________________
43038 [  8312] By: jhi                                   on 2001/01/04  18:47:39
43039         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
43040      Branch: perl
43041            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
43042            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
43043            ! t/lib/st-lock.t
43044 ____________________________________________________________________________
43045 [  8311] By: jhi                                   on 2001/01/04  18:36:08
43046         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
43047              filter to be run on each .pm during the pm_to_blib() phase,
43048              a fixed version of
43049              
43050              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
43051              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
43052              Date: Wed, 03 Jan 2001 22:01:30 +0100
43053              Message-ID: <5296.978555690@nice.ram.loc>
43054      Branch: perl
43055            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
43056            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
43057            ! lib/ExtUtils/MakeMaker.pm
43058 ____________________________________________________________________________
43059 [  8310] By: jhi                                   on 2001/01/04  18:32:54
43060         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
43061              From: Robin Barker <rmb1@cise.npl.co.uk>
43062              Date: Tue, 2 Jan 2001 15:35:03 GMT
43063              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
43064      Branch: perl
43065            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
43066            ! pod/perlrequick.pod
43067 ____________________________________________________________________________
43068 [  8309] By: jhi                                   on 2001/01/04  18:29:07
43069         Log: Subject: Re: [patch] static-ize XS()
43070              From: Doug MacEachern <dougm@covalent.net>
43071              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
43072              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
43073              
43074              Provide prototypes for the XS functions.
43075      Branch: perl
43076            ! lib/ExtUtils/xsubpp
43077 ____________________________________________________________________________
43078 [  8308] By: jhi                                   on 2001/01/04  18:27:44
43079         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
43080              From: Doug MacEachern <dougm@covalent.net>
43081              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
43082              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
43083      Branch: perl
43084            ! lib/ExtUtils/typemap
43085 ____________________________________________________________________________
43086 [  8307] By: jhi                                   on 2001/01/04  18:25:25
43087         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
43088              From: Doug MacEachern <dougm@covalent.net>
43089              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
43090              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
43091              
43092              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
43093      Branch: perl
43094            ! lib/ExtUtils/MM_Unix.pm
43095 ____________________________________________________________________________
43096 [  8306] By: jhi                                   on 2001/01/04  18:23:00
43097         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
43098              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43099              Date: Thu, 4 Jan 2001 12:47:10 +0100 
43100              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
43101              
43102              The toke.c part only, patching embed.h and proto.h is futile.
43103      Branch: perl
43104            ! toke.c
43105 ____________________________________________________________________________
43106 [  8305] By: jhi                                   on 2001/01/04  18:05:51
43107         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
43108              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43109              Date: Thu, 4 Jan 2001 17:50:12 +0100 
43110              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
43111      Branch: perl
43112            ! toke.c
43113 ____________________________________________________________________________
43114 [  8304] By: jhi                                   on 2001/01/04  18:03:26
43115         Log: Subject: [PATCH perl@8269]
43116              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
43117              Date: Thu, 4 Jan 2001 12:53:39 +0100 
43118              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
43119              
43120              If running byacc write-enable also perly.h.
43121      Branch: perl
43122            ! Makefile.SH
43123 ____________________________________________________________________________
43124 [  8303] By: jhi                                   on 2001/01/04  15:40:49
43125         Log: Rewrite pp_concat() in terms of sv_catsv().
43126      Branch: perl
43127            ! pp_hot.c
43128 ____________________________________________________________________________
43129 [  8302] By: nick                                  on 2001/01/03  22:43:22
43130         Log: Integrate mainline.
43131      Branch: perlio
43132           !> ext/Encode/Encode.xs sv.c utf8.c
43133 ____________________________________________________________________________
43134 [  8301] By: jhi                                   on 2001/01/02  23:40:26
43135         Log: Variable naming tweak.
43136      Branch: perl
43137            ! sv.c
43138 ____________________________________________________________________________
43139 [  8300] By: jhi                                   on 2001/01/02  23:40:02
43140         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
43141              in is_utf8_string().
43142      Branch: perl
43143            ! utf8.c
43144 ____________________________________________________________________________
43145 [  8299] By: jhi                                   on 2001/01/02  22:14:40
43146         Log: Integrate perlio.
43147      Branch: perl
43148           !> pp.c pp_hot.c win32/Makefile
43149 ____________________________________________________________________________
43150 [  8298] By: nick                                  on 2001/01/02  22:03:06
43151         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
43152      Branch: perlio
43153            ! pp.c pp_hot.c
43154 ____________________________________________________________________________
43155 [  8297] By: jhi                                   on 2001/01/02  04:26:28
43156         Log: Signedness nit.
43157      Branch: perl
43158            ! ext/Encode/Encode.xs
43159 ____________________________________________________________________________
43160 [  8296] By: nick                                  on 2001/01/01  23:49:36
43161         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
43162      Branch: perlio
43163            ! win32/Makefile
43164 ____________________________________________________________________________
43165 [  8295] By: jhi                                   on 2001/01/01  23:05:48
43166         Log: Integrate perlio.
43167      Branch: perl
43168           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
43169           !> t/lib/encode.t
43170 ____________________________________________________________________________
43171 [  8294] By: nick                                  on 2001/01/01  22:48:34
43172         Log: Integrate mainline
43173      Branch: perlio
43174            ! pp_hot.c t/lib/encode.t
43175           !> (integrate 65 files)
43176 ____________________________________________________________________________
43177 [  8293] By: nick                                  on 2001/01/01  21:58:50
43178         Log: More rigor in UTF-8-ness of Encode's toUnicode
43179              XS export some of the utf8 internal functions.
43180              Test some of the functions.
43181              Fix pp_concat() bug shown by said tests.
43182      Branch: perlio
43183            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
43184            ! t/lib/encode.t
43185 ____________________________________________________________________________
43186 [  8292] By: jhi                                   on 2001/01/01  18:11:44
43187         Log: Integrate perlio.
43188      Branch: perl
43189           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43190           !> ext/Encode/encengine.c ext/Encode/encode.h
43191 ____________________________________________________________________________
43192 [  8291] By: jhi                                   on 2001/01/01  18:10:58
43193         Log: Podify README.mpeix (a new version from the web),
43194              add a dummy NAME to Carp::Heavy, regen toc.
43195      Branch: perl
43196            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
43197            ! pod/perltoc.pod
43198 ____________________________________________________________________________
43199 [  8290] By: nick                                  on 2001/01/01  17:43:47
43200         Log: Loose the "Loading..." warning.
43201              Another bug in fallback support
43202      Branch: perlio
43203            ! ext/Encode/Encode.pm ext/Encode/encengine.c
43204 ____________________________________________________________________________
43205 [  8289] By: jhi                                   on 2001/01/01  00:01:57
43206         Log: Bump up Larry's copyright.
43207      Branch: perl
43208            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
43209            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
43210            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
43211            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
43212            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
43213            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
43214            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
43215            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
43216 ____________________________________________________________________________
43217 [  8288] By: nick                                  on 2000/12/31  21:27:53
43218         Log: Fix .ucm reading - forgot a chr()
43219              Start of .ucm write (for .enc to .ucm)
43220      Branch: perlio
43221            ! ext/Encode/compile
43222 ____________________________________________________________________________
43223 [  8287] By: jhi                                   on 2000/12/31  18:15:56
43224         Log: Comment away a diagnostic message as noted by Craig A. Berry
43225              (the unexpected message was confusing testing)
43226      Branch: perl
43227            ! ext/Encode/Encode.pm
43228 ____________________________________________________________________________
43229 [  8286] By: jhi                                   on 2000/12/31  18:14:51
43230         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
43231              Date: Sun, 31 Dec 2000 11:17:37 -0600
43232              From: "Craig A. Berry" <craigberry@mac.com>
43233              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
43234      Branch: perl
43235            ! ext/Encode/Makefile.PL
43236 ____________________________________________________________________________
43237 [  8285] By: nick                                  on 2000/12/31  18:11:54
43238         Log: Start of support of ICU-style .ucm files:
43239              - teach compile how to read a .ucm file
43240              - first guess at how to represent fallbacks in "tries".
43241              - use fallbacks if check == 0
43242              - new return code to indicate we used one.
43243      Branch: perlio
43244            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
43245            ! ext/Encode/encengine.c ext/Encode/encode.h
43246 ____________________________________________________________________________
43247 [  8284] By: jhi                                   on 2000/12/31  18:04:41
43248         Log: Pacify picky VMS compiler.
43249              
43250              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
43251              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43252              Date: Sat, 30 Dec 2000 18:10:02 -0600
43253              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
43254      Branch: perl
43255            ! sv.c
43256 ____________________________________________________________________________
43257 [  8283] By: jhi                                   on 2000/12/31  16:11:47
43258         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
43259      Branch: perl
43260            ! t/lib/glob-basic.t
43261 ____________________________________________________________________________
43262 [  8282] By: jhi                                   on 2000/12/31  15:26:11
43263         Log: Integrate perlio.
43264      Branch: perl
43265           !> makedef.pl opcode.pl os2/os2.c perlio.c
43266 ____________________________________________________________________________
43267 [  8281] By: nick                                  on 2000/12/31  10:06:15
43268         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
43269              is available to be exported
43270      Branch: perlio
43271            ! makedef.pl perlio.c
43272 ____________________________________________________________________________
43273 [  8280] By: nick                                  on 2000/12/31  09:41:26
43274         Log: Ilya's OS2 patch (testing for damage on Win32)
43275      Branch: perlio
43276            ! makedef.pl opcode.pl os2/os2.c
43277 ____________________________________________________________________________
43278 [  8279] By: jhi                                   on 2000/12/30  21:52:07
43279         Log: Test nits.
43280      Branch: perl
43281            ! t/lib/syslfs.t t/op/lfs.t
43282 ____________________________________________________________________________
43283 [  8278] By: jhi                                   on 2000/12/30  21:47:49
43284         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43285              From: andreas.koenig@anima.de (Andreas J. Koenig)
43286              Date: 30 Dec 2000 22:35:37 +0100
43287              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
43288              
43289              The 32-bit wraparound test wasn't quite right.
43290      Branch: perl
43291            ! t/lib/syslfs.t t/op/lfs.t
43292 ____________________________________________________________________________
43293 [  8277] By: jhi                                   on 2000/12/30  21:33:44
43294         Log: Subject: [PATCH] open() example in perlfunc.pod 
43295              From: Karsten Sperling <s_sperli@ira.uka.de>
43296              Date: Sat, 30 Dec 2000 22:27:09 +0100
43297              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
43298      Branch: perl
43299            ! pod/perlfunc.pod
43300 ____________________________________________________________________________
43301 [  8276] By: jhi                                   on 2000/12/30  20:32:40
43302         Log: Not quite that many tests yet.
43303      Branch: perl
43304            ! t/op/pat.t
43305 ____________________________________________________________________________
43306 [  8275] By: jhi                                   on 2000/12/30  20:26:58
43307         Log: Integrate perlio.
43308      Branch: perl
43309           !> toke.c
43310 ____________________________________________________________________________
43311 [  8274] By: jhi                                   on 2000/12/30  20:24:56
43312         Log: Signedness nit.
43313      Branch: perl
43314            ! utf8.c
43315 ____________________________________________________________________________
43316 [  8273] By: jhi                                   on 2000/12/30  20:15:46
43317         Log: Add a test case for 20000731.001 which was fixed by the #8267.
43318      Branch: perl
43319            ! t/op/pat.t
43320 ____________________________________________________________________________
43321 [  8272] By: nick                                  on 2000/12/30  19:47:51
43322         Log: Tweak for MULTIPLICITY/USE_PERLIO
43323      Branch: perlio
43324            ! toke.c
43325 ____________________________________________________________________________
43326 [  8271] By: nick                                  on 2000/12/30  19:46:45
43327         Log: Integrate mainline
43328      Branch: perlio
43329           +> lib/unicode/distinct.pm
43330           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
43331           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
43332           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
43333 ____________________________________________________________________________
43334 [  8270] By: jhi                                   on 2000/12/30  19:39:50
43335         Log: Subject: RE: perl@8269
43336              From: "Richard Soderberg" <rs@crystalflame.net>
43337              Date: Sat, 30 Dec 2000 11:36:27 -0800
43338              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
43339              
43340              A missing aTHX_.
43341      Branch: perl
43342            ! toke.c
43343 ____________________________________________________________________________
43344 [  8269] By: jhi                                   on 2000/12/30  18:55:48
43345         Log: Update Changes.
43346      Branch: perl
43347            ! Changes patchlevel.h
43348 ____________________________________________________________________________
43349 [  8268] By: jhi                                   on 2000/12/30  17:18:40
43350         Log: Add a test for Unicode split //.  The #8267 was the cure.
43351      Branch: perl
43352            ! t/op/split.t
43353 ____________________________________________________________________________
43354 [  8267] By: jhi                                   on 2000/12/30  17:14:19
43355         Log: Subject: more UTF8 test suites and an UTF8 patch
43356              From: Inaba Hiroto <inaba@st.rim.or.jp>
43357              Date: Sat, 30 Dec 2000 14:27:10 +0900
43358              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
43359              
43360              Just the patch part for now, and the pragma renamed
43361              as unicode::distinct.
43362      Branch: perl
43363            + lib/unicode/distinct.pm
43364            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
43365            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
43366            ! regcomp.h regexec.c sv.c toke.c utf8.c
43367 ____________________________________________________________________________
43368 [  8266] By: nick                                  on 2000/12/30  16:40:49
43369         Log: Integrate mainline
43370      Branch: perlio
43371           +> lib/Pod/Text/Overstrike.pm
43372           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
43373           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
43374           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
43375           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
43376           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
43377 ____________________________________________________________________________
43378 [  8265] By: jhi                                   on 2000/12/30  07:28:55
43379         Log: The sv_catsv() fix, take two.
43380      Branch: perl
43381            ! sv.c t/op/join.t
43382 ____________________________________________________________________________
43383 [  8264] By: jhi                                   on 2000/12/30  06:19:18
43384         Log: Undo all the join-related changes since #8248: relevant
43385              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
43386              The new sv_catsv() doesn't fly so it must go back to
43387              the drawing board.
43388      Branch: perl
43389            ! sv.c t/op/join.t t/pragma/utf8.t
43390 ____________________________________________________________________________
43391 [  8263] By: jhi                                   on 2000/12/30  01:08:32
43392         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
43393      Branch: perl
43394            ! sv.c
43395 ____________________________________________________________________________
43396 [  8262] By: jhi                                   on 2000/12/30  00:45:14
43397         Log: Retract #8261.
43398      Branch: perl
43399            ! hv.c util.c
43400 ____________________________________________________________________________
43401 [  8261] By: jhi                                   on 2000/12/30  00:38:32
43402         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
43403      Branch: perl
43404            ! hv.c util.c
43405 ____________________________________________________________________________
43406 [  8260] By: jhi                                   on 2000/12/29  22:51:33
43407         Log: (Retracted by #8264)  More fixing for #8251.
43408      Branch: perl
43409            ! sv.c
43410 ____________________________________________________________________________
43411 [  8259] By: jhi                                   on 2000/12/29  18:27:30
43412         Log: Subject: podlators 1.06 released
43413              From: Russ Allbery <rra@stanford.edu>
43414              Date: 25 Dec 2000 05:09:30 -0800
43415              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
43416      Branch: perl
43417            + lib/Pod/Text/Overstrike.pm
43418            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
43419            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
43420 ____________________________________________________________________________
43421 [  8258] By: jhi                                   on 2000/12/29  18:20:45
43422         Log: Make the large file tests more robust/talkative as suggested by
43423              
43424              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
43425              From: andreas.koenig@anima.de (Andreas J. Koenig)
43426              Date: 29 Dec 2000 14:23:01 +0100
43427              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
43428      Branch: perl
43429            ! t/lib/syslfs.t t/op/lfs.t
43430 ____________________________________________________________________________
43431 [  8257] By: jhi                                   on 2000/12/29  17:48:04
43432         Log: Further VMS piping fixes from Charles Lane:
43433              
43434              In summary, error messages produced when a subprocess terminated
43435              abnormally were being sent not just to the parent process, but to
43436              grandparents, because of default values for error output that were
43437              not completely overridden when the subprocess was started.
43438              
43439              This patch fixes this behavior by defining user-mode (i.e., temporary
43440              for the duration of the program) logical names for SYS$OUTPUT and
43441              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
43442              changes to make it so that the user-mode logicals are the ones that
43443              control where Perl's error messages go if it terminates abnormally.
43444              
43445              I also added some gratuitous fixes to the indentation of braces in
43446              the piping code.  It just looked ugly, before.
43447      Branch: perl
43448            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
43449 ____________________________________________________________________________
43450 [  8256] By: jhi                                   on 2000/12/29  17:45:12
43451         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
43452              From: "Casey R. Tweten" <crt@kiski.net>
43453              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
43454              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
43455              
43456              Tests for for #8240.
43457      Branch: perl
43458            ! t/pragma/constant.t
43459 ____________________________________________________________________________
43460 [  8255] By: jhi                                   on 2000/12/29  17:43:07
43461         Log: Subject: Re: [PATCH] Interesting syntax idea
43462              From: Simon Cozens <simon@cozens.net>
43463              Date: Fri, 29 Dec 2000 14:34:04 +0000
43464              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
43465              
43466              Tests for #8254.
43467      Branch: perl
43468            ! t/pragma/sub_lval.t
43469 ____________________________________________________________________________
43470 [  8254] By: jhi                                   on 2000/12/29  17:42:11
43471         Log: Subject: [PATCH] Interesting syntax idea
43472              From: Simon Cozens <simon@cozens.net>
43473              Date: Wed, 27 Dec 2000 05:08:57 +0000
43474              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
43475              
43476              Make opens + bareword assigns do typeglob assigns.
43477      Branch: perl
43478            ! op.c
43479 ____________________________________________________________________________
43480 [  8253] By: jhi                                   on 2000/12/29  17:36:45
43481         Log: Output the (apparent) version of gcc, as suggested by
43482              
43483              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
43484              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
43485              Date: 26 Dec 2000 04:29:17 -0500
43486              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
43487              
43488              (The patch as such didn't any more apply as the misparsing had
43489              already been addressed in #6474.)  Also change the wording about
43490              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
43491      Branch: perl
43492            ! hints/dec_osf.sh
43493 ____________________________________________________________________________
43494 [  8252] By: nick                                  on 2000/12/29  12:14:31
43495         Log: Integrate mainline
43496      Branch: perlio
43497           !> (integrate 27 files)
43498 ____________________________________________________________________________
43499 [  8251] By: jhi                                   on 2000/12/29  08:45:46
43500         Log: (Retracted by #8264)
43501              
43502              (Fixed by #8260.)
43503              
43504              sv_catsv() needs one more byte space than seems reasonable.
43505              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
43506              Curiouser and curiouser.
43507      Branch: perl
43508            ! sv.c
43509 ____________________________________________________________________________
43510 [  8250] By: jhi                                   on 2000/12/29  07:57:52
43511         Log: More split // UTF-8 tests.
43512      Branch: perl
43513            ! t/pragma/utf8.t
43514 ____________________________________________________________________________
43515 [  8249] By: jhi                                   on 2000/12/29  07:54:51
43516         Log: (Retracted by #8264)  More join() testing which was good because
43517              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
43518      Branch: perl
43519            ! pp.c t/op/join.t utf8.c utf8.h
43520 ____________________________________________________________________________
43521 [  8248] By: jhi                                   on 2000/12/29  07:08:32
43522         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
43523              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
43524              that the only cases to care about are byte+byte and byte+character.
43525              
43526              TODO: See how well pp_concat() could be implemented in terms
43527              of sv_catsv().
43528      Branch: perl
43529            ! doop.c sv.c t/op/join.t utf8.h
43530 ____________________________________________________________________________
43531 [  8247] By: jhi                                   on 2000/12/29  06:35:23
43532         Log: Signedness nit.
43533      Branch: perl
43534            ! pp_hot.c
43535 ____________________________________________________________________________
43536 [  8246] By: jhi                                   on 2000/12/29  01:23:31
43537         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
43538              From: Lupe Christoph <lupe@lupe-christoph.de>
43539              Date: Thu, 28 Dec 2000 23:00:00 +0100
43540              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
43541              
43542              Suggest rsync --delete --dry-run.
43543      Branch: perl
43544            ! pod/perlhack.pod
43545 ____________________________________________________________________________
43546 [  8245] By: jhi                                   on 2000/12/28  23:57:05
43547         Log: The maxiters upper limit sanity check (guarding against
43548              non-progress) assumed bytes instead of characters in s///
43549              and split().
43550      Branch: perl
43551            ! pp.c pp_hot.c
43552 ____________________________________________________________________________
43553 [  8244] By: jhi                                   on 2000/12/28  23:34:08
43554         Log: Make some panic messages a bit more logical.
43555      Branch: perl
43556            ! doop.c pod/perldiag.pod pp.c pp_hot.c
43557 ____________________________________________________________________________
43558 [  8243] By: jhi                                   on 2000/12/28  22:59:16
43559         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
43560              From: Simon Cozens <simon@cozens.net>
43561              Date: Wed, 27 Dec 2000 02:30:03 +0000
43562              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
43563      Branch: perl
43564            ! pp.c t/pragma/sub_lval.t
43565 ____________________________________________________________________________
43566 [  8242] By: jhi                                   on 2000/12/28  22:56:53
43567         Log: Subject: [PATCH blead] Fix B::Terse indentation
43568              From: Daniel Chetlin <daniel@chetlin.com>
43569              Date: Wed, 27 Dec 2000 06:43:30 -0800
43570              Message-ID: <20001227064329.B9573@darkstar>
43571      Branch: perl
43572            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
43573 ____________________________________________________________________________
43574 [  8241] By: jhi                                   on 2000/12/28  22:48:59
43575         Log: The latter patch from the
43576              
43577              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
43578              From: Peter Prymmer <pvhp@forte.com> 
43579              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
43580              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
43581              
43582              (the former patch from the above should have been
43583              taken care of by Nick I-S)
43584      Branch: perl
43585            ! win32/Makefile
43586 ____________________________________________________________________________
43587 [  8240] By: jhi                                   on 2000/12/28  22:45:22
43588         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
43589              From: "Casey R. Tweten" <crt@kiski.net>
43590              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
43591              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
43592      Branch: perl
43593            ! lib/constant.pm
43594 ____________________________________________________________________________
43595 [  8239] By: jhi                                   on 2000/12/28  22:37:45
43596         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
43597              From: Simon Cozens <simon@cozens.net>
43598              Date: Wed, 27 Dec 2000 14:12:44 +0000
43599              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
43600      Branch: perl
43601            ! t/op/method.t t/op/sort.t toke.c
43602 ____________________________________________________________________________
43603 [  8238] By: jhi                                   on 2000/12/28  22:30:32
43604         Log: Subject: [PATCH perl@8229] Call.pm
43605              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43606              Date: Mon, 25 Dec 2000 10:47:15 -0000
43607              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
43608      Branch: perl
43609            ! ext/Filter/Util/Call/Call.pm
43610 ____________________________________________________________________________
43611 [  8237] By: jhi                                   on 2000/12/28  22:19:21
43612         Log: Subject: [PATCH blead] Fix problem with `&' prototype
43613              From: Daniel Chetlin <daniel@chetlin.com>
43614              Date: Wed, 27 Dec 2000 15:55:32 -0800
43615              Message-ID: <20001227155532.D9573@darkstar>
43616      Branch: perl
43617            ! op.c t/comp/proto.t
43618 ____________________________________________________________________________
43619 [  8236] By: jhi                                   on 2000/12/28  22:09:25
43620         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
43621              From: Daniel Chetlin <daniel@chetlin.com>
43622              Date: Sun, 24 Dec 2000 04:09:49 -0800
43623              Message-ID: <20001224040949.B3090@darkstar>
43624      Branch: perl
43625            ! gv.c mg.c t/op/attrs.t
43626 ____________________________________________________________________________
43627 [  8235] By: jhi                                   on 2000/12/28  22:07:11
43628         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
43629              From: Jan Dubois <jand@ActiveState.com>
43630              Date: Tue, 26 Dec 2000 20:57:31 -0800
43631              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
43632      Branch: perl
43633            ! win32/win32.c
43634 ____________________________________________________________________________
43635 [  8234] By: jhi                                   on 2000/12/28  21:52:42
43636         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
43637              From: Simon Cozens <simon@cozens.net>
43638              Date: Thu, 28 Dec 2000 20:33:13 +0000
43639              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
43640      Branch: perl
43641            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
43642 ____________________________________________________________________________
43643 [  8233] By: jhi                                   on 2000/12/28  19:40:49
43644         Log: Integrate perlio.
43645      Branch: perl
43646           !> ext/Encode/Makefile.PL ext/Encode/compile
43647 ____________________________________________________________________________
43648 [  8232] By: nick                                  on 2000/12/23  16:06:00
43649         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
43650              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
43651      Branch: perlio
43652            ! ext/Encode/Makefile.PL
43653 ____________________________________________________________________________
43654 [  8231] By: nick                                  on 2000/12/23  14:30:34
43655         Log: "Compiled" encode build cleanup
43656              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
43657              - .c files do not export sub-tables
43658      Branch: perlio
43659            ! ext/Encode/Makefile.PL ext/Encode/compile
43660 ____________________________________________________________________________
43661 [  8230] By: nick                                  on 2000/12/23  12:50:37
43662         Log: Integrate mainline
43663      Branch: perlio
43664           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43665           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43666           !> pod/perl5004delta.pod pod/perl5005delta.pod
43667           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43668           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43669           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43670           !> pod/perlsub.pod
43671 ____________________________________________________________________________
43672 [  8229] By: jhi                                   on 2000/12/22  15:32:12
43673         Log: Integrate perlio.
43674      Branch: perl
43675           +> win32/distclean.bat
43676           !> MANIFEST t/io/utf8.t
43677 ____________________________________________________________________________
43678 [  8228] By: jhi                                   on 2000/12/22  15:29:40
43679         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
43680              From: Robin Barker <rmb1@cise.npl.co.uk>
43681              Date: Fri, 22 Dec 2000 12:17:38 GMT
43682              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
43683      Branch: perl
43684            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
43685            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
43686            ! pod/perl5004delta.pod pod/perl5005delta.pod
43687            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
43688            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
43689            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
43690            ! pod/perlsub.pod
43691 ____________________________________________________________________________
43692 [  8227] By: jhi                                   on 2000/12/22  15:24:28
43693         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
43694              From: "John L. Allen" <allen@grumman.com>
43695              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
43696              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
43697              
43698              Document APPLLIB_EXP.
43699      Branch: perl
43700            ! INSTALL
43701 ____________________________________________________________________________
43702 [  8226] By: nick                                  on 2000/12/21  22:11:50
43703         Log: Handy script for when one forgets to "dmake clean" 
43704      Branch: perlio
43705            + win32/distclean.bat
43706            ! MANIFEST
43707 ____________________________________________________________________________
43708 [  8225] By: nick                                  on 2000/12/21  21:54:04
43709         Log: CRLF platform issue with io/utf8 fix.
43710      Branch: perlio
43711            ! t/io/utf8.t
43712 ____________________________________________________________________________
43713 [  8224] By: nick                                  on 2000/12/21  21:02:20
43714         Log: Integrate mainline
43715      Branch: perlio
43716           !> Changes Configure Makefile.SH Porting/Glossary
43717           !> Porting/config.sh Porting/config_H configure.com
43718           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
43719           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
43720           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
43721           !> win32/config.bc win32/config.gc win32/config.vc
43722 ____________________________________________________________________________
43723 [  8223] By: jhi                                   on 2000/12/21  17:09:16
43724         Log: Update Changes.
43725      Branch: perl
43726            ! Changes patchlevel.h
43727 ____________________________________________________________________________
43728 [  8222] By: jhi                                   on 2000/12/21  16:24:01
43729         Log: Metaconfig unit changes for #8221.
43730      Branch: metaconfig/U/perl
43731           +> issymlink.U
43732            - testsyml.U
43733            ! Mksymlinks.U
43734 ____________________________________________________________________________
43735 [  8221] By: jhi                                   on 2000/12/21  16:23:48
43736         Log: Rename testsyml to issymlink.
43737      Branch: perl
43738            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43739            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
43740            ! win32/config.vc
43741 ____________________________________________________________________________
43742 [  8220] By: jhi                                   on 2000/12/21  15:47:26
43743         Log: Robustness support for #8218 (symlink forest) since the GNU
43744              tools seem to be overly picky about symlinkage depths.
43745      Branch: perl
43746            ! Makefile.SH t/io/fs.t
43747 ____________________________________________________________________________
43748 [  8219] By: jhi                                   on 2000/12/21  15:38:27
43749         Log: Metaconfig changes for #8218.
43750      Branch: metaconfig
43751            ! U/modified/Oldconfig.U
43752      Branch: metaconfig/U/perl
43753            + Mksymlinks.U
43754            ! testsyml.U
43755 ____________________________________________________________________________
43756 [  8218] By: jhi                                   on 2000/12/21  15:37:57
43757         Log: Add Configure option -Dmksymlinks which will create a symlink
43758              forest if the current/build differs from the source directory.
43759              TODO: mkdir -p is not portable.
43760      Branch: perl
43761            ! Configure
43762 ____________________________________________________________________________
43763 [  8217] By: jhi                                   on 2000/12/21  14:39:12
43764         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
43765              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
43766              Date: Thu, 21 Dec 2000 09:38:18 GMT
43767              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
43768              
43769              The ofs became an SV.
43770      Branch: perl
43771            ! ext/Thread/Thread.xs
43772 ____________________________________________________________________________
43773 [  8216] By: jhi                                   on 2000/12/21  05:40:21
43774         Log: The polymorphism seems to have fixed 20000517.001.
43775      Branch: perl
43776            ! t/pragma/utf8.t
43777 ____________________________________________________________________________
43778 [  8215] By: jhi                                   on 2000/12/21  04:44:52
43779         Log: read() documentation tweak for 20001121.004.
43780      Branch: perl
43781            ! pod/perlfunc.pod
43782 ____________________________________________________________________________
43783 [  8214] By: jhi                                   on 2000/12/21  03:54:11
43784         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
43785      Branch: perl
43786            ! pp_sys.c t/op/misc.t
43787 ____________________________________________________________________________
43788 [  8213] By: jhi                                   on 2000/12/21  00:28:10
43789         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
43790              From: Peter Prymmer <pvhp@forte.com>
43791              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
43792              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
43793      Branch: perl
43794            ! configure.com
43795 ____________________________________________________________________________
43796 [  8212] By: jhi                                   on 2000/12/21  00:26:21
43797         Log: Edit edit edit.
43798      Branch: perl
43799            ! pod/perlfaq3.pod
43800 ____________________________________________________________________________
43801 [  8211] By: jhi                                   on 2000/12/20  18:52:46
43802         Log: Update Changes.
43803      Branch: perl
43804            ! Changes patchlevel.h
43805 ____________________________________________________________________________
43806 [  8210] By: jhi                                   on 2000/12/20  18:34:47
43807         Log: Yet another editor edit.
43808      Branch: perl
43809            ! pod/perlfaq3.pod
43810 ____________________________________________________________________________
43811 [  8209] By: jhi                                   on 2000/12/20  15:33:28
43812         Log: More Win32 Perling.
43813      Branch: perl
43814            ! pod/perlfaq3.pod
43815 ____________________________________________________________________________
43816 [  8208] By: jhi                                   on 2000/12/20  15:07:46
43817         Log: More Win32 editor/IDE/shell hints.
43818      Branch: perl
43819            ! pod/perlfaq3.pod
43820 ____________________________________________________________________________
43821 [  8207] By: jhi                                   on 2000/12/20  03:54:08
43822         Log: Subject: [PATCH] obscure timing knowledge
43823              From: Nicholas Clark <nick@ccl4.org>
43824              Date: Tue, 19 Dec 2000 19:22:31 +0000
43825              Message-ID: <20001219192231.F2827@plum.flirble.org>
43826      Branch: perl
43827            ! sv.c
43828 ____________________________________________________________________________
43829 [  8206] By: jhi                                   on 2000/12/20  03:45:57
43830         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
43831              From: Spider Boardman <spider@leggy.zk3.dec.com>
43832              Date: Tue, 19 Dec 2000 21:30:16 -0500
43833              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
43834      Branch: perl
43835            ! sv.c
43836 ____________________________________________________________________________
43837 [  8205] By: jhi                                   on 2000/12/19  23:02:01
43838         Log: Update Changes.
43839      Branch: perl
43840            ! Changes patchlevel.h
43841 ____________________________________________________________________________
43842 [  8204] By: jhi                                   on 2000/12/19  22:58:18
43843         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
43844              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
43845              on editors and diffing/patching.
43846      Branch: perl
43847            ! t/op/utf8decode.t
43848 ____________________________________________________________________________
43849 [  8203] By: nick                                  on 2000/12/19  21:36:16
43850         Log: Integrate mainline (forgot my own change...)
43851      Branch: perlio
43852           !> ext/Encode/compile
43853 ____________________________________________________________________________
43854 [  8202] By: nick                                  on 2000/12/19  21:34:42
43855         Log: Integrate mainline.
43856      Branch: perlio
43857           !> (integrate 61 files)
43858 ____________________________________________________________________________
43859 [  8201] By: nick                                  on 2000/12/19  21:34:06
43860         Log: Avoid looking for File::Glob when we don't need it.
43861      Branch: perl
43862            ! ext/Encode/compile
43863 ____________________________________________________________________________
43864 [  8200] By: jhi                                   on 2000/12/19  18:35:49
43865         Log: Update Changes.
43866      Branch: perl
43867            ! Changes patchlevel.h
43868 ____________________________________________________________________________
43869 [  8199] By: jhi                                   on 2000/12/19  18:35:07
43870         Log: Microperl tweaks.
43871      Branch: perl
43872            ! sv.c uconfig.h uconfig.sh
43873 ____________________________________________________________________________
43874 [  8198] By: jhi                                   on 2000/12/19  18:29:59
43875         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
43876      Branch: perl
43877            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43878            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
43879 ____________________________________________________________________________
43880 [  8197] By: jhi                                   on 2000/12/19  17:55:29
43881         Log: In VMS embedded perls couldn't access the statically built Socket,
43882              from Charles Lane.
43883      Branch: perl
43884            ! configure.com
43885 ____________________________________________________________________________
43886 [  8196] By: jhi                                   on 2000/12/19  17:49:50
43887         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
43888              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
43889              Date: Sun, 17 Dec 2000 19:11:44 -0000
43890              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
43891      Branch: perl
43892            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43893            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
43894 ____________________________________________________________________________
43895 [  8195] By: jhi                                   on 2000/12/19  17:47:53
43896         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
43897              From: Jonathan Stowe <gellyfish@gellyfish.com>
43898              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
43899              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
43900      Branch: perl
43901            ! utils/h2xs.PL
43902 ____________________________________________________________________________
43903 [  8194] By: jhi                                   on 2000/12/19  17:46:28
43904         Log: Subject: Re: useless use of void context work-around
43905              From: andreas.koenig@anima.de (Andreas J. Koenig)
43906              Date: 16 Dec 2000 15:13:36 +0100
43907              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
43908              
43909              Document (comment) the q(di ds ig) trick in the code.
43910      Branch: perl
43911            ! op.c
43912 ____________________________________________________________________________
43913 [  8193] By: jhi                                   on 2000/12/19  17:10:57
43914         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
43915              From: "Mark J. Reed" <mreed@strange.turner.com>
43916              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
43917              Message-Id: <200012160222.VAA13986@strange.turner.com>
43918      Branch: perl
43919            ! ext/Sys/Syslog/Syslog.pm
43920 ____________________________________________________________________________
43921 [  8192] By: jhi                                   on 2000/12/19  17:07:45
43922         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
43923              From: Nicholas Clark <nick@ccl4.org>
43924              Date: Sat, 16 Dec 2000 19:03:13 +0000
43925              Message-ID: <20001216190313.D68304@plum.flirble.org>
43926      Branch: perl
43927            ! t/op/64bitint.t
43928 ____________________________________________________________________________
43929 [  8191] By: jhi                                   on 2000/12/19  17:06:13
43930         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
43931              From: Dominic Dunlop <domo@computer.org>
43932              Date: Mon, 18 Dec 2000 12:00:15 +0100
43933              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
43934              
43935              This patchlet is needed in order that perl can be statically linked.  
43936      Branch: perl
43937            ! regexec.c
43938 ____________________________________________________________________________
43939 [  8190] By: jhi                                   on 2000/12/19  17:03:08
43940         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
43941              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43942              Date: Sun, 17 Dec 2000 00:18:35 -0600
43943              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
43944      Branch: perl
43945            ! perlio.h vms/gen_shrfls.pl
43946 ____________________________________________________________________________
43947 [  8189] By: jhi                                   on 2000/12/19  16:20:28
43948         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
43949              From: Prymmer/Kahn <pvhp@best.com>
43950              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
43951              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
43952              
43953              A better version of #8188.
43954      Branch: perl
43955            ! pod/perlfaq3.pod
43956 ____________________________________________________________________________
43957 [  8188] By: jhi                                   on 2000/12/19  15:57:06
43958         Log: (Replaced by #8189)
43959              
43960              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43961              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
43962              From: Prymmer/Kahn <pvhp@best.com>
43963              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
43964              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
43965              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
43966              Date: Mon, 18 Dec 2000 11:10:45 -0500
43967              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
43968      Branch: perl
43969            ! pod/perlfaq3.pod
43970 ____________________________________________________________________________
43971 [  8187] By: jhi                                   on 2000/12/19  15:54:19
43972         Log: Email address fix for Anton Berezin.
43973      Branch: perl
43974            ! AUTHORS
43975 ____________________________________________________________________________
43976 [  8186] By: jhi                                   on 2000/12/19  15:38:54
43977         Log: Subject: [PATCH perl@8102] cygwin port
43978              From: "Eric Fifer" <efifer@dircon.co.uk> 
43979              Date: Thu, 14 Dec 2000 13:41:29 -0000
43980              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
43981              
43982              When compiling modules the data item that is being imported
43983              from libperl.dll needs to be tagged as imported/shared data:
43984              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
43985      Branch: perl
43986            ! perliol.h
43987 ____________________________________________________________________________
43988 [  8185] By: jhi                                   on 2000/12/19  14:53:24
43989         Log: Regen uconfig.h and uconfig.sh.
43990      Branch: perl
43991            ! uconfig.h uconfig.sh
43992 ____________________________________________________________________________
43993 [  8184] By: jhi                                   on 2000/12/18  20:43:49
43994         Log: Comments work so much better when they are closed.
43995      Branch: perl
43996            ! regcomp.c
43997 ____________________________________________________________________________
43998 [  8183] By: jhi                                   on 2000/12/18  18:04:02
43999         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
44000              Fixes the bug 20001218.016.
44001      Branch: perl
44002            ! regcomp.c
44003 ____________________________________________________________________________
44004 [  8182] By: gsar                                  on 2000/12/18  09:53:47
44005         Log: delete spurious files
44006      Branch: maint-5.6/perl
44007            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
44008            - vos/config.h vos/config_h.SH_orig
44009 ____________________________________________________________________________
44010 [  8181] By: gsar                                  on 2000/12/18  09:46:08
44011         Log: regen perltoc
44012      Branch: maint-5.6/perl
44013            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
44014 ____________________________________________________________________________
44015 [  8180] By: gsar                                  on 2000/12/18  09:20:27
44016         Log: integrate changes#7924..7926,7946,7952 from mainline
44017              
44018              A test works better if it has the right 1..$n output.
44019              
44020              All the core library users of Class::Struct seem to be
44021              using "use Class::Struct 'struct';" instead of the bare
44022              "use Class::Struct;", which isn't documented in Class::Struct.
44023              This can't be right.
44024              
44025              Make the Class::Struct import() wiser.
44026              
44027              Upgrade to CPAN 1.59_51, from Andreas König.
44028              
44029              Subject: Re: long shell lines
44030              Split overly long shell command lines.
44031      Branch: maint-5.6/perl
44032           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
44033           !> lib/File/stat.pm t/lib/class-struct.t
44034 ____________________________________________________________________________
44035 [  8179] By: gsar                                  on 2000/12/18  08:55:54
44036         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
44037              7918,7919,7988,8907 from mainline (various)
44038              
44039              Subject: [ID 20001127.004] White space problem in perlamiga.pod
44040              
44041              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
44042              
44043              Subject: [PATCH] perlcc.PL cleanups
44044              
44045              Subject: [PATCH] Updating perltie.pod for arrays
44046              
44047              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
44048              Subject: Re: [PATCH] Updating perltie.pod for arrays
44049              Subject: Re: [PATCH] Updating perltie.pod for arrays
44050              
44051              One more perltie.pod nit from Casey R. Tweten.
44052              
44053              Subject: [PATCH] $^O  win32 -> MSWin32
44054              plus similar nits for vms, err, VMS, and UNICOS.
44055              
44056              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
44057              More checking in case someone has broken their services or
44058              protocol databases.
44059              
44060              Make "use Class::Struct 'struct';" work again (broken by #7617);
44061              add a test for Class::Struct.
44062              
44063              Integrate the "skip" messages to explain().
44064              
44065              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
44066      Branch: maint-5.6/perl
44067           +> t/lib/class-struct.t
44068           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
44069           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
44070           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
44071 ____________________________________________________________________________
44072 [  8178] By: gsar                                  on 2000/12/18  08:16:30
44073         Log: avoid redefinition warnings on windows due to sys/socket.h getting
44074              #included before win32.h
44075      Branch: maint-5.6/perl
44076            ! win32/include/sys/socket.h
44077 ____________________________________________________________________________
44078 [  8177] By: gsar                                  on 2000/12/18  05:24:04
44079         Log: make regen_headers; fix POSIX.xs problems; remove outdated
44080              code from sys/socket.h that makes build fail now
44081      Branch: maint-5.6/perl
44082            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
44083            ! pod/perlapi.pod
44084           !> win32/include/sys/socket.h
44085 ____________________________________________________________________________
44086 [  8176] By: gsar                                  on 2000/12/18  05:20:17
44087         Log: update Changes
44088      Branch: maint-5.6/perl
44089            ! Changes patchlevel.h
44090 ____________________________________________________________________________
44091 [  8175] By: gsar                                  on 2000/12/18  04:57:48
44092         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
44093              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
44094              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
44095              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
44096              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
44097              7823,7825,7838
44098              
44099              Subject: Re: [PATCH] README.solaris
44100              
44101              Add getpagesize() probing, on non-UNIX guess 'undef'.
44102              
44103              Simplify the getpagesize() unit by dropping the
44104              pagesize probe since it's nowadays slightly more
44105              complicated because of sysconf(). (Note: if some
44106              platform really needs the -lPW for getpagesize,
44107              I just broke it.)
44108              TODO: a new pagesize unit.
44109              
44110              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
44111              
44112              MachTen doesn't really do mmap() and munmap().
44113              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
44114              
44115              More README.solaris updates from Andy Dougherty.
44116              
44117              Copy the s// information of README.hpux also to the perlrun.
44118              
44119              Add HAS_FSYNC, lack noticed by Nicholas Clark.
44120              
44121              Add a metaconfig unit for fsync.
44122              
44123              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
44124              
44125              Many subdocumented return values of the IO extension now documented.
44126              ungetc and write still left subdocumented.
44127              Subject: [PATCH] (was Re: IO::Handle::ungetc)
44128              
44129              Document tell() on special streams.
44130              
44131              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
44132              
44133              Subject: [ID 20001112.007] sfio's sftell isn't ftell
44134              
44135              Couple of tests from #7660 salvaged.
44136              
44137              Tweak the definition of the bit complement on UTF-8 data:
44138              if none of the characters in the string are > 0xff,
44139              the result is a complemented byte string, not a (UTF-8)
44140              char string.  Based on the summary in
44141              Subject: Re: [ID 20000918.005] ~ on wide chars
44142              This should give us the maximum backward (pre-char string)
44143              compatibility and utf8 compatibility.  The other alternative
44144              would be to limit the bit complement to be always byte only,
44145              taking the least significant byte of the chars.
44146              
44147              Cleanup messy #ifdef.
44148              
44149              Typos in #7667.
44150              
44151              Declare reg_data like reg_substr_data.
44152              
44153              Placate nervous compilers that see longer than ints switch()ing.
44154              
44155              Remove the new two tests of lib/io_xs for now, they seem to
44156              fail under perlio on some platforms.
44157              
44158              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44159              
44160              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
44161              
44162              Subject: tiny typo in perl5db.pl
44163              
44164              Subject: some additions for makefiles for win32 (for perl@7674)
44165              
44166              Hoist the duplicated socket/netdb include logic to perl.h;
44167              undef SETERRNO in case SOCKS has defined it.  Based on:
44168              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
44169              
44170              Regen Configure.
44171              
44172              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
44173              (a macro to define signed and unsigned integer constants).
44174              
44175              Use UINT64_C().
44176              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
44177              
44178              Use u_int32_t for the size of hash_cb(), not size_t.
44179              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
44180              
44181              Quit utf8_to_uv() instantly if curlen == 0.
44182              
44183              Subject: [PATCH: perl@7674] updates to README.os390
44184              
44185              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
44186              
44187              EBCDIC tweaks.
44188              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
44189              
44190              Linenumber fix.
44191              
44192              SOCKS has its own USE_THREADS, based on
44193              Subject: [ID 20001114.002] et. al. bugfix followup
44194              
44195              UINT64_C() work continues.
44196              
44197              Detypo.
44198              
44199              The type of the hash_cb() size argument is tricky.
44200              
44201              Add fwalk() probe to the configuration files and regen perltoc.
44202              
44203              Subject: perllocale.pod changes
44204              
44205              Avoid an infinite loop in VMS when utils scripts are run
44206              with no arguments, from Charles Lane.
44207              
44208              Subject: Re: Bug in Carp::Heavy/5.6.0?
44209              
44210              For Solaris use64bitall the stdchar needs a little bit of help.
44211              
44212              The long double hints can be here or there.
44213              
44214              Test tweak for the open pragma.
44215              
44216              Also the 64bitall hints can be either here or there.
44217              
44218              As surmised the #7719 wasn't a good move.
44219              
44220              Subject: Fix for 20000409.001
44221              
44222              Subject: Fix for 20000815.006
44223              It's really 20000518.006.
44224              
44225              Subject: [PATCH 5.6.0 README.win32] very minor typos
44226              
44227              Subject: Fix for README.amiga (20000323.033)
44228              
44229              Explain in more detail the {} syntax ambiguousity.
44230              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
44231              
44232              Sparc 64-bit pack() fix from Jens Hamisch.
44233              
44234              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
44235              
44236              Subject: podlators 1.05 available        
44237              
44238              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
44239              
44240              Subject: [perl 7711: EPOC] updates
44241              
44242              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
44243              
44244              Miraculous typo.
44245              
44246              sysseek() instead of seek().
44247              
44248              Solaris hints tweaks.
44249              
44250              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
44251              This may be overly harsh but until proven otherwise, we think this
44252              way, or until we have a simple test for Configure (having to start
44253              up servers is does not count as simple) to check for the problems.
44254              
44255              Remove the shared object before attempting to create
44256              (by linking) a new one.  E.g. in AIX not removing
44257              becomes quite painful if one tries to do more than one
44258              build in the same tree (an interrupted build, for example),
44259              since the AIX' shared dynaloader seemingly keeps the shared
44260              objects open and therefore 'busy' for quite a while, even when
44261              nobody is using the objects, leading into link failures.
44262              
44263              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
44264              
44265              Subject: DOC PATCH 5.6.0 perlreftut
44266              
44267              Subject: [PATCH: perl@7777] add system locale testing for VMS
44268              
44269              Subject: [PATCH] Test.pm POD peculiarity
44270              
44271              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
44272              
44273              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
44274              
44275              Subject: Re: perl@7777 
44276              Detypoing.
44277              
44278              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
44279              
44280              Go ahead and #include <unistd.h> in perl.h.
44281              
44282              Subject: [PATCH perl@7795] small cleanup task for test suite
44283              
44284              Subject: Re: av.c patch (having slight problems)
44285              unshift() speedup.
44286              
44287              Reach back one higher up when searching for PERL_SRC.
44288      Branch: maint-5.6/perl
44289           +> lib/File/Spec/Epoc.pm
44290           !> (integrate 88 files)
44291 ____________________________________________________________________________
44292 [  8174] By: gsar                                  on 2000/12/18  03:53:09
44293         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
44294              7625..7629,7631..7634,7637,7639,7642 from mainline
44295              
44296              Fix for the tie-refhash string table leaks.
44297              
44298              Subject: [patch perl@7595] VMS configure.com tweak
44299              
44300              More careful detection of how well NVs and UVs mix.
44301              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))
44302              Added some SIGFPE paranoia.
44303              
44304              Forgot to bump the line numbers in #7601.
44305              
44306              Subject: PATCH std stdio for (Free)BSD
44307              
44308              Deleting $ENV{PATH} in VMS is not recommendable.
44309              
44310              Locale buglets.
44311              Subject: RE: Locales support (setlocale) fixes
44312              
44313              Do not test UTF-8 locales since that the tests would require
44314              polymorphic regexen.
44315              
44316              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
44317              
44318              A missing aTHX_.
44319              
44320              Subject: [ID 20001108.013] spelling
44321              
44322              Subject: [PATCH] Class::Struct at compile time
44323              
44324              Make deleting for %ENV work for (newer versions of) VMS,
44325              from Craig A. Berry.
44326              
44327              Forgot from #7618.
44328              
44329              More VMS moves on environment handling, from Charles Lane.
44330              
44331              Remove unused extra arguments.
44332              
44333              Typo in an ifndef.
44334              Subject: Re: [PATCH 5.7.0] better messages from malloc()
44335              
44336              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
44337              All except the "cow orker" change.
44338              
44339              The generated boot_* headers are wrong.  Pickier compiler,
44340              such as KAI C++ will refuse to compile the resulting perlmain.
44341              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44342              
44343              There's no =head3.
44344              
44345              Disable only the tests 99 and 166 for UTF-8 locales.
44346              
44347              Missing dTHXs.
44348              Subject: RE: perl@7595 builds not on cygwin
44349              
44350              Subject: Re: bash -c exit and linux hints 
44351              
44352              Various doc oddball characters.
44353              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44354              
44355              Subject: [PATCH] IO::Seekable pod
44356              
44357              Amdahl UTS hints updates.
44358              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
44359              
44360              Explain better why certain regex tests are skipped.
44361              Subject: Re: tests skipped: unknown reason
44362              
44363              Subject: [PATCH] README.solaris
44364              
44365              Subject: [PATCH perl@7638] cygwin port
44366      Branch: maint-5.6/perl
44367           +> README.solaris
44368           !> (integrate 26 files)
44369 ____________________________________________________________________________
44370 [  8173] By: gsar                                  on 2000/12/18  03:37:02
44371         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
44372              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
44373              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
44374              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
44375              
44376              Better create a true mailing list for the repository keepers.
44377              
44378              Subject: [ID 20001027.007] uniq array in perlfaq
44379              
44380              De-quoted-unreadable to ISO Latin 1.
44381              (There's one ISO-2022-JP name in Changes5.004.)
44382              
44383              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
44384              
44385              The #7476 needs a MANIFEST change, too.
44386              
44387              Add also emailless people.
44388              
44389              UTF-8 decoder tweak.
44390              
44391              Make \x{...} consistently produce UTF-8.
44392              Subject: Re: \x{...} is confused 
44393              
44394              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
44395              
44396              Add a perlbug flag, -A, to avoid acknowledgement messages.
44397              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
44398              
44399              Use Errno magic.
44400              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
44401              
44402              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
44403              
44404              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
44405              
44406              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
44407              
44408              Be more lenient on bad UTF-8 when doing bit arithmetics.
44409              Subject: Re: [ID 20000918.005] ~ on wide chars
44410              (The ord() part of the patch skipped.)
44411              
44412              Subject: perlfaq style changes
44413              
44414              AUTHORS tweaks.
44415              
44416              Whitespace style tweak.  Was originally going to see to
44417              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44418              but that had already been taken care of.
44419              
44420              The compiler is either gcc or cc, from Tom Bates.
44421              
44422              The osname has been lowercased by now, from Tom Bates.
44423              
44424              The NonStop-UX libraries have a novel way to say NaN.
44425              
44426              printf UVs the correct way, noticed by Robin Barker.
44427              
44428              Subject: [PATCH] startperl to respect versiononly
44429              
44430              AUTHORS updates.
44431              
44432              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44433              
44434              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
44435              
44436              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
44437              
44438              Generalize the Camel wording.
44439              Subject: Re: perlfaq style changes
44440              
44441              Subject: [ID 20001005.006] Documentation -- description of qr//
44442              
44443              C.pm part of
44444              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
44445              
44446              Locale warning explanation tweak.
44447              
44448              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
44449              
44450              Make the POSIX::setuid and POSIX::setgid to really call setuid()
44451              and setgid() because they were just changing $< and $( which means
44452              only changing the real uid/gid, as opposed to changing both
44453              real and effective ids.  (The alternative way could have been
44454              in POSIX.pm to change $> and $), too, but making a direct call
44455              to the C API feels cleaner.)  Fixes the bug
44456              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
44457              
44458              Expand %Config variables and %ENV variables only if
44459              so requested during build time using the
44460              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
44461              Not expanding makes relocating distributions easier.
44462              
44463              More tweaking on the #7522 theme.
44464              
44465              Test::Harness revealed buglets in the new DynaLoader.
44466              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
44467              
44468              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
44469              fix a autovivification bug in Tie::RefHash, add tests for both.
44470              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
44471              
44472              Detpyo.
44473              
44474              recv() can fail and return undef.
44475              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
44476              
44477              Fix the problem discussed in
44478              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
44479              originally from Linc Madison.  Also Andreas König's comments
44480              taken into account.  Some other problems with Tie::SubstrHash
44481              fixed: didn't croak when the table exceeded the requested number
44482              of entries (as documented) but instead when the number of entries
44483              exceeded the size of the table, a croak() had an unnecessary \n,
44484              didn't have a CLEAR method, documented that there is no exists().
44485              Didn't fix to be strict-proof because the module uses &foo; and
44486              dynamic scope.  Added a test script exercizing both first tamely 
44487              the basic functionality, and then the failure cases reported by
44488              Linc Madison.
44489              
44490              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
44491              
44492              The #7521 touched things it shouldn't have.
44493              
44494              Subject: [PATCH 5.7.0] better messages from malloc()
44495              
44496              Subject: Re: README.aix
44497              
44498              Add FCNTL_CAN_LOCK.
44499              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44500              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
44501              
44502              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
44503              create a "fast path" for locale name probing using "locale -a"
44504              if available, squash finally hopefully the s?printf resetting
44505              the numeric locale (since, IIUC perllocale, it never shouldn't). 
44506              
44507              More Changes tweakery.
44508              
44509              Dying is too strict here, better just skip.
44510              
44511              Subject: Locales support (setlocale) fixes
44512              Modified quite a bit to be more portable.
44513              
44514              Configure would use a bad $myuname from an old config.sh.
44515              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
44516              
44517              Fix for
44518              Subject: [ID 20001004.006] undef is never tainted
44519              An undef read from a slurped file was not tainted.
44520              
44521              Fix for
44522              Subject: [ID 20001004.007] taint propogation is inconsistent
44523              The culprit was sv_setsv() which was rather blindly
44524              propagating taint, which lead to behaviour where if
44525              a tainted anon hash value was seen all the hash values
44526              from then on at that level became tainted, or at any
44527              upper levels in the case of nested anon hashes.
44528              
44529              Test tweak: show also the failed locales.
44530              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
44531              
44532              A fix of sorts for 20000329.026, a better error message
44533              for a missing "use charnames" when using the \N{...}. 
44534              
44535              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
44536              
44537              Add =pod to be tidy.
44538              
44539              Fix for bug id 19990615.008, pos() unset during s///ge.
44540              
44541              Add a note for future generations about bug id 20000229.006.
44542              
44543              Use -dM for gcc (the suggested patch did it only for Linux,
44544              but I think it can be generalized).
44545              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
44546              
44547              opmini.o can linger from Configures past.
44548              
44549              Document that the evaled syntax errors cause scalar leaks.
44550              
44551              Fix for
44552              Subject: [ID 20000728.005] perl -P broken
44553              (hopefully).  The fix is also not complete, it seems to break
44554              BOM swallowing for libc5 systems, but until someone figures
44555              out a way to do this without ftell(), this will do.
44556              
44557              AUTHORS updates.
44558              
44559              Subject: Re: rsync'ed patches vs. rsync'ed source
44560              
44561              Admit that the test leaks scalars.
44562              
44563              Sanitize the environment further.
44564              
44565              VOS updates from Paul Green.
44566              
44567              Document %ENV = () portability issues.
44568              
44569              Make the stdio test program of 7427 less noisy while being 
44570              compiled so that Digital UNIX wouldn't get both
44571              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
44572              undefined.  This makes perlio happy.
44573              
44574              glibc5 detection by __GNU_LIBRARY__.
44575              
44576              %ENV note tweaks from Dan Sugalski.
44577              
44578              Varargs don't always work too well if one puts an unsigned
44579              char on the stack and pop an unsigned quad off the stack.
44580              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
44581              
44582              Subject: Pod updates
44583              
44584              Fake support of holey files in win/dosish platforms.
44585              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
44586              
44587              A doc addition for bug id 20001105.019, beware \p.
44588              
44589              Tweak #7587.
44590              
44591              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
44592              
44593              perlhack updates from H.Merijn Brand.
44594              
44595              Subject: [PATCH perl@7573] cygwin port
44596              Synchronize with Cygwin 1.1.5.
44597              
44598              Bad thinko in #7581 (I used the test program with the expanded
44599              values as-is).
44600              
44601              Make perlbug not insist on dumping to a file when stdout isn't a tty.
44602              Subject: [PATCH] perlbug.PL
44603              
44604              Overrideable keys, each, pop, push, shift, splice, unshift.
44605              Subject: [PATCH] prototyped functions that should be overrideable
44606              
44607              Try to avoid flockless and emulationless places.
44608      Branch: maint-5.6/perl
44609           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
44610            - MAINTAIN
44611           !> (integrate 111 files)
44612 ____________________________________________________________________________
44613 [  8172] By: jhi                                   on 2000/12/18  02:49:27
44614         Log: Regen pods.
44615      Branch: perl
44616            ! pod/perlmodlib.pod pod/perltoc.pod
44617 ____________________________________________________________________________
44618 [  8171] By: gsar                                  on 2000/12/18  02:49:24
44619         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
44620              7465..7471 from mainline
44621              
44622              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
44623              in platforms that strictly require all the symbols being present
44624              at link time.
44625              
44626              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
44627              
44628              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
44629              
44630              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
44631              
44632              Subject: [PATCH] todo
44633              
44634              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
44635              
44636              Use $sort, $uniq (and $tr) consistently as wondered
44637              by Nicholas Clark.
44638              
44639              Too enthusiastic editing in #7460.
44640              
44641              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
44642              
44643              Upgrade to CPAN 1.58_55.
44644              Subject: CPAN.pm status
44645              
44646              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
44647              
44648              Make target reordering to avoid pointless re-makes.
44649              Subject: Re: Total re-make of 'make okfile' after 7451 ?
44650              
44651              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
44652              
44653              Subject: DOC PATCH 5.6.0
44654              
44655              Add the repository doc by Malcolm, Sarathy, and by Simon,
44656              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
44657      Branch: maint-5.6/perl
44658           +> Porting/repository.pod
44659           !> Configure MANIFEST Makefile.SH README.dos README.os2
44660           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
44661           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
44662           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
44663 ____________________________________________________________________________
44664 [  8169] By: gsar                                  on 2000/12/18  02:33:34
44665         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
44666              7435..7441,7445 from mainline
44667              
44668              Make the UTF-8 decoding stricter and more verbose when
44669              malformation happens.  This involved adding an argument
44670              to utf8_to_uv_chk(), which involved changing its prototype,
44671              and prefer STRLEN over I32 for the UTF-8 length, which as
44672              a domino effect necessitated changing the prototypes of
44673              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
44674              The stricter UTF-8 decoding checking uses Markus Kuhn's
44675              UTF-8 Decode Stress Tester from
44676              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
44677              
44678              Run vms/vms_yfix.pl, should have done that after changing
44679              perly.c in #7382.
44680              
44681              Subject: [PATCH 5.7.0] static linking with uninstalled perl
44682              
44683              (Replaced by #7440.)
44684              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44685              
44686              Fix the bug ID 20001024.005, the bug introduced by #7416.
44687              
44688              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
44689              
44690              Fix the bug reported in
44691              From: andreas.koenig@anima.de (Andreas J. Koenig)
44692              Also make is_utf8_char() stricter.
44693              
44694              Missed the header file changes from #7425.
44695              
44696              Check if stdio supports tweaking lval and cnt simultaneously.
44697              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
44698              
44699              Stratus VOS updates from Paul Green.
44700              
44701              Podify README.epoc and README.vos.
44702              
44703              Add targets to Makefile.SH, most importantly
44704              'regen_all' which also remembers to update vms/perly*.
44705              
44706              Subject: Minor update to find2perl, for portability
44707              
44708              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
44709              
44710              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
44711              
44712              Rename UTF8LEN() to be UNISKIP(), too confusing to have
44713              UTF8LEN() and UTF8SKIP(). 
44714              
44715              Allow poking holes at the UTF-8 decoding strictness.
44716              
44717              Continue the internal UTF-8 API tweaking.
44718              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
44719              used much more than the simpler API, now called utf8_to_uv_simple().
44720              Still not quite happy with API, too much partial duplication
44721              of functionality.
44722              
44723              A new version of making the syslog test more robust.
44724              (Replaces #7421.)
44725              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
44726              
44727              buildtoc target tweaks.
44728              
44729              Integrate with vmsperl #7430 by Charles Bailey:
44730              
44731              Cleanup from prior patch (Charles Lane?):
44732              - improve handling of MFDs in Basename and Path
44733              - default to no xsubpp line # munging when building debug images
44734      Branch: maint-5.6/perl
44735           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44736           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
44737           !> (integrate 67 files)
44738 ____________________________________________________________________________
44739 [  8168] By: gsar                                  on 2000/12/18  02:05:49
44740         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
44741              
44742              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
44743              From: Martin Husemann <martin@duskware.de>
44744              
44745              Subject: [PATCH 5.7.0] restore match data on backtracing
44746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44747      Branch: maint-5.6/perl
44748           !> regcomp.c regexec.c t/op/re_tests
44749 ____________________________________________________________________________
44750 [  8167] By: gsar                                  on 2000/12/18  01:55:22
44751         Log: integrate changes#7858,7986 from mainline
44752              
44753              C<foreach my $x ...> in pseudo-fork()ed process may diddle
44754              parent's memory; fix it by keeping track of the actual pad
44755              offset rather than a raw pointer (this change is probably also
44756              relevant to non-ithreads case to avoid fallout from reallocs of
44757              the pad array, but is currently only enabled for the ithreads
44758              case in the interests of minimal disruption to existing "well
44759              tested" code)
44760              
44761              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
44762              due to the notorious GetFileType() bug in Windows 9x, which fstat()
44763              tickles)
44764      Branch: maint-5.6/perl
44765           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
44766           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
44767           !> win32/win32.c win32/win32.h win32/win32sck.c
44768 ____________________________________________________________________________
44769 [  8166] By: gsar                                  on 2000/12/18  01:52:59
44770         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
44771              from mainline (xsubpp and ExtUtils::LibList fixups, various
44772              other small items)
44773              
44774              The generated boot_* headers are wrong.  Pickier compiler,
44775              such as KAI C++ will refuse to compile the resulting perlmain.
44776              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
44777              
44778              Various doc oddball characters.
44779              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
44780              
44781              Subject: [PATCH] Re: 20001101.003 PDL
44782              
44783              Subject: [PATCH 5.7.0] etags broken again
44784              
44785              Subject: [PATCH 5.7.0] Liblist finally works
44786              
44787              Subject: [PATCH 5.7.0] Liblist returns found libraries
44788              
44789              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
44790              
44791              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
44792              
44793              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44794              OUT keyword nits.
44795              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
44796              OUT and IN_OUT documentation.
44797      Branch: maint-5.6/perl
44798           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
44799           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
44800           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
44801           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
44802           !> win32/bin/search.pl
44803 ____________________________________________________________________________
44804 [  8165] By: gsar                                  on 2000/12/18  01:28:45
44805         Log: integrate changes#7533,7563,7611,7623 from mainline (various
44806              malloc.c embellishments)
44807      Branch: maint-5.6/perl
44808           !> malloc.c pod/perldiag.pod
44809 ____________________________________________________________________________
44810 [  8164] By: gsar                                  on 2000/12/18  01:23:33
44811         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
44812              fixups)
44813      Branch: maint-5.6/perl
44814           !> utils/h2xs.PL
44815 ____________________________________________________________________________
44816 [  8163] By: gsar                                  on 2000/12/18  01:17:50
44817         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
44818              fixups)
44819      Branch: maint-5.6/perl
44820           !> Makefile.SH utils/perlbug.PL
44821 ____________________________________________________________________________
44822 [  8162] By: gsar                                  on 2000/12/18  00:25:43
44823         Log: always export Perl_deb() (it is required by re.xs whether
44824              Perl is built with or without -DDEBUGGING)
44825      Branch: maint-5.6/perl
44826            ! makedef.pl
44827 ____________________________________________________________________________
44828 [  8161] By: gsar                                  on 2000/12/18  00:23:38
44829         Log: integrate change#7414 from mainline
44830              
44831              Undo the basename() part of #7412 since the lib/basename
44832              tests would need upgrading too.
44833              
44834              squelch two tests in tr.t that rely on tr/// paranoia change
44835              that's not in 5.6.x
44836      Branch: maint-5.6/perl
44837            ! t/op/tr.t
44838           !> lib/File/Basename.pm
44839 ____________________________________________________________________________
44840 [  8160] By: gsar                                  on 2000/12/18  00:05:30
44841         Log: missing change in previous integrate
44842      Branch: maint-5.6/perl
44843           !> README.aix
44844 ____________________________________________________________________________
44845 [  8159] By: gsar                                  on 2000/12/18  00:03:38
44846         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
44847              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
44848              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
44849              7410..7413 from mainline
44850              
44851              Introduce the man[24-8] variables, from Andy Dougherty.
44852              
44853              Upgrade to CPAN 1.58, from Andreas König.
44854              
44855              An updated EBCDIC tr patch.
44856              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
44857              
44858              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
44859              
44860              Two thirds of
44861              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44862              The Install.pm changes will be submitted separately because
44863              they need some work and discussion still.
44864              
44865              The Install.pm third of
44866              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
44867              
44868              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
44869              
44870              Subject: [PATCH 5.7.0] IVs in mtats
44871              
44872              Subject: [PATCH 5.7.0] Perl API for mstats
44873              
44874              Ilya implemented the memory profiling API.
44875              
44876              In Amdahl UTS "struct sv" is defined by a system header,
44877              <ksync.h>.
44878              
44879              Slight tweak of the code to appease Amdahl UTS cc.
44880              
44881              Amdahl UTS doesn't seem to do dynaloading.
44882              
44883              Use UTF8SKIP(), from Simon Cozens.
44884              
44885              Thinko in #7222.
44886              
44887              op/sprintf.t patch for OS/390 (and any other host with limited
44888              floating-point exponent length)
44889              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
44890              
44891              Tweak #7225.
44892              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
44893              
44894              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
44895              
44896              Needs to be conditional on SunOS 4.
44897              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
44898              
44899              Test cases for bug id 20000323.056 (the bug seems to be fixed).
44900              
44901              Add test for bug id 20000427.003 (which seems to have
44902              been fixed) (also duplicate as 20000427.004, though
44903              with a higher severity).  Move one utf8 from op/append
44904              to pragma/utf8, tag the tests with bug ids.
44905              
44906              Document FNCASE=y as discussed in the bug 20000902.009.
44907              
44908              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
44909              The problem was that rx->minlen was in chars while pp_split()
44910              thought it would be in bytes. 
44911              
44912              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
44913              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
44914              
44915              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
44916              
44917              Fix a couple of compiler-noted nits in #7235.
44918              
44919              Tweak the test of #7235.
44920              
44921              One more ~utf8 tweak.
44922              
44923              -w cleanup.
44924              Subject: Re: Problems with bleadperl 
44925              
44926              Subject: small pod patch
44927              
44928              Subject: [PATCH perlguts.pod] Document offset hack
44929              
44930              Add Charles Lane.
44931              
44932              Add the capability to include/exclude branches.
44933              
44934              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
44935              
44936              Detect early whether the std streams have gone bad.
44937              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44938              
44939              More IoTYPE sprinkling.
44940              
44941              Workaround for a sfio bug where the stream error indicator
44942              is not cleared as documented.
44943              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
44944              
44945              Clarify documentation on 'use bytes'.
44946              Subject: Re: What does 'use bytes' "mean" ?
44947              
44948              Show the failed remote port, instead of the failing line number.
44949              Subject: [PATCH 5.6.1 Debugger] More diagnostics
44950              
44951              Make Cwd more bulletproof in chrooted environments.
44952              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
44953              
44954              Subject: Pod patch for Devel::Peek
44955              
44956              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
44957              
44958              Borland C fstat() never saw the fd as writable.
44959              Subject: fix for Borland's weak "stat" (perl@7211)
44960              
44961              Missing change from #7362.
44962              
44963              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
44964              
44965              Add the test case for the bug id 20000730.004 which seems
44966              to have been fixed by now.
44967              
44968              Fix of sorts for bug id 20000901.092.  There seems to be no trace
44969              of a 'pmshort' anywhere in the B, so the offending line was simply
44970              removed.
44971              
44972              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
44973              
44974              Subject: PATCH do_print has 2 PerlIO_error()s
44975              
44976              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
44977              
44978              Typo noted by Mark Lutz.
44979              
44980              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
44981              
44982              In the latest compiler builds cccdlflags must not become -fpic,
44983              from Wilfredo Sánchez.
44984              
44985              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
44986              
44987              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
44988              
44989              SOCKS function redefinitions need prototypes, too, otherwise
44990              for example 32 bit versus 64 bit differences cause a lot of
44991              problems.  Part of
44992              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
44993              
44994              Portability tweak on #7377.
44995              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
44996              
44997              Don't write double values through long double pointers,
44998              based on a part of
44999              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
45000              
45001              Reëntrancy fix.
45002              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45003              
45004              Make scan_num() reëntrant, as suggested in
45005              Subject: [PATCH perl@7229] Rentrant parser and yylex()
45006              
45007              Fix for ID 20001020.006, concatenating an unset submatch
45008              with utf8 resulted in "Modification of a read-only value".
45009              
45010              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
45011              
45012              The #7383 was right only in the context of the original bug report,
45013              not in more general case.
45014              
45015              Update Changes.
45016              
45017              Testcases for a #7383,#7385 related bug.
45018              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
45019              
45020              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
45021              
45022              Tweak the Is* definitions of Unicode character classes
45023              to better match the official categorizations; embrace
45024              the official categorizations; add the combining marks
45025              as alpha (and -numeric); fix DCinital (a typo and edito)
45026              to be DCmedial.
45027              
45028              Hints tweak from Anton Berezin.
45029              
45030              Subject: installman go-faster stripes
45031              Subject: Re: installman go-faster stripes
45032              
45033              Subject: [ID 20001021.003] updated hints/openbsd.sh
45034              
45035              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
45036              
45037              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
45038              
45039              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
45040              
45041              Doc patch.
45042              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
45043              
45044              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
45045              
45046              Subject: Re: [ID 20001021.005] SEGV with regex match 
45047              
45048              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
45049              
45050              The change #7187 was not so good on VMS.
45051              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
45052              
45053              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
45054              
45055              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
45056              
45057              Document PERL_INSTALL_ROOT of #7210.
45058      Branch: maint-5.6/perl
45059           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
45060           +> t/lib/tie-splice.t
45061            - lib/unicode/Is/DCinital.pl
45062           !> (integrate 112 files)
45063 ____________________________________________________________________________
45064 [  8158] By: jhi                                   on 2000/12/17  23:04:24
45065         Log: Subject: [PATCHES] RE: perl@8150 
45066              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
45067              Date: Sun, 17 Dec 2000 21:46:39 +0100
45068              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
45069              
45070              Neither cygwin has a getpwuid() one can trust on.
45071      Branch: perl
45072            ! t/lib/glob-basic.t
45073 ____________________________________________________________________________
45074 [  8157] By: jhi                                   on 2000/12/17  23:01:54
45075         Log: More MAN.PODS => {} fixes.
45076      Branch: perl
45077            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
45078            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
45079            ! os2/OS2/REXX/Makefile.PL
45080 ____________________________________________________________________________
45081 [  8156] By: gsar                                  on 2000/12/17  22:49:13
45082         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
45083              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
45084              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
45085              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
45086              7201,7204 from mainline
45087              
45088              Remove vestiges of tr//CU.
45089              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45090              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45091              
45092              The return value of setlocale must be copied away.
45093              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45094              
45095              Allow chop() and chomp() to be overridden.
45096              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45097              
45098              Hints optimization.
45099              Subject: Minor nit
45100              
45101              Subject: [PATCH] de-wall t/README
45102              
45103              Subject: Re: Two advertising clauses need to be removed
45104              
45105              Batch of UTF-8 patches from Simon Cozens.
45106              
45107              Fix for a parsing bug, not for the original bug.
45108              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
45109              
45110              Compilation warnings and an error.
45111              
45112              Subject: File::Find 5.7.0 POD nits
45113              
45114              Subject: [PATCH perl-5.7.0] continued -Wformat support
45115              
45116              The one that got away.
45117              
45118              Subject: Re: perl@7078
45119              
45120              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
45121              convertable to bytes by checking it doesn't go above 0xc3
45122              Subject: Re: perl@7078
45123              
45124              Replace #7084 with
45125              Subject: Re: perl@7078 
45126              
45127              We don't need to count the high bit bytes, a boolean is enough. 
45128              
45129              Subject: [PATCH] utf8.c apidoc
45130              
45131              Subject: Re: perl@7078 
45132              
45133              Botched the #7090 check-in.
45134              
45135              Fix for the charnames.t failures from Spider Boardman.
45136              
45137              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
45138              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
45139              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
45140              0 to checking to get the warning.
45141              
45142              Subject: [PATCH] Nits in perlmod.pod
45143              
45144              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
45145              
45146              Subject: Re: unicode support and perl [ID 20000901.097]
45147              
45148              Subject: Re: unicode support and perl [ID 20000901.097]
45149              
45150              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
45151              
45152              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
45153              
45154              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
45155              
45156              Subject: [PATCH@blead] Fix some recursion in overload.pm
45157              
45158              s/Robin Parker/Robin Barker/
45159              
45160              Subject: [PATCH] Fix aliasing of tied filehandles
45161              
45162              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
45163              
45164              Subject: Re: [PATCH 5.005_64 missed]
45165              
45166              SOCK_DGRAM and listen() do not mix as reported in
45167              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
45168              The patch for 5.7.0+ had to be reengineered, though.
45169              
45170              Subject: DOC PATCH 5.6.0
45171              
45172              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
45173              
45174              Document the issue (is not a syntax error, kind of)
45175              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
45176              
45177              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
45178              Did not apply cleanly, manual intervention was needed.
45179              
45180              Subject: [PATCH] DLL not restartabke with threaded perl
45181              
45182              Inside require() $^S was always left undefined.
45183              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
45184              
45185              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
45186              
45187              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
45188              
45189              Regen headers.
45190              
45191              Subject: [PATCH 5.7.0] Epoc update
45192              
45193              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
45194              as suggested by Olaf Flebbe and Nick Clark.
45195              
45196              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
45197              
45198              Misplaced else.
45199              
45200              Scale down the VMS message boxes, by Charles Lane.
45201              Fix for ID 20000903.009, workaround at
45202              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
45203              
45204              Subject: [ID 20001003.006] B::Debug not -w clean
45205              
45206              Test harness update to sync with the new perlcc,
45207              from Simon Cozens.
45208              
45209              One remaining nit less at the VMS mailbox sizing.
45210              
45211              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45212              
45213              It is possible to have no hosts database at all.  Pointed out in
45214              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
45215              
45216              Subject: [PATCH 5.7.0] h2xs not working
45217              Subject: [PATCH 5.7.0] h2xs not documenting the created module
45218              
45219              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
45220              
45221              Subject: perlhack.pod Patch for Externals Tools
45222              
45223              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
45224              
45225              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
45226              
45227              Enable disabling scripts installation by Configure -Uinstallscripts,
45228              suggested by H. Merijn Brand.
45229              
45230              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
45231              reported several times by Dominic Dunlop, for example in
45232              ID 20000315.008.  Patch from Dominic.  Patch affects at
45233              least MachTen, and possibly other oldish BSDs. Should not
45234              break non-broken platforms (tested on LinuxPPC). 
45235              
45236              Regen toc.
45237              
45238              Subject: Re: Questions about Tie::Array and perl modules
45239              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
45240              
45241              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
45242              
45243              Tweak #7153.
45244              
45245              IO::Handle->syswrite() did not handle length omission
45246              like CORE::syswrite() does.
45247              Subject: [Fwd] IO::Handle, syswrite and arguments
45248              The original patch from andrew@ugh.net.au.
45249              
45250              Also the $ccflags is needed for the C compiler check.
45251              Subject: Configure (check for C-compiler)
45252              
45253              Eliminate $Is_VMS code from the test.
45254              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
45255              
45256              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
45257              as the first option of cc/ld because of ultrapicky compilers
45258              (e.g. OS/390 R2.5)
45259              
45260              Change the version number of Tie::Handle in the core to 4.0,
45261              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
45262              Subject: Note on Tie::Handle
45263              
45264              UTF8ize split() so that the cloned substrings get the UTF8
45265              flag of the original scalar.  Problem reported by Simon Cozens.
45266              
45267              save_re_context() could reset PL_curcop to freed memory, causing core
45268              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
45269              
45270              Subject: PATCH 5.6 perldebguts grammar cleanup
45271              
45272              Add a todo note about overloadable assertions.
45273              
45274              on Windows, LoadLibrary() could load an extension DLL multiple
45275              times if forward slashes are used in the path
45276              
45277              on Windows, cwd strings in the environment should be of the
45278              form =X:=X:\foo instead of =X=X:\foo\
45279              
45280              on Windows, avoid potential exception (could happen if MSVCRT isn't
45281              being used) when closing a socket handle
45282              
45283              avoid nonportable example code
45284              
45285              Windows9x doesn't support link(), despite what Config.pm
45286              might think
45287              
45288              pod nit
45289              
45290              Change #7160 had a nasty typo.
45291              
45292              Warn about unknown scripts.
45293              Subject: Re: ideas? patches? [PATCH bleadperl]
45294              
45295              on Windows, clean targets might not work under some flavors of the shell
45296              
45297              tweak for change#7173
45298              
45299              Make eq work again with utf8 (disabling the upgrading
45300              should no more be necessary since the copies of the
45301              scalars are upgraded, not the scalars themselves).
45302              Takes care of ID 20001009.001.  (The claimed length()
45303              bug in 20001009.001 seems bogus to me.)
45304              
45305              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
45306              
45307              Upgrade to CGI.pm 2.74, from Lincoln Stein.
45308              
45309              Upgrade to podlators 1.04, from Russ Allbery.
45310              
45311              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
45312              
45313              Quote the temp file name, needed in Win32 because the
45314              default name unfortunately contains spaces, shouldn't
45315              hurt elsewhere.
45316              Subject: FW: perldoc fails if $TEMP contains spaces
45317              
45318              Subject: RE: [ID 19990803.001] README.win32 suggestions 
45319              
45320              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
45321              
45322              Subject: Re: utf8 concat, mg_get
45323              
45324              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
45325              
45326              Subject: [PATCH: perl@7181] op/tr tests on OS/390
45327              
45328              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
45329              
45330              Use the versiononly instead of the installscripts,
45331              retract the changes 7146 and 7147.
45332              
45333              Reapply Andy's patch and regen Configure.
45334              
45335              Add the test case for #7190, from the original bug report
45336              by Andreas König.
45337              
45338              Remove duplicated code.
45339              
45340              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
45341              
45342              restore change#7202
45343      Branch: maint-5.6/perl
45344           !> (integrate 121 files)
45345 ____________________________________________________________________________
45346 [  8155] By: jhi                                   on 2000/12/17  22:30:58
45347         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
45348              From: "Craig A. Berry" <craigberry@mac.com>
45349              Date: Sun, 17 Dec 2000 13:09:28 -0600
45350              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
45351              
45352              MAN.PODS => ' ' is naughty.
45353      Branch: perl
45354            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
45355 ____________________________________________________________________________
45356 [  8154] By: nick                                  on 2000/12/17  22:07:13
45357         Log: MULTIPLICITY nit.
45358      Branch: perl
45359            ! mg.c
45360 ____________________________________________________________________________
45361 [  8153] By: gsar                                  on 2000/12/17  21:23:05
45362         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
45363              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
45364              from mainline
45365              
45366              Document the SvIOK_.*UV().
45367              
45368              Update Unicode todo list.
45369              
45370              Guard against bad string->int conversion for quads.
45371              
45372              Subject: small apidoc fix
45373              
45374              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
45375              
45376              Subject: [PATCH] Tied filehandle documentation
45377              
45378              Subject: [PATCH] Modernize Opcode.pm documentation
45379              
45380              Make Data::Dumper (non-XS) to work with changed semantics of ref().
45381              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
45382              [applied even though said semantics didn't change in 5.6.x]
45383              
45384              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
45385              
45386              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
45387              
45388              Fix the URL, but the server is still missing in action.
45389              Subject: [ID 20000905.002] perlfaq1.pod URL error
45390              
45391              Subject: [ID 20000903.001] \w in utf8-strings
45392              
45393              Fix the ccversion detection for 5.1 and beyond.
45394              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45395              
45396              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
45397              
45398              Subject: [ID 20000904.008] Tiny fix for perldiag
45399              
45400              Subject: Re: [ID 20000906.004] segfault with bad perl statement
45401              
45402              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
45403              
45404              Subject: [ID 20000908.002] perlipc documentation bug.
45405              
45406              Subject: [PATCH lib/Benchmark.pm]
45407              
45408              Re-allow vec() for characters > 255.
45409              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
45410              
45411              Do away with memory models cruft.  Sorry, PDP users.
45412              
45413              Continue #7041.
45414              
45415              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
45416              
45417              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
45418              
45419              Upgrade to CPAN 1.57_65, from Andreas König.
45420              
45421              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
45422              by Russ Allbery.
45423              
45424              Silence t/pod/*.t about alternate quote-mappings now implemented
45425              by Pod::Text, from Brad Appleton.
45426              
45427              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
45428              Subject: borland C++ win32.c tweak
45429              
45430              C<@a = @b = split(...)> optimization coredumps under ithreads
45431              (missed a spot when fixing up op_pmreplroot hack for ithreads)
45432              
45433              Document the SvUTF8*().
45434              
45435              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
45436              
45437              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
45438              
45439              Do in VMS as the #7054 does.
45440              
45441              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
45442              
45443              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
45444              
45445              Subject: [patch: perl@7045] vms updates
45446              
45447              Test for the #7049.
45448              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
45449              
45450              Break up the myconfig lines a bit.
45451              Subject: perlbug/perl -V output format
45452              
45453              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
45454              
45455              The #7054 truncated Configure badly.
45456              
45457              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
45458              initialization in all the threads on Windows
45459              
45460              Allow for whitespace between "#" and "line" in cpp output.
45461              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
45462              
45463              Remove vestiges of tr//CU.
45464              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
45465              
45466              The return value of setlocale must be copied away.
45467              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
45468              
45469              Allow chop() and chomp() to be overridden.
45470              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
45471              
45472              Hints optimization.
45473              Subject: Minor nit
45474              
45475              Subject: [PATCH] de-wall t/README
45476              
45477              Subject: Re: Two advertising clauses need to be removed
45478      Branch: maint-5.6/perl
45479           !> (integrate 75 files)
45480 ____________________________________________________________________________
45481 [  8152] By: gsar                                  on 2000/12/17  20:30:11
45482         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
45483              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
45484              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
45485              
45486              Don't attach -ld to the archname if pointless.
45487              
45488              Document UNTIE in a very minimalistic way.
45489              
45490              POSIX doesn't report long double values under -Duselongdouble
45491              when the long doubles are "real" (bigger than doubles).
45492              
45493              More author updates.
45494              
45495              Try to deduce NV_MAX.  Really should be Configure fodder.
45496              
45497              :: not allowed in pathnames, change to .
45498              Subject: [PATCH perl@6938] cygwin port
45499              
45500              Forget about NV_MAX (#6951).  Various floating point tweaks,
45501              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
45502              
45503              Move the Solaris 7 scan to use64bitall, make the
45504              failure to find 64-bot sparc libc to mention the
45505              possibility of being in an intel, from Lupe and Alan.
45506              
45507              Regen perltoc.
45508              
45509              AUTHORS tweaks, from Peter Prymmer.
45510              
45511              More address tweaking.
45512              
45513              Small tweaks all over.
45514              
45515              File::Temp patches from Andreas König,
45516              
45517              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
45518              
45519              Subject: CPAN.pm beta 1.57_57 for the core
45520              
45521              Part of the solution.
45522              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
45523              
45524              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
45525              
45526              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45527              
45528              Add the overload warnings to perldiag.
45529              
45530              Drop unused argument.
45531              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
45532              
45533              Subject: Nit in Configure (bleadperl@6961)
45534              
45535              Update to PodParser 1.18, from Brad Appleton.
45536              
45537              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
45538              
45539              Subject: [PATCH: 6948] add SCNfldbl to configure.com
45540              
45541              Document UNTIE. Also tweak implementation to suppress the 'inner references'
45542              warning when UNTIE exists and instead pass the cound of extra references to
45543              the UNTIE method.
45544              
45545              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
45546              so that case-ignoring systems like DCL can tell them from
45547              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
45548              
45549              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
45550              
45551              Feature ordering tweak.
45552              
45553              Regen perltoc.
45554              
45555              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
45556              
45557              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
45558              
45559              Subject: http:// in L<>
45560              
45561              Detypo.
45562              
45563              change#6791 accidentally clobbered change#6710, put it back
45564              
45565              Only the first line, thank you very much.
45566              
45567              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
45568              plus rework the http: spots as suggested by Tom Christiansen,
45569              plus regen perltoc.
45570              
45571              Undo part of change 6489 which looks like a bulk edit which
45572              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
45573              The supressing of main:: on return from select() is undesirable.
45574              
45575              Apparently avoiding the swapping is too costly.
45576              
45577              Various Configure nits by Philip Newton,
45578              plus the ebcdic one by me.
45579              
45580              Make certain cc is set before trying to run it.
45581              
45582              If overloaded %{} etc. return the object do not loop.
45583              Thus  sub deref { $_[0] } functions if object is wanted type.
45584              
45585              Update perlhist.
45586              
45587              More %{} and other deref special casing - do not pass to 'nomethod'.
45588      Branch: maint-5.6/perl
45589           !> (integrate 59 files)
45590 ____________________________________________________________________________
45591 [  8151] By: gsar                                  on 2000/12/17  19:14:38
45592         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
45593              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
45594              
45595              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
45596              
45597              Make the epsilon to be relative, not absolute.
45598              
45599              Put back the flags dump as reasoned in
45600              Subject: Re: [PATCH] Glob dumping
45601              
45602              Introduce ccname to keep track of what compiler kind of we have.
45603              
45604              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
45605              
45606              Put back the slice accidentally removed by #6907.
45607              
45608              Reset archname and archname64 always, forcing them be
45609              recomputed at each Configure run, make Configure and
45610              the hints files agree on the naming of largefiles variables.
45611              
45612              Don't say "Perl 5.0 source kit".
45613              
45614              Subject: [PATCH] fix misc cast warnings
45615              
45616              Subject: typos in pods
45617              
45618              NVs not necessarily doubles, as pointed out by Yitzchak.
45619              
45620              Subject: [PATCH 6889] add a few ldbl formats to configure.com
45621              
45622              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
45623              
45624              Better options for rsync.
45625              
45626              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
45627              
45628              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
45629              
45630              Subject: [PATCH] Re: UNTIE method 
45631              
45632              A better fix for the Socket building problem from Craig Berry.
45633              
45634              Retract the dummy test, skip the security tests (instead of failing),
45635              explain what the warnings mean.
45636              
45637              Heap decorruption.
45638              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
45639              
45640              Update to Unicode 3.0.1.
45641              
45642              Missed one Unicode file.
45643              
45644              Subject: Re: typos in pods
45645              
45646              The #6929 was too skimpy.
45647              
45648              sscanf() may be the only way to read long doubles from strings.
45649              
45650              Reveal Borland's isnan.
45651              Subject: build with BC++ tweak
45652              
45653              Issue useful diagnostic on unknown pod commands.
45654              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
45655              
45656              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
45657              
45658              Clarify the third case of ftmp-security warnings.
45659              
45660              Make -Dusemorebits find long doubles in Solaris.
45661              
45662              Wrap the test in eval.
45663      Branch: maint-5.6/perl
45664           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
45665           +> lib/unicode/PropList.txt lib/unicode/README.perl
45666           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
45667           +> lib/unicode/Unicode.301 vms/vmspipe.com
45668            - lib/unicode/Props.txt lib/unicode/UCD300.html
45669            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
45670           !> (integrate 305 files)
45671 ____________________________________________________________________________
45672 [  8150] By: jhi                                   on 2000/12/17  18:47:57
45673         Log: Uncheckedin generated files.
45674      Branch: perl
45675            ! global.sym perlapi.c pod/perlapi.pod
45676 ____________________________________________________________________________
45677 [  8149] By: jhi                                   on 2000/12/17  18:41:22
45678         Log: Update Changes.
45679      Branch: perl
45680            ! Changes patchlevel.h
45681 ____________________________________________________________________________
45682 [  8148] By: jhi                                   on 2000/12/17  18:39:16
45683         Log: Subject: [PATCH] Fcntl constants speedup
45684              From: Nicholas Clark <nick@ccl4.org>
45685              Date: Sun, 17 Dec 2000 16:29:24 +0000
45686              Message-ID: <20001217162924.E97668@plum.flirble.org>
45687              
45688              Use IVs for the Fcntl constants instead of NVs.
45689      Branch: perl
45690            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
45691 ____________________________________________________________________________
45692 [  8147] By: jhi                                   on 2000/12/17  18:33:41
45693         Log: Add test for #8145 (binmode() warning), add warning for
45694              ioctl() and sockpair(), document them. (fileno() cannot
45695              be tripwired with the same kind of warning because
45696              'defined fileno($foo)' seems to be an idiom.)
45697      Branch: perl
45698            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
45699 ____________________________________________________________________________
45700 [  8146] By: gsar                                  on 2000/12/17  18:09:08
45701         Log: update Changes
45702      Branch: maint-5.6/perl
45703            ! Changes
45704 ____________________________________________________________________________
45705 [  8145] By: jhi                                   on 2000/12/17  17:39:35
45706         Log: Subject: [PATCH] Re: The long awaited feature ...
45707              From: Simon Cozens <simon@cozens.net>
45708              Date: Sun, 17 Dec 2000 12:31:56 +0000
45709              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
45710              
45711              Add a warning to binmode() about using bad filehandles
45712              (can happen e.g. if someone forgets the filehandle argument)
45713      Branch: perl
45714            ! pp_sys.c
45715 ____________________________________________________________________________
45716 [  8144] By: jhi                                   on 2000/12/17  17:33:48
45717         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
45718              From: Jonathan Stowe <gellyfish@gellyfish.com>
45719              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
45720              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
45721      Branch: perl
45722            ! lib/Net/Ping.pm
45723 ____________________________________________________________________________
45724 [  8143] By: jhi                                   on 2000/12/17  05:31:37
45725         Log: Polymorphic regexps.
45726              
45727              Fixes at least the bugs 20001028.003 (both of them...) and
45728              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
45729              also to be fixed by now, probably already before this patch.
45730      Branch: perl
45731            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
45732            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
45733            ! t/op/utf8decode.t t/pragma/utf8.t
45734 ____________________________________________________________________________
45735 [  8142] By: jhi                                   on 2000/12/16  17:16:05
45736         Log: Subject: [patch perl@8102] dos/djgpp update
45737              From: Laszlo Molnar <ml1050@freemail.hu>
45738              Date: Sat, 16 Dec 2000 01:40:52 +0100
45739              Message-ID: <20001216014052.A335@freemail.hu>
45740      Branch: perl
45741            ! djgpp/config.over t/base/commonsense.t
45742 ____________________________________________________________________________
45743 [  8141] By: jhi                                   on 2000/12/16  17:09:27
45744         Log: Few uncheckedin files.
45745      Branch: perl
45746            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
45747 ____________________________________________________________________________
45748 [  8140] By: nick                                  on 2000/12/15  22:14:31
45749         Log: Integrate mainline
45750      Branch: perlio
45751           !> (integrate 53 files)
45752 ____________________________________________________________________________
45753 [  8139] By: jhi                                   on 2000/12/15  19:49:49
45754         Log: One more IVUV tweak from Nicholas Clark.
45755      Branch: perl
45756            ! sv.c
45757 ____________________________________________________________________________
45758 [  8138] By: jhi                                   on 2000/12/15  19:17:06
45759         Log: Return of the IVUV-preservation, now seems to be happy even
45760              in Digital UNIX (the broken strtoul brokenness detection
45761              seems to have been the fly in the ointment).
45762      Branch: perl
45763            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45764            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
45765            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
45766            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
45767            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45768            ! vos/config.ga.h win32/config.bc win32/config.gc
45769            ! win32/config.vc
45770 ____________________________________________________________________________
45771 [  8137] By: jhi                                   on 2000/12/15  18:12:14
45772         Log: Metaconfig unit change for #8136.
45773      Branch: metaconfig
45774            ! U/modified/d_strtoul.U
45775      Branch: metaconfig/U/perl
45776            ! d_strtoull.U d_strtouq.U
45777 ____________________________________________________________________________
45778 [  8136] By: jhi                                   on 2000/12/15  18:11:35
45779         Log: I don't think it's sensible or portable to test the strtou*
45780              on /^-/ strings.
45781      Branch: perl
45782            ! Configure
45783 ____________________________________________________________________________
45784 [  8135] By: jhi                                   on 2000/12/15  17:18:49
45785         Log: Metaconfig unit change for #8134.
45786      Branch: metaconfig
45787            ! U/modified/d_strtoul.U
45788 ____________________________________________________________________________
45789 [  8134] By: jhi                                   on 2000/12/15  17:14:13
45790         Log: If longsize is 8 we don't need a LL suffix for integer constants.
45791      Branch: perl
45792            ! Configure config_h.SH
45793 ____________________________________________________________________________
45794 [  8133] By: jhi                                   on 2000/12/15  16:00:23
45795         Log: Update Changes.
45796      Branch: perl
45797            ! Changes patchlevel.h
45798 ____________________________________________________________________________
45799 [  8132] By: jhi                                   on 2000/12/15  15:44:16
45800         Log: Some compilers get huffy if you do not cast a const pointer
45801              to a non-const when assigning.
45802      Branch: perl
45803            ! gv.c
45804 ____________________________________________________________________________
45805 [  8131] By: jhi                                   on 2000/12/15  15:38:30
45806         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
45807              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45808              Date: Fri, 15 Dec 2000 05:26:57 -0500
45809              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
45810      Branch: perl
45811            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
45812            ! t/pragma/overload.t
45813 ____________________________________________________________________________
45814 [  8130] By: jhi                                   on 2000/12/15  15:36:08
45815         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
45816              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45817              Date: Thu, 14 Dec 2000 22:02:43 -0500
45818              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
45819      Branch: perl
45820            ! gv.c perl.h
45821 ____________________________________________________________________________
45822 [  8129] By: jhi                                   on 2000/12/15  15:34:16
45823         Log: Subject: PATCH: h2xs nit
45824              From: Tim Jenness <t.jenness@jach.hawaii.edu>
45825              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
45826              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
45827              
45828              Add a template README.
45829      Branch: perl
45830            ! utils/h2xs.PL
45831 ____________________________________________________________________________
45832 [  8128] By: jhi                                   on 2000/12/15  15:32:22
45833         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
45834      Branch: perl
45835            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
45836 ____________________________________________________________________________
45837 [  8127] By: jhi                                   on 2000/12/15  15:19:34
45838         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
45839              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45840              Date:     Thu, 14 Dec 2000 20:04:42 EST
45841              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
45842      Branch: perl
45843            ! ext/Opcode/Opcode.xs
45844 ____________________________________________________________________________
45845 [  8126] By: jhi                                   on 2000/12/15  15:17:49
45846         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
45847              From: Peter Prymmer <pvhp@forte.com>
45848              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
45849              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
45850      Branch: perl
45851            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
45852            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
45853            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
45854 ____________________________________________________________________________
45855 [  8125] By: jhi                                   on 2000/12/15  15:11:05
45856         Log: This seems to be a stage sane and stable enough to checkin.
45857              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
45858      Branch: perl
45859            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
45860            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
45861            ! t/op/cmp.t t/op/numconvert.t
45862 ____________________________________________________________________________
45863 [  8124] By: jhi                                   on 2000/12/15  04:20:26
45864         Log: Something is really wonky.
45865      Branch: perl
45866            ! sv.c
45867 ____________________________________________________________________________
45868 [  8123] By: jhi                                   on 2000/12/15  04:00:50
45869         Log: Fixes for the IV UV patches to compile in Digital UNIX.
45870      Branch: perl
45871            ! sv.c
45872 ____________________________________________________________________________
45873 [  8122] By: jhi                                   on 2000/12/15  02:53:40
45874         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
45875              From: "Craig A. Berry" <craigberry@mac.com>
45876              Date: Thu, 14 Dec 2000 19:10:49 -0600
45877              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
45878      Branch: perl
45879            ! vms/vms.c
45880 ____________________________________________________________________________
45881 [  8121] By: jhi                                   on 2000/12/15  02:50:00
45882         Log: Metaconfig changes for #8120.
45883      Branch: metaconfig
45884            + U/modified/d_strtoul.U
45885      Branch: metaconfig/U/perl
45886            ! d_strtoull.U d_strtouq.U
45887 ____________________________________________________________________________
45888 [  8120] By: jhi                                   on 2000/12/15  02:49:42
45889         Log: From: Nicholas Clark <nick@ccl4.org> 
45890              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
45891              Date: Thu, 14 Dec 2000 18:38:57 +0000
45892              Message-ID: <20001214183857.B97909@plum.flirble.org>
45893      Branch: perl
45894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45895            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
45896            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
45897            ! vos/config.ga.def vos/config.ga.h win32/config.bc
45898            ! win32/config.gc win32/config.vc
45899 ____________________________________________________________________________
45900 [  8119] By: jhi                                   on 2000/12/14  23:40:58
45901         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
45902              From: Nicholas Clark <nick@ccl4.org>
45903              Date: Wed, 13 Dec 2000 20:08:50 +0000
45904              Message-ID: <20001213200849.B71166@plum.flirble.org>
45905      Branch: perl
45906            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
45907            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
45908 ____________________________________________________________________________
45909 [  8118] By: jhi                                   on 2000/12/14  22:46:26
45910         Log: Integrate perlio.
45911      Branch: perl
45912           !> MANIFEST ext/Encode/compile makedef.pl
45913 ____________________________________________________________________________
45914 [  8117] By: nick                                  on 2000/12/14  22:38:53
45915         Log: Win32 tweaks to get Encode to build
45916              - temp hack to makedef.pl till PerlIO is properly "exported".
45917              - MSVC dislikes  
45918              static encpage_t foo[];
45919              so make 'em extern for now.
45920      Branch: perlio
45921            ! ext/Encode/compile makedef.pl
45922 ____________________________________________________________________________
45923 [  8116] By: nick                                  on 2000/12/14  22:00:53
45924         Log: Document the new files
45925      Branch: perlio
45926            ! MANIFEST
45927 ____________________________________________________________________________
45928 [  8115] By: jhi                                   on 2000/12/14  21:58:01
45929         Log: MANIFEST new files of #8114.
45930      Branch: perl
45931            ! MANIFEST
45932 ____________________________________________________________________________
45933 [  8114] By: jhi                                   on 2000/12/14  21:50:49
45934         Log: Integrate perlio.
45935      Branch: perl
45936           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
45937           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
45938           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
45939           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
45940           !> ext/Encode/Makefile.PL
45941 ____________________________________________________________________________
45942 [  8113] By: jhi                                   on 2000/12/14  21:48:49
45943         Log: The documentation part of the
45944              
45945              Subject: [ID 20001214.002] Net::Ping patch
45946              From: Jonathan Stowe <gellyfish@gellyfish.com>
45947              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
45948              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
45949              since the #7529 had already addressed the same problem.
45950      Branch: perl
45951            ! lib/Net/Ping.pm
45952 ____________________________________________________________________________
45953 [  8112] By: jhi                                   on 2000/12/14  21:42:57
45954         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
45955              From: Dominic Dunlop <domo@computer.org>
45956              Date: Tue, 12 Dec 2000 10:47:10 +0100
45957              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
45958              
45959              Document how elusive subroutines can be.
45960      Branch: perl
45961            ! pod/perlfunc.pod
45962 ____________________________________________________________________________
45963 [  8111] By: jhi                                   on 2000/12/14  21:38:05
45964         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
45965              From: Dominic Dunlop <domo@computer.org>
45966              Date: Thu, 14 Dec 2000 10:13:51 +0100
45967              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
45968      Branch: perl
45969            ! ext/POSIX/POSIX.pod
45970 ____________________________________________________________________________
45971 [  8110] By: jhi                                   on 2000/12/14  21:36:32
45972         Log: Subject: [patch] perlfaq7
45973              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
45974              Date: Thu, 14 Dec 2000 15:31:07 +0100
45975              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
45976      Branch: perl
45977            ! pod/perlfaq7.pod
45978 ____________________________________________________________________________
45979 [  8109] By: jhi                                   on 2000/12/14  21:29:20
45980         Log: Subject: [8104] Encode
45981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45982              Date: Thu, 14 Dec 2000 14:49:34 +0100
45983              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
45984              
45985              Type casting for nervous compilers.
45986      Branch: perl
45987            ! ext/Encode/Encode.xs
45988 ____________________________________________________________________________
45989 [  8108] By: jhi                                   on 2000/12/14  21:26:17
45990         Log: Subject: [8104] DB_File
45991              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45992              Date: Thu, 14 Dec 2000 14:49:35 +0100
45993              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
45994              
45995              Type definition incorrect for DB 2.7.7.  Not known when it
45996              changed, so only changed it for a known revision.
45997      Branch: perl
45998            ! ext/DB_File/DB_File.xs
45999 ____________________________________________________________________________
46000 [  8107] By: jhi                                   on 2000/12/14  21:23:41
46001         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
46002              From: Peter Prymmer <pvhp@forte.com>
46003              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
46004              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
46005              
46006              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
46007      Branch: perl
46008            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
46009            ! ext/Encode/Encode/posix-bc.enc
46010 ____________________________________________________________________________
46011 [  8106] By: nick                                  on 2000/12/14  20:36:13
46012         Log: "Cold" build correction to Encode's Makefile.PL
46013      Branch: perlio
46014            ! ext/Encode/Makefile.PL
46015 ____________________________________________________________________________
46016 [  8105] By: nick                                  on 2000/12/14  20:09:37
46017         Log: "Compiled" encodings.
46018              Correct replacement character in EBCDIC .enc files
46019              Add 0x7F to ASCII repertoire.
46020      Branch: perlio
46021            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
46022            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
46023            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
46024            ! ext/Encode/Makefile.PL ext/Encode/compile
46025            ! ext/Encode/encengine.c ext/Encode/encode.h
46026 ____________________________________________________________________________
46027 [  8104] By: nick                                  on 2000/12/14  00:38:20
46028         Log: Integrate mainline
46029      Branch: perlio
46030           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
46031           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
46032           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
46033           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
46034           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
46035           !> t/lib/db-hash.t t/lib/db-recno.t
46036 ____________________________________________________________________________
46037 [  8103] By: nick                                  on 2000/12/13  23:16:13
46038         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
46039              so far and so it does not get lost.
46040      Branch: perlio
46041            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
46042 ____________________________________________________________________________
46043 [  8102] By: jhi                                   on 2000/12/13  17:14:22
46044         Log: Update Changes.
46045      Branch: perl
46046            ! Changes patchlevel.h
46047 ____________________________________________________________________________
46048 [  8101] By: jhi                                   on 2000/12/13  16:53:41
46049         Log: Move the proto of start_glob() to a better place; regen api files.
46050      Branch: perl
46051            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
46052 ____________________________________________________________________________
46053 [  8100] By: jhi                                   on 2000/12/13  16:47:11
46054         Log: Metaconfig change for #8099.
46055      Branch: metaconfig
46056            ! U/modified/Head.U
46057 ____________________________________________________________________________
46058 [  8099] By: jhi                                   on 2000/12/13  16:46:48
46059         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
46060              From: Andy Dougherty <doughera@lafayette.edu>
46061              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
46062              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
46063      Branch: perl
46064            ! Configure
46065 ____________________________________________________________________________
46066 [  8098] By: jhi                                   on 2000/12/13  16:39:02
46067         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
46068              From: rspier@pobox.com (Robert Spier)
46069              Date: Tue, 12 Dec 2000 21:12:39 -0500
46070              Message-ID: <14902.56087.678086.725773@rls.cx>
46071              
46072              fastgetcwd is defined using a glob alias on a $^O dependent basis -
46073              and there was no default assignment or perl subroutine.
46074      Branch: perl
46075            ! lib/Cwd.pm
46076 ____________________________________________________________________________
46077 [  8097] By: jhi                                   on 2000/12/13  16:16:01
46078         Log: Subject: [PATCH] move startglob out of pp_hot.c
46079              From: Nicholas Clark <nick@ccl4.org>
46080              Date: Mon, 11 Dec 2000 23:16:39 +0000
46081              Message-ID: <20001211231638.A55550@plum.flirble.org>
46082      Branch: perl
46083            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
46084 ____________________________________________________________________________
46085 [  8096] By: jhi                                   on 2000/12/13  15:26:23
46086         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
46087              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
46088              Date: Wed, 13 Dec 2000 14:01:37 +0100
46089              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
46090              
46091              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
46092              in turn requires libpthread in libswanted.
46093      Branch: perl
46094            ! hints/hpux.sh
46095 ____________________________________________________________________________
46096 [  8095] By: jhi                                   on 2000/12/12  19:51:05
46097         Log: The integration wars continue.
46098      Branch: perl
46099           !> sv.c
46100 ____________________________________________________________________________
46101 [  8094] By: jhi                                   on 2000/12/12  19:48:26
46102         Log: Subject: [PATCH perl@8070] DB_File-1.74  
46103              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
46104              Date: Mon, 11 Dec 2000 23:07:17 -0000
46105              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
46106      Branch: perl
46107            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46108            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
46109            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
46110            ! t/lib/db-recno.t
46111 ____________________________________________________________________________
46112 [  8093] By: nick                                  on 2000/12/12  19:42:13
46113         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
46114      Branch: perlio
46115            ! sv.c
46116           !> lib/File/DosGlob.pm
46117 ____________________________________________________________________________
46118 [  8092] By: jhi                                   on 2000/12/12  19:28:11
46119         Log: Integrate perlio.
46120      Branch: perl
46121           !> sv.c
46122 ____________________________________________________________________________
46123 [  8091] By: nick                                  on 2000/12/12  18:49:45
46124         Log: Fix for Tk, and upgrading shared SVs.
46125      Branch: perlio
46126            ! sv.c
46127 ____________________________________________________________________________
46128 [  8090] By: jhi                                   on 2000/12/12  16:48:59
46129         Log: Subject: [PATCH] Re: Breadperl & Tk
46130              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46131              Date: Tue, 12 Dec 2000 14:48:27 GMT
46132              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
46133      Branch: perl
46134            ! sv.c
46135 ____________________________________________________________________________
46136 [  8089] By: jhi                                   on 2000/12/12  03:37:19
46137         Log: Subject: DosGlob.pm diff for bash style brace expansion.
46138              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
46139              Date: Fri, 8 Dec 2000 10:45:30 -0600
46140              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
46141      Branch: perl
46142            ! lib/File/DosGlob.pm
46143 ____________________________________________________________________________
46144 [  8088] By: nick                                  on 2000/12/11  23:59:59
46145         Log: Integrate mainline
46146      Branch: perlio
46147           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
46148           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46149           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
46150           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
46151           !> t/op/local.t t/pragma/warn/toke toke.c
46152 ____________________________________________________________________________
46153 [  8087] By: jhi                                   on 2000/12/11  23:20:23
46154         Log: Integrate perlio.
46155      Branch: perl
46156           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46157 ____________________________________________________________________________
46158 [  8086] By: jhi                                   on 2000/12/11  22:50:59
46159         Log: Tune further the OS detection of CGI.
46160      Branch: perl
46161            ! lib/CGI.pm
46162 ____________________________________________________________________________
46163 [  8085] By: nick                                  on 2000/12/11  22:50:46
46164         Log: Finish 1st pass of "encoding" layer e.g. :
46165              open($fh,"<encoding(iso8859-7)",$greek) || die;
46166      Branch: perlio
46167            ! ext/Encode/Encode.xs perlio.c perliol.h
46168 ____________________________________________________________________________
46169 [  8084] By: jhi                                   on 2000/12/11  22:32:06
46170         Log: Revert the -f ambiguousity patch, seems to cause
46171              too much hassle (the interpret -Q as a function
46172              where Q is not a known filetest part is left in).
46173      Branch: perl
46174            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
46175            ! toke.c
46176 ____________________________________________________________________________
46177 [  8083] By: jhi                                   on 2000/12/11  22:27:23
46178         Log: (accidentally empty check-in)
46179      Branch: perl
46180            ! lib/File/DosGlob.pm
46181 ____________________________________________________________________________
46182 [  8082] By: nick                                  on 2000/12/11  19:09:51
46183         Log: Restore mmap function (broken by tweaks to shared buffer
46184              layer for encode(xxxx)).
46185      Branch: perlio
46186            ! perlio.c
46187 ____________________________________________________________________________
46188 [  8081] By: jhi                                   on 2000/12/11  18:29:13
46189         Log: Subject: Re: The long awaited feature ...
46190              From: Simon Cozens <simon@cozens.net>
46191              Date: Mon, 11 Dec 2000 15:54:24 +0000
46192              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
46193              
46194              More io/utf8 tests.
46195      Branch: perl
46196            ! t/io/utf8.t
46197 ____________________________________________________________________________
46198 [  8080] By: jhi                                   on 2000/12/11  18:19:36
46199         Log: Subject: PATCH MakeMaker manpage clarification
46200              From: andreas.koenig@anima.de (Andreas J. Koenig)
46201              Date: 10 Dec 2000 20:46:13 +0100
46202              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
46203      Branch: perl
46204            ! lib/ExtUtils/MakeMaker.pm
46205 ____________________________________________________________________________
46206 [  8079] By: jhi                                   on 2000/12/11  15:35:07
46207         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
46208              From: Simon Cozens <simon@cozens.net>
46209              Date: Sun, 10 Dec 2000 19:06:19 +0000
46210              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
46211      Branch: perl
46212            ! ext/B/B/Deparse.pm t/lib/b.t
46213 ____________________________________________________________________________
46214 [  8078] By: jhi                                   on 2000/12/11  15:09:11
46215         Log: Subject: [PATCH] docs on NaN
46216              From: Nicholas Clark <nick@ccl4.org>
46217              Date: Mon, 11 Dec 2000 01:48:38 +0000
46218              Message-ID: <20001211014838.B99205@plum.flirble.org>
46219      Branch: perl
46220            ! pod/perlop.pod
46221 ____________________________________________________________________________
46222 [  8077] By: jhi                                   on 2000/12/11  15:02:21
46223         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
46224              From: Simon Cozens <simon@cozens.net>
46225              Date: Mon, 11 Dec 2000 01:21:45 +0000
46226              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
46227      Branch: perl
46228            ! pp.c pp_hot.c scope.c t/op/local.t
46229 ____________________________________________________________________________
46230 [  8076] By: nick                                  on 2000/12/10  20:43:32
46231         Log: Not merge worthy...
46232              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
46233              syntax is modelled on attributes.
46234              Untested fix for io/utf8 on Win32 etc.
46235              Very clumsy start to the encode layer.
46236      Branch: perlio
46237            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
46238 ____________________________________________________________________________
46239 [  8075] By: jhi                                   on 2000/12/10  18:39:33
46240         Log: Darwin is not Windows.
46241      Branch: perl
46242            ! lib/CGI.pm
46243 ____________________________________________________________________________
46244 [  8074] By: jhi                                   on 2000/12/10  18:31:27
46245         Log: Subject: Ambiguous -%c() resolved as a file test
46246              From: "Paul Marquess" <Paul.Marquess@openwave.com>
46247              Date: Sun, 10 Dec 2000 15:35:07 -0000
46248              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
46249      Branch: perl
46250            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
46251 ____________________________________________________________________________
46252 [  8073] By: jhi                                   on 2000/12/10  18:16:29
46253         Log: Subject: PATCH installperl misinformed 
46254              From: andreas.koenig@anima.de (Andreas J. Koenig)
46255              Date: 10 Dec 2000 13:01:32 +0100 
46256              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
46257      Branch: perl
46258            ! installperl
46259 ____________________________________________________________________________
46260 [  8072] By: jhi                                   on 2000/12/10  18:07:55
46261         Log: The walkoptree confusion rages; walkoptree() seems to be coming
46262              from B.xs, while walkoptree_slow() comes from B.pm.
46263      Branch: perl
46264            ! ext/B/B.pm
46265 ____________________________________________________________________________
46266 [  8071] By: nick                                  on 2000/12/10  11:45:47
46267         Log: Integrate mainline
46268      Branch: perlio
46269           +> t/base/commonsense.t
46270           !> (integrate 37 files)
46271 ____________________________________________________________________________
46272 [  8070] By: jhi                                   on 2000/12/10  04:46:21
46273         Log: Update Changes.
46274      Branch: perl
46275            ! Changes patchlevel.h
46276 ____________________________________________________________________________
46277 [  8069] By: jhi                                   on 2000/12/10  04:39:19
46278         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
46279              From: andreas.koenig@anima.de (Andreas J. Koenig)
46280              Date: 09 Dec 2000 17:14:25 +0100
46281              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
46282      Branch: perl
46283            + t/base/commonsense.t
46284            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
46285 ____________________________________________________________________________
46286 [  8068] By: jhi                                   on 2000/12/10  04:17:36
46287         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
46288              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
46289              Date: Sat, 9 Dec 2000 16:47:22 -0000
46290              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
46291      Branch: perl
46292            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
46293            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
46294            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
46295            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
46296            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
46297            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
46298            ! t/lib/sdbm.t
46299 ____________________________________________________________________________
46300 [  8067] By: jhi                                   on 2000/12/10  03:52:02
46301         Log: Test case for #8066.
46302      Branch: perl
46303            ! t/op/misc.t
46304 ____________________________________________________________________________
46305 [  8066] By: jhi                                   on 2000/12/10  03:50:30
46306         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
46307              From: Simon Cozens <simon@cozens.net>
46308              Date: Sun, 10 Dec 2000 00:55:37 +0000
46309              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
46310      Branch: perl
46311            ! pp_sys.c
46312 ____________________________________________________________________________
46313 [  8065] By: jhi                                   on 2000/12/10  03:44:52
46314         Log: Test case for #8064.
46315      Branch: perl
46316            ! t/comp/proto.t
46317 ____________________________________________________________________________
46318 [  8064] By: jhi                                   on 2000/12/10  03:42:32
46319         Log: Subject: Re: prototype of substr
46320              From: Simon Cozens <simon@cozens.net>
46321              Date: Sun, 10 Dec 2000 00:13:33 +0000
46322              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
46323              
46324              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
46325              In other words, make the returned prototypes for any function
46326              stop prepending the ';' optionality marker after the first one.
46327              If they start getting optional, all the rest are optional.
46328      Branch: perl
46329            ! pp.c
46330 ____________________________________________________________________________
46331 [  8063] By: jhi                                   on 2000/12/10  03:39:42
46332         Log: Subject: [PATCH] perlguts.pod
46333              From: Simon Cozens <simon@cozens.net>
46334              Date: Sun, 10 Dec 2000 00:06:47 +0000
46335              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
46336              
46337              Documentation of the different types of ops,
46338              plus the functions in dump.c
46339      Branch: perl
46340            ! pod/perlguts.pod
46341 ____________________________________________________________________________
46342 [  8062] By: jhi                                   on 2000/12/10  03:30:04
46343         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
46344              From: Nicholas Clark <nick@talking.bollo.cx>
46345              Date: Sat, 09 Dec 2000 18:57:25 +0000
46346              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
46347              
46348              Be more robust in weird hostname setups.
46349      Branch: perl
46350            ! t/lib/net-hostent.t
46351 ____________________________________________________________________________
46352 [  8061] By: jhi                                   on 2000/12/10  03:28:21
46353         Log: Pacify fussy compiler. 
46354      Branch: perl
46355            ! pp_sys.c
46356 ____________________________________________________________________________
46357 [  8060] By: jhi                                   on 2000/12/10  02:52:46
46358         Log: Integrate perlio.
46359      Branch: perl
46360           !> pp_sys.c t/io/utf8.t
46361 ____________________________________________________________________________
46362 [  8059] By: nick                                  on 2000/12/09  23:40:14
46363         Log: read/sysread/recv should now be utf8 aware.
46364              Basic test for utf8 read.
46365      Branch: perlio
46366            ! pp_sys.c t/io/utf8.t
46367 ____________________________________________________________________________
46368 [  8058] By: jhi                                   on 2000/12/09  21:56:02
46369         Log: Integrate perlio.
46370      Branch: perl
46371           +> t/io/utf8.t
46372           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
46373 ____________________________________________________________________________
46374 [  8057] By: jhi                                   on 2000/12/09  21:53:35
46375         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
46376              From: Inaba Hiroto <inaba@st.rim.or.jp>
46377              Date: Sun, 10 Dec 2000 05:53:21 +0900
46378              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
46379              
46380              Tests for #8056.
46381      Branch: perl
46382            ! t/op/each.t
46383 ____________________________________________________________________________
46384 [  8056] By: jhi                                   on 2000/12/09  21:51:16
46385         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
46386              From: Inaba Hiroto <inaba@st.rim.or.jp>
46387              Date: Sat, 09 Dec 2000 18:02:00 +0900
46388              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
46389              
46390              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
46391      Branch: perl
46392            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
46393 ____________________________________________________________________________
46394 [  8055] By: nick                                  on 2000/12/09  20:11:48
46395         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
46396              than raw PerlIO_write() - does not seem to break any tests.
46397      Branch: perlio
46398            ! pp_sys.c
46399 ____________________________________________________________________________
46400 [  8054] By: nick                                  on 2000/12/09  19:47:30
46401         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
46402              (sysread, recv and write i.e. formats still to do...)
46403              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
46404              open($fh,">:utf8","name")
46405              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
46406              so no extra overhead is involved.
46407              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
46408              to a non-utf8 stream.
46409              Add initial io/utf8.t
46410              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
46411              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
46412              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
46413      Branch: perlio
46414            + t/io/utf8.t
46415            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
46416 ____________________________________________________________________________
46417 [  8053] By: nick                                  on 2000/12/09  19:26:37
46418         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
46419              was only testing this_utf8.
46420      Branch: perlio
46421            ! toke.c
46422 ____________________________________________________________________________
46423 [  8052] By: nick                                  on 2000/12/09  19:09:41
46424         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
46425              i.e. the output string has one, but don't mess with source assumption.
46426      Branch: perlio
46427            ! toke.c
46428 ____________________________________________________________________________
46429 [  8051] By: jhi                                   on 2000/12/09  16:55:17
46430         Log: Integrate perlio.
46431      Branch: perl
46432           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
46433           !> sv.c thrdvar.h util.c
46434 ____________________________________________________________________________
46435 [  8050] By: jhi                                   on 2000/12/09  16:48:07
46436         Log: Nits noticed by Peter Prymmer.
46437      Branch: perl
46438            ! lib/ExtUtils/MM_VMS.pm
46439 ____________________________________________________________________________
46440 [  8049] By: nick                                  on 2000/12/09  13:49:40
46441         Log: UTF8 output prework.
46442              - Store $\ and $, as SVs so they can have SvUTF8 flag
46443              - use do_print() rather than raw PerlIO_write() to print them.
46444      Branch: perlio
46445            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
46446            ! thrdvar.h util.c
46447 ____________________________________________________________________________
46448 [  8048] By: nick                                  on 2000/12/09  12:30:43
46449         Log: Integrate mainline.
46450      Branch: perlio
46451           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
46452           +> t/op/reverse.t
46453           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
46454           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
46455           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
46456           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
46457           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
46458           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46459 ____________________________________________________________________________
46460 [  8047] By: jhi                                   on 2000/12/09  00:23:27
46461         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
46462              From: Michael G Schwern <schwern@pobox.com>
46463              Date: Fri, 8 Dec 2000 14:43:04 -0600
46464      Branch: perl
46465            ! lib/ExtUtils/MM_VMS.pm
46466 ____________________________________________________________________________
46467 [  8046] By: jhi                                   on 2000/12/08  23:10:27
46468         Log: A missed check-in.
46469      Branch: perl
46470            ! lib/ExtUtils/Manifest.pm
46471 ____________________________________________________________________________
46472 [  8045] By: jhi                                   on 2000/12/08  21:57:12
46473         Log: (null check-in)
46474      Branch: perl
46475            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
46476 ____________________________________________________________________________
46477 [  8044] By: jhi                                   on 2000/12/08  21:11:06
46478         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
46479              at the final draft stage.
46480      Branch: perl
46481            + ext/Encode/Encode/iso8859-16.enc
46482            ! MANIFEST
46483 ____________________________________________________________________________
46484 [  8043] By: jhi                                   on 2000/12/08  16:39:04
46485         Log: Update Changes.
46486      Branch: perl
46487            ! Changes patchlevel.h
46488 ____________________________________________________________________________
46489 [  8042] By: jhi                                   on 2000/12/08  16:33:39
46490         Log: Do not return the Unicode replacement character if UTF-8
46491              decoding goes awry, it should be up to the caller to decide.
46492      Branch: perl
46493            ! pod/perlapi.pod utf8.c
46494 ____________________________________________________________________________
46495 [  8041] By: jhi                                   on 2000/12/08  16:22:28
46496         Log: metaconfig maintenance.
46497      Branch: metaconfig
46498            ! U/modified/stdchar.U
46499      Branch: metaconfig/U/perl
46500            + testsyml.U
46501 ____________________________________________________________________________
46502 [  8040] By: jhi                                   on 2000/12/08  16:03:08
46503         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
46504              From: sthoenna@efn.org
46505              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
46506              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
46507      Branch: perl
46508            ! Changes lib/ExtUtils/MM_OS2.pm
46509 ____________________________________________________________________________
46510 [  8039] By: jhi                                   on 2000/12/08  15:57:11
46511         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
46512              From: Simon Cozens <simon@cozens.net>
46513              Date: Fri, 8 Dec 2000 13:33:31 +0000
46514              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
46515              
46516              (The pp_hot part needed a rewrite.)
46517      Branch: perl
46518            ! doop.c pp_hot.c utf8.c
46519 ____________________________________________________________________________
46520 [  8038] By: jhi                                   on 2000/12/08  15:25:08
46521         Log: Subject: djSP
46522              From: Michael Stevens <michael@etla.org>
46523              Date: Wed, 6 Dec 2000 23:24:01 +0000
46524              Message-ID: <20001206232400.A21381@firedrake.org>
46525              
46526              Plus a note from Nick Ing-Simmons.
46527      Branch: perl
46528            ! pp.h
46529 ____________________________________________________________________________
46530 [  8037] By: jhi                                   on 2000/12/08  15:18:35
46531         Log: Filetype is text.
46532      Branch: perl
46533            ! t/op/utf8decode.t
46534 ____________________________________________________________________________
46535 [  8036] By: jhi                                   on 2000/12/08  03:31:27
46536         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46537              From: Andy Dougherty <doughera@lafayette.edu>
46538              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
46539              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
46540              
46541              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
46542              From: Andy Dougherty <doughera@lafayette.edu>
46543              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
46544              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
46545      Branch: perl
46546            + ext/POSIX/hints/svr4.pl
46547            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
46548 ____________________________________________________________________________
46549 [  8035] By: jhi                                   on 2000/12/08  03:26:01
46550         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
46551              From: Andy Dougherty <doughera@lafayette.edu>
46552              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
46553              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
46554      Branch: perl
46555            ! t/README t/base/term.t
46556 ____________________________________________________________________________
46557 [  8034] By: jhi                                   on 2000/12/08  03:21:59
46558         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
46559              From: mjd@plover.com  
46560              Date: 7 Dec 2000 21:04:20 -0000
46561              Message-ID: <20001207210420.22282.qmail@plover.com>
46562              
46563              Plus -z doc.
46564      Branch: perl
46565            ! pod/perlfunc.pod
46566 ____________________________________________________________________________
46567 [  8033] By: jhi                                   on 2000/12/08  03:19:03
46568         Log: Use the UTF8 macros a bit.  They can't be used with abandon
46569              everywhere because we do generate illegal UTF-8 in some situations.
46570              This is of course naughty.
46571      Branch: perl
46572            ! pod/perlapi.pod utf8.c utf8.h
46573 ____________________________________________________________________________
46574 [  8032] By: jhi                                   on 2000/12/08  03:00:09
46575         Log: Out of sync?
46576      Branch: perl
46577            ! t/pragma/warn/utf8
46578 ____________________________________________________________________________
46579 [  8031] By: jhi                                   on 2000/12/08  02:22:39
46580         Log: Cnt spl.
46581      Branch: perl
46582            ! MANIFEST
46583 ____________________________________________________________________________
46584 [  8030] By: jhi                                   on 2000/12/08  01:23:54
46585         Log: Add test for reverse().
46586      Branch: perl
46587            + t/op/reverse.t
46588            ! MANIFEST
46589 ____________________________________________________________________________
46590 [  8029] By: jhi                                   on 2000/12/08  01:21:47
46591         Log: Integrate perlio.
46592      Branch: perl
46593           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
46594           !> perlio.c perlio.h perlsdio.h warnings.pl
46595 ____________________________________________________________________________
46596 [  8028] By: jhi                                   on 2000/12/08  01:19:08
46597         Log: Introduce macros for UTF8 decoding.
46598      Branch: perl
46599            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
46600 ____________________________________________________________________________
46601 [  8027] By: nick                                  on 2000/12/07  22:18:19
46602         Log: Integrate mainline
46603      Branch: perlio
46604           !> embed.pl pod/perlapi.pod utf8.c
46605 ____________________________________________________________________________
46606 [  8026] By: nick                                  on 2000/12/07  21:45:08
46607         Log: Various oddities p4 diff -se showed up
46608              Remove 'our' from warnings.pl
46609      Branch: perlio
46610            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
46611 ____________________________________________________________________________
46612 [  8025] By: nick                                  on 2000/12/07  21:43:32
46613         Log: Change PerlIO_(get|set)pos to take SV *
46614              Should fix, OS/2, VMS, (sfio??)
46615      Branch: perlio
46616            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
46617 ____________________________________________________________________________
46618 [  8024] By: jhi                                   on 2000/12/07  19:05:32
46619         Log: Document utf8_to_uv() better.
46620      Branch: perl
46621            ! pod/perlapi.pod utf8.c
46622 ____________________________________________________________________________
46623 [  8023] By: jhi                                   on 2000/12/07  18:23:47
46624         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
46625      Branch: perl
46626            ! embed.pl pod/perlapi.pod utf8.c
46627 ____________________________________________________________________________
46628 [  8022] By: jhi                                   on 2000/12/07  04:13:51
46629         Log: Integrate perlio.
46630      Branch: perl
46631           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
46632           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
46633           !> win32/makefile.mk
46634 ____________________________________________________________________________
46635 [  8021] By: nick                                  on 2000/12/07  00:28:14
46636         Log: Various attempts at MSVC debug - not sure what has
46637              changed but works now. 
46638              Seems atexit() _may_ work for DLLs built with MSVC so don't
46639              call cleanup that way.
46640      Branch: perlio
46641            ! perlio.c win32/makefile.mk
46642 ____________________________________________________________________________
46643 [  8020] By: nick                                  on 2000/12/06  19:57:20
46644         Log: Integrate mainline
46645      Branch: perlio
46646           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
46647           !> (integrate 75 files)
46648 ____________________________________________________________________________
46649 [  8019] By: nick                                  on 2000/12/06  19:28:21
46650         Log: Add useperlio to config.vc
46651              Turn off binmode in config_H.PL
46652              Regen all the config_H.xx
46653              Attempt to get debugging build with MSVC.
46654      Branch: perlio
46655            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46656            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
46657 ____________________________________________________________________________
46658 [  8018] By: nick                                  on 2000/12/06  19:21:57
46659         Log: Test various dup/external program options on all platforms.
46660      Branch: perlio
46661            ! t/io/dup.t
46662 ____________________________________________________________________________
46663 [  8017] By: nick                                  on 2000/12/06  19:20:47
46664         Log: Fix harness to be less picky
46665      Branch: perlio
46666            ! lib/Test/Harness.pm
46667 ____________________________________________________________________________
46668 [  8016] By: jhi                                   on 2000/12/06  16:45:12
46669         Log: Update Changes.
46670      Branch: perl
46671            ! Changes patchlevel.h
46672 ____________________________________________________________________________
46673 [  8015] By: jhi                                   on 2000/12/06  16:41:03
46674         Log: Test \x{...} with ord().
46675      Branch: perl
46676            ! t/op/ord.t
46677 ____________________________________________________________________________
46678 [  8014] By: jhi                                   on 2000/12/06  16:20:33
46679         Log: Test tweak because of #8013.
46680      Branch: perl
46681            ! t/lib/b.t
46682 ____________________________________________________________________________
46683 [  8013] By: jhi                                   on 2000/12/06  16:09:09
46684         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
46685              From: Michael G Schwern <schwern@pobox.com>
46686              Date: Tue, 5 Dec 2000 21:23:28 -0500
46687              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
46688              
46689              Carp::Heavy parts not very applicable because of recent changes.
46690      Branch: perl
46691            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
46692            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
46693            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
46694            ! lib/Exporter.pm lib/Exporter/Heavy.pm
46695            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
46696            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46697            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
46698            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
46699            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
46700            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
46701            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
46702            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
46703            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
46704            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
46705            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
46706            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
46707            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
46708            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
46709            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
46710            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
46711            ! warnings.pl
46712 ____________________________________________________________________________
46713 [  8012] By: jhi                                   on 2000/12/06  15:22:38
46714         Log: Subject: [PATCH] Re: New harness is failing things
46715              From: Nick Ing-Simmons <nik@tiuk.ti.com>
46716              Date: Wed, 6 Dec 2000 13:00:30 GMT
46717              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
46718      Branch: perl
46719            ! lib/Test/Harness.pm
46720 ____________________________________________________________________________
46721 [  8011] By: jhi                                   on 2000/12/06  15:12:08
46722         Log: Subject: installhtml changes
46723              From: Michael Stevens <michael@etla.org>
46724              Date: Wed, 6 Dec 2000 13:15:53 +0000
46725              Message-ID: <20001206131553.A27317@firedrake.org>
46726      Branch: perl
46727            ! installhtml
46728 ____________________________________________________________________________
46729 [  8010] By: jhi                                   on 2000/12/06  15:06:05
46730         Log: Subject: the dTHR hits
46731              From: Michael Stevens <michael@etla.org>
46732              Date: Wed, 6 Dec 2000 12:06:03 +0000
46733              Message-ID: <20001206120603.A24581@firedrake.org>
46734              
46735              More, errrm, less dTHRs.
46736      Branch: perl
46737            ! bytecode.pl ext/B/B/C.pm
46738 ____________________________________________________________________________
46739 [  8009] By: jhi                                   on 2000/12/06  15:04:25
46740         Log: Subject: MakeMaker mailing list gone?
46741              From: Michael G Schwern <schwern@pobox.com>
46742              Date: Tue, 5 Dec 2000 19:29:59 -0500
46743              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
46744              
46745              The MakeMaker mailing list is dead, perlbug is the right
46746              address to report bugs.
46747      Branch: perl
46748            ! lib/ExtUtils/MakeMaker.pm
46749 ____________________________________________________________________________
46750 [  8008] By: jhi                                   on 2000/12/06  15:00:32
46751         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
46752              From: Michael G Schwern <schwern@pobox.com>
46753              Date: Tue, 5 Dec 2000 19:21:21 -0500
46754              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
46755              
46756              Add a default MANIFEST skip that ignores things like
46757              version control files, editor temporary files, and the Makefile.
46758      Branch: perl
46759            + lib/ExtUtils/MANIFEST.SKIP
46760            ! MANIFEST lib/ExtUtils/Manifest.pm
46761 ____________________________________________________________________________
46762 [  8007] By: jhi                                   on 2000/12/06  14:57:20
46763         Log: In Amiga more manual hackery of the scripts seems to be needed,
46764              from Jan-Erik Karlsson.  Why Configure does not get this right
46765              is unknown, may be shell-induced.
46766      Branch: perl
46767            ! README.amiga
46768 ____________________________________________________________________________
46769 [  8006] By: jhi                                   on 2000/12/05  23:53:12
46770         Log: Add TOPm1s to peek at the second topmost stack item.
46771      Branch: perl
46772            ! pp.h
46773 ____________________________________________________________________________
46774 [  8005] By: jhi                                   on 2000/12/05  23:13:55
46775         Log: Avaunt, you foul UTF-8 tests.
46776      Branch: perl
46777            ! t/op/ver.t t/pragma/utf8.t
46778 ____________________________________________________________________________
46779 [  8004] By: jhi                                   on 2000/12/05  23:09:54
46780         Log: Continue utf8 dispersal. 
46781      Branch: perl
46782            + t/op/concat.t
46783            ! MANIFEST t/pragma/utf8.t
46784 ____________________________________________________________________________
46785 [  8003] By: nick                                  on 2000/12/05  23:02:39
46786         Log: Integrate mainline.
46787      Branch: perlio
46788           +> t/op/length.t t/op/utf8decode.t
46789           !> (integrate 69 files)
46790 ____________________________________________________________________________
46791 [  8002] By: jhi                                   on 2000/12/05  22:59:28
46792         Log: Integrate perlio.
46793      Branch: perl
46794           !> iperlsys.h perl.c perlio.c win32/perllib.c
46795 ____________________________________________________________________________
46796 [  8001] By: nick                                  on 2000/12/05  22:07:52
46797         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
46798              - calloc/free suffer from damage on TerminateThread()
46799              - use PerlMemShared (as originally planned) now fixed
46800              - avoid doing anything important on DLL "detach".
46801      Branch: perlio
46802            ! perl.c perlio.c win32/perllib.c
46803 ____________________________________________________________________________
46804 [  8000] By: nick                                  on 2000/12/05  21:05:09
46805         Log: Fix gross PerlMemShared issue.
46806      Branch: perlio
46807            ! iperlsys.h
46808 ____________________________________________________________________________
46809 [  7999] By: jhi                                   on 2000/12/05  20:46:58
46810         Log: Test for Unicode (UTF-8) hash keys.
46811      Branch: perl
46812            ! t/op/each.t
46813 ____________________________________________________________________________
46814 [  7998] By: jhi                                   on 2000/12/05  20:30:35
46815         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
46816              is now always UTF-8), empty line cosmetics.
46817      Branch: perl
46818            ! t/pragma/utf8.t
46819 ____________________________________________________________________________
46820 [  7997] By: jhi                                   on 2000/12/05  20:15:40
46821         Log: Subject: Re: STRLEN - what?
46822              From: Andy Dougherty <doughera@lafayette.edu>
46823              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
46824              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
46825              
46826              Explain STRLEN.
46827      Branch: perl
46828            ! pod/perlguts.pod
46829 ____________________________________________________________________________
46830 [  7996] By: jhi                                   on 2000/12/05  20:13:34
46831         Log: Split off the UTF-8 decoder tests, make them to check also
46832              the error message.
46833      Branch: perl
46834            + t/op/utf8decode.t
46835            ! MANIFEST t/pragma/utf8.t utf8.c
46836 ____________________________________________________________________________
46837 [  7995] By: jhi                                   on 2000/12/05  16:39:47
46838         Log: Start migrating bits of pragma/utf8 to elsewhere
46839              (since the long term plan is to obsolete 'use utf8').
46840      Branch: perl
46841            + t/op/length.t
46842            ! MANIFEST t/pragma/utf8.t
46843 ____________________________________________________________________________
46844 [  7994] By: jhi                                   on 2000/12/05  16:30:21
46845         Log: Fix a manual edit typo from #7993, fix the message formatting
46846              for Unicode, add few our declarations.
46847      Branch: perl
46848            ! lib/Carp/Heavy.pm
46849 ____________________________________________________________________________
46850 [  7993] By: jhi                                   on 2000/12/05  16:09:15
46851         Log: Subject: Need help with warnings :-(
46852              From: "Ben Tilly" <ben_tilly@hotmail.com>
46853              Date: Tue, 05 Dec 2000 01:35:54 -0500
46854              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
46855              
46856              Subject: UPDATE: Carp/Heavy now passes all tests
46857              From: "Ben Tilly" <ben_tilly@hotmail.com>
46858              Date: Tue, 05 Dec 2000 07:59:41 -0500
46859              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
46860              
46861              The Brave New Carp.
46862      Branch: perl
46863            ! lib/Carp.pm lib/Carp/Heavy.pm
46864 ____________________________________________________________________________
46865 [  7992] By: jhi                                   on 2000/12/05  15:55:08
46866         Log: Subject: [PATCH perl@7979] cygwin port
46867              From: "Eric Fifer" <efifer@dircon.co.uk>
46868              Date: Tue, 5 Dec 2000 14:04:09 -0000
46869              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
46870      Branch: perl
46871            ! t/lib/net-hostent.t
46872 ____________________________________________________________________________
46873 [  7991] By: jhi                                   on 2000/12/05  15:52:34
46874         Log: Subject: Re: [PATCH] The largest hoax of all times?
46875              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46876              Date: Tue, 5 Dec 2000 00:40:25 -0500
46877              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
46878              
46879              Subject: Re: [PATCH] The largest hoax of all times?
46880              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46881              Date: Mon, 4 Dec 2000 23:55:53 -0500
46882              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
46883              
46884              Subject: Re: [PATCH] The largest hoax of all times?
46885              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46886              Date: Tue, 5 Dec 2000 01:28:45 -0500
46887              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
46888              
46889              Fix the unpredictable order of DESTROYs.
46890      Branch: perl
46891            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
46892            ! sv.c sv.h t/op/ref.t
46893 ____________________________________________________________________________
46894 [  7990] By: jhi                                   on 2000/12/05  14:38:53
46895         Log: Subject: [PATCH] shrink pp_hot fractionally
46896              From: Nicholas Clark <nick@ccl4.org>
46897              Date: Tue, 5 Dec 2000 12:44:31 +0000
46898              Message-ID: <20001205124431.E74518@plum.flirble.org>
46899              
46900              Use report_evil_fh().
46901      Branch: perl
46902            ! opcode.pl opnames.h pp_hot.c util.c
46903 ____________________________________________________________________________
46904 [  7989] By: jhi                                   on 2000/12/05  14:21:27
46905         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
46906              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46907              Date: Mon, 04 Dec 2000 22:21:59 -0800
46908              Message-ID: <HmIL6gzkgepS092yn@efn.org>
46909              
46910              Harness shouldn't ignore responses like "ok 3\r\r\n".
46911      Branch: perl
46912            ! lib/Test/Harness.pm
46913 ____________________________________________________________________________
46914 [  7988] By: jhi                                   on 2000/12/05  13:51:28
46915         Log: Integrate the "skip" messages to explain().
46916      Branch: perl
46917            ! t/lib/syslfs.t t/op/lfs.t
46918 ____________________________________________________________________________
46919 [  7987] By: jhi                                   on 2000/12/05  12:34:54
46920         Log: The one that got away in #7984.
46921              
46922              Subject: Re: dTHR - what and why?
46923              From: Michael Stevens <michael@etla.org> 
46924              Date: Tue, 5 Dec 2000 11:15:52 +0000
46925              Message-ID: <20001205111552.A4647@firedrake.org>
46926      Branch: perl
46927            ! sv.h
46928 ____________________________________________________________________________
46929 [  7986] By: gsar                                  on 2000/12/05  09:14:44
46930         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
46931              due to the notorious GetFileType() bug in Windows 9x, which fstat()
46932              tickles)
46933      Branch: perl
46934            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
46935 ____________________________________________________________________________
46936 [  7985] By: jhi                                   on 2000/12/05  05:49:03
46937         Log: Integrate perlio.
46938      Branch: perl
46939           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46940           !> win32/perlhost.h win32/perllib.c
46941 ____________________________________________________________________________
46942 [  7984] By: jhi                                   on 2000/12/05  05:48:16
46943         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
46944      Branch: perl
46945            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
46946            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
46947            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
46948            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
46949            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
46950            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
46951            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
46952            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
46953            ! win32/win32.c
46954 ____________________________________________________________________________
46955 [  7983] By: nick                                  on 2000/12/04  23:27:43
46956         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
46957      Branch: perlio
46958            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
46959            ! win32/perlhost.h win32/perllib.c
46960 ____________________________________________________________________________
46961 [  7982] By: jhi                                   on 2000/12/04  19:44:09
46962         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
46963              uncovered by #7980.
46964      Branch: perl
46965            ! op.c
46966 ____________________________________________________________________________
46967 [  7981] By: jhi                                   on 2000/12/04  19:42:07
46968         Log: Subject: [PATCH] Trivial dump.c feature
46969              From: Simon Cozens <simon@cozens.net>
46970              Date: Mon, 4 Dec 2000 18:08:38 +0000
46971              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
46972              
46973              Show whether a constant is UTF-8.
46974      Branch: perl
46975            ! dump.c
46976 ____________________________________________________________________________
46977 [  7980] By: jhi                                   on 2000/12/04  19:36:51
46978         Log: UTF-8 hash keys, patch from Inaba Hiroto.
46979      Branch: perl
46980            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
46981 ____________________________________________________________________________
46982 [  7979] By: jhi                                   on 2000/12/04  17:36:28
46983         Log: Update Changes.
46984      Branch: perl
46985            ! Changes patchlevel.h
46986 ____________________________________________________________________________
46987 [  7978] By: jhi                                   on 2000/12/04  16:42:17
46988         Log: Retract #7977, still too volatile (the euphemism of the day
46989              for unfinished and buggy :-)
46990      Branch: perl
46991            ! doop.c hv.c pp.c sv.h
46992 ____________________________________________________________________________
46993 [  7977] By: jhi                                   on 2000/12/04  16:25:15
46994         Log: (Retracted by #7978, too shaky yet.)
46995              
46996              Subject: Re: utf8 in hash keys, implementor missing
46997              From: Simon Cozens <simon@cozens.net>
46998              Date: Sat, 2 Dec 2000 19:49:35 +0000
46999              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
47000              
47001              The first step at UTF-8 hash keys.
47002      Branch: perl
47003            ! doop.c hv.c pp.c sv.h
47004 ____________________________________________________________________________
47005 [  7976] By: jhi                                   on 2000/12/04  16:13:53
47006         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
47007              From: sthoenna@efn.org
47008              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
47009              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
47010      Branch: perl
47011            ! os2/os2.c perlio.c
47012 ____________________________________________________________________________
47013 [  7975] By: jhi                                   on 2000/12/04  16:05:25
47014         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
47015              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47016              Date: Thu, 30 Nov 2000 20:50:37 -0800
47017              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
47018      Branch: perl
47019            ! os2/os2.c
47020 ____________________________________________________________________________
47021 [  7974] By: jhi                                   on 2000/12/04  16:03:57
47022         Log: Subject: [PATCH] ++ 20% faster
47023              From: Nicholas Clark <nick@ccl4.org>
47024              Date: Mon, 4 Dec 2000 12:17:27 +0000
47025              Message-ID: <20001204121726.B52976@plum.flirble.org>
47026              
47027              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
47028      Branch: perl
47029            ! sv.c
47030 ____________________________________________________________________________
47031 [  7973] By: jhi                                   on 2000/12/04  16:00:48
47032         Log: 
47033              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
47034              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47035              Date: Mon, 04 Dec 2000 12:30:45 +0100
47036              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
47037              
47038              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
47039              library (getprotobyname and getprotobynumber are outversioned by
47040              the same calls in libc, at least for xlc version 3.
47041      Branch: perl
47042            ! hints/aix.sh
47043 ____________________________________________________________________________
47044 [  7972] By: jhi                                   on 2000/12/04  02:58:31
47045         Log: Integrate perlio.
47046      Branch: perl
47047           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
47048           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
47049           !> win32/win32.h win32/win32iop.h win32/win32thread.h
47050 ____________________________________________________________________________
47051 [  7971] By: nick                                  on 2000/12/04  00:24:33
47052         Log: Quieten some noise in Win32 builds:
47053              - win32.h is included after <sys/socket.h>, so need to 
47054              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
47055              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
47056      Branch: perlio
47057            ! doio.c perl.h toke.c win32/win32.h
47058 ____________________________________________________________________________
47059 [  7970] By: nick                                  on 2000/12/03  22:57:46
47060         Log: PERL_IMPLICIT_SYS compiles but does not work.
47061      Branch: perlio
47062            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
47063            ! win32/perlhost.h win32/perllib.c win32/win32.h
47064            ! win32/win32iop.h win32/win32thread.h
47065 ____________________________________________________________________________
47066 [  7969] By: jhi                                   on 2000/12/03  22:12:58
47067         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
47068              used to swash_init(), makes regprop() dumps more informative
47069              (+utf8::IsAlpha, -utf8::IsDigit, for example).
47070      Branch: perl
47071            ! regcomp.c regexec.c
47072 ____________________________________________________________________________
47073 [  7968] By: jhi                                   on 2000/12/03  21:39:56
47074         Log: Implement ANYOFUTF8 regprop() dumping.
47075      Branch: perl
47076            ! regcomp.c
47077 ____________________________________________________________________________
47078 [  7967] By: jhi                                   on 2000/12/03  20:57:19
47079         Log: Make uv_to_utf8() to zero-terminate its output buffer,
47080              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
47081      Branch: perl
47082            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
47083 ____________________________________________________________________________
47084 [  7966] By: nick                                  on 2000/12/03  18:41:21
47085         Log: Integrate mainline (STDCHAR)
47086      Branch: perlio
47087           !> Configure t/pragma/utf8.t
47088 ____________________________________________________________________________
47089 [  7965] By: jhi                                   on 2000/12/03  17:58:20
47090         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
47091      Branch: perl
47092            ! t/pragma/utf8.t
47093 ____________________________________________________________________________
47094 [  7964] By: jhi                                   on 2000/12/03  17:35:56
47095         Log: Integrate perlio.
47096      Branch: perl
47097           !> iperlsys.h perlio.c
47098 ____________________________________________________________________________
47099 [  7963] By: jhi                                   on 2000/12/03  17:33:55
47100         Log: Metaconfig unit change for #7962.
47101      Branch: metaconfig
47102            ! U/modified/stdchar.U
47103 ____________________________________________________________________________
47104 [  7962] By: jhi                                   on 2000/12/03  17:33:27
47105         Log: Untangle the <stdio.h> #include nest for the stdchar test,
47106              from Andy Dougherty.
47107      Branch: perl
47108            ! Configure
47109 ____________________________________________________________________________
47110 [  7961] By: nick                                  on 2000/12/03  16:53:00
47111         Log: Make iperlsys.h vector stdio not PerlIO.
47112      Branch: perlio
47113            ! iperlsys.h perlio.c
47114 ____________________________________________________________________________
47115 [  7960] By: nick                                  on 2000/12/03  14:43:01
47116         Log: Integrate mainline
47117      Branch: perlio
47118           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
47119           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
47120 ____________________________________________________________________________
47121 [  7959] By: jhi                                   on 2000/12/03  08:16:36
47122         Log: Use DO_UTF8().
47123      Branch: perl
47124            ! op.c
47125 ____________________________________________________________________________
47126 [  7958] By: jhi                                   on 2000/12/02  18:33:05
47127         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
47128              From: Mike Guy <mjtg@cam.ac.uk>         
47129              Date: Sat, 02 Dec 2000 17:27:13 +0000
47130              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
47131              
47132              An extraneous argument.
47133      Branch: perl
47134            ! toke.c
47135 ____________________________________________________________________________
47136 [  7957] By: jhi                                   on 2000/12/02  18:22:32
47137         Log: A missing hunk.
47138      Branch: perl
47139            ! t/lib/net-hostent.t
47140 ____________________________________________________________________________
47141 [  7956] By: jhi                                   on 2000/12/02  18:06:20
47142         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
47143              From: Nicholas Clark <nick@ccl4.org>
47144              Date: Sat, 2 Dec 2000 14:28:27 +0000
47145              Message-ID: <20001202142827.A12308@plum.flirble.org>
47146              
47147              Test robustness.
47148      Branch: perl
47149            ! t/lib/net-hostent.t
47150 ____________________________________________________________________________
47151 [  7955] By: jhi                                   on 2000/12/02  17:58:06
47152         Log: Metaconfig unit change for #7954.
47153      Branch: metaconfig
47154            ! U/modified/stdchar.U
47155 ____________________________________________________________________________
47156 [  7954] By: jhi                                   on 2000/12/02  17:54:32
47157         Log: An inconvenient hang would happen if the stdio _ptr wasn't
47158              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
47159              would be grepping stdin for all eternity for the _ptr.)
47160      Branch: perl
47161            ! Configure
47162 ____________________________________________________________________________
47163 [  7953] By: jhi                                   on 2000/12/02  00:07:15
47164         Log: Update Changes.
47165      Branch: perl
47166            ! Changes patchlevel.h
47167 ____________________________________________________________________________
47168 [  7952] By: jhi                                   on 2000/12/01  23:54:47
47169         Log: Subject: Re: long shell lines
47170              From: Andy Dougherty <doughera@lafayette.edu>
47171              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
47172              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
47173              
47174              Split overly long shell command lines.
47175      Branch: perl
47176            ! lib/ExtUtils/MM_Unix.pm
47177 ____________________________________________________________________________
47178 [  7951] By: jhi                                   on 2000/12/01  23:48:02
47179         Log: The metaconfig unit change for #7950.
47180      Branch: metaconfig
47181            + U/modified/stdchar.U
47182 ____________________________________________________________________________
47183 [  7950] By: jhi                                   on 2000/12/01  23:47:39
47184         Log: Try to find stdchar also from <stdio_impl.h>.
47185      Branch: perl
47186            ! Configure config_h.SH
47187 ____________________________________________________________________________
47188 [  7949] By: jhi                                   on 2000/12/01  23:46:45
47189         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
47190              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
47191              Date: Fri, 1 Dec 2000 16:26:08 -0500
47192              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
47193              
47194              Reword the diagnostic message.
47195      Branch: perl
47196            ! pod/perldiag.pod
47197 ____________________________________________________________________________
47198 [  7948] By: nick                                  on 2000/12/01  22:49:43
47199         Log: Integrate mainline (for s/y/m as sub names stuff).
47200      Branch: perlio
47201           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
47202           !> t/pragma/warn/toke toke.c
47203 ____________________________________________________________________________
47204 [  7947] By: jhi                                   on 2000/12/01  20:55:41
47205         Log: Integrate perlio.
47206      Branch: perl
47207           !> perlio.c perliol.h t/io/pipe.t
47208 ____________________________________________________________________________
47209 [  7946] By: jhi                                   on 2000/12/01  20:36:51
47210         Log: Upgrade to CPAN 1.59_51, from Andreas König.
47211      Branch: perl
47212            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
47213 ____________________________________________________________________________
47214 [  7945] By: nick                                  on 2000/12/01  20:31:32
47215         Log: Integrate mainline
47216      Branch: perlio
47217           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
47218           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
47219           +> t/lib/net-hostent.t
47220           !> (integrate 35 files)
47221 ____________________________________________________________________________
47222 [  7944] By: jhi                                   on 2000/12/01  20:23:29
47223         Log: Some help for 20001130.011.  Now one gets warnings like
47224              "Ambiguous -f() resolved as a file test ..."
47225      Branch: perl
47226            ! pod/perldiag.pod t/pragma/warn/toke toke.c
47227 ____________________________________________________________________________
47228 [  7943] By: jhi                                   on 2000/12/01  19:44:44
47229         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
47230              that also breaks using them as methods. 
47231      Branch: perl
47232            ! pod/perldiag.pod t/op/misc.t toke.c
47233 ____________________________________________________________________________
47234 [  7942] By: nick                                  on 2000/12/01  17:56:46
47235         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
47236              Make 'unix' pass most tests
47237              - do unread by temporary push of layer ("pending") holding unread chars
47238              - fast_gets is now based on per-handle flag
47239              - relax one of io/pipe.t tests to allow print to fail and close to
47240              succeed so that it passes on unbuffered "unix" layer.
47241              Remaining fail is sporadic and a genuine race condition between
47242              parent/child in fork test.
47243      Branch: perlio
47244            ! perlio.c perliol.h t/io/pipe.t
47245 ____________________________________________________________________________
47246 [  7941] By: jhi                                   on 2000/12/01  15:28:58
47247         Log: (Retracted by #7943.)
47248              
47249              Reserve the short named string operator names.
47250      Branch: perl
47251            ! pod/perldiag.pod t/op/misc.t toke.c
47252 ____________________________________________________________________________
47253 [  7940] By: jhi                                   on 2000/12/01  06:45:53
47254         Log: Get the three different space character classes right under utf8.
47255      Branch: perl
47256            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
47257            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
47258            ! regexec.c t/op/pat.t utf8.c
47259 ____________________________________________________________________________
47260 [  7939] By: jhi                                   on 2000/12/01  03:26:26
47261         Log: Two more tests that make no sense in UTF-8 since the test
47262              data is not in UTF-8.
47263      Branch: perl
47264            ! t/op/regexp.t
47265 ____________________________________________________________________________
47266 [  7938] By: jhi                                   on 2000/12/01  03:20:39
47267         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
47268              should it be required inside regexen?
47269      Branch: perl
47270            ! regcomp.c t/op/regmesg.t
47271 ____________________________________________________________________________
47272 [  7937] By: jhi                                   on 2000/12/01  02:58:53
47273         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
47274              stored and restored, and thusly was trounced by the utf8 swash
47275              routines.
47276      Branch: perl
47277            ! regcomp.c
47278 ____________________________________________________________________________
47279 [  7936] By: jhi                                   on 2000/11/30  20:41:39
47280         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
47281              Why the different platforms behave so differently (core dump vs
47282              no core dump) on this bug is a but of a mystery, but if I had to
47283              guess I would mumble something like 'alignment'.
47284      Branch: perl
47285            ! sv.c
47286 ____________________________________________________________________________
47287 [  7935] By: jhi                                   on 2000/11/30  16:17:02
47288         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
47289              From: Robin Barker <rmb1@cise.npl.co.uk>
47290              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
47291              Date: Thu, 30 Nov 2000 14:27:12 GMT
47292      Branch: perl
47293            ! perlio.c toke.c
47294 ____________________________________________________________________________
47295 [  7934] By: jhi                                   on 2000/11/30  16:04:49
47296         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
47297      Branch: perl
47298            ! t/lib/net-hostent.t
47299 ____________________________________________________________________________
47300 [  7933] By: jhi                                   on 2000/11/30  06:07:26
47301         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
47302              From: Peter Prymmer <pvhp@forte.com>
47303              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
47304              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
47305              
47306              In VMS the localhost may be LOCALHOST.
47307      Branch: perl
47308            ! t/lib/net-hostent.t
47309 ____________________________________________________________________________
47310 [  7932] By: jhi                                   on 2000/11/30  01:11:11
47311         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
47312              From: Peter Prymmer <pvhp@forte.com>
47313              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
47314              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
47315              
47316              plus regen perlapi.pod.
47317      Branch: perl
47318            ! pod/perlapi.pod utf8.c
47319 ____________________________________________________________________________
47320 [  7931] By: jhi                                   on 2000/11/30  01:06:19
47321         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
47322              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47323              Date:     Wed, 29 Nov 2000 17:15:11 EST
47324              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
47325      Branch: perl
47326            ! t/lib/filter-util.pl t/lib/filter-util.t
47327 ____________________________________________________________________________
47328 [  7930] By: jhi                                   on 2000/11/29  18:51:55
47329         Log: Update Changes.
47330      Branch: perl
47331            ! Changes patchlevel.h
47332 ____________________________________________________________________________
47333 [  7929] By: jhi                                   on 2000/11/29  18:50:55
47334         Log: Update the va_copy() metaconfig unit.
47335      Branch: metaconfig/U/perl
47336            ! need_va_copy.U
47337 ____________________________________________________________________________
47338 [  7928] By: jhi                                   on 2000/11/29  17:50:43
47339         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
47340              From: Dominic Dunlop <domo@computer.org>
47341              Date: Tue, 28 Nov 2000 16:41:57 +0100
47342              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
47343              
47344              Patch to catch a core dump in the Configure va_copy test.
47345      Branch: perl
47346            ! Configure config_h.SH
47347 ____________________________________________________________________________
47348 [  7927] By: jhi                                   on 2000/11/29  17:31:59
47349         Log: Retract #7921, the patch shouldn't be needed.
47350      Branch: perl
47351            ! sv.c
47352 ____________________________________________________________________________
47353 [  7926] By: jhi                                   on 2000/11/29  17:01:41
47354         Log: Make the Class::Struct import() wiser.
47355      Branch: perl
47356            ! lib/Class/Struct.pm t/lib/class-struct.t
47357 ____________________________________________________________________________
47358 [  7925] By: jhi                                   on 2000/11/29  16:36:33
47359         Log: All the core library users of Class::Struct seem to be
47360              using "use Class::Struct 'struct';" instead of the bare
47361              "use Class::Struct;", which isn't documented in Class::Struct.
47362              This can't be right.
47363      Branch: perl
47364            ! lib/File/stat.pm
47365 ____________________________________________________________________________
47366 [  7924] By: jhi                                   on 2000/11/29  16:32:15
47367         Log: A test works better if it has the right 1..$n output.
47368      Branch: perl
47369            ! t/lib/class-struct.t
47370 ____________________________________________________________________________
47371 [  7923] By: jhi                                   on 2000/11/29  16:29:11
47372         Log: Forgot to MANIFEST the new Net::hostent test.
47373      Branch: perl
47374            ! MANIFEST
47375 ____________________________________________________________________________
47376 [  7922] By: jhi                                   on 2000/11/29  16:27:49
47377         Log: Integrate perlio.
47378      Branch: perl
47379           !> iperlsys.h perlio.c
47380 ____________________________________________________________________________
47381 [  7921] By: jhi                                   on 2000/11/29  16:27:10
47382         Log: (Retracted by #7927.)
47383              
47384              Subject: [PATCH] Is infinity a number?
47385              From: Simon Cozens <simon@cozens.net>
47386              Date: Wed, 29 Nov 2000 14:48:20 +0000
47387              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
47388      Branch: perl
47389            ! sv.c
47390 ____________________________________________________________________________
47391 [  7920] By: jhi                                   on 2000/11/29  16:23:02
47392         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
47393              From: rspier@pobox.com (Robert Spier)
47394              Date: Wed, 29 Nov 2000 02:17:49 -0500
47395              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
47396              
47397              Add a test for Net::hostent.
47398      Branch: perl
47399            + t/lib/net-hostent.t
47400 ____________________________________________________________________________
47401 [  7919] By: jhi                                   on 2000/11/29  16:21:31
47402         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
47403              add a test for Class::Struct.
47404      Branch: perl
47405            + t/lib/class-struct.t
47406            ! MANIFEST lib/Class/Struct.pm
47407 ____________________________________________________________________________
47408 [  7918] By: jhi                                   on 2000/11/29  15:48:40
47409         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
47410              From: rspier@pobox.com (Robert Spier)
47411              Date: Wed, 29 Nov 2000 02:25:39 -0500
47412              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
47413              
47414              More checking in case someone has broken their services or
47415              protocol databases.
47416      Branch: perl
47417            ! ext/Sys/Syslog/Syslog.pm
47418 ____________________________________________________________________________
47419 [  7917] By: jhi                                   on 2000/11/29  15:46:25
47420         Log: Subject: [PATCH] $^O  win32 -> MSWin32
47421              From: rspier@pobox.com (Robert Spier)
47422              Date: Wed, 29 Nov 2000 02:17:38 -0500
47423              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
47424              
47425              plus similar nits for vms, err, VMS, and UNICOS.
47426      Branch: perl
47427            ! t/lib/syslfs.t t/op/lfs.t
47428 ____________________________________________________________________________
47429 [  7916] By: jhi                                   on 2000/11/29  15:42:51
47430         Log: Subject: [PATCH] Tokeniser debugging
47431              From: Simon Cozens <simon@cozens.net>
47432              Date: Wed, 29 Nov 2000 14:15:45 +0000
47433              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
47434      Branch: perl
47435            ! perl.c perl.h pod/perlrun.pod toke.c
47436 ____________________________________________________________________________
47437 [  7915] By: jhi                                   on 2000/11/29  15:41:36
47438         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47440              Date: Wed, 29 Nov 2000 02:13:14 -0500
47441              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
47442              
47443              OUT keyword nits.
47444              
47445              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
47446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47447              Date: Wed, 29 Nov 2000 03:09:04 -0500
47448              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
47449              
47450              OUT and IN_OUT documentation.
47451      Branch: perl
47452            ! lib/ExtUtils/xsubpp pod/perlxs.pod
47453 ____________________________________________________________________________
47454 [  7914] By: jhi                                   on 2000/11/29  03:35:01
47455         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
47456              From: John Tobey <jtobey@john-edwin-tobey.org>
47457              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
47458              Message-Id: <m140e1N-000FOoC@feynman.localnet>
47459              
47460              plus a performance speedup noticed by Sarathy.
47461      Branch: perl
47462            ! op.c
47463 ____________________________________________________________________________
47464 [  7913] By: jhi                                   on 2000/11/29  03:16:59
47465         Log: Use "1 while unlink" so that VMS gets clean, too.
47466      Branch: perl
47467            ! t/lib/filter-util.t
47468 ____________________________________________________________________________
47469 [  7912] By: jhi                                   on 2000/11/29  03:09:08
47470         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
47471              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47472              Date: Tue, 28 Nov 2000 03:27:09 -0500
47473              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
47474      Branch: perl
47475            ! lib/ExtUtils/xsubpp
47476 ____________________________________________________________________________
47477 [  7911] By: jhi                                   on 2000/11/29  03:06:30
47478         Log: This should have been part of #7872: no need to scan UTF-8
47479              until eternity.
47480      Branch: perl
47481            ! utf8.c
47482 ____________________________________________________________________________
47483 [  7910] By: jhi                                   on 2000/11/29  02:50:04
47484         Log: One more perltie.pod nit from Casey R. Tweten.
47485      Branch: perl
47486            ! pod/perltie.pod
47487 ____________________________________________________________________________
47488 [  7909] By: jhi                                   on 2000/11/29  02:44:23
47489         Log: Document the known sprintf test failures, exact standard
47490              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
47491      Branch: perl
47492            ! pod/perldelta.pod t/op/sprintf.t
47493 ____________________________________________________________________________
47494 [  7908] By: jhi                                   on 2000/11/29  02:36:23
47495         Log: Add the Encoding table format documentation.
47496      Branch: perl
47497            + ext/Encode/Encode/EncodeFormat.pod
47498            ! MANIFEST
47499 ____________________________________________________________________________
47500 [  7907] By: jhi                                   on 2000/11/29  02:07:24
47501         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
47502              From: "Casey R. Tweten" <crt@kiski.net>
47503              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
47504              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
47505              
47506              Subject: Re: [PATCH] Updating perltie.pod for arrays
47507              From: "Casey R. Tweten" <crt@kiski.net>
47508              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
47509              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
47510      Branch: perl
47511            ! pod/perltie.pod
47512 ____________________________________________________________________________
47513 [  7906] By: nick                                  on 2000/11/28  22:40:59
47514         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
47515      Branch: perlio
47516            ! iperlsys.h perlio.c
47517 ____________________________________________________________________________
47518 [  7905] By: nick                                  on 2000/11/28  22:04:34
47519         Log: Integrate mainline
47520      Branch: perlio
47521           !> (integrate 39 files)
47522 ____________________________________________________________________________
47523 [  7904] By: jhi                                   on 2000/11/28  16:44:43
47524         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
47525              From: Nicholas Clark <nick@babyhippo.co.uk>
47526              Date: Tue, 28 Nov 2000 11:16:57 +0000
47527              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
47528      Branch: perl
47529            ! pod/perlipc.pod
47530 ____________________________________________________________________________
47531 [  7903] By: jhi                                   on 2000/11/28  16:40:31
47532         Log: Subject: [PATCH] Updating perltie.pod for arrays
47533              From: "Casey R. Tweten" <crt@kiski.net>
47534              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
47535              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
47536      Branch: perl
47537            ! pod/perltie.pod
47538 ____________________________________________________________________________
47539 [  7902] By: jhi                                   on 2000/11/28  16:39:37
47540         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
47541              From: Robin Barker <rmb1@cise.npl.co.uk>
47542              Date: Mon, 27 Nov 2000 17:56:44 GMT
47543              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
47544      Branch: perl
47545            ! pod/perlfunc.pod t/op/split.t
47546 ____________________________________________________________________________
47547 [  7901] By: jhi                                   on 2000/11/28  16:28:04
47548         Log: setmode() is a DOSish-only thing.
47549      Branch: perl
47550            ! perlio.c
47551 ____________________________________________________________________________
47552 [  7900] By: jhi                                   on 2000/11/28  16:21:46
47553         Log: Subject: [PATCH] perlcc.PL cleanups
47554              From: Simon Cozens <simon@cozens.net>
47555              Date: Tue, 28 Nov 2000 12:44:35 +0000
47556              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
47557      Branch: perl
47558            ! utils/perlcc.PL
47559 ____________________________________________________________________________
47560 [  7899] By: gsar                                  on 2000/11/28  06:32:55
47561         Log: reintegrate files missed by change#7895
47562      Branch: maint-5.6/perl
47563           +> ext/ByteLoader/bytecode.h utils/Makefile
47564            - utils/perlbc.PL
47565 ____________________________________________________________________________
47566 [  7897] By: gsar                                  on 2000/11/27  18:22:47
47567         Log: can't integrate these two files, for some reason
47568      Branch: maint-5.6/perl
47569            - ext/ByteLoader/bytecode.h utils/Makefile
47570 ____________________________________________________________________________
47571 [  7895] By: gsar                                  on 2000/11/27  18:11:21
47572         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
47573              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
47574              6757..6890,6892..6901 from mainline
47575              
47576              Bytecompiler patches from Benjamin Stuhl.
47577              
47578              More bytecompiler.
47579              
47580              Subject: [PATCH blead] B:: missing dependency
47581              
47582              Subject: [PATCH: 6757] configure.com updates and syslog build
47583              
47584              Long double Gconvert fixes from Yitzchak Scott-Thoennes
47585              and Spider Boardman.
47586              
47587              Subject: [PATCH blead] nextchar() abuse misses an optimisation
47588              
47589              Long double fixes from Spider Boardman.
47590              
47591              Make the selection of NVff et al stricter.
47592              
47593              cSVOPo_*v things index into the current PL_curpad
47594              under ithreads, which is different from the curpad
47595              used by the XSUB.  (In other words, the code as-is
47596              before this patch wouldn't work under ithreads.)
47597              
47598              Be portable.
47599              
47600              VMS MMS (make) wants null action.
47601              
47602              Mac and other portability updates from Chris Nandor.
47603              
47604              Storable support, v-version fixes.
47605              Subject: CPAN.pm beta for testing available
47606              
47607              Portability fix from Hugo van der Sanden.
47608              
47609              Bad makefile.
47610              
47611              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
47612              
47613              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
47614              
47615              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47616              
47617              Replace #6705 with a minimal doc patch.
47618              Subject: [PATCH 5.6.0] replace change #6705
47619              
47620              Drop the separate perlbc, perlcc -b should be enough.
47621              
47622              installperl couldn't tell whether it had run tests or not.
47623              Subject: [PATCH] Re: installperl and t/TEST
47624              
47625              Add silencer flags to installperl.
47626              Subject: [PATCH] Making installperl silent.
47627              
47628              Make "make install" by default silent.  A new "install-verbose"
47629              target is verbose.
47630              
47631              More liberal parsing of version numbers.
47632              Subject: Re: CPAN.pm beta for testing available
47633              
47634              Create directories in silence.
47635              Subject: [PATCH] Another silencer for MakeMaker
47636              
47637              DOS patches and portability/porting notes, from Tim Jenness.
47638              
47639              Make installman to recognize the silence flag -S.
47640              
47641              Actually do something with the silencer option.
47642              
47643              Continue silencing.
47644              
47645              Show the doc file, not the temp file.
47646              
47647              Regen perltoc.
47648              
47649              Subject: [PATCH] More silencing of installman.
47650              
47651              Better wording for the vec lvalue diagnostic.
47652              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
47653              
47654              Subject: [PATCH: 6805] several more tweaks to configure.com
47655              
47656              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
47657              
47658              Missing parts of 
47659              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
47660              
47661              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
47662              (applied slightly modified)
47663              
47664              installperl --verbose and --silent.
47665              Subject: Re: [PATCH] More silencing of installman.
47666              
47667              Add install-silent target.
47668              
47669              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
47670              the problem reported in
47671              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
47672              
47673              Tweak the sfio/useperlio logic, hopefully as wished in
47674              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
47675              
47676              One forgotten file from #6816.
47677              
47678              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
47679              
47680              Remove duplicately applied patch shards.
47681              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
47682              
47683              Support preserving extremely big/small angles.
47684              
47685              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
47686              
47687              Subject: [PATCH] installation not quite silent yet.
47688              
47689              Update the test count.
47690              
47691              Use UVxf, PTR2UV, NVff.
47692              
47693              Document PTR2XX and INT2PTR.
47694              
47695              no-install target a la make -n.
47696              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
47697              
47698              grep -e isn't portable.
47699              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
47700              
47701              Can't get the test to reliably work thanks to the
47702              inaccurateness of floating point.  "Resolves" bug ids
47703              20000826.003, 20000826.009, 20000826.010,
47704              
47705              Subject: installman buglet
47706              
47707              DJGPP update from Laszlo Molnar.
47708              
47709              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47710              
47711              Passing -R in ldflags makes now it to appear in the default
47712              for lddlflags, just like with -L.
47713              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
47714              
47715              Test nit.
47716              
47717              Use the actual thread type, not the pointer-to-struct.
47718              
47719              Provice virtual $Config{ccflags_nolargefiles} etc. 
47720              
47721              display_format used as a class method without arguments was broken,
47722              reported in
47723              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
47724              
47725              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
47726              
47727              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
47728              
47729              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
47730              
47731              opmini.o may be left around if a build is interrupted.
47732              
47733              Typo in #6858.
47734              
47735              Fix for ID 20000828.001, long doubles were not formatted
47736              correctly (showed up in $], which stopped installing perl).
47737              
47738              An attempt to fix the problem reported in
47739              Subject: Building perl@6856 using gcc/AIX 4.3.3 
47740              I can't test this properly since the gcc installation I have
47741              access to seems to be botched (gcc is calling the AIX cpp,
47742              a losing proposition...)
47743              
47744              Add -ld to archname on long tr...double platforms.
47745              
47746              Subject: hv.h Doc Patch
47747              
47748              Potential cruft.
47749              
47750              Subject: [PATCH bleedperl@6856] warnings fixes
47751              
47752              -S is the silent flag, -s is the strip flag.
47753              Subject: [PATCH] Re: [PATCH] make no-install          
47754              
47755              Take out the SUIDMAIL thing, that will not be
47756              a problem in 5.7.*.
47757              
47758              Subject: [PATCH bleedperl@6866] spellings
47759              
47760              Subject: [PATCH] Re: files not cleaned even by veryclean
47761              
47762              Use minimal @INC in tests, most of the time just '../lib',
47763              so that we simply can't pick up stuff from other Perls than
47764              the one we are testing.  Pointed out by
47765              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
47766              
47767              Update to Getopt::Long 2.24, from Johan Vromans.
47768              
47769              Fix for thinko in #6848.
47770              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
47771              
47772              Patches all over for people and the files they (hopefully) care about.
47773              
47774              Subject: Net::protoent does not export 'getproto'
47775              
47776              Missed a change in #6869.
47777              
47778              Subject: [PATCH] Warnings in B::Deparse
47779              
47780              Subject: [PATCH] Glob dumping
47781              
47782              Disable one of the tests for now.
47783              
47784              Disabling the one test is a bit tricky.
47785              
47786              Don't forget to tidy up.
47787              
47788              The #6881 removed one dump line.
47789              
47790              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
47791              
47792              Under usethreads the dumped variable is IN_PAD.
47793              Subject: Re: [PATCH] Glob dumping
47794              
47795              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
47796              
47797              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
47798              
47799              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
47800              
47801              Regen Configure for #6894.
47802              
47803              Subject: [PATCH: 6889] updates to perlebcdic.pod
47804              
47805              Undo namespace pollution of #6878.
47806              Subject: Re: Net::protoent does not export 'getproto'
47807              
47808              Admit that we are leaking scalars.
47809              
47810              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
47811      Branch: maint-5.6/perl
47812           !> (integrate 271 files)
47813 ____________________________________________________________________________
47814 [  7894] By: gsar                                  on 2000/11/27  16:00:34
47815         Log: a couple of nits
47816      Branch: maint-5.6/perl
47817            ! MANIFEST pp_sys.c
47818 ____________________________________________________________________________
47819 [  7893] By: gsar                                  on 2000/11/27  15:10:56
47820         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
47821              6740..6745,6747..6757,6760
47822              
47823              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
47824              
47825              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
47826              
47827              Doc nits spotted by Richard Soderberg.
47828              
47829              move WNOHANG definition to where other such things are
47830              
47831              Make $Config{byteorder} more magical so that it is
47832              dynamically computed: nice for 'fat binaries'.
47833              Subject: [PATCH]: default byteorder
47834              
47835              Subject: [PATCH] Cwd.pm now uses strict
47836              
47837              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
47838              
47839              Get -DLEAKTEST to compile (not necessarily to work, mind)
47840              Subject: [ID 20000724.006] -DLEAKTEST problem
47841              
47842              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
47843              
47844              Add perlebcdic from Peter Prymmer, regen toc.
47845              
47846              Don't propose using modules built for 5.005 if no binary
47847              compatibility with 5.005 is attempted.
47848              
47849              Do not use prototyping here.
47850              Subject: [ID 20000817.016] [PATCH] Peek.xs
47851              
47852              Document what the backtick returns if the command fails.
47853              
47854              Add byteorder to the myconfig output.
47855              
47856              Introduce NVef, NVff, and NVgf, use the middle one.
47857              (helps for lib/peek + Linux + long doubles)  Reported in
47858              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47859              Use NVs in POSIX math, not doubles.
47860              Subject: [ID 20000817.014] POSIX & modfl
47861              
47862              Subject: [PATCH 5.6.0+] newSVrv() memory leak
47863              
47864              The byteorder code in #6671 was wrong.
47865              
47866              Fix the lib/complex failure of
47867              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
47868              Linux long double accuracy issue: something that
47869              when printed with %g looks like "2" but int() of it is 1.
47870              
47871              Propagate new Configure vars.
47872              
47873              Unbuffer the output.
47874              
47875              Subject: [PATCH] perltrap.pod spring cleaning
47876              
47877              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
47878              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
47879              
47880              Tiny Getopt::Long patch from Johan Vromans.
47881              
47882              Document code point which makes if (defined %stash::) to work
47883              (noted by Spider Boardman).
47884              
47885              Subject: [PATCH perl@6698] cygwin port
47886              
47887              Document the NDBM_File and ODBM_File as SDBM_File
47888              was documented in #6417.
47889              
47890              The new tests were missing from #6415.
47891              
47892              Add [[:blank:]] as suggested in
47893              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47894              (the [=cc=] has already been taken care of by #6439
47895              so the whole bug report can be closed)
47896              and make [[:space:]] to be equivalent to isspace(3)
47897              (as opposed to \s, which is isSPACE()).  The difference
47898              is that now [[:space:]] matches the mythical vertical tab,
47899              while \s doesn't.
47900              
47901              Don't eat leading os from index entries.
47902              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
47903              
47904              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
47905              
47906              Typo in pp_complement().
47907              Subject: [PATCH perl-current] Deparse
47908              
47909              Add warnif(), check warnings further up the stack,
47910              all the warnings functions now can take an optional object reference.
47911              Subject: [PATCH bleedperl@6691] warnings pragma update
47912              
47913              Fix a core dump in lib/selfloader under -DDEBUGGING.
47914              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
47915              
47916              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
47917              
47918              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
47919              
47920              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
47921              Put back the long double avoidance code to POSIX.xs
47922              because VMS seems to need it still.
47923              
47924              Introduce a 'veryclean' target that is like 'distclean'
47925              but also removes *~ and *.orig.
47926              
47927              Subject: [ID 20000817.023] endianness description in perlfunc.pod
47928              
47929              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
47930              
47931              Let's try #6717 again.
47932              
47933              UTF8 concat fixes.
47934              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
47935              
47936              pp_open() could pass an uninitialized filename down to do_open9().
47937              
47938              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
47939              
47940              Update to CGI 2.72, from Lincoln Stein.
47941              
47942              Subject: [PATCH] Silence MakeMaker (Was: installman)
47943              
47944              Use temporary directory instead of current directory.
47945              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
47946              
47947              Document odd vs even subreleases and -Dusedevel.
47948              
47949              The veryclean target needs to clobber.
47950              
47951              Use File::Spec->tmpdir().
47952              
47953              Document the number of exponent digits.
47954              
47955              Mention perlebcdic and perlposix-bc.
47956              
47957              s/this one/the 5.6.0 release/
47958              
47959              The #6724 is here.
47960              
47961              The correct cleaning order is an art.
47962              
47963              small tweaks for change#6705: avoid C++ style comments in C code;
47964              use Perl's malloc API rather than the low level system one
47965              
47966              Array context keeps slithering in.
47967              
47968              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
47969              
47970              Subject: [PATCH] os2.c fix for use64bitint
47971              
47972              Update to Pod::LaTeX 0.53.
47973              Subject: [PATCH] lib/Pod/LaTeX.pm updates
47974              
47975              Document the endianness of Alpha more precisely.
47976              
47977              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
47978              
47979              Rename the macro argument because some preprocessors
47980              can't tell the difference and expand arguments also inside
47981              double quoted strings.
47982              
47983              free TLS slot properly on Windows
47984              
47985              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
47986              
47987              Unicos/mk requires elaborate paranoia.
47988              
47989              Tweak the floating point output routine preferences.
47990              
47991              Also under djgpp the timestamps are funky.
47992              
47993              Apply some PodParser 1.18 patches; the Pod/Find.pm
47994              patches cannot be applied since #6712 conflicts.
47995              
47996              Use PodParser 1.18 new test.
47997              
47998              A pod nit.
47999              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
48000              
48001              Be verydeepclean.
48002      Branch: maint-5.6/perl
48003           +> pod/perlebcdic.pod
48004           !> (integrate 106 files)
48005 ____________________________________________________________________________
48006 [  7892] By: jhi                                   on 2000/11/27  15:02:32
48007         Log: Update Changes.
48008      Branch: perl
48009            ! Changes patchlevel.h
48010 ____________________________________________________________________________
48011 [  7891] By: jhi                                   on 2000/11/27  14:57:23
48012         Log: Subject: Re: perlfaq style changes
48013              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48014              Date: Sat, 25 Nov 2000 23:32:26 -0800
48015              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
48016              
48017              plus a note from Ronald Kimball.
48018      Branch: perl
48019            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
48020 ____________________________________________________________________________
48021 [  7890] By: jhi                                   on 2000/11/27  14:53:14
48022         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
48023              From: Benjamin Holzman <bah@ecnvantage.com>
48024              Date: Sun, 26 Nov 2000 16:27:33 -0500
48025              Message-ID: <20001126162733.J25040@ecnvantage.com>
48026      Branch: perl
48027            ! gv.c
48028 ____________________________________________________________________________
48029 [  7889] By: jhi                                   on 2000/11/27  14:43:11
48030         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
48031              From: lvirden@cas.org
48032              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
48033              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
48034      Branch: perl
48035            ! README.amiga
48036 ____________________________________________________________________________
48037 [  7888] By: jhi                                   on 2000/11/27  14:32:34
48038         Log: Restore also the locale test to no-sprintf-taint state.
48039              Fixes the bug 20001127.003.
48040      Branch: perl
48041            ! sv.c t/pragma/locale.t
48042 ____________________________________________________________________________
48043 [  7887] By: gsar                                  on 2000/11/27  14:13:05
48044         Log: integrate changes#6613..6616,6620..6665 from mainline
48045              
48046              VMS configure.com update continues.
48047              
48048              Subject: Test fails / warnings with perl-current #6612
48049              
48050              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
48051              
48052              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48053              
48054              For now remove the mail code.
48055              
48056              Subject: Re: [PATCH] @+, @- readonly
48057              
48058              Subject: warning: storage class after type is obsolescent
48059              
48060              Subject: sfio2000
48061              
48062              Subject: Re: File::Temp problems on VMS in bleedperl
48063              
48064              README.os2 update.
48065              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
48066              
48067              Make the user to give up his firstborn, err, to knowingly
48068              verify installing an unstable developer release.  Also bump
48069              the release to 5.7.0, but leave a patch tag in the local
48070              patches saying that this is not yet the real thing.
48071              
48072              Update (kinda) to Test 1.14, from Joshua Pritikin.
48073              
48074              make ok etc also for win32.
48075              
48076              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
48077              
48078              Don't blow limited stacks, a lower number is enough to
48079              tickle the lookbehind limit.
48080              
48081              Use -Dusedevel; regen Configure and the respective Porting stuff.
48082              
48083              Subject: [PATCH] debugger exit code should reflect user exit code
48084              
48085              Subject: [PATCH perl@6620] cygwin port
48086              
48087              Missed a file from #6638.
48088              
48089              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)
48090              
48091              magic callbacks all need to have same type signature
48092              
48093              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
48094              
48095              Fix a dependency problem.
48096              Subject: [PATCH: 6640] VMS Makefile.SH update
48097              
48098              The numeric locale was reset to "C" by s?printf and never restored.
48099              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
48100              No test since adding the failing example to locale.t
48101              does not fail -- probably because the locale settings are so
48102              thoroughly tweaked by that time.  Running the example standalone
48103              does fail, though.  UPDATE: test case added at change #7540.
48104              
48105              Subject: [ID 20000324.040] minor fix to perlhpux.pod
48106              
48107              Update to CPAN 1.57.
48108              
48109              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
48110              
48111              Change the perlbug address to perl.org since it's more forgiving.
48112              
48113              Change the regx compilation error markers to use = instead of <
48114              since pod makes using the latter quite messy.  Reported in
48115              ID 20000814.006 by Abigail and in
48116              Subject: Unknown escape E<> ?
48117              
48118              Update to perldebtut 1.9, from Richard Foley.
48119              
48120              check that the number pseudo children doesn't exceed
48121              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
48122              the WaitForMultipleObjects() limit that would cause wait()
48123              to crash)
48124              wait() and waitpid() could potentially be rewritten to use
48125              more than one thread to do the waiting to eliminate this
48126              limitation
48127              
48128              change#6328 could make close(SOCKET) return false on windows
48129              when it shouldn't
48130              
48131              pod nit seen in passing
48132              
48133              on windows, the return values from wait() and waitpid() don't
48134              match those of pseudo-pids
48135              
48136              waitpid() now handles externally spawned pids correctly;
48137              fixes for backtick/wait/waitpid failures on Windows 9x
48138              these changes make the pid returned by process functions on
48139              Windows 9x always positive by clearing the high bit (which
48140              is always set on Win9x); pseudo-process PIDs are likewise
48141              always negative now on Win9x (just as on NT/2000)
48142              
48143              trailing new %ENV entries weren't being pushed into the real
48144              environment of subprocesses on Windows
48145              
48146              Tweak the regex compilation errors once more.
48147              
48148              avoid warnings from dense compiler
48149              
48150              add "ok" targets from change#6632 in makefile.mk
48151      Branch: maint-5.6/perl
48152            - lib/Pod/PlainText.pm vms/configure.com
48153           !> (integrate 66 files)
48154 ____________________________________________________________________________
48155 [  7886] By: jhi                                   on 2000/11/27  13:54:18
48156         Log: __FUNCTION__ isn't portable and trying to emulate it leads
48157              into practically spelling out the name of the function.
48158              Takes care of the bug 20001127.001.
48159      Branch: perl
48160            ! perlio.c
48161 ____________________________________________________________________________
48162 [  7885] By: gsar                                  on 2000/11/27  13:53:18
48163         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
48164              6610..6611 from mainline
48165              
48166              Make regular expression parse error messages easier to understand.
48167              Subject: Re: enhanced(?) regex error messages
48168              
48169              Tiny tidying on report_evil_fh().
48170              
48171              Subject: Re: enhanced(?) regex error messages 
48172              plus Capitalize the error messages, plus perldiag them.
48173              
48174              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
48175              
48176              Document here-doc better.
48177              
48178              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
48179              
48180              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
48181              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
48182              (either perlbug or p5p ate the original), plus regen
48183              perlapi and perltoc. 
48184              
48185              Regen global.sym.
48186              
48187              Double check that we have a dirhandle.
48188              
48189              Subject: Re: enhanced(?) regex error messages
48190              (plus two small patches sent privately)
48191              (this still seems to leave few test failures)
48192              
48193              warn is a macro, avoid using at a variable to avoid warnings
48194              in some configurations; readdir.t is too conservative in
48195              estimating number of *.t's
48196              
48197              Get back into sync with Jeffrey on the enhanced regex warnings.
48198              
48199              Subject: [PATCH 5.6.0] cygwin port
48200              
48201              Zero entries were skipped, fix from Adrian Goalby
48202              <argoalby@yahoo.co.uk>
48203              
48204              Subject: Remove dead entry in perldiag
48205              
48206              Amend the description of Perl6.
48207              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
48208              
48209              detypo
48210              
48211              It's the 2ndO'ROSSC.
48212              
48213              Revert the sv.c part of #6559, a better fix is needed.
48214              
48215              Iterating perl6 description.
48216              
48217              Update to Term::ANSIColor 1.03, from Russ Allbery.
48218              
48219              Update to Getopt::Long 2.23_05, from Johan Vromans.
48220              
48221              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
48222              
48223              Update to Pod::Parser 1.17, from Brad Appleton.
48224              
48225              Update to CPAN 1.56, from Andreas König.
48226              
48227              Update to CGI 2.70, from Lincoln Stein.
48228              
48229              Put back the std @INC thing.
48230              
48231              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
48232              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
48233              
48234              Document the IO::Select timeout.
48235              
48236              sleep(1) does not necessarily return 1.
48237              Subject: [PATCH bleadperl] op/lex_assign.t  
48238              
48239              Subject: debugger "d" command doesnt check line number
48240              
48241              B::Deparse didn't do sub attributes.
48242              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48243              
48244              Preprocessing and postprocessing for File::Find.
48245              Subject: Patch to Find::File.pm to allow alphabetical results
48246              
48247              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
48248              
48249              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
48250              
48251              Subject: Re: [ID 20000730.003] utf8::length() bad
48252              
48253              Subject: Getting perlio and threads to compile
48254              (the Solaris version changes in Configure skipped)
48255              
48256              Tests for #6589.
48257              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
48258              
48259              Add Perl debugging tutorial, regen toc. 
48260              Subject: perldebtut.pod
48261              
48262              Add a few missing files, update MANIFEST.
48263              
48264              Rewrite of vms/subconfigure.com as configure.com,
48265              from Peter Prymmer and the vmsperl crew.
48266              
48267              Should have deleted this in #6603.
48268              
48269              Fix the test for 5005threads.
48270              
48271              Fix-n-skip the tests under 5005threads.
48272              
48273              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
48274              
48275              Upgrade to CGI 2.71, from Lincoln Stein.
48276      Branch: maint-5.6/perl
48277           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
48278           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
48279           +> t/op/regmesg.t t/pod/find.t vms/configure.com
48280            - vms/subconfigure.com
48281            ! lib/lib.pm
48282           !> (integrate 115 files)
48283 ____________________________________________________________________________
48284 [  7884] By: jhi                                   on 2000/11/27  13:44:33
48285         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
48286              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48287              Date:     Mon, 27 Nov 2000 08:23:54 EST
48288              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
48289      Branch: perl
48290            ! vms/descrip_mms.template vms/test.com
48291 ____________________________________________________________________________
48292 [  7883] By: gsar                                  on 2000/11/27  11:50:46
48293         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
48294              6511..6513,6515..6523,6525..6536
48295              
48296              The swallow_bom() saga continues.  The #23 of require.t
48297              (UTF16-LE) still fails (silently, no output) but the #22
48298              (UTF16-BE) seems to be working now.  The root of the
48299              failure may be in sv_gets(): is it UTF-16LE-aware,
48300              especially when it comes to line endings? 
48301              
48302              Document the problem with -P in HP-UX and its workaround.
48303              
48304              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
48305              (aka ID 20000730.002)
48306              
48307              Subject: fix and question re: waitpid() under win32
48308              
48309              Make the safety catch for buggy gccs work with triple version
48310              numbers like 2.95.2.  Reported in
48311              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
48312              
48313              In Digital UNIX warn if gcc explicitly chosen because even
48314              2.95.2 is known to cause problems.
48315              
48316              Make chr() for values >127 to create utf8 when under utf8.
48317              
48318              various syntax errors and such (not fixed: comp/require.t#22 coredump
48319              on Windows)
48320              
48321              Stash away the largefiles flags and libswanted.
48322              
48323              BOM patching from Simon Cozens.
48324              
48325              If gccosandvers is equal to osname, clear gccosandvers.
48326              
48327              Make p4desc to skip non-mainperl branches by default.
48328              
48329              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
48330              
48331              The test from this
48332              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
48333              
48334              In new BSDs changes to argv[] do not show up in ps(1) output,
48335              instead one must use setproctitle().  This was already addressed
48336              by change #6457, but the below has a new variant for FreeBSD 4.0
48337              or later, and the matter is also documented more.
48338              
48339              FreeBSD 3.* updates from
48340              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
48341              
48342              regen_headers, regen perltoc.
48343              
48344              Document in one place the memory abstractions used in Perl core.
48345              
48346              memcpy has n o in it, as pinted ut by Sarathy.
48347              
48348              Remove the extraneous "main::" prefix from all the
48349              "opened only for", "on closed", and "never opened" warnings.
48350              
48351              The name of a filehandle does not have <these>.
48352              
48353              The tr utf8 patching continues.
48354              
48355              The new setproctitle() feature is available only in 
48356              bleeding edge FreeBSD.  From Paul Saab.
48357              
48358              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
48359              
48360              Dump UVs as UVs in Data::Dumper.
48361              
48362              detypo #6494
48363              
48364              Document the IVdf UVuf UVof UVxf.
48365              
48366              require.t needs binmode() to work on windows
48367              
48368              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
48369              that are hopefully soon put into use.
48370              
48371              Allow "no Module;" even if there is no 'unimport'.
48372              
48373              Better skip message for the test; one of the two problems in
48374              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
48375              
48376              The subtest 4 may fail also on VOBS, as pointed out
48377              by Nick Ing-Simmons in November 1999, bug id 19991124.003
48378              (but the failure in that bug report isn't the subtest 4).
48379              
48380              Be more informative on what is skipped and why,
48381              also repeat the list at the end.
48382              
48383              Add a URL for FSF.
48384              
48385              Subject: [PATCH] sv.h documentation - SvLEN
48386              
48387              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
48388              
48389              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
48390              
48391              Subject: [PATCH] bad cppsymbols on os2 + Configure question
48392              
48393              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
48394              
48395              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
48396              mention the idea of @( and @)
48397              
48398              This is 6512.  Really.
48399              
48400              Subject: [ID 19990721.004] Documentation bug in perlfunc
48401              
48402              Subject: Minor tweak to perlvar.pod
48403              
48404              In the warnings call filehandles consistently so;
48405              add "unopened" warning for stat().
48406              
48407              After the #6519 a warning about stat() is just that,
48408              not about a filetest, which now have their own warning.
48409              
48410              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
48411              
48412              Subject: Re: Array vs. List context
48413              
48414              Subject: New perlcc, take 2
48415              
48416              Weed buglets pointed out by
48417              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
48418              
48419              gcc versions might have (parentheses) in them.
48420              
48421              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
48422              
48423              Essential prototype changes were missing from #6527.
48424              Also make report_evil_fh() more bomb-proof.
48425              
48426              Zap lib/Sys directory when cleaning up.
48427              
48428              Change the Policy policy: now -Dprefix= with an existing
48429              Policy.sh and prefix == siteprefix == vendorprefix, then all
48430              of them follow along the new prefix.
48431              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
48432              
48433              Continue fixing the io warnings.  This also
48434              sort of fixes bug ID 20000802.003: the core dump
48435              is no more.  Whether the current behaviour is correct
48436              (giving a warning: "Not a format reference"), is another matter.
48437              
48438              Have symbols for the IoTYPEs.
48439              
48440              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
48441              
48442              Document a bit that UDP is not what you might think.
48443              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
48444              tr memory corruption fix from Simon Cozens.
48445              
48446              Plug the security hole described in the Aug 05 2000 bugtraq message
48447              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
48448              The security hole exists only in suidperls, which isn't
48449              installed or even built by default.
48450      Branch: maint-5.6/perl
48451           !> (integrate 71 files)
48452 ____________________________________________________________________________
48453 [  7882] By: gsar                                  on 2000/11/27  10:25:36
48454         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
48455              from mainline
48456              
48457              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
48458              to be fatal errors (instead of by default ignoring them, and
48459              ignoring with a bug: even though -w gave an error, the opening [
48460              was left in)  Reported in:
48461              
48462              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
48463              
48464              Subject: [PATCH] split /^/
48465              
48466              MacOS nits from Matthias Neeracher.
48467              
48468              More split() doc and test patches from Mike Guy.
48469              
48470              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
48471              from Graham Barr in the module list.
48472              
48473              docfix from Peter Scott <Peter@PSDT.com>.
48474              
48475              File::Temp patches for VMS and OS/2 from Tim Jenness.
48476              
48477              open() wariness in perlbug.
48478              
48479              Subject: [PATCH] minor doc change - perlguts
48480              
48481              Subject: Minor doc patch: handy.h
48482              
48483              Be wary of close()s, too.
48484              
48485              Further File::Temp patches from Yitzchak Scott-Thoennes
48486              and Craig A. Berry.
48487              
48488              Subject: [PATCH] fixes bug 20000508.004
48489              
48490              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
48491              
48492              Allow "no AutoLoader;", based on change #6444,
48493              suggested by Graham Barr.
48494              
48495              Use setproctitle() if available to modify $0.
48496              
48497              Warn if the version of the operating system used to compile gcc
48498              differs from the current version of the operating system.
48499              Also display the gcc compilation os and version in myconfig.
48500              Inspiration from
48501              
48502              Tiny fixes for #6460.
48503              
48504              The problem described in this
48505              Subject: [ID 20000322.018] named chars aren't magical enough
48506              has been fixed in perl 5.6.0 but just in case added a test
48507              to keep it away.  (The report from Joseph Hall.)
48508              
48509              Tune the comments and hopefully stop a memory leak.
48510              
48511              Subject: UTF8 concat
48512              (with a memory leak fixed, plus a few casts added)
48513              This also seems to help for
48514              Subject: [ID 20000716.015] join UTF8 weirdness
48515              
48516              Do not upgrade SVs into utf8 just because they participate
48517              in eq or cmp.  Reported and fix suggested in
48518              Subject: [ID 20000720.009] sv_eq UTF8 bug
48519              
48520              Fix the HALF_UPGRADE() macro introduced in #6263.
48521              
48522              Find green threads before native threads.
48523              Subject: Re: Patch to jpl/JNI/Makefile.PL
48524      Branch: maint-5.6/perl
48525           !> (integrate 30 files)
48526 ____________________________________________________________________________
48527 [  7881] By: jhi                                   on 2000/11/27  05:48:41
48528         Log: It seems that *both* the unused submatch loop cleanup
48529              codes are needed.
48530      Branch: perl
48531            ! regexec.c
48532 ____________________________________________________________________________
48533 [  7880] By: jhi                                   on 2000/11/27  04:50:07
48534         Log: Clean .exists deeper.
48535      Branch: perl
48536            ! Makefile.SH
48537 ____________________________________________________________________________
48538 [  7879] By: jhi                                   on 2000/11/27  02:31:35
48539         Log: The code in regcppop() (see #7878) contains the correct lower
48540              limit for the unused submatch 'cleanup' loop so that under
48541              "use utf8" the following code wouldn't dump core:
48542              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
48543              the cleanup loop in regtry() stomped beyond allocated area
48544              in the startp[] array.  Therefore, copied the correct lower
48545              loop limit (*PL_reglastparen) to regtry().  Note: something
48546              may still not be quite right: why was the _higher_ loop limit
48547              (prog->nparens) different in the utf8 case?
48548              
48549              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
48550              without core dumps, there were about 17 of them before
48551              the patch (with us since Perl 5.7.0).  Two failures, still:
48552              496 and 505 (though these may not be severe).
48553              
48554              Patch #7881 is also needed since both the cleanup loops
48555              seem to be needed.
48556              
48557              Also, the t/op/pat#44 seems to core dump under utf8.
48558              Plus a couple of failures.  UGH-8.
48559      Branch: perl
48560            ! regexec.c
48561 ____________________________________________________________________________
48562 [  7878] By: jhi                                   on 2000/11/27  02:21:17
48563         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
48564              the code in regcppop() seems to be redundant for the test suite --
48565              but it contains a germ of truth, and it needed for the build
48566              process itself: see #7879 and #7881.
48567      Branch: perl
48568            ! regexec.c
48569 ____________________________________________________________________________
48570 [  7877] By: jhi                                   on 2000/11/27  01:53:09
48571         Log: Comment on comment.
48572      Branch: perl
48573            ! regexec.c
48574 ____________________________________________________________________________
48575 [  7876] By: jhi                                   on 2000/11/27  00:49:59
48576         Log: Adjust the docs to agree with #7875.
48577      Branch: perl
48578            ! pod/perllocale.pod
48579 ____________________________________________________________________________
48580 [  7875] By: jhi                                   on 2000/11/27  00:49:27
48581         Log: Retract #7863.  It makes more sense not to taint formatted output,
48582              not even by sprintf().
48583      Branch: perl
48584            ! sv.c
48585 ____________________________________________________________________________
48586 [  7874] By: jhi                                   on 2000/11/26  23:36:02
48587         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
48588              Not really fixed (should really dump the UTF-8 charclass),
48589              but stopped displaying the garbage.
48590              
48591              Also add a note on the (missing) Unicode PSXSPC and BLANK.
48592      Branch: perl
48593            ! regcomp.c
48594 ____________________________________________________________________________
48595 [  7873] By: jhi                                   on 2000/11/26  21:31:13
48596         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
48597      Branch: perl
48598            ! regexec.c
48599 ____________________________________________________________________________
48600 [  7872] By: jhi                                   on 2000/11/26  21:06:04
48601         Log: No need to scan till infinity, 13 is enough.
48602      Branch: perl
48603            ! handy.h utf8.c
48604 ____________________________________________________________________________
48605 [  7871] By: jhi                                   on 2000/11/26  20:20:32
48606         Log: Test line numbers are different with utf8.
48607      Branch: perl
48608            ! t/op/re_tests
48609 ____________________________________________________________________________
48610 [  7870] By: jhi                                   on 2000/11/26  20:10:12
48611         Log: Message nit.
48612      Branch: perl
48613            ! regcomp.c
48614 ____________________________________________________________________________
48615 [  7869] By: jhi                                   on 2000/11/26  19:01:05
48616         Log: Make utf8_length() and utf8_distance() (the latter of which
48617              is unused at the moment) to be less forgiving about bad UTF-8.
48618      Branch: perl
48619            ! embed.h embed.pl objXSUB.h proto.h utf8.c
48620 ____________________________________________________________________________
48621 [  7868] By: jhi                                   on 2000/11/26  18:45:56
48622         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
48623              From: Benjamin Holzman <bah@ecnvantage.com>
48624              Date: Sat, 25 Nov 2000 20:40:20 -0500       
48625              Message-ID: <20001125204020.A25040@ecnvantage.com>              
48626              
48627              Debian allows installing /usr/bin/locale without installing
48628              any locales, an error message will ensue.
48629      Branch: perl
48630            ! t/pragma/locale.t
48631 ____________________________________________________________________________
48632 [  7867] By: jhi                                   on 2000/11/26  18:31:12
48633         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
48634              From: Benjamin Holzman <bah@ecnvantage.com>
48635              Date: Sun, 26 Nov 2000 02:42:34 -0500
48636              Message-ID: <20001126024234.G25040@ecnvantage.com>
48637              
48638              Patch for the bug 20000212.002.
48639      Branch: perl
48640            ! sv.c t/op/array.t
48641 ____________________________________________________________________________
48642 [  7866] By: jhi                                   on 2000/11/26  18:28:09
48643         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
48644              From: Tim Jenness <t.jenness@jach.hawaii.edu>
48645              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
48646              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
48647              
48648              File::Temp 0.11.
48649      Branch: perl
48650            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
48651 ____________________________________________________________________________
48652 [  7865] By: jhi                                   on 2000/11/26  18:24:22
48653         Log: The metaconfig unit change for #7864.
48654      Branch: metaconfig/U/perl
48655            ! need_va_copy.U
48656 ____________________________________________________________________________
48657 [  7864] By: jhi                                   on 2000/11/26  18:23:41
48658         Log: Make the va_copy() test not to be so talkative.
48659      Branch: perl
48660            ! Configure config_h.SH
48661 ____________________________________________________________________________
48662 [  7863] By: jhi                                   on 2000/11/26  18:11:02
48663         Log: Fix locale inconsistencies unearthed by Hugo's work.
48664              Now the floating point sprintf really does taint the result
48665              string as perllocale promises (has promised for a long time)
48666              if "use locale" is in the lexical scope.
48667      Branch: perl
48668            ! sv.c t/pragma/locale.t
48669 ____________________________________________________________________________
48670 [  7862] By: jhi                                   on 2000/11/26  00:35:15
48671         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
48672              From: Nicholas Clark <nick@ccl4.org>
48673              Date: Sun, 26 Nov 2000 00:07:50 +0000
48674              Message-ID: <20001126000750.A22446@plum.flirble.org>
48675              
48676              Infinit.
48677      Branch: perl
48678            ! sv.c
48679 ____________________________________________________________________________
48680 [  7861] By: jhi                                   on 2000/11/26  00:01:26
48681         Log: Integrate perlio.
48682      Branch: perl
48683           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
48684 ____________________________________________________________________________
48685 [  7860] By: nick                                  on 2000/11/25  22:04:17
48686         Log: Correct relative path from new ext\Filter\Util\Call location
48687              back to miniperl.
48688      Branch: perlio
48689            ! win32/makefile.mk
48690 ____________________________________________________________________________
48691 [  7859] By: nick                                  on 2000/11/25  21:26:54
48692         Log: Integrate mainline.
48693      Branch: perlio
48694           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48695           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48696           +> t/lib/filter-util.t
48697            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48698            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48699            - t/lib/filt-util.t
48700           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
48701           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48702           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
48703           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
48704           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
48705           !> win32/makefile.mk
48706 ____________________________________________________________________________
48707 [  7858] By: gsar                                  on 2000/11/25  20:52:17
48708         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
48709              parent's memory; fix it by keeping track of the actual pad
48710              offset rather than a raw pointer (this change is probably also
48711              relevant to non-ithreads case to avoid fallout from reallocs of
48712              the pad array, but is currently only enabled for the ithreads
48713              case in the interests of minimal disruption to existing "well
48714              tested" code)
48715      Branch: perl
48716            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
48717            ! proto.h scope.c scope.h sv.c t/op/fork.t
48718 ____________________________________________________________________________
48719 [  7857] By: nick                                  on 2000/11/25  20:01:28
48720         Log: All tests pass on Win32/gcc/USE_PERLIO.
48721              - when crlf layer is pushed make unix-level binary.
48722              - remove :crlf injection in pp_backtick in pp_sys.c
48723              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
48724      Branch: perlio
48725            ! doio.c perlio.c pp_sys.c win32/makefile.mk
48726 ____________________________________________________________________________
48727 [  7856] By: jhi                                   on 2000/11/25  18:38:30
48728         Log: Update the metaconfig units for #7855.
48729      Branch: metaconfig/U/perl
48730            ! useperlio.U usesocks.U
48731 ____________________________________________________________________________
48732 [  7855] By: jhi                                   on 2000/11/25  18:37:54
48733         Log: Undo the SOCKS workarounds, instead start using PerlIO
48734              if SOCKS is selected.
48735              
48736              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
48737              From: Jens Hamisch <jens@Strawberry.COM>
48738              Date: Fri, 24 Nov 2000 18:31:30 +0100
48739              Message-ID: <20001124183130.E28337@Strawberry.COM>
48740              
48741              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
48742              From: Jens Hamisch <jens@Strawberry.COM>
48743              Date: Fri, 24 Nov 2000 19:11:51 +0100
48744              Message-ID: <20001124191151.A28753@Strawberry.COM>
48745      Branch: perl
48746            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
48747            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
48748 ____________________________________________________________________________
48749 [  7854] By: jhi                                   on 2000/11/25  17:39:08
48750         Log: Undo #7848.  Some of the code seems to use walkoptree(),
48751              some walkoptree_slow().  An unfinished renaming?
48752              Now the sub is walkoptree() (which is @EXPORT_OK),
48753              the walkoptree_slow() is a typeglob alias to walkoptree.
48754              This makes the tests to pass, at least.
48755      Branch: perl
48756            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
48757 ____________________________________________________________________________
48758 [  7853] By: nick                                  on 2000/11/24  22:24:33
48759         Log: Re-arrange crlf vs binary for platforms that care.
48760              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
48761              Lip-service to making stdio layer work on such platfroms (untested).
48762              Now fails 3 tests rather than one, checkin to see if I can debug 
48763              the issue under linux. (Do not merge.)
48764      Branch: perlio
48765            ! doio.c perlio.c perliol.h
48766 ____________________________________________________________________________
48767 [  7852] By: jhi                                   on 2000/11/24  18:57:39
48768         Log: AUTHORS edits.
48769      Branch: perl
48770            ! AUTHORS
48771 ____________________________________________________________________________
48772 [  7851] By: jhi                                   on 2000/11/24  17:34:56
48773         Log: Add Jan-Erik Karlsson.
48774      Branch: perl
48775            ! AUTHORS
48776 ____________________________________________________________________________
48777 [  7850] By: jhi                                   on 2000/11/24  17:27:56
48778         Log: Configure should find stdchar on its own.
48779      Branch: perl
48780            ! hints/solaris_2.sh
48781 ____________________________________________________________________________
48782 [  7849] By: jhi                                   on 2000/11/24  17:24:55
48783         Log: Subject: PATCH over 7848: Filter test flawed
48784              From: andreas.koenig@anima.de (Andreas J. Koenig)
48785              Date: 24 Nov 2000 10:28:29 +0100
48786              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
48787      Branch: perl
48788            ! t/lib/filter-util.t
48789 ____________________________________________________________________________
48790 [  7848] By: jhi                                   on 2000/11/24  17:22:15
48791         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
48792              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
48793              Date: Fri, 24 Nov 2000 16:12:58 +0000
48794              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
48795      Branch: perl
48796            ! ext/B/B.pm
48797 ____________________________________________________________________________
48798 [  7847] By: jhi                                   on 2000/11/24  03:07:01
48799         Log: Integrate perlio.
48800      Branch: perl
48801           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48802           !> win32/makefile.mk
48803 ____________________________________________________________________________
48804 [  7846] By: gsar                                  on 2000/11/24  00:55:57
48805         Log: integrate changes#6415..6418,6420..6438 from mainline
48806              
48807              Fix the bitvector ops for utf8 (tricky since past 7 bits
48808              the utf8 'characters' can be more than one octet).
48809              
48810              MPE/ix updates for perl 5.6.0 from Mark Bixby.
48811              
48812              Subject: SDBM_File documentation
48813              
48814              Detypo.
48815              
48816              Decutandpasto.
48817              
48818              Send all installperl messages to STDERR and be -w clean.
48819              
48820              Out-of-date note removed.
48821              
48822              Protect against "wild next"s, that is, callbacks doing "next"
48823              instead of "return".
48824              
48825              Use STDOUT consistently.
48826              
48827              The output might have been produced in the wrong order.
48828              
48829              A missing 'break' after the [[:space:]] switch case.
48830              
48831              Add tests for
48832              [ID 19991110.003] another matching finding by pcre author
48833              which has already been fixed by some patch, as verified in
48834              
48835              Documentation to explain the behaviour of map().
48836              
48837              Add an optimization for map-maps-a-list-element-to-more-list-elements
48838              case, but add also notes explaining the relationship of this
48839              patch and the earlier notes by Sarathy.
48840              
48841              Subject: [ID 20000716.023] syslog test fails without sockets
48842              
48843              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
48844              Test cases for #6431.
48845              
48846              File::Spec::VMS fixup for tmpdir from Craig Berry.
48847              
48848              Make the "uninit variable" warning to say "concat or string"
48849              or "join or string" when in concat or join .
48850              
48851              Get UTF16 BOMs working.  Patch from
48852              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
48853              
48854              Subject: [PATCH] Make large file tests deal with SIGXFSZ
48855              
48856              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
48857              
48858              Subject: [PATCH] av.c apidoc
48859      Branch: maint-5.6/perl
48860           !> (integrate 43 files)
48861 ____________________________________________________________________________
48862 [  7845] By: gsar                                  on 2000/11/24  00:20:45
48863         Log: integrate changes#6406..6414 from mainline
48864              
48865              Merge perlhacktut into perlhack, update perlguts.
48866              
48867              Fix AutoSplit to use File::Spec the right way in VMS,
48868              from Peter Prymmer.
48869              
48870              The bug report
48871              [ID 19991110.002] minimal matching discrepancy found by pcre author
48872              seems to have been fixed (though differently from what was suggested
48873              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
48874              
48875              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
48876              not in pod, from Peter Prymmer
48877              
48878              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
48879              From: Hugo <hv@crypt.compulink.co.uk>
48880              Date: Fri, 14 Jul 2000 23:05:20 +0100
48881              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
48882              
48883              Didn't anymore apply, but that point still could use another fix.
48884              
48885              lib/b test fixes from Peter Prymmer.
48886              
48887              More docs for sv functions.
48888              
48889              perlvms.pod whitespace cleanup to keep pod utils happy.
48890              
48891              another VMS build tweak from Peter Prymmer
48892      Branch: maint-5.6/perl
48893           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
48894           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
48895           !> vms/descrip_mms.template vms/perlvms.pod
48896 ____________________________________________________________________________
48897 [  7844] By: nick                                  on 2000/11/23  23:42:45
48898         Log: Win32/perlio Now just fails one io/argv.t test - lack 
48899              of default :crlf on standard streams.
48900      Branch: perlio
48901            ! doio.c perlio.c
48902 ____________________________________________________________________________
48903 [  7843] By: nick                                  on 2000/11/23  23:04:05
48904         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
48905              peek fail is showing a real problem (multiple crlf layers
48906              are getting pushed.)
48907      Branch: perlio
48908            ! doio.c perlio.c win32/makefile.mk
48909 ____________________________________________________________________________
48910 [  7842] By: nick                                  on 2000/11/23  19:46:23
48911         Log: Implement PerlIO_binmode()
48912              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
48913              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
48914              make binmode in t/lib/io_tell.t unconditional so that works.
48915              Checkin just so Win32 machine can see these changes.
48916      Branch: perlio
48917            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
48918 ____________________________________________________________________________
48919 [  7841] By: jhi                                   on 2000/11/23  19:30:00
48920         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
48921      Branch: perl
48922            ! README.amiga
48923 ____________________________________________________________________________
48924 [  7840] By: jhi                                   on 2000/11/23  17:18:02
48925         Log: SOCKS wrestling continues, patches from Jens Hamisch.
48926      Branch: perl
48927            ! doio.c embed.h embed.pl perlsdio.h proto.h
48928 ____________________________________________________________________________
48929 [  7839] By: jhi                                   on 2000/11/23  16:54:14
48930         Log: Push Filter::Util::Call one level deeper.
48931      Branch: perl
48932            + t/lib/filter-util.t
48933           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
48934           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
48935            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48936            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
48937            - t/lib/filt-util.t
48938            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
48939            ! win32/Makefile win32/makefile.mk
48940 ____________________________________________________________________________
48941 [  7838] By: jhi                                   on 2000/11/23  16:52:40
48942         Log: Reach back one higher up when searching for PERL_SRC.
48943      Branch: perl
48944            ! lib/ExtUtils/MM_Unix.pm
48945 ____________________________________________________________________________
48946 [  7837] By: jhi                                   on 2000/11/23  16:05:41
48947         Log: Subject: Re: perl@7826
48948              Date: Thu, 23 Nov 2000 02:20:25 -0600
48949              From: "Craig A. Berry" <craigberry@mac.com>
48950              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
48951              
48952              Make VMS to like Filter::Util::Call. 
48953      Branch: perl
48954            ! configure.com ext/Filter/Util/Makefile.PL
48955 ____________________________________________________________________________
48956 [  7836] By: nick                                  on 2000/11/23  16:04:08
48957         Log: Implement crlf layer - not ready for merge.
48958      Branch: perlio
48959            ! perlio.c win32/makefile.mk
48960 ____________________________________________________________________________
48961 [  7835] By: jhi                                   on 2000/11/23  15:56:52
48962         Log: STDCHAR is different in Sparc v9 vs x86.
48963      Branch: perl
48964            ! hints/solaris_2.sh
48965 ____________________________________________________________________________
48966 [  7834] By: jhi                                   on 2000/11/23  15:50:47
48967         Log: The type needs to be visible to protos.
48968      Branch: perl
48969            ! perl.h
48970 ____________________________________________________________________________
48971 [  7833] By: jhi                                   on 2000/11/23  15:40:46
48972         Log: Finish unfinished SOCKS workaround changes.
48973      Branch: perl
48974            ! doio.c
48975 ____________________________________________________________________________
48976 [  7832] By: jhi                                   on 2000/11/23  15:33:30
48977         Log: Integrate perlio.
48978      Branch: perl
48979           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
48980           !> win32/makefile.mk
48981 ____________________________________________________________________________
48982 [  7831] By: nick                                  on 2000/11/23  10:31:07
48983         Log: Correct makefile.mk dependancies for ext/Filter/Util
48984              Build ext/Encode
48985              Run dmake regen_config_h
48986      Branch: perlio
48987            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
48988            ! win32/makefile.mk
48989 ____________________________________________________________________________
48990 [  7830] By: nick                                  on 2000/11/23  08:05:07
48991         Log: Integrate mainline
48992      Branch: perlio
48993           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
48994           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
48995           +> t/lib/filt-util.pl t/lib/filt-util.t
48996           !> (integrate 41 files)
48997 ____________________________________________________________________________
48998 [  7829] By: gsar                                  on 2000/11/23  03:07:11
48999         Log: build the Filter extension on windows
49000      Branch: perl
49001            ! win32/Makefile win32/makefile.mk
49002 ____________________________________________________________________________
49003 [  7828] By: gsar                                  on 2000/11/23  02:46:35
49004         Log: regenerate win32/config* and fix some inconsistencies in the
49005              makefiles; always export Perl_deb() because it is needed
49006              by ext/re/* (whether perl itself is built with -DDEBUGGING
49007              or not)
49008      Branch: perl
49009            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
49010            ! win32/config_H.vc win32/makefile.mk
49011 ____________________________________________________________________________
49012 [  7827] By: gsar                                  on 2000/11/23  02:18:38
49013         Log: get sources building on windows+MSVC again (untested with other
49014              compilers)
49015      Branch: perl
49016            ! win32/include/sys/socket.h win32/perllib.c
49017 ____________________________________________________________________________
49018 [  7826] By: jhi                                   on 2000/11/23  01:18:26
49019         Log: Update Changes.
49020      Branch: perl
49021            ! Changes patchlevel.h
49022 ____________________________________________________________________________
49023 [  7825] By: jhi                                   on 2000/11/23  00:20:41
49024         Log: Subject: Re: av.c patch (having slight problems)
49025              From: "Ben Tilly" <ben_tilly@hotmail.com>
49026              Date: Tue, 21 Nov 2000 23:29:31 -0500
49027              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
49028              
49029              unshift() speedup.
49030      Branch: perl
49031            ! av.c
49032 ____________________________________________________________________________
49033 [  7824] By: jhi                                   on 2000/11/22  23:59:15
49034         Log: Fixes for signedness warnings noticed by VMSperlers.
49035      Branch: perl
49036            ! ext/Storable/Storable.xs regcomp.c sv.c
49037 ____________________________________________________________________________
49038 [  7823] By: jhi                                   on 2000/11/22  23:19:31
49039         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
49040              From: Peter Prymmer <pvhp@forte.com>
49041              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
49042              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
49043      Branch: perl
49044            ! t/pragma/warn/pp_hot
49045 ____________________________________________________________________________
49046 [  7822] By: jhi                                   on 2000/11/22  22:52:20
49047         Log: Be clean.
49048      Branch: perl
49049            ! Makefile.SH
49050 ____________________________________________________________________________
49051 [  7821] By: jhi                                   on 2000/11/22  22:46:39
49052         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
49053              by Damian Conway, as suggested by Paul Marquess.
49054      Branch: perl
49055            + lib/Filter/Simple.pm
49056 ____________________________________________________________________________
49057 [  7820] By: jhi                                   on 2000/11/22  22:45:51
49058         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
49059      Branch: perl
49060            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
49061            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
49062            + t/lib/filt-util.t
49063            ! MANIFEST
49064 ____________________________________________________________________________
49065 [  7819] By: jhi                                   on 2000/11/22  22:03:27
49066         Log: Integrate perlio.
49067      Branch: perl
49068           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
49069           !> win32/makefile.mk
49070 ____________________________________________________________________________
49071 [  7818] By: jhi                                   on 2000/11/22  21:56:02
49072         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
49073      Branch: perl
49074            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
49075            ! t/lib/io_sock.t
49076 ____________________________________________________________________________
49077 [  7817] By: jhi                                   on 2000/11/22  21:39:49
49078         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
49079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49080              Date: Wed, 22 Nov 2000 16:08:12 -0500
49081              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
49082      Branch: perl
49083            ! lib/ExtUtils/Liblist.pm
49084 ____________________________________________________________________________
49085 [  7816] By: jhi                                   on 2000/11/22  21:38:25
49086         Log: Go ahead and #include <unistd.h> in perl.h.
49087      Branch: perl
49088            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
49089            ! util.c
49090 ____________________________________________________________________________
49091 [  7815] By: jhi                                   on 2000/11/22  21:22:52
49092         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
49093              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49094              Date: Mon, 20 Nov 2000 18:30:52 -0500
49095              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
49096      Branch: perl
49097            ! pod/perlre.pod regcomp.c t/op/re_tests
49098 ____________________________________________________________________________
49099 [  7814] By: jhi                                   on 2000/11/22  21:21:46
49100         Log: Subject: [PATCH 5.7.0] Liblist finally works
49101              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49102              Date: Tue, 21 Nov 2000 22:02:17 -0500
49103              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
49104      Branch: perl
49105            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
49106            ! lib/ExtUtils/MakeMaker.pm
49107 ____________________________________________________________________________
49108 [  7813] By: jhi                                   on 2000/11/22  21:20:23
49109         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
49110              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49111              Date: Wed, 22 Nov 2000 17:53:15 +0100
49112              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
49113              
49114              AIX dynaloader and perlio patch.
49115      Branch: perl
49116            ! ext/DynaLoader/dl_aix.xs
49117 ____________________________________________________________________________
49118 [  7812] By: jhi                                   on 2000/11/22  21:17:52
49119         Log: (Accidentally empty patch.)
49120      Branch: perl
49121            ! av.c
49122 ____________________________________________________________________________
49123 [  7811] By: jhi                                   on 2000/11/22  21:16:31
49124         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
49125              From: Peter Prymmer <pvhp@forte.com>
49126              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
49127              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
49128      Branch: perl
49129            ! vms/test.com
49130 ____________________________________________________________________________
49131 [  7810] By: jhi                                   on 2000/11/22  21:15:36
49132         Log: Subject: Re: perl@7777 
49133              From: "John P. Linderman" <jpl@research.att.com>
49134              Date: Wed, 22 Nov 2000 13:11:11 -0500
49135              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
49136              
49137              Detypoing.
49138      Branch: perl
49139            ! lib/CPAN.pm
49140 ____________________________________________________________________________
49141 [  7809] By: jhi                                   on 2000/11/22  21:14:19
49142         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
49143              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49144              Date:     Wed, 22 Nov 2000 13:51:37 EST
49145              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
49146      Branch: perl
49147            ! perlsdio.h
49148 ____________________________________________________________________________
49149 [  7808] By: jhi                                   on 2000/11/22  21:13:27
49150         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
49151              From: Casey Tweten <crt@kiski.net>
49152              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
49153              Message-Id: <200011201653.LAA10194@home.kiski.net>
49154      Branch: perl
49155            ! t/lib/io_udp.t
49156 ____________________________________________________________________________
49157 [  7807] By: jhi                                   on 2000/11/22  21:12:35
49158         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
49159              From: Casey Tweten <crt@kiski.net>
49160              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
49161              Message-Id: <200011201636.LAA07227@home.kiski.net>
49162      Branch: perl
49163            ! t/lib/io_sock.t
49164 ____________________________________________________________________________
49165 [  7806] By: jhi                                   on 2000/11/22  21:10:59
49166         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
49167              From: "Casey R. Tweten" <crt@kiski.net>
49168              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
49169              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
49170      Branch: perl
49171            ! utils/h2xs.PL
49172 ____________________________________________________________________________
49173 [  7805] By: nick                                  on 2000/11/22  21:05:06
49174         Log: Integrate mainline
49175      Branch: perlio
49176           !> Changes Porting/genlog ext/DB_File/DB_File.xs
49177           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
49178           !> utils/perlbug.PL
49179 ____________________________________________________________________________
49180 [  7804] By: jhi                                   on 2000/11/22  21:01:12
49181         Log: Subject: [PATCH] Test.pm POD peculiarity
49182              From: "Casey R. Tweten" <crt@kiski.net>
49183              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
49184              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
49185      Branch: perl
49186            ! lib/Test.pm
49187 ____________________________________________________________________________
49188 [  7803] By: jhi                                   on 2000/11/22  20:59:59
49189         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
49190              From: "Philip Newton" <pnewton@gmx.de>
49191              Date: Wed, 22 Nov 2000 14:25:53 +0100
49192              Message-Id: <3A1BD771.25462.1939FAD@localhost>
49193              
49194              Be case-understanding also on 's', and use the -oi of sendmail
49195              not to terminate the transmission on a lone '.'.
49196      Branch: perl
49197            ! utils/perlbug.PL
49198 ____________________________________________________________________________
49199 [  7802] By: nick                                  on 2000/11/22  20:51:42
49200         Log: Win32 PerlIO intermediate state now working as expected.
49201              - In current state we are still using C runtime in text/binary
49202              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
49203              - PERLIO=stdio and PERLIO=unix pass all expected tests.
49204              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
49205              and PerlIO_seek() and the dummy crlf layer is not making adjustments
49206              for CRLF translation happening in C runtime. All other tests pass.
49207              
49208              Added note to README.win32 to point out the snags of doing a perl build
49209              with Norton AntiVirus turned on.
49210              
49211              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
49212              which file a fail comes from.
49213              
49214              Updated "canned" config.h to match the one generated.
49215      Branch: perlio
49216            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
49217            ! win32/makefile.mk
49218 ____________________________________________________________________________
49219 [  7801] By: jhi                                   on 2000/11/22  06:50:20
49220         Log: Nickety nits.
49221      Branch: perl
49222            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
49223 ____________________________________________________________________________
49224 [  7800] By: jhi                                   on 2000/11/22  01:29:55
49225         Log: Changes had accidentally gone too silent on non-main branches.
49226      Branch: perl
49227            ! Changes Porting/genlog patchlevel.h
49228 ____________________________________________________________________________
49229 [  7799] By: gsar                                  on 2000/11/22  01:02:56
49230         Log: some lib_pm.PL changes snuck in via change#7772
49231      Branch: maint-5.6/perl
49232            ! Makefile.SH
49233 ____________________________________________________________________________
49234 [  7798] By: nick                                  on 2000/11/21  21:59:40
49235         Log: Integrate mainline
49236      Branch: perlio
49237           !> (integrate 28 files)
49238 ____________________________________________________________________________
49239 [  7797] By: jhi                                   on 2000/11/21  21:01:45
49240         Log: Integrate perlio.
49241      Branch: perl
49242           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
49243 ____________________________________________________________________________
49244 [  7796] By: nick                                  on 2000/11/21  20:36:22
49245         Log: Win32 builds and runs (mostly) with USE_PERLIO.
49246              PERLIO=perlio passes all tests. 
49247              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
49248      Branch: perlio
49249            ! perlio.c win32/perllib.c win32/win32.c
49250 ____________________________________________________________________________
49251 [  7795] By: jhi                                   on 2000/11/21  19:03:44
49252         Log: Update Changes.
49253      Branch: perl
49254            ! Changes patchlevel.h
49255 ____________________________________________________________________________
49256 [  7794] By: jhi                                   on 2000/11/21  18:56:34
49257         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
49258              From: "Craig A. Berry" <craigberry@mac.com>
49259              Date: Mon, 20 Nov 2000 20:27:06 -0600
49260              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
49261              
49262              A cut-and-pasto.
49263      Branch: perl
49264            ! perlio.h
49265 ____________________________________________________________________________
49266 [  7793] By: jhi                                   on 2000/11/21  18:54:41
49267         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
49268              From: Dominic Dunlop <domo@computer.org> 
49269              Date: Mon, 20 Nov 2000 18:55:29 +0100
49270              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
49271              
49272              va_copy() and the need of it.
49273              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
49274      Branch: metaconfig/U/perl
49275            + need_va_copy.U
49276      Branch: perl
49277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49278            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
49279            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
49280            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49281            ! win32/config.bc win32/config.gc win32/config.vc
49282 ____________________________________________________________________________
49283 [  7792] By: jhi                                   on 2000/11/21  17:04:10
49284         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
49285      Branch: perl
49286           !> scope.h
49287 ____________________________________________________________________________
49288 [  7791] By: jhi                                   on 2000/11/21  17:01:16
49289         Log: Export the SOCKS workaround symbols only if necessary.
49290      Branch: perl
49291            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
49292 ____________________________________________________________________________
49293 [  7790] By: nick                                  on 2000/11/20  23:57:11
49294         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
49295      Branch: perlio
49296            ! scope.h
49297 ____________________________________________________________________________
49298 [  7789] By: nick                                  on 2000/11/20  23:38:33
49299         Log: Integrate mainline
49300      Branch: perlio
49301           +> lib/File/Spec/Epoc.pm
49302           !> (integrate 34 files)
49303 ____________________________________________________________________________
49304 [  7788] By: nick                                  on 2000/11/20  23:20:18
49305         Log: Make extra buffer layer work (dummy crlf layer)
49306      Branch: perlio
49307            ! doio.c perlio.c perlio.h
49308 ____________________________________________________________________________
49309 [  7787] By: jhi                                   on 2000/11/20  22:44:04
49310         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
49311              From: Peter Prymmer <pvhp@forte.com>
49312              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
49313              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
49314      Branch: perl
49315            ! t/pragma/locale.t
49316 ____________________________________________________________________________
49317 [  7786] By: jhi                                   on 2000/11/20  22:29:10
49318         Log: Subject: DOC PATCH 5.6.0 perlreftut
49319              From: mjd@plover.com
49320              Date: 20 Nov 2000 19:45:06 -0000
49321              Message-ID: <20001120194506.9505.qmail@plover.com>
49322      Branch: perl
49323            ! pod/perlreftut.pod
49324 ____________________________________________________________________________
49325 [  7785] By: jhi                                   on 2000/11/20  22:27:44
49326         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
49327              From: David Dyck <dcd@tc.fluke.com>
49328              Date: Mon, 20 Nov 2000 11:43:40 -0800
49329              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
49330      Branch: perl
49331            ! lib/Cwd.pm
49332 ____________________________________________________________________________
49333 [  7784] By: jhi                                   on 2000/11/20  22:23:21
49334         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
49335              Date: Mon, 20 Nov 2000 17:06:10 -0500
49336              To: Mailing list Perl5 <perl5-porters@perl.org>
49337              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
49338      Branch: perl
49339            ! pp_ctl.c t/op/pat.t
49340 ____________________________________________________________________________
49341 [  7783] By: jhi                                   on 2000/11/20  22:11:18
49342         Log: Subject: [PATCH] doop.c - UTF8 tr///               
49343              From: Simon Cozens <simon@cozens.net>
49344              Date: Sat, 18 Nov 2000 18:49:30 +0000
49345              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
49346              
49347              Subject: Re: [PATCH] doop.c - UTF8 tr///           
49348              From: Simon Cozens <simon@cozens.net>
49349              Date: Mon, 20 Nov 2000 20:45:22 +0000
49350              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
49351              
49352              Make tr on UTF-8 better but still not correct.
49353      Branch: perl
49354            ! doop.c
49355 ____________________________________________________________________________
49356 [  7782] By: jhi                                   on 2000/11/20  22:02:16
49357         Log: Remove the shared object before attempting to create
49358              (by linking) a new one.  E.g. in AIX not removing
49359              becomes quite painful if one tries to do more than one
49360              build in the same tree (an interrupted build, for example),
49361              since the AIX' shared dynaloader seemingly keeps the shared
49362              objects open and therefore 'busy' for quite a while, even when
49363              nobody is using the objects, leading into link failures.
49364      Branch: perl
49365            ! lib/ExtUtils/MM_Unix.pm
49366 ____________________________________________________________________________
49367 [  7781] By: gsar                                  on 2000/11/20  19:02:55
49368         Log: type mismatch due to faulty integration
49369      Branch: maint-5.6/perl
49370            ! toke.c win32/Makefile
49371 ____________________________________________________________________________
49372 [  7780] By: gsar                                  on 2000/11/20  17:31:55
49373         Log: integrate changes#6392,6394..6399,6401..6404
49374              
49375              The {multiplier} of a fixed substring was overlooked which
49376              caused a wrong initial search offset for that substring.
49377              
49378              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
49379              From: Hugo <hv@crypt.compulink.co.uk>
49380              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
49381              Date: Thu, 13 Jul 2000 19:27:13 +0100
49382              
49383              Fix the BOM bug: not a byteorder bug, a signedness bug.
49384              
49385              Replace change #6337 with a better one.
49386              
49387              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49388              From: Hugo <hv@crypt.compulink.co.uk>
49389              Date: Fri, 14 Jul 2000 04:16:20 +0100
49390              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
49391              
49392              MakeMaker should not remove editor backups (*~) on `make clean`
49393              by default (completes change#6383)
49394              
49395              move new variables to the end of the interpreter structure (for
49396              bincompat in code that doesn't #include XSUB.h)
49397              
49398              rename totally bletcherous SvLOCK() thingy (doesn't do what the
49399              name suggests anyway)
49400              
49401              various cleanups (typos, misformatted code, and small bugs)
49402              
49403              typecasts needed for change#6394
49404              
49405              typos in change#6399, regen headers
49406              
49407              inconsistent types needs casts
49408              
49409              PERL_OBJECT build tweaks
49410      Branch: maint-5.6/perl
49411           !> MANIFEST doop.c embed.h embed.pl embedvar.h
49412           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
49413           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
49414           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
49415           !> toke.c util.c
49416 ____________________________________________________________________________
49417 [  7779] By: gsar                                  on 2000/11/20  17:06:29
49418         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
49419              
49420              Cosmetics and perldelta.
49421              
49422              Fix nits noticed by Boston.pm.
49423              
49424              Do the cc sanity check both before the hints and
49425              after the cc selction.
49426              
49427              get sprintf.t to adjust properly for 3-digit exponents
49428              
49429              don't clobber *.orig files on *clean targets
49430              
49431              fix bugs in processing %v-*d and similar format specs (from
49432              Avi Finkel <avi@finkel.org>)
49433              
49434              sprintf test tweaks (from Dominic Dunlop)
49435              
49436              new selfloader.t in change#6183 doesn't close DATA handles,
49437              and thus fails to clean up tmp files on dosish platforms
49438              
49439              typos (spotted by Peter Prymmer)
49440              
49441              typo fix from Craig Berry
49442      Branch: maint-5.6/perl
49443           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
49444           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
49445           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
49446           !> x2p/Makefile.SH
49447 ____________________________________________________________________________
49448 [  7778] By: gsar                                  on 2000/11/20  16:46:51
49449         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
49450              
49451              Subject: Re: format bug report  [Patch]
49452              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49453              Date: Wed, 05 Jul 2000 13:12:52 +0200
49454              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
49455              
49456              Subject: Re: format bug report  [Patch]
49457              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49458              Date: Wed, 05 Jul 2000 14:10:01 +0200
49459              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
49460              
49461              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
49462              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49463              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
49464              Date: Fri, 07 Jul 2000 17:57:16 +0100
49465              
49466              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
49467              To: perl5-porters@perl.org
49468              From: Karsten Sperling <spiff@phreax.net>
49469              Date: Mon, 10 Jul 2000 15:12:52 +0200
49470              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
49471              
49472              README.posix-bc podified from Thomas Dorner.
49473              
49474              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
49475              From: Dominic Dunlop <domo@computer.org>
49476              Date: Tue, 11 Jul 2000 12:27:33 +0200
49477              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
49478              
49479              Typo in #6341.
49480              
49481              Fix for
49482              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
49483              From: Roderick Schertler <roderick@argon.org>
49484              Date: Tue, 11 Jul 2000 13:55:05 -0400
49485              Message-Id: <200007111755.NAA05077@jones.argon.org>
49486              
49487              Minor cleanups on the booklist.
49488              
49489              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
49490              regen perltoc.
49491              
49492              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
49493      Branch: maint-5.6/perl
49494           +> pod/perlbook.pod
49495           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
49496           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
49497           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
49498 ____________________________________________________________________________
49499 [  7777] By: jhi                                   on 2000/11/20  16:08:49
49500         Log: Update Changes.
49501      Branch: perl
49502            ! Changes patchlevel.h
49503 ____________________________________________________________________________
49504 [  7776] By: jhi                                   on 2000/11/20  15:27:56
49505         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
49506              This may be overly harsh but until proven otherwise, we think this
49507              way, or until we have a simple test for Configure (having to start
49508              up servers is does not count as simple) to check for the problems.
49509      Branch: perl
49510            ! perl.h
49511 ____________________________________________________________________________
49512 [  7775] By: jhi                                   on 2000/11/20  15:22:17
49513         Log: Solaris hints tweaks.
49514      Branch: perl
49515            ! hints/solaris_2.sh
49516 ____________________________________________________________________________
49517 [  7774] By: jhi                                   on 2000/11/20  15:01:20
49518         Log: Add a workaround to SOCKS 64-bit problems.
49519      Branch: perl
49520            ! doio.c embed.h embed.pl perlsdio.h proto.h
49521 ____________________________________________________________________________
49522 [  7773] By: jhi                                   on 2000/11/20  14:51:47
49523         Log: sysseek() instead of seek().
49524      Branch: perl
49525            ! t/lib/syslfs.t
49526 ____________________________________________________________________________
49527 [  7772] By: gsar                                  on 2000/11/20  13:06:23
49528         Log: integrate changes#6315..6319,6321..6331,6333..6338
49529              
49530              Integrate with Sarathy, preliminary fix for unicos
49531              alignment problems in [ID 20000612.002] Perl problem on Cray system.
49532              
49533              some debugger output does not go to the socket when RemotePort is set
49534              
49535              winsock cleanup never done on Windows (leads to handle leaks)
49536              
49537              fix UNC path handling on Windows under ithreads, and chdir()
49538              return value when given a non-existent directory
49539              
49540              Autogenerate pod/Makefile and pod/buildtoc.
49541              buildtoc also checks whether the existin pods are
49542              mentioned in MANIFEST and perl.pod, and vice versa.
49543              (None of the thusly found discrepancies fixed yet.)
49544              roffitall also needs to be autogenerated similarly but it
49545              seems so badly out of date that I didn't touch it yet.
49546              
49547              Config is being used.
49548              
49549              Add =head1 NAMEs so that buildtoc is happy.
49550              (The CGI::Util nit reported to Lincoln.)
49551              
49552              Fix complaints of buildtoc.
49553              
49554              Fix the alignment problem in Crays ([ID 20000612.002]).
49555              
49556              Remove perlbook, update perlfaq book listing,
49557              rearrange perl.pod, regenerate perltoc.
49558              
49559              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
49560              was cast to an unsigned (32-bit) integer with wild abandon.
49561              
49562              winsock options weren't being set in all threads under ithreads
49563              (caused send()s from second and subsequent threads to fail)
49564              
49565              accept() leaks memory on windows due to incorrect ordering of
49566              closesocket() and fclose() calls
49567              
49568              Reorder perl.pod once more.
49569              
49570              More POSIX.pod tweaks.
49571              
49572              Sprinkle ldlibpath.
49573              
49574              Precedence goof, fix based on
49575              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
49576              From: Hugo <hv@crypt.compulink.co.uk>
49577              Date: Tue, 11 Jul 2000 12:52:38 +0100
49578              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
49579              
49580              Subject: PATCH perlguts.pod: Document D and d magic types
49581              From: mjd@plover.com
49582              Date: 5 Jul 2000 18:01:51 -0000
49583              Message-ID: <20000705180151.29413.qmail@plover.com>
49584              
49585              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
49586              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
49587              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
49588              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
49589              
49590              Subject: [PATCH cfgperl] $& segfaults if you trick it
49591              From: simon@brecon.co.uk (Simon Cozens)
49592              Date: 7 Jul 2000 11:26:09 GMT
49593              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
49594              
49595              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
49596              From: Hugo <hv@crypt.compulink.co.uk>
49597              Date: Tue, 11 Jul 2000 12:44:50 +0100
49598              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
49599              
49600              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
49601              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49602              Date: Tue, 11 Jul 2000 13:50:51 +0100
49603              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
49604      Branch: maint-5.6/perl
49605           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
49606           +> pod/buildtoc.PL
49607            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
49608           !> (integrate 26 files)
49609 ____________________________________________________________________________
49610 [  7771] By: gsar                                  on 2000/11/20  12:31:42
49611         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
49612              6310,6311,6314
49613              
49614              Subject: [PATCH bleedperl] File::Spec 0.82 beta
49615              From: Barrie Slaymaker <barries@jester.slaysys.com>
49616              Date: Wed, 28 Jun 2000 11:35:29 -0400
49617              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
49618              
49619              tweak perlembed for multiplicity/usethreads sanity; correct notes
49620              about Windows
49621              
49622              localize %INC in a Safe compartment so that use/require work
49623              (many other magic globals probably need similar treatment)
49624              
49625              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
49626              when @_ is modified, causing coredumps
49627              
49628              slurp mode fix in change#4736 still not quite right
49629              
49630              Point to perlipc for more SysV IPC examples.
49631              
49632              Elaborate POSIX.pod.  Still needs work.
49633              
49634              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
49635              
49636              fix large memory leak that has been around for ever, masked by
49637              -DPURIFY (most of the arenas were never freed!)
49638              
49639              fix memory leak on Windows (PL_sys_intern contents were never
49640              freed)
49641              
49642              PERL_OBJECT build tweak
49643              
49644              adjust change#6299
49645              
49646              remove rel2abs prototypes (from Barrie Slaymaker)
49647              
49648              missing perldiag entry for unpack("w",...) diagnostic (from
49649              Andreas Koenig)
49650              
49651              better diagnostic on Frob->stuff() when Frob:: doesn't exist
49652              (from Richard Soderberg <rs@oregonnet.com>)
49653              
49654              Win32 patches for cfgperl from Sarathy.
49655              
49656              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
49657              
49658              More POSIX.pod embellishment.
49659              
49660              tyop in change#6306
49661      Branch: maint-5.6/perl
49662           !> (integrate 44 files)
49663 ____________________________________________________________________________
49664 [  7770] By: gsar                                  on 2000/11/20  11:51:00
49665         Log: integrate changes#6268..6282 from cfgperl branch
49666              
49667              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
49668              From: Dominic Dunlop <domo@computer.org>
49669              Date: Thu, 29 Jun 2000 12:32:39 +0200
49670              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
49671              
49672              Regen headers for #6261 (and update embed.pl for this) and #6267,
49673              silence few compiler warnings.
49674              
49675              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
49676              From: Nicholas Clark <nick@talking.bollo.cx>
49677              Date: Fri, 23 Jun 2000 16:21:15 +0100
49678              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
49679              
49680              Subject: PATCH pod/perltie.pod
49681              From: Ian Phillipps <Ian.Phillipps@iname.com>
49682              Date: Fri, 16 Jun 2000 00:17:19 +0100
49683              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
49684              (only the first hunk, the second hunk had already been done
49685              by some other patch)
49686              
49687              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
49688              From: Tom Phoenix <rootbeer@redcat.com>
49689              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
49690              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
49691              
49692              Subject: [PATCH] xsub attributes
49693              From: Doug MacEachern <dougm@covalent.net>
49694              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
49695              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
49696              
49697              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
49698              From: Andy Dougherty <doughera@lafayette.edu>
49699              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
49700              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
49701              
49702              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
49703              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49704              Date: Tue, 13 Jun 2000 02:43:48 -0500
49705              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
49706              
49707              Subject: [PATCH] Re: eval documentation: context
49708              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49709              Date: Mon, 12 Jun 2000 15:07:29 +0100
49710              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
49711              
49712              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
49713              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
49714              Date: Mon, 12 Jun 2000 14:55:59 +0100
49715              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
49716              
49717              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
49718              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
49719              Date: Fri, 09 Jun 2000 12:39:27 -0400
49720              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
49721              (plus update the version "number" of Text::Wrap)
49722              
49723              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
49724              From: Tim Ayers <tayers@bridge.com>
49725              Date: Thu, 08 Jun 2000 08:11:06 +0200
49726              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
49727              [resent by Richard Foley, Message-Id probably wrong]
49728              
49729              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
49730              From: rspier@pobox.com (Robert Spier)
49731              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
49732              Message-ID: <14654.31913.845602.610277@rls.cx>
49733              
49734              Subject: [PATCH 5.6.0] utils/h2xs.PL
49735              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
49736              Date: Wed, 7 Jun 2000 04:02:04 -0500
49737              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
49738              
49739              Subject: [PATCH 5.6.0]ITHREADs for VMS
49740              From: Dan Sugalski <dan@sidhe.org>
49741              Date: Tue, 06 Jun 2000 11:59:50 -0400
49742              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
49743      Branch: maint-5.6/perl
49744           !> (integrate 31 files)
49745 ____________________________________________________________________________
49746 [  7769] By: gsar                                  on 2000/11/20  11:29:06
49747         Log: integrate changes#6261..6266 from cfgperl
49748              
49749              Subject: Re: [PATCH cfgperl] BOMs away!
49750              From: simon@brecon.co.uk (Simon Cozens)
49751              Date: 17 Jun 2000 11:49:57 GMT
49752              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
49753              
49754              Subject: 5.6.0 Patch for EPOC
49755              From: Olaf Flebbe <o.flebbe@gmx.de>
49756              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
49757              Message-ID: <23449.960929969@www11.gmx.net>
49758              
49759              tr fixes from Simon Cozens
49760              
49761              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
49762              From: Marty Lucich <marty@netcom.com>
49763              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
49764              Message-Id: <200006282116.OAA11148@netcom.com>
49765              ccdlflags update (the BSD/OS 4.1 part had already been taken
49766              care of by #6141).
49767              
49768              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
49769              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49770              Date: Wed, 28 Jun 2000 17:50:12 -0700
49771              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
49772              
49773              Subject: [PATCH 5.6.0] cygwin port
49774              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
49775              From: "Fifer, Eric" <EFifer@sanwaint.com>
49776              Date: Thu, 29 Jun 2000 12:58:29 +0100
49777      Branch: maint-5.6/perl
49778           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
49779           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
49780           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
49781           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
49782 ____________________________________________________________________________
49783 [  7768] By: gsar                                  on 2000/11/20  11:13:44
49784         Log: integrate changes#6252..6256,6259..6260
49785              
49786              Paranoia tweak on #6249.
49787              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49788              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
49789              Date: Sun, 25 Jun 2000 23:43:12 -0400
49790              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
49791              
49792              Subject: tr///, help wanted.
49793              From: simon@brecon.co.uk (Simon Cozens)
49794              Date: 28 Jun 2000 11:29:04 GMT
49795              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
49796              
49797              small thinko tweaks
49798              
49799              tweaks from Simon Conzes to further fix tr/// under utf8
49800              
49801              perlnewmod was missing from MANIFEST.
49802              
49803              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
49804              From: simon@brecon.co.uk (Simon Cozens)
49805              Date: 17 Jun 2000 11:56:44 GMT
49806              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
49807              pack U0, pack C0
49808      Branch: maint-5.6/perl
49809           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
49810           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
49811           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
49812           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
49813 ____________________________________________________________________________
49814 [  7767] By: gsar                                  on 2000/11/20  10:51:38
49815         Log: integrate change#6250 from cfgperl
49816              
49817              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
49818              From: Doug MacEachern <dougm@covalent.net>
49819              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
49820              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
49821      Branch: maint-5.6/perl
49822           +> t/op/my_stash.t
49823           !> MANIFEST embed.pl global.sym proto.h toke.c
49824 ____________________________________________________________________________
49825 [  7766] By: gsar                                  on 2000/11/20  10:48:34
49826         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
49827              
49828              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
49829              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49830              Date: Mon, 26 Jun 2000 18:40:14 +0100
49831              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
49832              
49833              Subject: [PATCH] bytes<->utf8 fixes
49834              From: simon@brecon.co.uk (Simon Cozens)
49835              Date: 26 Jun 2000 04:55:45 GMT
49836              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
49837              
49838              Subject: [PATCH] is_utf8_string
49839              From: simon@brecon.co.uk (Simon Cozens)
49840              Date: 26 Jun 2000 02:25:59 GMT
49841              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
49842              
49843              Subject: [PATCH] avoid mg_ptr in '*' magic
49844              From: Doug MacEachern <dougm@covalent.net>
49845              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
49846              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
49847              
49848              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
49849              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
49850              Date: Sat, 24 Jun 2000 13:06:20 +0100
49851              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
49852              
49853              Allow for standalone testing.
49854              
49855              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
49856              From: Mark-Jason Dominus <mjd@plover.com>
49857              Date: Tue, 27 Jun 2000 22:36:42 -0400
49858              Message-ID: <20000628023642.12166.qmail@plover.com>
49859              
49860              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
49861              From: Frank Tobin <ftobin@uiuc.edu>
49862              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
49863              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
49864      Branch: maint-5.6/perl
49865           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
49866           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
49867           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
49868           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
49869           !> utf8.c utils/h2xs.PL
49870 ____________________________________________________________________________
49871 [  7765] By: gsar                                  on 2000/11/20  10:29:13
49872         Log: integrate change#6239 from cfgperl
49873              
49874              Configure maintenance.  Sever some dependency cycles,
49875              separate gccversion from the cc unit,
49876              address [ID 20000623.006] Configure script patch for using gcc on AIX
49877              (but solve it a little bit differently),
49878              unduplex some accidentally duplicated units,
49879              suggest using gcc if no cc available
49880              (p5p thread: "Solaris configure: counterproposal", 1999-09)
49881      Branch: maint-5.6/perl
49882           !> Configure Todo-5.6 config_h.SH
49883 ____________________________________________________________________________
49884 [  7764] By: gsar                                  on 2000/11/20  10:25:55
49885         Log: integrate changes#6233..6238 from cfgperl
49886              
49887              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
49888              From: Mark-Jason Dominus <mjd@plover.com>
49889              Date: Fri, 16 Jun 2000 20:53:04 -0400
49890              Message-ID: <20000617005304.8008.qmail@plover.com>
49891              
49892              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
49893              because when run as services (Win32ese for daemons)
49894              no environment variables are set and tmpdir ends up as /tmp,
49895              which is ambiguous.
49896              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
49897              From: matt@sergeant.org
49898              Date: 16 Jun 2000 16:30:43 -0000
49899              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
49900              
49901              The thread begun by
49902              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
49903              From: Kevin.Ruscoe@ubsw.com
49904              Date: Fri, 16 Jun 2000 16:38:51 +0100
49905              Message-Id: <H000019b03c300d6@MHS>
49906              
49907              Tweak embed.pl, regen headers.
49908              
49909              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
49910              From: Dan Sugalski <dan@sidhe.org>
49911              Date: Fri, 23 Jun 2000 17:00:00 -0400
49912              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
49913      Branch: maint-5.6/perl
49914           !> (integrate 27 files)
49915 ____________________________________________________________________________
49916 [  7763] By: gsar                                  on 2000/11/20  10:08:08
49917         Log: s/perl56delta/perldelta/g
49918      Branch: maint-5.6/perl
49919            ! pod/Makefile
49920 ____________________________________________________________________________
49921 [  7762] By: gsar                                  on 2000/11/20  10:04:00
49922         Log: integrate changes#6225,6229,6231,6232 from cfgperl
49923              
49924              Add source code filenames to apidoc.
49925              From: simon@brecon.co.uk (Simon Cozens)
49926              Subject: [PATCH embed.pl] Source X-ref
49927              Date: 22 Jun 2000 02:18:49 GMT
49928              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
49929              
49930              Subject: README.hpux version 0.6.1
49931              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
49932              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
49933              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
49934              
49935              Subject: [PATCH 5.6.0] cygwin port
49936              From: "Fifer, Eric" <EFifer@sanwaint.com>
49937              Date: Tue, 20 Jun 2000 14:30:58 +0100
49938              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
49939              
49940              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
49941              From: simon@brecon.co.uk (Simon Cozens)
49942              Date: 19 Jun 2000 15:18:27 GMT
49943              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
49944              
49945              plus update pod/Makefile and regenerate perltoc
49946      Branch: maint-5.6/perl
49947           +> pod/perlutil.pod
49948           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
49949           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
49950 ____________________________________________________________________________
49951 [  7761] By: jhi                                   on 2000/11/20  04:09:55
49952         Log: Miraculous typo.
49953      Branch: perl
49954            ! t/op/pat.t
49955 ____________________________________________________________________________
49956 [  7760] By: jhi                                   on 2000/11/20  04:06:08
49957         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
49958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49959              Date: Sun, 19 Nov 2000 22:30:26 -0500
49960              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
49961      Branch: perl
49962            ! regexec.c scope.h t/op/pat.t
49963 ____________________________________________________________________________
49964 [  7759] By: jhi                                   on 2000/11/20  02:05:22
49965         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
49966      Branch: perl
49967            ! perl.h
49968 ____________________________________________________________________________
49969 [  7758] By: jhi                                   on 2000/11/20  01:58:11
49970         Log: Subject: [perl 7711: EPOC] updates
49971              From: Olaf Flebbe <o.flebbe@gmx.de>
49972              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
49973              Message-ID: <25575.974658810@www23.gmx.net>               
49974      Branch: perl
49975            + lib/File/Spec/Epoc.pm
49976            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
49977            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
49978            ! lib/File/Spec.pm perl.c sv.c
49979 ____________________________________________________________________________
49980 [  7757] By: jhi                                   on 2000/11/20  01:53:11
49981         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
49982      Branch: perl
49983            ! MANIFEST
49984 ____________________________________________________________________________
49985 [  7756] By: jhi                                   on 2000/11/20  01:47:22
49986         Log: Integrate perlio.
49987      Branch: perl
49988            - ext/re/hints/MSWin32.pl
49989           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
49990           !> win32/config.gc win32/config_H.gc win32/win32sck.c
49991 ____________________________________________________________________________
49992 [  7755] By: nick                                  on 2000/11/19  20:57:17
49993         Log: Add dummy crlf layer (just as buffer)
49994              Correct 1st bug - one layer of indirection.
49995      Branch: perlio
49996            ! perlio.c perlio.h perliol.h
49997 ____________________________________________________________________________
49998 [  7754] By: nick                                  on 2000/11/19  20:56:12
49999         Log: Work-round to Perl_deb_nocontext is no longer required
50000      Branch: perlio
50001            - ext/re/hints/MSWin32.pl
50002 ____________________________________________________________________________
50003 [  7753] By: nick                                  on 2000/11/19  20:01:16
50004         Log: diff -se shows these as different
50005      Branch: perlio
50006            ! global.sym pod/perlapi.pod
50007 ____________________________________________________________________________
50008 [  7752] By: nick                                  on 2000/11/19  18:57:30
50009         Log: Configure GCC/Win32 build -Duseperlio
50010              Fix a couple of gross issues
50011              - double-include of ../deb.o in re.dll
50012              - win32sck.c needs PerlIO and FILE 
50013      Branch: perlio
50014            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
50015            ! win32/win32sck.c
50016 ____________________________________________________________________________
50017 [  7751] By: nick                                  on 2000/11/19  17:05:36
50018         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
50019      Branch: perlio
50020            ! perlio.c
50021 ____________________________________________________________________________
50022 [  7750] By: nick                                  on 2000/11/19  16:57:14
50023         Log: Missing aTHX_
50024      Branch: perlio
50025            ! sv.c
50026 ____________________________________________________________________________
50027 [  7749] By: jhi                                   on 2000/11/19  16:28:40
50028         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
50029              From: "Peter J. Farley III" <pjfarley@banet.net>
50030              Date: Sun, 19 Nov 2000 01:42:58 -0500
50031              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
50032      Branch: perl
50033            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
50034 ____________________________________________________________________________
50035 [  7748] By: jhi                                   on 2000/11/19  16:08:10
50036         Log: Subject: podlators 1.05 available        
50037              From: Russ Allbery <rra@stanford.edu>   
50038              Date: 18 Nov 2000 22:04:28 -0800
50039              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
50040      Branch: perl
50041            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
50042 ____________________________________________________________________________
50043 [  7747] By: nick                                  on 2000/11/19  11:19:39
50044         Log: Integrate mainline
50045      Branch: perlio
50046           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
50047           !> util.c
50048 ____________________________________________________________________________
50049 [  7746] By: jhi                                   on 2000/11/19  06:42:22
50050         Log: Make hex scanning warn on "\x{x}" and "\xx".
50051              "\x" and and hex("x") are still valid.
50052      Branch: perl
50053            ! util.c
50054 ____________________________________________________________________________
50055 [  7745] By: nick                                  on 2000/11/18  22:52:28
50056         Log: Integrate mainline
50057      Branch: perlio
50058           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
50059           !> perl.h perlio.c proto.h regcomp.c regcomp.h
50060 ____________________________________________________________________________
50061 [  7744] By: jhi                                   on 2000/11/18  22:50:28
50062         Log: Introduce Perl_utf8_length().  Use it.
50063      Branch: perl
50064            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
50065 ____________________________________________________________________________
50066 [  7743] By: jhi                                   on 2000/11/18  22:38:51
50067         Log: Compiler denit.
50068      Branch: perl
50069            ! perlio.c
50070 ____________________________________________________________________________
50071 [  7742] By: jhi                                   on 2000/11/18  20:33:05
50072         Log: Integrate perlio.
50073      Branch: perl
50074           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
50075           !> perlio.h pp_ctl.c pp_sys.c sv.c
50076 ____________________________________________________________________________
50077 [  7741] By: jhi                                   on 2000/11/18  20:31:27
50078         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
50079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50080              Date: Fri, 17 Nov 2000 20:35:11 -0500
50081              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
50082              
50083              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
50084              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50085              Date: Fri, 17 Nov 2000 21:03:47 -0500
50086              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
50087              
50088              Plus a little bit of tweaking in pregcomp().
50089      Branch: perl
50090            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
50091 ____________________________________________________________________________
50092 [  7740] By: nick                                  on 2000/11/18  20:17:22
50093         Log: Lexical use open ... support:
50094              add ->cop_io to COP structure in cop.h.
50095              Make mg.c and gv.c associate it with ${^OPEN}.
50096              Make lib/open.pm set it.
50097              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
50098              manner similar to ->cop_warnings.
50099              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
50100              call new PerlIO_apply_layers().
50101              Declare latter in perlio.h and define in perlio.c
50102      Branch: perlio
50103            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
50104            ! perlio.h pp_ctl.c pp_sys.c sv.c
50105 ____________________________________________________________________________
50106 [  7739] By: jhi                                   on 2000/11/18  19:54:00
50107         Log: Integrate perlio.
50108      Branch: perl
50109           !> doio.c perlio.c pp.c
50110 ____________________________________________________________________________
50111 [  7738] By: jhi                                   on 2000/11/18  17:16:13
50112         Log: Subject: [PATCH 5.7.0] etags broken again
50113              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50114              Date: Sat, 18 Nov 2000 02:41:36 -0500
50115              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
50116      Branch: perl
50117            ! emacs/ptags
50118 ____________________________________________________________________________
50119 [  7737] By: jhi                                   on 2000/11/18  17:12:18
50120         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
50121      Branch: perl
50122            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50123 ____________________________________________________________________________
50124 [  7736] By: nick                                  on 2000/11/18  14:06:20
50125         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
50126              part to be isolated.
50127      Branch: perlio
50128            ! doio.c perlio.c
50129 ____________________________________________________________________________
50130 [  7735] By: nick                                  on 2000/11/18  11:03:32
50131         Log: Integrate mainline
50132      Branch: perlio
50133           !> Changes README.amiga README.win32 patchlevel.h
50134           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
50135 ____________________________________________________________________________
50136 [  7734] By: jhi                                   on 2000/11/18  01:18:56
50137         Log: Update Changes.
50138      Branch: perl
50139            ! Changes patchlevel.h
50140 ____________________________________________________________________________
50141 [  7733] By: jhi                                   on 2000/11/18  00:32:54
50142         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
50143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50144              Date: Fri, 17 Nov 2000 17:28:02 -0500
50145              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
50146      Branch: perl
50147            ! regcomp.c regexec.c t/op/re_tests
50148 ____________________________________________________________________________
50149 [  7732] By: jhi                                   on 2000/11/18  00:28:56
50150         Log: Sparc 64-bit pack() fix from Jens Hamisch.
50151      Branch: perl
50152            ! pp.c
50153 ____________________________________________________________________________
50154 [  7731] By: jhi                                   on 2000/11/18  00:18:39
50155         Log: Explain in more detail the {} syntax ambiguousity.
50156              
50157              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
50158              From: Nicholas Clark <nick@ccl4.org>
50159              Date: Fri, 17 Nov 2000 22:10:28 +0000
50160              Message-ID: <20001117221028.A88930@plum.flirble.org>
50161      Branch: perl
50162            ! pod/perlfunc.pod
50163 ____________________________________________________________________________
50164 [  7730] By: jhi                                   on 2000/11/18  00:12:18
50165         Log: Subject: Fix for README.amiga (20000323.033)
50166              From: "Stephen P. Potter" <spp@spotter.yi.org>
50167              Date: Fri, 17 Nov 2000 12:25:51 -0500
50168              Message-Id: <200011171725.MAA05768@spotter.yi.org>
50169      Branch: perl
50170            ! README.amiga
50171 ____________________________________________________________________________
50172 [  7729] By: jhi                                   on 2000/11/18  00:08:34
50173         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
50174              From: "A. C. Yardley" <yardley@tanet.net>
50175              Date: Mon, 3 Apr 2000 11:35:33 -0700
50176              Message-ID: <3483.000403@tanet.net>
50177      Branch: perl
50178            ! README.win32
50179 ____________________________________________________________________________
50180 [  7728] By: nick                                  on 2000/11/17  21:59:47
50181         Log: Integrate mainline
50182      Branch: perlio
50183           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
50184           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
50185           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
50186           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
50187 ____________________________________________________________________________
50188 [  7727] By: nick                                  on 2000/11/17  21:56:31
50189         Log: Experiment on use of attributes.pm interface.
50190              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
50191              SVt_PVRV if not already something better (else vivify of say magic gets
50192              core dump).
50193      Branch: perlio
50194            ! perlio.c pp.c
50195 ____________________________________________________________________________
50196 [  7726] By: jhi                                   on 2000/11/17  14:15:49
50197         Log: Subject: Fix for 20000815.006
50198              From: "Stephen P. Potter" <spp@spotter.yi.org>
50199              Date: Fri, 17 Nov 2000 08:57:45 -0500
50200              Message-Id: <200011171357.IAA05122@spotter.yi.org>
50201              
50202              It's really 20000518.006.
50203      Branch: perl
50204            ! pod/perlmodlib.PL
50205 ____________________________________________________________________________
50206 [  7725] By: jhi                                   on 2000/11/17  14:12:31
50207         Log: Subject: Fix for 20000409.001
50208              From: "Stephen P. Potter" <spp@spotter.yi.org>
50209              Date: Fri, 17 Nov 2000 08:55:45 -0500
50210              Message-Id: <200011171355.IAA05104@spotter.yi.org>
50211      Branch: perl
50212            ! pod/perlfaq9.pod
50213 ____________________________________________________________________________
50214 [  7724] By: jhi                                   on 2000/11/17  14:08:58
50215         Log: Undo #7627 now that we have =head3.
50216      Branch: perl
50217            ! pod/perlhack.pod
50218 ____________________________________________________________________________
50219 [  7723] By: jhi                                   on 2000/11/17  14:04:09
50220         Log: As surmised the #7719 wasn't a good move.
50221      Branch: perl
50222            ! hints/solaris_2.sh
50223 ____________________________________________________________________________
50224 [  7722] By: jhi                                   on 2000/11/17  13:59:04
50225         Log: Also the 64bitall hints can be either here or there.
50226      Branch: perl
50227            ! hints/solaris_2.sh
50228 ____________________________________________________________________________
50229 [  7721] By: jhi                                   on 2000/11/17  02:26:23
50230         Log: Test tweak for the open pragma.
50231      Branch: perl
50232            ! t/lib/b.t
50233 ____________________________________________________________________________
50234 [  7720] By: jhi                                   on 2000/11/17  00:23:22
50235         Log: The long double hints can be here or there.
50236      Branch: perl
50237            ! hints/solaris_2.sh
50238 ____________________________________________________________________________
50239 [  7719] By: jhi                                   on 2000/11/17  00:14:06
50240         Log: For Solaris use64bitall the stdchar needs a little bit of help.
50241      Branch: perl
50242            ! hints/solaris_2.sh
50243 ____________________________________________________________________________
50244 [  7718] By: jhi                                   on 2000/11/16  23:27:34
50245         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
50246              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
50247              Date: Wed, 15 Nov 2000 08:56:32 +0100
50248              Message-ID: <3A1241B0.64477E00@alcatel.at>
50249      Branch: perl
50250            ! lib/Carp/Heavy.pm
50251 ____________________________________________________________________________
50252 [  7717] By: jhi                                   on 2000/11/16  23:23:29
50253         Log: Subject: [PATCH] Re: 20001101.003 PDL
50254              From: Nicholas Clark <nick@ccl4.org>
50255              Date: Thu, 16 Nov 2000 16:48:25 +0000
50256              Message-ID: <20001116164825.B93487@plum.flirble.org>
50257      Branch: perl
50258            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
50259 ____________________________________________________________________________
50260 [  7716] By: jhi                                   on 2000/11/16  23:21:31
50261         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
50262              From: "Casey R. Tweten" <crt@kiski.net>
50263              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
50264              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
50265      Branch: perl
50266            ! lib/Pod/Checker.pm pod/perlpod.pod
50267 ____________________________________________________________________________
50268 [  7715] By: jhi                                   on 2000/11/16  23:19:40
50269         Log: Avoid an infinite loop in VMS when utils scripts are run
50270              with no arguments, from Charles Lane.
50271      Branch: perl
50272            ! configure.com
50273 ____________________________________________________________________________
50274 [  7714] By: jhi                                   on 2000/11/16  23:17:08
50275         Log: Subject: perllocale.pod changes
50276              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50277              Date: Mon, 13 Nov 2000 10:09:22 +0300
50278              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
50279      Branch: perl
50280            ! pod/perllocale.pod
50281 ____________________________________________________________________________
50282 [  7713] By: jhi                                   on 2000/11/16  23:14:06
50283         Log: Integrate perlio.
50284      Branch: perl
50285           !> doio.c perlio.c perlio.h util.c
50286 ____________________________________________________________________________
50287 [  7712] By: nick                                  on 2000/11/16  21:10:58
50288         Log: Integrate mainline
50289      Branch: perlio
50290           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
50291           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50292           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
50293           !> vos/config.ga.def vos/config.ga.h win32/config.bc
50294           !> win32/config.gc win32/config.vc
50295 ____________________________________________________________________________
50296 [  7711] By: nick                                  on 2000/11/16  19:56:41
50297         Log: Minor tweaks:
50298              consistent way of getting 'rb', 'wb' etc. for binary opens
50299              move *perlio::layers to *open::layers
50300              a #define to show layers available
50301              DOSISH popen/PerlIO had export/import sense inverted.
50302      Branch: perlio
50303            ! doio.c perlio.c perlio.h util.c
50304 ____________________________________________________________________________
50305 [  7710] By: jhi                                   on 2000/11/16  15:46:05
50306         Log: Add HAS_SBRK_PROTO.
50307      Branch: metaconfig/U/perl
50308            + d_sbrkproto.U
50309      Branch: perl
50310            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50311            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
50312            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
50313            ! vos/config.ga.def vos/config.ga.h win32/config.bc
50314            ! win32/config.gc win32/config.vc
50315 ____________________________________________________________________________
50316 [  7709] By: nick                                  on 2000/11/16  07:31:49
50317         Log: Integrate mainline
50318      Branch: perlio
50319           !> (integrate 35 files)
50320 ____________________________________________________________________________
50321 [  7708] By: jhi                                   on 2000/11/16  05:33:03
50322         Log: These files are text, not binary.
50323      Branch: perl
50324            ! ext/Encode/Encode/iso8859-10.enc
50325            ! ext/Encode/Encode/iso8859-13.enc
50326            ! ext/Encode/Encode/iso8859-14.enc
50327            ! ext/Encode/Encode/iso8859-15.enc
50328 ____________________________________________________________________________
50329 [  7707] By: jhi                                   on 2000/11/16  01:53:37
50330         Log: Update Changes.
50331      Branch: perl
50332            ! Changes patchlevel.h
50333 ____________________________________________________________________________
50334 [  7706] By: jhi                                   on 2000/11/16  01:35:59
50335         Log: More #undefing of stdio.
50336      Branch: perl
50337            ! fakesdio.h nostdio.h
50338 ____________________________________________________________________________
50339 [  7705] By: jhi                                   on 2000/11/16  01:34:18
50340         Log: Add fwalk() probe to the configuration files and regen perltoc.
50341      Branch: perl
50342            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50343            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
50344            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
50345            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
50346            ! win32/config.bc win32/config.gc win32/config.vc
50347 ____________________________________________________________________________
50348 [  7704] By: jhi                                   on 2000/11/16  01:33:07
50349         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
50350              an optional third argument to Inlibc?)
50351      Branch: metaconfig/U/perl
50352            + d__fwalk.U
50353 ____________________________________________________________________________
50354 [  7703] By: jhi                                   on 2000/11/16  01:09:22
50355         Log: The type of the hash_cb() size argument is tricky.
50356      Branch: perl
50357            ! ext/DB_File/DB_File.xs
50358 ____________________________________________________________________________
50359 [  7702] By: jhi                                   on 2000/11/15  23:01:16
50360         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
50361      Branch: perl
50362            ! nostdio.h
50363 ____________________________________________________________________________
50364 [  7701] By: jhi                                   on 2000/11/15  22:52:32
50365         Log: Detypo.
50366      Branch: perl
50367            ! t/lib/bigfltpm.t
50368 ____________________________________________________________________________
50369 [  7700] By: jhi                                   on 2000/11/15  22:51:56
50370         Log: UINT64_C() work continues.
50371      Branch: perl
50372            ! handy.h perl.h utf8.h
50373 ____________________________________________________________________________
50374 [  7699] By: jhi                                   on 2000/11/15  14:13:04
50375         Log: SOCKS has its own USE_THREADS, based on
50376              
50377              Subject: [ID 20001114.002] et. al. bugfix followup
50378              From: Jens Hamisch <jens@Strawberry.COM> 
50379              Date: Wed, 15 Nov 2000 14:23:11 +0100
50380              Message-ID: <20001115142311.A21164@Strawberry.COM>
50381      Branch: perl
50382            ! perl.h
50383 ____________________________________________________________________________
50384 [  7698] By: jhi                                   on 2000/11/15  03:50:56
50385         Log: Add few missing #undefs and sort them.
50386      Branch: perl
50387            ! fakesdio.h
50388 ____________________________________________________________________________
50389 [  7697] By: jhi                                   on 2000/11/15  03:39:14
50390         Log: Linenumber fix.
50391      Branch: perl
50392            ! t/pragma/warn/utf8
50393 ____________________________________________________________________________
50394 [  7696] By: jhi                                   on 2000/11/15  02:55:26
50395         Log: EBCDIC tweaks.
50396              
50397              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
50398              From: Peter Prymmer <pvhp@forte.com>
50399              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
50400              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
50401      Branch: perl
50402            ! t/op/regmesg.t t/pragma/warn/utf8
50403 ____________________________________________________________________________
50404 [  7695] By: jhi                                   on 2000/11/15  02:53:58
50405         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
50406              From: Peter Prymmer <pvhp@forte.com>
50407              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
50408              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
50409      Branch: perl
50410            ! utf8.c
50411 ____________________________________________________________________________
50412 [  7694] By: jhi                                   on 2000/11/15  02:50:55
50413         Log: Subject: [PATCH: perl@7674] updates to README.os390
50414              From: Prymmer/Kahn <pvhp@best.com>
50415              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
50416              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
50417      Branch: perl
50418            ! README.os390
50419 ____________________________________________________________________________
50420 [  7693] By: jhi                                   on 2000/11/15  02:48:37
50421         Log: Quit utf8_to_uv() instantly if curlen == 0.
50422      Branch: perl
50423            ! utf8.c
50424 ____________________________________________________________________________
50425 [  7692] By: jhi                                   on 2000/11/15  02:24:29
50426         Log: Use u_int32_t for the size of hash_cb(), not size_t.
50427              
50428              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
50429              From: Jens Hamisch <jens@Strawberry.COM>     
50430              Date: Tue, 14 Nov 2000 19:03:55 +0100
50431              Message-Id: <20001114190355.A20559@Strawberry.COM>
50432      Branch: perl
50433            ! ext/DB_File/DB_File.xs
50434 ____________________________________________________________________________
50435 [  7691] By: jhi                                   on 2000/11/15  02:20:12
50436         Log: Use UINT64_C().
50437              
50438              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
50439              From: Jens Hamisch <jens@Strawberry.COM>
50440              Date: Tue, 14 Nov 2000 19:16:23 +0100
50441              Message-Id: <20001114191623.G20559@Strawberry.COM>
50442      Branch: perl
50443            ! utf8.c utf8.h
50444 ____________________________________________________________________________
50445 [  7690] By: jhi                                   on 2000/11/15  02:17:06
50446         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
50447              (a macro to define signed and unsigned integer constants).
50448      Branch: perl
50449            ! handy.h
50450 ____________________________________________________________________________
50451 [  7689] By: jhi                                   on 2000/11/15  01:56:51
50452         Log: Regen Configure.
50453      Branch: perl
50454            ! Configure
50455 ____________________________________________________________________________
50456 [  7688] By: jhi                                   on 2000/11/15  01:56:32
50457         Log: Make the unit know about SOCKS.
50458      Branch: metaconfig
50459            ! U/protos/socksizetype.U
50460 ____________________________________________________________________________
50461 [  7687] By: jhi                                   on 2000/11/15  01:54:47
50462         Log: Remove unused dependencies.
50463      Branch: metaconfig
50464            ! U/compline/d_getpagsz.U
50465 ____________________________________________________________________________
50466 [  7686] By: nick                                  on 2000/11/14  21:25:13
50467         Log: Integrate mainline.
50468      Branch: perlio
50469           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
50470           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
50471           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
50472           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
50473           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
50474           !> win32/config.bc win32/config.gc win32/config.vc
50475           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
50476 ____________________________________________________________________________
50477 [  7685] By: jhi                                   on 2000/11/14  17:54:56
50478         Log: Integrate perlio.
50479      Branch: perl
50480           +> fakesdio.h perliol.h
50481           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50482           !> perlsdio.h perlsfio.h pod/perlfunc.pod
50483 ____________________________________________________________________________
50484 [  7684] By: nick                                  on 2000/11/14  17:43:04
50485         Log: PerlIO #include and #ifdef re-work.
50486      Branch: perlio
50487            + fakesdio.h perliol.h
50488            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
50489            ! perlsdio.h perlsfio.h
50490 ____________________________________________________________________________
50491 [  7683] By: jhi                                   on 2000/11/14  15:42:40
50492         Log: Hoist the duplicated socket/netdb include logic to perl.h;
50493              undef SETERRNO in case SOCKS has defined it.  Based on:
50494              
50495              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
50496              From: Jens Hamisch <jens@Strawberry.COM> 
50497              Date: Tue, 14 Nov 2000 11:34:40 +0100
50498              Message-Id: <20001114113440.A20005@Strawberry.COM>
50499      Branch: perl
50500            ! doio.c perl.h pp_sys.c
50501 ____________________________________________________________________________
50502 [  7682] By: jhi                                   on 2000/11/14  14:07:28
50503         Log: Subject: some additions for makefiles for win32 (for perl@7674)
50504              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50505              Date: Tue, 14 Nov 2000 09:31:13 +0300
50506              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
50507      Branch: perl
50508            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
50509            ! win32/makefile.mk
50510 ____________________________________________________________________________
50511 [  7681] By: jhi                                   on 2000/11/14  14:01:41
50512         Log: Subject: tiny typo in perl5db.pl
50513              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
50514              Date: Tue, 14 Nov 2000 09:29:28 +0300
50515              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
50516      Branch: perl
50517            ! lib/perl5db.pl
50518 ____________________________________________________________________________
50519 [  7680] By: jhi                                   on 2000/11/14  04:13:50
50520         Log: Redo #7679 with LFs instead of CRLFs.
50521      Branch: perl
50522            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
50523            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
50524            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50525 ____________________________________________________________________________
50526 [  7679] By: jhi                                   on 2000/11/14  01:21:09
50527         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
50528              From: Benjamin Stuhl <tiriath@yahoo.com> 
50529              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50530              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50531      Branch: perl
50532            + win32/bin/mdelete.bat
50533            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
50534            ! makedef.pl perlio.c win32/Makefile win32/config.gc
50535            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
50536 ____________________________________________________________________________
50537 [  7678] By: jhi                                   on 2000/11/14  01:19:20
50538         Log: Fix the re extension building for Win32.
50539              
50540              Subject: [PATCH perl@7638] Get PerlIO building on Win32
50541              From: Benjamin Stuhl <tiriath@yahoo.com> 
50542              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
50543              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
50544      Branch: perl
50545            + ext/re/hints/MSWin32.pl
50546            ! MANIFEST
50547 ____________________________________________________________________________
50548 [  7677] By: jhi                                   on 2000/11/14  01:13:54
50549         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
50550              From: sthoenna@efn.org
50551              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
50552              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
50553      Branch: perl
50554            ! doop.c pp.c toke.c utf8.c utf8.h
50555 ____________________________________________________________________________
50556 [  7676] By: jhi                                   on 2000/11/13  20:23:15
50557         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50558              From: Nicholas Clark <nick@ccl4.org>
50559              Date: Mon, 13 Nov 2000 18:55:04 +0000
50560              Message-ID: <20001113185504.J29183@plum.flirble.org>
50561      Branch: perl
50562            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
50563 ____________________________________________________________________________
50564 [  7675] By: nick                                  on 2000/11/13  20:21:57
50565         Log: Integrate mainline ...
50566      Branch: perlio
50567           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
50568           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
50569           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
50570           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
50571 ____________________________________________________________________________
50572 [  7674] By: jhi                                   on 2000/11/13  15:07:56
50573         Log: Update Changes.
50574      Branch: perl
50575            ! Changes patchlevel.h
50576 ____________________________________________________________________________
50577 [  7673] By: jhi                                   on 2000/11/13  14:42:42
50578         Log: Remove the new two tests of lib/io_xs for now, they seem to
50579              fail under perlio on some platforms.
50580      Branch: perl
50581            ! t/lib/io_xs.t
50582 ____________________________________________________________________________
50583 [  7672] By: jhi                                   on 2000/11/13  13:57:53
50584         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
50585      Branch: perl
50586            ! perlio.c
50587 ____________________________________________________________________________
50588 [  7671] By: jhi                                   on 2000/11/13  05:30:48
50589         Log: Placate nervous compilers that see longer than ints switch()ing.
50590      Branch: perl
50591            ! utf8.c
50592 ____________________________________________________________________________
50593 [  7670] By: jhi                                   on 2000/11/13  05:14:21
50594         Log: fputs() does return EOF on error but here we don't care.
50595      Branch: perl
50596            ! perlio.c
50597 ____________________________________________________________________________
50598 [  7669] By: jhi                                   on 2000/11/13  05:02:45
50599         Log: Declare reg_data like reg_substr_data.
50600      Branch: perl
50601            ! regexp.h
50602 ____________________________________________________________________________
50603 [  7668] By: jhi                                   on 2000/11/13  04:54:34
50604         Log: Typos in #7667.
50605      Branch: perl
50606            ! perl.h
50607 ____________________________________________________________________________
50608 [  7667] By: jhi                                   on 2000/11/13  04:49:49
50609         Log: Cleanup messy #ifdef.
50610      Branch: perl
50611            ! perl.h
50612 ____________________________________________________________________________
50613 [  7666] By: jhi                                   on 2000/11/13  04:17:34
50614         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
50615              From: Nicholas Clark <nick@talking.bollo.cx>
50616              Date: Sun, 12 Nov 2000 21:14:11 +0000
50617              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
50618              
50619              Note: only one breakage of the two reported is fixed by this patch.
50620      Branch: perl
50621            ! perlio.c
50622 ____________________________________________________________________________
50623 [  7665] By: jhi                                   on 2000/11/13  04:05:07
50624         Log: Tweak the definition of the bit complement on UTF-8 data:
50625              if none of the characters in the string are > 0xff,
50626              the result is a complemented byte string, not a (UTF-8)
50627              char string.  Based on the summary in
50628              
50629              Subject: Re: [ID 20000918.005] ~ on wide chars
50630              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
50631              Date: Fri, 10 Nov 2000 09:47:15 -0800
50632              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
50633              
50634              This should give us the maximum backward (pre-char string)
50635              compatibility and utf8 compatibility.  The other alternative
50636              would be to limit the bit complement to be always byte only,
50637              taking the least significant byte of the chars.
50638      Branch: perl
50639            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
50640 ____________________________________________________________________________
50641 [  7664] By: jhi                                   on 2000/11/13  00:23:44
50642         Log: Couple of tests from #7660 salvaged.
50643      Branch: perl
50644            - t/op/tell.t
50645            ! MANIFEST t/io/tell.t
50646 ____________________________________________________________________________
50647 [  7663] By: jhi                                   on 2000/11/13  00:02:48
50648         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
50649              From: Nicholas Clark <nick@talking.bollo.cx>
50650              Date: Sun, 12 Nov 2000 21:23:43 +0000
50651              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
50652      Branch: perl
50653            ! perlsfio.h
50654 ____________________________________________________________________________
50655 [  7662] By: jhi                                   on 2000/11/13  00:01:39
50656         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
50657              From: Nicholas Clark <nick@talking.bollo.cx>
50658              Date: Sun, 12 Nov 2000 21:30:04 +0000
50659              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
50660      Branch: perl
50661            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
50662 ____________________________________________________________________________
50663 [  7661] By: jhi                                   on 2000/11/12  23:57:29
50664         Log: Document tell() on special streams.
50665      Branch: perl
50666            ! pod/perlfunc.pod
50667 ____________________________________________________________________________
50668 [  7660] By: jhi                                   on 2000/11/12  23:54:22
50669         Log: (Subsumed by #7664)
50670      Branch: perl
50671            + t/op/tell.t
50672            ! MANIFEST
50673 ____________________________________________________________________________
50674 [  7659] By: jhi                                   on 2000/11/12  22:55:25
50675         Log: Many subdocumented return values of the IO extension now documented.
50676              ungetc and write still left subdocumented.
50677              
50678              Subject: [PATCH] (was Re: IO::Handle::ungetc)
50679              From: Nicholas Clark <nick@talking.bollo.cx>
50680              Date: Sun, 12 Nov 2000 21:35:53 +0000
50681              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
50682      Branch: perl
50683            ! ext/IO/lib/IO/Handle.pm
50684 ____________________________________________________________________________
50685 [  7658] By: jhi                                   on 2000/11/12  21:37:06
50686         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
50687              From: Nicholas Clark <nick@talking.bollo.cx>
50688              Date: Sun, 12 Nov 2000 20:03:22 +0000
50689              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
50690      Branch: perl
50691            ! pod/perlfunc.pod
50692 ____________________________________________________________________________
50693 [  7657] By: jhi                                   on 2000/11/12  20:34:55
50694         Log: Integrate perlio.
50695      Branch: perl
50696           !> perlio.c
50697 ____________________________________________________________________________
50698 [  7656] By: nick                                  on 2000/11/12  19:25:06
50699         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
50700      Branch: perlio
50701            ! perlio.c
50702 ____________________________________________________________________________
50703 [  7655] By: nick                                  on 2000/11/12  19:09:41
50704         Log: Integrate mainline
50705      Branch: perlio
50706           +> README.solaris ext/Encode/Encode/cp1006.enc
50707           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
50708           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
50709           +> ext/Encode/Encode/iso8859-13.enc
50710           +> ext/Encode/Encode/iso8859-14.enc
50711           +> ext/Encode/Encode/iso8859-15.enc
50712           !> (integrate 34 files)
50713 ____________________________________________________________________________
50714 [  7654] By: jhi                                   on 2000/11/12  19:00:22
50715         Log: Add a metaconfig unit for fsync.
50716      Branch: metaconfig/U/perl
50717            + d_fsync.U
50718 ____________________________________________________________________________
50719 [  7653] By: jhi                                   on 2000/11/12  19:00:01
50720         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
50721      Branch: perl
50722            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50723            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50724            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50725            ! vos/config.ga.h win32/config.bc win32/config.gc
50726            ! win32/config.vc
50727 ____________________________________________________________________________
50728 [  7652] By: jhi                                   on 2000/11/11  21:12:01
50729         Log: Copy the s// information of README.hpux also to the perlrun.
50730      Branch: perl
50731            ! README.hpux pod/perlrun.pod
50732 ____________________________________________________________________________
50733 [  7651] By: jhi                                   on 2000/11/11  21:03:13
50734         Log: More README.solaris updates from Andy Dougherty.
50735      Branch: perl
50736            ! README.solaris
50737 ____________________________________________________________________________
50738 [  7650] By: jhi                                   on 2000/11/11  18:38:57
50739         Log: More descriptive error for unknown perlio layers.
50740              
50741              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
50742              From: Dominic Dunlop <domo@computer.org> 
50743              Date: Sat, 11 Nov 2000 18:20:32 +0100             
50744              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50745      Branch: perl
50746            ! perlio.c pod/perldiag.pod
50747 ____________________________________________________________________________
50748 [  7649] By: jhi                                   on 2000/11/11  18:37:52
50749         Log: MachTen doesn't really do mmap() and munmap().
50750              
50751              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
50752              From: Dominic Dunlop <domo@computer.org> 
50753              Date: Sat, 11 Nov 2000 18:20:32 +0100             
50754              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
50755      Branch: perl
50756            ! hints/machten.sh
50757 ____________________________________________________________________________
50758 [  7648] By: jhi                                   on 2000/11/11  18:36:46
50759         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
50760              From: rspier@pobox.com (Robert Spier)
50761              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
50762              Message-ID: <14861.32839.491271.985797@rls.cx>
50763      Branch: perl
50764            ! Porting/Contract pod/perltoot.pod
50765 ____________________________________________________________________________
50766 [  7647] By: jhi                                   on 2000/11/11  18:35:30
50767         Log: Simplify the getpagesize() unit by dropping the
50768              pagesize probe since it's nowadays slightly more
50769              complicated because of sysconf(). (Note: if some
50770              platform really needs the -lPW for getpagesize,
50771              I just broke it.)
50772              
50773              TODO: a new pagesize unit.
50774      Branch: metaconfig
50775            ! U/compline/d_getpagsz.U
50776 ____________________________________________________________________________
50777 [  7646] By: jhi                                   on 2000/11/11  18:33:23
50778         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
50779      Branch: perl
50780            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50781            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
50782            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50783            ! vos/config.ga.h win32/config.bc win32/config.gc
50784            ! win32/config.vc
50785 ____________________________________________________________________________
50786 [  7645] By: jhi                                   on 2000/11/11  16:45:15
50787         Log: Use sysconf() or getpagesize() to find out the pagesize.
50788      Branch: perl
50789            ! perlio.c
50790 ____________________________________________________________________________
50791 [  7644] By: jhi                                   on 2000/11/11  15:46:08
50792         Log: Integrate perlio.
50793      Branch: perl
50794           !> perlio.c
50795 ____________________________________________________________________________
50796 [  7643] By: jhi                                   on 2000/11/11  15:33:36
50797         Log: Subject: Re: [PATCH] README.solaris
50798              From: Lupe Christoph <lupe@lupe-christoph.de>
50799              Date: Sat, 11 Nov 2000 14:08:10 +0100
50800              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
50801      Branch: perl
50802            ! README.solaris
50803 ____________________________________________________________________________
50804 [  7642] By: jhi                                   on 2000/11/11  15:22:12
50805         Log: Subject: [PATCH perl@7638] cygwin port
50806              From: "Eric Fifer" <egf7@columbia.edu>            
50807              Date: Fri, 10 Nov 2000 19:30:30 -0000
50808              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
50809      Branch: perl
50810            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
50811 ____________________________________________________________________________
50812 [  7641] By: nick                                  on 2000/11/11  14:50:36
50813         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
50814              Also call "Buf" layer directly when unread'ing non-read chars.
50815      Branch: perlio
50816            ! perlio.c
50817 ____________________________________________________________________________
50818 [  7640] By: jhi                                   on 2000/11/11  02:05:02
50819         Log: Add more encoding tables.
50820      Branch: perl
50821            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
50822            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
50823            + ext/Encode/Encode/iso8859-10.enc
50824            + ext/Encode/Encode/iso8859-13.enc
50825            + ext/Encode/Encode/iso8859-14.enc
50826            + ext/Encode/Encode/iso8859-15.enc
50827            ! MANIFEST
50828 ____________________________________________________________________________
50829 [  7639] By: jhi                                   on 2000/11/10  18:49:25
50830         Log: Subject: [PATCH] README.solaris
50831              From: Andy Dougherty <doughera@lafayette.edu>
50832              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
50833              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
50834      Branch: perl
50835            + README.solaris
50836            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
50837            ! pod/perl.pod pod/perltoc.pod
50838 ____________________________________________________________________________
50839 [  7638] By: jhi                                   on 2000/11/10  15:04:15
50840         Log: Update Changes.
50841      Branch: perl
50842            ! Changes patchlevel.h
50843 ____________________________________________________________________________
50844 [  7637] By: jhi                                   on 2000/11/10  14:14:28
50845         Log: Explain better why certain regex tests are skipped.
50846              
50847              Subject: Re: tests skipped: unknown reason
50848              From: Lupe Christoph <lupe@lupe-christoph.de>
50849              Date: Fri, 10 Nov 2000 09:08:56 +0100
50850              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
50851      Branch: perl
50852            ! t/op/regexp.t
50853 ____________________________________________________________________________
50854 [  7636] By: nick                                  on 2000/11/10  13:40:00
50855         Log: Integrate mainline.
50856      Branch: perlio
50857           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
50858           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
50859           !> win32/bin/search.pl
50860 ____________________________________________________________________________
50861 [  7635] By: nick                                  on 2000/11/10  13:25:52
50862         Log: Re-instate stdio large file support via perlio.
50863      Branch: perl
50864            ! perlio.c
50865 ____________________________________________________________________________
50866 [  7634] By: jhi                                   on 2000/11/10  04:49:55
50867         Log: Amdahl UTS hints updates.
50868              
50869              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
50870              From: hom00@utsglobal.com (Harold O Morris)
50871              Date: Thu, 9 Nov 2000 20:02 PST
50872              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
50873      Branch: perl
50874            ! hints/uts.sh
50875 ____________________________________________________________________________
50876 [  7633] By: jhi                                   on 2000/11/09  23:33:28
50877         Log: Subject: [PATCH] IO::Seekable pod
50878              From: Nicholas Clark <nick@talking.bollo.cx>
50879              Date: Thu, 9 Nov 2000 20:29:45 +0000
50880              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
50881      Branch: perl
50882            ! ext/IO/lib/IO/Handle.pm
50883 ____________________________________________________________________________
50884 [  7632] By: jhi                                   on 2000/11/09  21:55:41
50885         Log: Various doc oddball characters.
50886              
50887              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
50888              From: Michael Somos <somos@grail.cba.csuohio.edu>
50889              Date: Mon, 6 Nov 2000 17:44:20 -0500
50890              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
50891      Branch: perl
50892            ! emacs/cperl-mode.el lib/unicode/syllables.txt
50893            ! win32/bin/search.pl
50894 ____________________________________________________________________________
50895 [  7631] By: jhi                                   on 2000/11/09  21:12:29
50896         Log: Subject: Re: bash -c exit and linux hints 
50897              From: "John P. Linderman" <jpl@research.att.com>
50898              Date: Thu, 02 Nov 2000 09:37:25 -0500
50899              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
50900      Branch: perl
50901            ! hints/linux.sh
50902 ____________________________________________________________________________
50903 [  7630] By: nick                                  on 2000/11/09  20:34:11
50904         Log: Integrate mainline.
50905      Branch: perlio
50906           !> (integrate 91 files)
50907 ____________________________________________________________________________
50908 [  7629] By: jhi                                   on 2000/11/09  19:46:31
50909         Log: Missing dTHXs.
50910              
50911              Subject: RE: perl@7595 builds not on cygwin
50912              From: "Eric Fifer" <egf7@columbia.edu>
50913              Date: Thu, 9 Nov 2000 19:26:50 -0000
50914              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
50915      Branch: perl
50916            ! ext/Devel/Peek/Peek.xs
50917 ____________________________________________________________________________
50918 [  7628] By: jhi                                   on 2000/11/09  14:48:27
50919         Log: Disable only the tests 99 and 166 for UTF-8 locales.
50920      Branch: perl
50921            ! t/pragma/locale.t
50922 ____________________________________________________________________________
50923 [  7627] By: jhi                                   on 2000/11/09  14:40:27
50924         Log: There's no =head3.
50925      Branch: perl
50926            ! pod/perlhack.pod
50927 ____________________________________________________________________________
50928 [  7626] By: jhi                                   on 2000/11/09  13:54:26
50929         Log: The generated boot_* headers are wrong.  Pickier compiler,
50930              such as KAI C++ will refuse to compile the resulting perlmain.
50931              
50932              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
50933              From: Harri Pasanen <harri.pasanen@trema.com>
50934              Date: Thu, 09 Nov 2000 14:23:28 +0100
50935              Message-Id: <3A0AA550.26D548A3@trema.com>
50936      Branch: perl
50937            ! minimod.pl
50938 ____________________________________________________________________________
50939 [  7625] By: jhi                                   on 2000/11/09  13:50:44
50940         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
50941              From: Prymmer/Kahn <pvhp@best.com>
50942              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
50943              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
50944              
50945              All except the "cow orker" change.
50946      Branch: perl
50947            ! Porting/pumpkin.pod
50948 ____________________________________________________________________________
50949 [  7624] By: jhi                                   on 2000/11/09  13:45:33
50950         Log: Fix for
50951              
50952              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
50953              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
50954              Date: Thu, 09 Nov 2000 11:05:52 +0100
50955              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
50956      Branch: perl
50957            ! pod/perldiag.pod t/pragma/warn/pp_sys
50958 ____________________________________________________________________________
50959 [  7623] By: jhi                                   on 2000/11/09  13:37:16
50960         Log: Typo in an ifndef.
50961              
50962              Subject: Re: [PATCH 5.7.0] better messages from malloc()
50963              From: Joe Smith <jms@inwap.com>         
50964              Date: Thu, 09 Nov 2000 01:33:14 -0800
50965              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
50966      Branch: perl
50967            ! malloc.c
50968 ____________________________________________________________________________
50969 [  7622] By: jhi                                   on 2000/11/09  13:31:18
50970         Log: Remove unused extra arguments.
50971      Branch: metaconfig/U/perl
50972            ! perlxv.U
50973      Branch: perl
50974            ! Configure config_h.SH
50975 ____________________________________________________________________________
50976 [  7621] By: jhi                                   on 2000/11/09  13:16:36
50977         Log: More VMS moves on environment handling, from Charles Lane.
50978      Branch: perl
50979            ! t/pragma/locale.t
50980 ____________________________________________________________________________
50981 [  7620] By: jhi                                   on 2000/11/09  04:42:38
50982         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
50983              From: David Dyck <dcd@tc.fluke.com>
50984              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
50985              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
50986      Branch: perl
50987            ! pp_sys.c
50988 ____________________________________________________________________________
50989 [  7619] By: jhi                                   on 2000/11/09  04:36:21
50990         Log: Forgot from #7618.
50991      Branch: perl
50992            ! lib/File/stat.pm
50993 ____________________________________________________________________________
50994 [  7618] By: jhi                                   on 2000/11/09  04:28:44
50995         Log: Make deleting for %ENV work for (newer versions of) VMS,
50996              from Craig A. Berry.
50997      Branch: perl
50998            ! vms/vms.c
50999 ____________________________________________________________________________
51000 [  7617] By: jhi                                   on 2000/11/09  04:25:05
51001         Log: Subject: [PATCH] Class::Struct at compile time
51002              From: "Casey R. Tweten" <crt@kiski.net>
51003              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
51004              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
51005      Branch: perl
51006            ! lib/Class/Struct.pm
51007 ____________________________________________________________________________
51008 [  7616] By: jhi                                   on 2000/11/09  04:15:17
51009         Log: Subject: [ID 20001108.013] spelling
51010              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
51011              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
51012              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
51013      Branch: perl
51014            ! lib/ftp.pl
51015 ____________________________________________________________________________
51016 [  7615] By: jhi                                   on 2000/11/09  04:12:42
51017         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
51018              From: Peter Prymmer <pvhp@forte.com>
51019              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
51020              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
51021      Branch: perl
51022            ! configure.com
51023 ____________________________________________________________________________
51024 [  7614] By: jhi                                   on 2000/11/08  22:42:55
51025         Log: A missing aTHX_.
51026      Branch: perl
51027            ! ext/IPC/SysV/SysV.xs
51028 ____________________________________________________________________________
51029 [  7613] By: jhi                                   on 2000/11/08  19:30:21
51030         Log: Update Changes.
51031      Branch: perl
51032            ! Changes patchlevel.h
51033 ____________________________________________________________________________
51034 [  7612] By: jhi                                   on 2000/11/08  18:35:25
51035         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
51036              From: David Dyck <dcd@tc.fluke.com>
51037              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
51038              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
51039      Branch: perl
51040            ! pp_sys.c
51041 ____________________________________________________________________________
51042 [  7611] By: jhi                                   on 2000/11/08  18:30:26
51043         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
51044              From: Dominic Dunlop <domo@computer.org>
51045              Date: Tue, 7 Nov 2000 12:05:25 +0100
51046              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
51047      Branch: perl
51048            ! malloc.c
51049 ____________________________________________________________________________
51050 [  7610] By: jhi                                   on 2000/11/08  18:25:14
51051         Log: Do not test UTF-8 locales since that the tests would require
51052              polymorphic regexen.
51053      Branch: perl
51054            ! t/pragma/locale.t
51055 ____________________________________________________________________________
51056 [  7609] By: jhi                                   on 2000/11/08  17:12:51
51057         Log: Locale buglets.
51058              
51059              Subject: RE: Locales support (setlocale) fixes
51060              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51061              Date: Wed, 8 Nov 2000 20:01:39 +0300
51062              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
51063      Branch: perl
51064            ! t/pragma/locale.t util.c
51065 ____________________________________________________________________________
51066 [  7608] By: jhi                                   on 2000/11/08  17:00:16
51067         Log: Deleting $ENV{PATH} in VMS is not recommendable.
51068      Branch: perl
51069            ! t/pragma/locale.t
51070 ____________________________________________________________________________
51071 [  7607] By: jhi                                   on 2000/11/08  16:58:26
51072         Log: Subject: PATCH std stdio for (Free)BSD
51073              From: Nicholas Clark <nick@ccl4.org>
51074              Date: Wed, 8 Nov 2000 15:36:29 +0000
51075              Message-ID: <20001108153629.D98736@plum.flirble.org>
51076      Branch: metaconfig
51077            ! U/compline/d_stdstdio.U
51078      Branch: perl
51079            ! Configure config_h.SH
51080 ____________________________________________________________________________
51081 [  7606] By: jhi                                   on 2000/11/08  16:43:31
51082         Log: Forgot to bump the line numbers in #7601.
51083      Branch: perl
51084            ! t/pragma/warn/pp_sys
51085 ____________________________________________________________________________
51086 [  7605] By: jhi                                   on 2000/11/08  16:39:12
51087         Log: More careful detection of how well NVs and UVs mix.
51088              
51089              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))
51090              From: Nicholas Clark <nick@ccl4.org>
51091              Date: Wed, 8 Nov 2000 15:14:12 +0000
51092              Message-ID: <20001108151412.B98736@plum.flirble.org>
51093              
51094              Added some SIGFPE paranoia.
51095      Branch: metaconfig/U/perl
51096            ! perlxv.U
51097      Branch: perl
51098            ! Configure config_h.SH
51099 ____________________________________________________________________________
51100 [  7604] By: jhi                                   on 2000/11/08  14:39:10
51101         Log: Subject: [patch perl@7595] VMS configure.com tweak
51102              From: "Craig A. Berry" <craigberry@mac.com>
51103              Date: Wed, 8 Nov 2000 00:24:12 -0600
51104              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
51105      Branch: perl
51106            ! configure.com
51107 ____________________________________________________________________________
51108 [  7603] By: jhi                                   on 2000/11/08  14:27:11
51109         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
51110              From: Robin Barker <rmb1@cise.npl.co.uk>
51111              Date: Wed, 8 Nov 2000 11:11:39 GMT
51112              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
51113      Branch: perl
51114            ! perlio.c
51115 ____________________________________________________________________________
51116 [  7602] By: jhi                                   on 2000/11/08  14:25:03
51117         Log: Fix for the tie-refhash string table leaks.
51118              
51119              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
51120              Date: Wed, 8 Nov 2000 13:03:04 GMT
51121              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
51122      Branch: perl
51123            ! t/lib/tie-refhash.t
51124 ____________________________________________________________________________
51125 [  7601] By: jhi                                   on 2000/11/08  14:21:08
51126         Log: Try to avoid flockless and emulationless places.
51127      Branch: perl
51128            ! t/pragma/warn/pp_sys
51129 ____________________________________________________________________________
51130 [  7600] By: jhi                                   on 2000/11/08  02:28:54
51131         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
51132              
51133              Subject: [PATCH] prototyped functions that should be overrideable
51134              From: "Casey R. Tweten" <crt@kiski.net>
51135              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
51136              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
51137      Branch: perl
51138            ! toke.c
51139 ____________________________________________________________________________
51140 [  7599] By: jhi                                   on 2000/11/08  01:12:05
51141         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
51142              
51143              Subject: [PATCH] perlbug.PL
51144              From: "Kurt D. Starsinic" <kstar@chapin.edu>
51145              Date: Mon, 6 Nov 2000 21:39:01 -0500
51146              Message-ID: <20001106213901.B20955@O2.chapin.edu>
51147      Branch: perl
51148            ! utils/perlbug.PL
51149 ____________________________________________________________________________
51150 [  7598] By: jhi                                   on 2000/11/07  23:42:00
51151         Log: Bad thinko in #7581 (I used the test program with the expanded
51152              values as-is).
51153      Branch: metaconfig
51154            ! U/compline/d_stdstdio.U
51155      Branch: perl
51156            ! Configure
51157 ____________________________________________________________________________
51158 [  7597] By: jhi                                   on 2000/11/07  21:43:29
51159         Log: Subject: [PATCH perl@7573] cygwin port
51160              From: "Fifer, Eric" <EFifer@sanwaint.com>
51161              Date: Tue, 7 Nov 2000 18:08:51 -0000 
51162              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
51163              
51164              Synchronize with Cygwin 1.1.5.
51165      Branch: perl
51166            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
51167            ! pod/perlport.pod unixish.h util.c
51168 ____________________________________________________________________________
51169 [  7596] By: jhi                                   on 2000/11/07  21:39:25
51170         Log: perlhack updates from H.Merijn Brand.
51171      Branch: perl
51172            ! pod/perlhack.pod
51173 ____________________________________________________________________________
51174 [  7595] By: jhi                                   on 2000/11/07  20:21:41
51175         Log: Update Changes.
51176      Branch: perl
51177            ! Changes patchlevel.h
51178 ____________________________________________________________________________
51179 [  7594] By: jhi                                   on 2000/11/07  19:18:58
51180         Log: Be more robust in Dynaloader.pm.
51181      Branch: perl
51182            ! ext/DynaLoader/DynaLoader_pm.PL
51183 ____________________________________________________________________________
51184 [  7593] By: jhi                                   on 2000/11/07  16:49:31
51185         Log: AUTHORS update.
51186      Branch: perl
51187            ! AUTHORS
51188 ____________________________________________________________________________
51189 [  7592] By: gsar                                  on 2000/11/07  16:39:51
51190         Log: normalize relative paths in virtualized current directory on windows,
51191              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
51192              returns)
51193      Branch: perl
51194            ! win32/vdir.h
51195 ____________________________________________________________________________
51196 [  7591] By: jhi                                   on 2000/11/07  16:04:26
51197         Log: Too profiler-happy: with optimization the #7590 actually makes
51198              the test to run 0.5% _slower_.  Requires much more instrumentation.
51199              Retract #7590.
51200      Branch: perl
51201            ! regcomp.c regcomp.h
51202 ____________________________________________________________________________
51203 [  7590] By: jhi                                   on 2000/11/07  15:51:13
51204         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
51205              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
51206              by using memset() and testing bytewise (as opposed to bitwise).
51207      Branch: perl
51208            ! regcomp.c regcomp.h
51209 ____________________________________________________________________________
51210 [  7589] By: jhi                                   on 2000/11/07  12:56:39
51211         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
51212              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51213              Date: Mon, 06 Nov 2000 23:45:30 -0500
51214              Message-Id: <0011079735.AA973576259@univpress.com>
51215      Branch: perl
51216            ! configure.com t/lib/st-lock.t
51217 ____________________________________________________________________________
51218 [  7588] By: jhi                                   on 2000/11/07  01:03:28
51219         Log: Tweak #7587.
51220      Branch: perl
51221            ! pod/perldiag.pod
51222 ____________________________________________________________________________
51223 [  7587] By: jhi                                   on 2000/11/07  01:00:27
51224         Log: A doc addition for bug id 20001105.019, beware \p.
51225      Branch: perl
51226            ! pod/perldiag.pod
51227 ____________________________________________________________________________
51228 [  7586] By: jhi                                   on 2000/11/07  00:32:22
51229         Log: Fake support of holey files in win/dosish platforms.
51230              
51231              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
51232              From: kipp@shonanblue.ne.jp
51233              Date: Mon, 6 Nov 2000 13:30:55 -0800
51234              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
51235      Branch: perl
51236            ! ext/SDBM_File/sdbm/sdbm.c
51237 ____________________________________________________________________________
51238 [  7585] By: jhi                                   on 2000/11/07  00:12:54
51239         Log: Subject: Pod updates
51240              From: "Stephen P. Potter" <spp@spotter.yi.org>
51241              Date: Mon, 06 Nov 2000 18:56:43 -0500
51242              Message-Id: <200011062357.SAA18173@spotter.yi.org>
51243      Branch: perl
51244            ! README.dos README.os2 README.win32 pod/buildtoc.PL
51245            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
51246            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
51247            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
51248            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
51249            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
51250            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
51251            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
51252            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
51253            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
51254            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
51255            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
51256            ! pod/perltootc.pod pod/perlunicode.pod
51257 ____________________________________________________________________________
51258 [  7584] By: jhi                                   on 2000/11/07  00:04:17
51259         Log: Varargs don't always work too well if one puts an unsigned
51260              char on the stack and pop an unsigned quad off the stack.
51261              
51262              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
51263              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
51264              Date: Mon, 06 Nov 2000 15:19:05 -0800
51265              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
51266      Branch: perl
51267            ! utf8.c
51268 ____________________________________________________________________________
51269 [  7583] By: jhi                                   on 2000/11/06  23:58:48
51270         Log: %ENV note tweaks from Dan Sugalski.
51271      Branch: perl
51272            ! pod/perlport.pod vms/perlvms.pod
51273 ____________________________________________________________________________
51274 [  7582] By: jhi                                   on 2000/11/06  23:05:49
51275         Log: glibc5 detection by __GNU_LIBRARY__.
51276      Branch: perl
51277            ! toke.c
51278 ____________________________________________________________________________
51279 [  7581] By: jhi                                   on 2000/11/06  22:51:29
51280         Log: Make the stdio test program of 7427 less noisy while being 
51281              compiled so that Digital UNIX wouldn't get both
51282              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
51283              undefined.  This makes perlio happy.
51284      Branch: metaconfig
51285            ! U/compline/d_stdstdio.U
51286      Branch: perl
51287            ! Configure config_h.SH
51288 ____________________________________________________________________________
51289 [  7580] By: jhi                                   on 2000/11/06  22:41:41
51290         Log: Document %ENV = () portability issues.
51291      Branch: perl
51292            ! pod/perlport.pod vms/perlvms.pod
51293 ____________________________________________________________________________
51294 [  7579] By: jhi                                   on 2000/11/06  21:29:24
51295         Log: VOS updates from Paul Green.
51296      Branch: perl
51297            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
51298 ____________________________________________________________________________
51299 [  7578] By: jhi                                   on 2000/11/06  21:00:40
51300         Log: Sanitize the environment further.
51301      Branch: perl
51302            ! t/pragma/locale.t
51303 ____________________________________________________________________________
51304 [  7577] By: jhi                                   on 2000/11/06  20:53:51
51305         Log: Re-introduce 7552 lost in integration.
51306      Branch: perl
51307            ! perlio.c
51308 ____________________________________________________________________________
51309 [  7576] By: jhi                                   on 2000/11/06  20:33:46
51310         Log: Admit that the test leaks scalars.
51311      Branch: perl
51312            ! t/comp/proto.t
51313 ____________________________________________________________________________
51314 [  7575] By: jhi                                   on 2000/11/06  20:17:08
51315         Log: Integrate perlio.
51316      Branch: perl
51317           !> perlio.c
51318 ____________________________________________________________________________
51319 [  7574] By: nick                                  on 2000/11/06  20:07:28
51320         Log: Remove debug. Try (Mmap_t) on madvise() call.
51321      Branch: perlio
51322            ! perlio.c
51323 ____________________________________________________________________________
51324 [  7573] By: jhi                                   on 2000/11/06  13:56:05
51325         Log: Update Changes.
51326      Branch: perl
51327            ! Changes patchlevel.h
51328 ____________________________________________________________________________
51329 [  7572] By: jhi                                   on 2000/11/06  13:48:41
51330         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
51331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51332              Date: Mon, 06 Nov 2000 10:11:42 +0100
51333              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
51334      Branch: perl
51335            ! pod/perlhack.pod
51336 ____________________________________________________________________________
51337 [  7571] By: jhi                                   on 2000/11/06  01:45:51
51338         Log: AUTHORS updates.
51339      Branch: perl
51340            ! AUTHORS
51341 ____________________________________________________________________________
51342 [  7570] By: jhi                                   on 2000/11/06  00:18:00
51343         Log: Fix for
51344              
51345              Subject: [ID 20000728.005] perl -P broken
51346              From: David Dyck <dcd@tc.fluke.com>
51347              Date: Fri, 28 Jul 2000 17:19:16 -0700
51348              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
51349              
51350              (hopefully).  The fix is also not complete, it seems to break
51351              BOM swallowing for libc5 systems, but until someone figures
51352              out a way to do this without ftell(), this will do.
51353      Branch: perl
51354            ! toke.c
51355 ____________________________________________________________________________
51356 [  7569] By: jhi                                   on 2000/11/06  00:05:30
51357         Log: Document that the evaled syntax errors cause scalar leaks.
51358      Branch: perl
51359            ! t/comp/proto.t
51360 ____________________________________________________________________________
51361 [  7568] By: jhi                                   on 2000/11/05  23:14:47
51362         Log: opmini.o can linger from Configures past.
51363      Branch: perl
51364            ! Makefile.SH
51365 ____________________________________________________________________________
51366 [  7567] By: jhi                                   on 2000/11/05  21:28:39
51367         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
51368              first argument correctly.
51369      Branch: perl
51370            ! perlio.c
51371 ____________________________________________________________________________
51372 [  7566] By: jhi                                   on 2000/11/05  21:15:56
51373         Log: Integrate perlio.
51374      Branch: perl
51375           !> perlio.c
51376 ____________________________________________________________________________
51377 [  7565] By: jhi                                   on 2000/11/05  21:15:13
51378         Log: Use -dM for gcc (the suggested patch did it only for Linux,
51379              but I think it can be generalized).
51380              
51381              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
51382              From: Pixel <pixel@mandrakesoft.com>
51383              Date: 05 Nov 2000 21:49:34 +0100 
51384              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
51385      Branch: perl
51386            ! ext/Errno/Errno_pm.PL
51387 ____________________________________________________________________________
51388 [  7564] By: nick                                  on 2000/11/05  21:09:18
51389         Log: Added a mmap layer as a "subclass" of perlio.
51390              PERLIO=mmap ./perl harness passes
51391      Branch: perlio
51392            ! perlio.c
51393 ____________________________________________________________________________
51394 [  7563] By: jhi                                   on 2000/11/05  19:48:55
51395         Log: Add a note for future generations about bug id 20000229.006.
51396      Branch: perl
51397            ! malloc.c
51398 ____________________________________________________________________________
51399 [  7562] By: jhi                                   on 2000/11/05  19:38:24
51400         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
51401      Branch: perl
51402            ! pp_ctl.c t/op/pos.t
51403 ____________________________________________________________________________
51404 [  7561] By: jhi                                   on 2000/11/05  18:21:46
51405         Log: Add =pod to be tidy.
51406      Branch: perl
51407            ! lib/Math/Complex.pm
51408 ____________________________________________________________________________
51409 [  7560] By: jhi                                   on 2000/11/05  17:38:46
51410         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
51411      Branch: perl
51412            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
51413            ! ext/Storable/Storable.xs t/lib/st-recurse.t
51414 ____________________________________________________________________________
51415 [  7559] By: jhi                                   on 2000/11/05  17:32:59
51416         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
51417              From: "Peter J. Farley III" <pjfarley@banet.net>
51418              Date: Sun, 05 Nov 2000 11:55:59 -0500
51419              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
51420      Branch: perl
51421            ! t/lib/syslog.t
51422 ____________________________________________________________________________
51423 [  7558] By: jhi                                   on 2000/11/05  17:29:19
51424         Log: Integrate perlio.
51425      Branch: perl
51426           !> perlio.c
51427 ____________________________________________________________________________
51428 [  7557] By: jhi                                   on 2000/11/05  17:22:01
51429         Log: A fix of sorts for 20000329.026, a better error message
51430              for a missing "use charnames" when using the \N{...}. 
51431      Branch: perl
51432            ! pod/perldiag.pod toke.c
51433 ____________________________________________________________________________
51434 [  7556] By: jhi                                   on 2000/11/05  16:33:50
51435         Log: Test tweak: show also the failed locales.
51436              
51437              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
51438              From: Lupe Christoph <lupe@lupe-christoph.de>         
51439              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
51440              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
51441      Branch: perl
51442            ! t/pragma/locale.t
51443 ____________________________________________________________________________
51444 [  7555] By: nick                                  on 2000/11/05  11:09:34
51445         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
51446              open RDWR so does not fail. (pragma/warnings 303 again...)
51447      Branch: perlio
51448            ! perlio.c
51449 ____________________________________________________________________________
51450 [  7554] By: nick                                  on 2000/11/05  10:10:13
51451         Log: Fix case where ungetc(f,EOF) was allowed.
51452              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
51453              so we can see similarities.
51454              Use types more carefully and a STDCHAR array in hope that this will
51455              fix Jarrko's 64bit machine.
51456      Branch: perlio
51457            ! perlio.c
51458 ____________________________________________________________________________
51459 [  7553] By: jhi                                   on 2000/11/05  01:12:16
51460         Log: Fix for
51461              
51462              Subject: [ID 20001004.007] taint propogation is inconsistent
51463              From: pimlott@idiomtech.com (Andrew Pimlott) 
51464              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
51465              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
51466              
51467              The culprit was sv_setsv() which was rather blindly
51468              propagating taint, which lead to behaviour where if
51469              a tainted anon hash value was seen all the hash values
51470              from then on at that level became tainted, or at any
51471              upper levels in the case of nested anon hashes.
51472      Branch: perl
51473            ! sv.c t/op/taint.t
51474 ____________________________________________________________________________
51475 [  7552] By: jhi                                   on 2000/11/04  23:44:18
51476         Log: Some cpps don't like splitting conditionals across several lines.
51477      Branch: perl
51478            ! perlio.c
51479 ____________________________________________________________________________
51480 [  7551] By: nick                                  on 2000/11/04  23:40:44
51481         Log: Integrate mainline
51482      Branch: perlio
51483           !> pp_hot.c t/op/taint.t
51484 ____________________________________________________________________________
51485 [  7550] By: nick                                  on 2000/11/04  23:39:05
51486         Log: Integrate mainline again
51487      Branch: perlio
51488           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
51489           !> t/lib/b.t t/op/misc.t util.c
51490 ____________________________________________________________________________
51491 [  7549] By: jhi                                   on 2000/11/04  23:14:01
51492         Log: Fix for
51493              
51494              Subject: [ID 20001004.006] undef is never tainted
51495              From: pimlott@idiomtech.com (Andrew Pimlott)
51496              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
51497              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
51498              
51499              An undef read from a slurped file was not tainted.
51500      Branch: perl
51501            ! pp_hot.c t/op/taint.t
51502 ____________________________________________________________________________
51503 [  7548] By: jhi                                   on 2000/11/04  22:56:21
51504         Log: Test tweak ($Config{useperlio} is by default undef) .
51505      Branch: perl
51506            ! t/lib/b.t
51507 ____________________________________________________________________________
51508 [  7547] By: jhi                                   on 2000/11/04  22:43:56
51509         Log: Integrate perlio.
51510      Branch: perl
51511           +> lib/perlio.pm
51512           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
51513           !> pod/perlapi.pod t/lib/b.t
51514 ____________________________________________________________________________
51515 [  7546] By: jhi                                   on 2000/11/04  22:40:59
51516         Log: Configure would use a bad $myuname from an old config.sh.
51517              
51518              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
51519              From: Andy Dougherty <doughera@lafayette.edu>
51520              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
51521              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
51522      Branch: metaconfig
51523            ! U/modified/Oldconfig.U
51524      Branch: perl
51525            ! Configure config_h.SH
51526 ____________________________________________________________________________
51527 [  7545] By: jhi                                   on 2000/11/04  22:36:54
51528         Log: Subject: Locales support (setlocale) fixes
51529              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51530              Date: Sat, 4 Nov 2000 10:15:48 +0300 
51531              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
51532              
51533              Modified quite a bit to be more portable.
51534      Branch: perl
51535            ! embed.h embed.pl perl.h proto.h util.c
51536 ____________________________________________________________________________
51537 [  7544] By: jhi                                   on 2000/11/04  22:32:47
51538         Log: Dying is too strict here, better just skip.
51539      Branch: perl
51540            ! t/op/misc.t
51541 ____________________________________________________________________________
51542 [  7543] By: nick                                  on 2000/11/04  21:55:13
51543         Log: Merge mainline
51544      Branch: perlio
51545           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51546           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
51547           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
51548           !> (integrate 64 files)
51549 ____________________________________________________________________________
51550 [  7542] By: jhi                                   on 2000/11/04  21:09:28
51551         Log: More Changes tweakery.
51552      Branch: perl
51553            ! Changes Porting/genlog
51554 ____________________________________________________________________________
51555 [  7541] By: jhi                                   on 2000/11/04  20:58:18
51556         Log: Changes fixups.
51557      Branch: perl
51558            ! Changes
51559 ____________________________________________________________________________
51560 [  7540] By: jhi                                   on 2000/11/04  20:42:38
51561         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
51562              create a "fast path" for locale name probing using "locale -a"
51563              if available, squash finally hopefully the s?printf resetting
51564              the numeric locale (since, IIUC perllocale, it never shouldn't). 
51565      Branch: perl
51566            ! sv.c t/op/misc.t t/pragma/locale.t
51567 ____________________________________________________________________________
51568 [  7539] By: nick                                  on 2000/11/04  19:56:10
51569         Log: PerlIO infrastructure complete.
51570      Branch: perlio
51571            + lib/perlio.pm
51572            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
51573 ____________________________________________________________________________
51574 [  7538] By: nick                                  on 2000/11/04  14:31:32
51575         Log: Type tweaks + less contorted allocation scheme
51576      Branch: perlio
51577            ! perlio.c
51578 ____________________________________________________________________________
51579 [  7537] By: nick                                  on 2000/11/04  12:40:42
51580         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
51581              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
51582              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
51583              sensible) which lead to some interesting fails.
51584      Branch: perlio
51585            ! perlio.c
51586 ____________________________________________________________________________
51587 [  7536] By: jhi                                   on 2000/11/04  00:20:02
51588         Log: Add FCNTL_CAN_LOCK.
51589              
51590              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51591              From: Andy Dougherty <doughera@lafayette.edu>
51592              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
51593              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
51594              
51595              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
51596              From: Andy Dougherty <doughera@lafayette.edu>
51597              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
51598              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
51599      Branch: metaconfig/U/perl
51600            + d_fcntl_can_lock.U
51601            ! startperl.U
51602      Branch: perl
51603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
51604            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
51605            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
51606            ! vos/config.ga.h win32/config.bc win32/config.gc
51607            ! win32/config.vc
51608 ____________________________________________________________________________
51609 [  7535] By: nick                                  on 2000/11/03  22:19:10
51610         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
51611              - Works on Linux with
51612              perlio + unix
51613              stdio
51614              - Works on Solaris with
51615              perlio + unix
51616              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
51617              - Fails (hangs in openpid) if you try and stack
51618              perlio + stdio - Linux stdio's read() logic is hanging.
51619      Branch: perlio
51620            ! iperlsys.h perlio.c
51621 ____________________________________________________________________________
51622 [  7534] By: jhi                                   on 2000/11/03  15:16:02
51623         Log: Subject: Re: README.aix
51624              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51625              Date: Fri, 03 Nov 2000 16:03:15 +0100
51626              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
51627      Branch: perl
51628            ! README.aix
51629 ____________________________________________________________________________
51630 [  7533] By: jhi                                   on 2000/11/03  03:59:02
51631         Log: Subject: [PATCH 5.7.0] better messages from malloc()
51632              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51633              Date: Wed, 1 Nov 2000 23:39:56 -0500
51634              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
51635      Branch: perl
51636            ! malloc.c pod/perldiag.pod
51637 ____________________________________________________________________________
51638 [  7532] By: jhi                                   on 2000/11/03  00:11:56
51639         Log: The #7521 touched things it shouldn't have.
51640      Branch: perl
51641            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
51642 ____________________________________________________________________________
51643 [  7531] By: jhi                                   on 2000/11/02  22:32:33
51644         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
51645              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51646              Date:     Thu, 2 Nov 2000 16:58:36 EST
51647              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
51648      Branch: perl
51649            ! vms/gen_shrfls.pl
51650 ____________________________________________________________________________
51651 [  7530] By: jhi                                   on 2000/11/02  22:08:49
51652         Log: Fix the problem discussed in
51653              
51654              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
51655              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
51656              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
51657              
51658              originally from Linc Madison.  Also Andreas König's comments
51659              taken into account.  Some other problems with Tie::SubstrHash
51660              fixed: didn't croak when the table exceeded the requested number
51661              of entries (as documented) but instead when the number of entries
51662              exceeded the size of the table, a croak() had an unnecessary \n,
51663              didn't have a CLEAR method, documented that there is no exists().
51664              Didn't fix to be strict-proof because the module uses &foo; and
51665              dynamic scope.  Added a test script exercizing both first tamely 
51666              the basic functionality, and then the failure cases reported by
51667              Linc Madison.
51668      Branch: perl
51669            + t/lib/tie-substrhash.t
51670            ! MANIFEST lib/Tie/SubstrHash.pm
51671 ____________________________________________________________________________
51672 [  7529] By: jhi                                   on 2000/11/02  17:58:08
51673         Log: recv() can fail and return undef.
51674              
51675              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
51676              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
51677              Date: Thu, 2 Nov 2000 20:12:20 +0300
51678              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
51679      Branch: perl
51680            ! lib/Net/Ping.pm
51681 ____________________________________________________________________________
51682 [  7528] By: jhi                                   on 2000/11/02  17:49:09
51683         Log: Detpyo.
51684      Branch: perl
51685            ! pod/perlop.pod
51686 ____________________________________________________________________________
51687 [  7527] By: jhi                                   on 2000/11/02  15:48:37
51688         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
51689              fix a autovivification bug in Tie::RefHash, add tests for both.
51690              
51691              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
51692              From: Edward Avis <epa98@doc.ic.ac.uk>
51693              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
51694              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
51695      Branch: perl
51696            + t/lib/tie-refhash.t
51697            ! MANIFEST lib/Tie/RefHash.pm
51698 ____________________________________________________________________________
51699 [  7526] By: jhi                                   on 2000/11/02  13:56:26
51700         Log: Test::Harness revealed buglets in the new DynaLoader.
51701              
51702              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
51703              From: andreas.koenig@anima.de (Andreas J. Koenig)
51704              Date: 02 Nov 2000 11:26:48 +0100 
51705              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
51706      Branch: perl
51707            ! ext/DynaLoader/DynaLoader_pm.PL
51708 ____________________________________________________________________________
51709 [  7525] By: jhi                                   on 2000/11/01  23:52:08
51710         Log: The entry for #7503 was missing.
51711      Branch: perl
51712            ! Changes
51713 ____________________________________________________________________________
51714 [  7524] By: jhi                                   on 2000/11/01  23:40:52
51715         Log: Update Changes.
51716      Branch: perl
51717            ! Changes patchlevel.h
51718 ____________________________________________________________________________
51719 [  7523] By: jhi                                   on 2000/11/01  22:57:09
51720         Log: More tweaking on the #7522 theme.
51721      Branch: perl
51722            ! ext/DynaLoader/DynaLoader_pm.PL
51723 ____________________________________________________________________________
51724 [  7522] By: jhi                                   on 2000/11/01  22:06:15
51725         Log: Expand %Config variables and %ENV variables only if
51726              so requested during build time using the
51727              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
51728              Not expanding makes relocating distributions easier.
51729      Branch: perl
51730            ! ext/DynaLoader/DynaLoader_pm.PL
51731 ____________________________________________________________________________
51732 [  7521] By: jhi                                   on 2000/11/01  20:56:34
51733         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
51734              and setgid() because they were just changing $< and $( which means
51735              only changing the real uid/gid, as opposed to changing both
51736              real and effective ids.  (The alternative way could have been
51737              in POSIX.pm to change $> and $), too, but making a direct call
51738              to the C API feels cleaner.)  Fixes the bug
51739              
51740              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
51741              From: "Garry T. Williams" <garry@zvolve.com>
51742              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
51743              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
51744      Branch: perl
51745            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
51746            ! ext/POSIX/typemap pod/perlvar.pod
51747 ____________________________________________________________________________
51748 [  7520] By: jhi                                   on 2000/11/01  20:08:33
51749         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
51750              From: "Garry T. Williams" <garry@zvolve.com>
51751              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
51752              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
51753      Branch: perl
51754            ! pod/perlsec.pod
51755 ____________________________________________________________________________
51756 [  7519] By: jhi                                   on 2000/11/01  20:01:22
51757         Log: Locale warning explanation tweak.
51758      Branch: perl
51759            ! pod/perldiag.pod
51760 ____________________________________________________________________________
51761 [  7518] By: jhi                                   on 2000/11/01  18:57:13
51762         Log: C.pm part of
51763              
51764              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
51765              From: Jarkko Hietaniemi <jhi@iki.fi>
51766              Date: Tue, 10 Oct 2000 08:22:28 -0500
51767              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
51768      Branch: perl
51769            ! ext/B/B/C.pm
51770 ____________________________________________________________________________
51771 [  7517] By: jhi                                   on 2000/11/01  18:41:59
51772         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
51773              From: Martien Verbruggen <mgjv@comdyn.com.au>
51774              Date: Fri, 6 Oct 2000 14:09:10 +1100
51775              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
51776      Branch: perl
51777            ! pod/perlop.pod
51778 ____________________________________________________________________________
51779 [  7516] By: jhi                                   on 2000/11/01  18:34:55
51780         Log: Generalize the Camel wording.
51781              
51782              Subject: Re: perlfaq style changes
51783              From: John Borwick <jhborwic@unity.ncsu.edu>
51784              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
51785              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
51786      Branch: perl
51787            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
51788 ____________________________________________________________________________
51789 [  7515] By: jhi                                   on 2000/11/01  16:52:31
51790         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
51791              From: pimlott@idiomtech.com (Andrew Pimlott)
51792              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
51793              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
51794      Branch: perl
51795            ! pod/perlsec.pod
51796 ____________________________________________________________________________
51797 [  7514] By: jhi                                   on 2000/11/01  15:03:40
51798         Log: More AIX lore.
51799      Branch: perl
51800            ! ext/re/hints/aix.pl
51801 ____________________________________________________________________________
51802 [  7513] By: jhi                                   on 2000/11/01  14:48:30
51803         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
51804              From: root <root@chronos.fi.muni.cz>
51805              Date: Wed, 1 Nov 2000 12:31:32 +0100
51806              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
51807      Branch: perl
51808            ! lib/Net/Ping.pm
51809 ____________________________________________________________________________
51810 [  7512] By: jhi                                   on 2000/11/01  14:46:47
51811         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
51812              From: Martin Husemann <martin@duskware.de>
51813              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
51814              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
51815      Branch: perl
51816            ! regcomp.c
51817 ____________________________________________________________________________
51818 [  7511] By: jhi                                   on 2000/11/01  14:39:50
51819         Log: AUTHORS updates.
51820      Branch: perl
51821            ! AUTHORS
51822 ____________________________________________________________________________
51823 [  7510] By: jhi                                   on 2000/11/01  14:29:50
51824         Log: Subject: [PATCH] startperl to respect versiononly
51825              From: Robin Barker <rmb1@cise.npl.co.uk> 
51826              Date: Tue, 31 Oct 2000 16:29:36 GMT
51827              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
51828      Branch: metaconfig/U/perl
51829            ! startperl.U
51830      Branch: perl
51831            ! Configure config_h.SH
51832 ____________________________________________________________________________
51833 [  7509] By: jhi                                   on 2000/11/01  14:19:53
51834         Log: printf UVs the correct way, noticed by Robin Barker.
51835      Branch: perl
51836            ! utf8.c
51837 ____________________________________________________________________________
51838 [  7508] By: jhi                                   on 2000/11/01  14:10:03
51839         Log: Do not cleanup *% because the % has special meanings in some
51840              shell environments.
51841      Branch: perl
51842            ! ext/Storable/Makefile.PL
51843 ____________________________________________________________________________
51844 [  7507] By: jhi                                   on 2000/11/01  14:06:00
51845         Log: The NonStop-UX libraries have a novel way to say NaN.
51846      Branch: perl
51847            ! t/lib/bigfltpm.t
51848 ____________________________________________________________________________
51849 [  7506] By: jhi                                   on 2000/11/01  14:03:35
51850         Log: The osname has been lowercased by now, from Tom Bates.
51851      Branch: metaconfig
51852            ! U/modified/Oldconfig.U
51853      Branch: perl
51854            ! Configure config_h.SH
51855 ____________________________________________________________________________
51856 [  7505] By: jhi                                   on 2000/10/31  19:18:39
51857         Log: The compiler is either gcc or cc, from Tom Bates.
51858      Branch: perl
51859            ! hints/nonstopux.sh
51860 ____________________________________________________________________________
51861 [  7504] By: jhi                                   on 2000/10/31  14:53:42
51862         Log: Update Changes.
51863      Branch: perl
51864            ! Changes patchlevel.h
51865 ____________________________________________________________________________
51866 [  7503] By: jhi                                   on 2000/10/31  14:30:50
51867         Log: Whitespace style tweak.  Was originally going to see to
51868              
51869              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
51870              From: Joe Smith <jms@inwap.com>
51871              Date: Mon, 30 Oct 2000 18:47:57 -0800
51872              Message-Id: <39FE32DD.24AAC4D@inwap.com>
51873              
51874              but that had already been taken care of.
51875      Branch: metaconfig
51876            ! U/compline/d_stdstdio.U
51877      Branch: perl
51878            ! Configure config_h.SH
51879 ____________________________________________________________________________
51880 [  7502] By: jhi                                   on 2000/10/31  14:25:02
51881         Log: AUTHORS tweaks.
51882      Branch: perl
51883            ! AUTHORS
51884 ____________________________________________________________________________
51885 [  7501] By: jhi                                   on 2000/10/31  14:23:59
51886         Log: Subject: perlfaq style changes
51887              From: John Borwick <jhborwic@unity.ncsu.edu>
51888              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
51889              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
51890      Branch: perl
51891            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
51892            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
51893            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
51894            ! pod/perlfaq9.pod
51895 ____________________________________________________________________________
51896 [  7500] By: jhi                                   on 2000/10/31  14:22:15
51897         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
51898              
51899              Subject: Re: [ID 20000918.005] ~ on wide chars
51900              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51901              Date: Mon, 30 Oct 2000 21:09:55 -0800
51902              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
51903              
51904              (The ord() part of the patch skipped.)
51905      Branch: perl
51906            ! doop.c
51907 ____________________________________________________________________________
51908 [  7499] By: jhi                                   on 2000/10/31  14:20:08
51909         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
51910              From: Jens Hamisch <jens@Strawberry.COM>
51911              Date: Mon, 30 Oct 2000 15:17:07 +0100
51912              Message-Id: <20001030151707.A9597@Strawberry.COM>
51913      Branch: perl
51914            ! av.c
51915 ____________________________________________________________________________
51916 [  7498] By: jhi                                   on 2000/10/31  14:16:29
51917         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
51918              From: Peter Prymmer <pvhp@forte.com>
51919              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
51920              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
51921      Branch: perl
51922            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
51923            + ext/Encode/Encode/posix-bc.enc
51924            ! MANIFEST t/lib/encode.t
51925 ____________________________________________________________________________
51926 [  7497] By: jhi                                   on 2000/10/31  14:13:22
51927         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
51928              From: Peter Prymmer <pvhp@forte.com>
51929              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
51930              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
51931      Branch: perl
51932            ! t/lib/cgi-html.t
51933 ____________________________________________________________________________
51934 [  7496] By: jhi                                   on 2000/10/31  14:12:05
51935         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
51936              From: Peter Prymmer <pvhp@forte.com>
51937              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
51938              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
51939      Branch: perl
51940            ! t/lib/cgi-function.t
51941 ____________________________________________________________________________
51942 [  7495] By: jhi                                   on 2000/10/31  14:11:08
51943         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
51944              From: Peter Prymmer <pvhp@forte.com>
51945              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
51946              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
51947      Branch: perl
51948            + ext/re/hints/aix.pl
51949            ! MANIFEST ext/re/Makefile.PL
51950 ____________________________________________________________________________
51951 [  7494] By: jhi                                   on 2000/10/31  14:08:32
51952         Log: Use Errno magic.
51953              
51954              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
51955              From: Casey Tweten <perl@ctweten.amsite.com>
51956              Date: Mon, 30 Oct 2000 15:51:17 -0500
51957              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
51958      Branch: perl
51959            ! lib/File/Temp.pm
51960 ____________________________________________________________________________
51961 [  7493] By: jhi                                   on 2000/10/31  14:05:07
51962         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
51963              
51964              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
51965              From: Nicholas Clark <nick@ccl4.org>
51966              Date: Mon, 30 Oct 2000 17:38:45 +0000
51967              Message-ID: <20001030173845.O60355@plum.flirble.org>
51968      Branch: perl
51969            ! Makefile.SH utils/perlbug.PL
51970 ____________________________________________________________________________
51971 [  7492] By: nick                                  on 2000/10/30  19:37:23
51972         Log: Change files which are mysteriously different to mainline to be
51973              copies of mainline.
51974      Branch: perlio
51975            ! objXSUB.h perlapi.c pod/perlapi.pod
51976 ____________________________________________________________________________
51977 [  7491] By: nick                                  on 2000/10/30  18:05:54
51978         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
51979              - typo in endian code in putc.
51980              - Don't allow read of write-only files and vice-versa
51981              - and off-by-one in flush-all loop.
51982              Remove debug calls as they were using GCC specific features.
51983      Branch: perlio
51984            ! perlio.c
51985 ____________________________________________________________________________
51986 [  7490] By: nick                                  on 2000/10/29  21:45:45
51987         Log: Integrate mainline to perlio
51988      Branch: perlio
51989           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
51990           !> toke.c
51991 ____________________________________________________________________________
51992 [  7489] By: jhi                                   on 2000/10/29  21:11:08
51993         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
51994              From: andreas.koenig@anima.de (Andreas J. Koenig)
51995              Date: 29 Oct 2000 22:05:59 +0100
51996              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
51997      Branch: perl
51998            ! lib/ExtUtils/Manifest.pm
51999 ____________________________________________________________________________
52000 [  7488] By: jhi                                   on 2000/10/29  21:07:47
52001         Log: Tests for #7487.
52002              
52003              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
52004              From: andreas.koenig@anima.de (Andreas J. Koenig)
52005              Date: 29 Oct 2000 19:37:09 +0100
52006              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
52007      Branch: perl
52008            ! t/comp/proto.t
52009 ____________________________________________________________________________
52010 [  7487] By: jhi                                   on 2000/10/29  21:06:27
52011         Log: constsub spillage.
52012              
52013              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
52014              From: John Tobey <jtobey@john-edwin-tobey.org>
52015              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
52016              Message-Id: <m13pvSr-000FObC@feynman.localnet>
52017      Branch: perl
52018            ! op.c
52019 ____________________________________________________________________________
52020 [  7486] By: nick                                  on 2000/10/29  21:05:04
52021         Log: Integrate mainline to perlio branch
52022      Branch: perlio
52023           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
52024           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
52025           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
52026           +> vos/install_perl.cm
52027            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
52028            - vos/config.h vos/config_h.SH_orig
52029           !> (integrate 141 files)
52030 ____________________________________________________________________________
52031 [  7485] By: jhi                                   on 2000/10/29  21:00:47
52032         Log: Make \x{...} consistently produce UTF-8.
52033              
52034              Subject: Re: \x{...} is confused 
52035              From: Simon Cozens <simon@cozens.net>
52036              Date: Sun, 29 Oct 2000 19:36:48 +0000
52037              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
52038      Branch: perl
52039            ! t/pragma/utf8.t toke.c
52040 ____________________________________________________________________________
52041 [  7484] By: nick                                  on 2000/10/29  20:05:29
52042         Log: PerlIO passes all tests.
52043      Branch: perlio
52044            ! perlio.c
52045 ____________________________________________________________________________
52046 [  7483] By: jhi                                   on 2000/10/29  18:06:55
52047         Log: Update Changes.
52048      Branch: perl
52049            ! Changes patchlevel.h
52050 ____________________________________________________________________________
52051 [  7482] By: nick                                  on 2000/10/29  17:43:28
52052         Log: Include <unistd.h> to get correct lseek() prototype etc.
52053              (I thought perl.h did that) - down to two fails
52054              - comp/require.t (last test)
52055              - lib/io_xs.t - possibly import/export of FILE * ?
52056      Branch: perlio
52057            ! perlio.c
52058 ____________________________________________________________________________
52059 [  7481] By: jhi                                   on 2000/10/29  17:02:37
52060         Log: UTF-8 decoder tweak.
52061      Branch: perl
52062            ! utf8.c
52063 ____________________________________________________________________________
52064 [  7480] By: nick                                  on 2000/10/29  16:26:11
52065         Log: Fixed two bugs:
52066              - error code not being set on close (of broken pipe)
52067              - append mode was truncating.
52068              At least one seek/tell bug remains.
52069      Branch: perlio
52070            ! perlio.c
52071 ____________________________________________________________________________
52072 [  7479] By: nick                                  on 2000/10/29  11:18:16
52073         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
52074              in case of accidents. Still several worrying fails, no line disciplines yet.
52075      Branch: perlio
52076            ! iperlsys.h perlio.c
52077 ____________________________________________________________________________
52078 [  7478] By: jhi                                   on 2000/10/29  02:04:01
52079         Log: Add also emailless people.
52080      Branch: perl
52081            ! AUTHORS
52082 ____________________________________________________________________________
52083 [  7477] By: jhi                                   on 2000/10/29  01:36:00
52084         Log: The #7476 needs a MANIFEST change, too.
52085      Branch: perl
52086            ! MANIFEST
52087 ____________________________________________________________________________
52088 [  7476] By: jhi                                   on 2000/10/29  01:35:21
52089         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
52090      Branch: perl
52091            - MAINTAIN
52092            ! AUTHORS Changes
52093 ____________________________________________________________________________
52094 [  7475] By: jhi                                   on 2000/10/28  23:57:25
52095         Log: De-quoted-unreadable to ISO Latin 1.
52096              (There's one ISO-2022-JP name in Changes5.004.)
52097      Branch: perl
52098            ! Changes Changes5.6
52099 ____________________________________________________________________________
52100 [  7474] By: jhi                                   on 2000/10/28  19:13:06
52101         Log: Subject: [ID 20001027.007] uniq array in perlfaq
52102              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
52103              Date: Fri, 27 Oct 2000 19:28:30 +0200
52104              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
52105      Branch: perl
52106            ! pod/perlfaq4.pod
52107 ____________________________________________________________________________
52108 [  7473] By: jhi                                   on 2000/10/28  18:02:05
52109         Log: Locking null mutexes is not recommendable.
52110              
52111              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
52112              From: Hugo <hv@crypt.compulink.co.uk>
52113              Date: Sat, 28 Oct 2000 18:41:12 +0100
52114              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
52115      Branch: perl
52116            ! op.c
52117 ____________________________________________________________________________
52118 [  7472] By: jhi                                   on 2000/10/28  17:52:58
52119         Log: Better create a true mailing list for the repository keepers.
52120      Branch: perl
52121            ! Porting/repository.pod
52122 ____________________________________________________________________________
52123 [  7471] By: jhi                                   on 2000/10/28  17:28:24
52124         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
52125              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
52126      Branch: perl
52127            + Porting/repository.pod
52128            ! MANIFEST
52129 ____________________________________________________________________________
52130 [  7470] By: jhi                                   on 2000/10/28  17:20:54
52131         Log: Subject: DOC PATCH 5.6.0
52132              From: mjd@plover.com
52133              Date: 27 Oct 2000 17:32:44 -0000
52134              Message-ID: <20001027173244.23754.qmail@plover.com>
52135      Branch: perl
52136            ! pod/perlfunc.pod
52137 ____________________________________________________________________________
52138 [  7469] By: jhi                                   on 2000/10/28  17:16:45
52139         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
52140              From: "Peter J. Farley III" <pjfarley@banet.net>
52141              Date: Fri, 27 Oct 2000 20:32:56 -0400
52142              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
52143      Branch: perl
52144            ! README.dos
52145 ____________________________________________________________________________
52146 [  7468] By: jhi                                   on 2000/10/28  17:07:18
52147         Log: Make target reordering to avoid pointless re-makes.
52148              
52149              Subject: Re: Total re-make of 'make okfile' after 7451 ?
52150              From: Nicholas Clark <nick@ccl4.org>
52151              Date: Sat, 28 Oct 2000 00:31:02 +0100
52152              Message-ID: <20001028003101.A54517@plum.flirble.org>
52153      Branch: perl
52154            ! Makefile.SH
52155 ____________________________________________________________________________
52156 [  7467] By: jhi                                   on 2000/10/28  17:05:31
52157         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
52158              From: lvirden@cas.org
52159              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
52160              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
52161      Branch: perl
52162            ! README.os2
52163 ____________________________________________________________________________
52164 [  7466] By: jhi                                   on 2000/10/28  16:09:16
52165         Log: Upgrade to CPAN 1.58_55.
52166              
52167              Subject: CPAN.pm status
52168              From: andreas.koenig@anima.de (Andreas J. Koenig) 
52169              Date: 28 Oct 2000 08:18:00 +0200 
52170              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
52171      Branch: perl
52172            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52173 ____________________________________________________________________________
52174 [  7465] By: jhi                                   on 2000/10/28  16:02:47
52175         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
52176      Branch: perl
52177            ! embed.h embed.pl perl.h proto.h toke.c
52178 ____________________________________________________________________________
52179 [  7464] By: nick                                  on 2000/10/28  10:43:44
52180         Log: Fix for sv_2iv() on "shared" value from keys %hash.
52181      Branch: perl
52182            ! sv.c
52183 ____________________________________________________________________________
52184 [  7463] By: jhi                                   on 2000/10/27  16:18:29
52185         Log: Update Changes.
52186      Branch: perl
52187            ! Changes patchlevel.h
52188 ____________________________________________________________________________
52189 [  7462] By: jhi                                   on 2000/10/27  16:17:44
52190         Log: Too enthusiastic editing in #7460.
52191      Branch: metaconfig
52192            ! U/modified/Oldsym.U
52193      Branch: perl
52194            ! Configure config_h.SH
52195 ____________________________________________________________________________
52196 [  7461] By: jhi                                   on 2000/10/27  15:37:38
52197         Log: Retract #7459, the script needs more work.
52198      Branch: perl
52199            - mkreef
52200            ! MANIFEST
52201 ____________________________________________________________________________
52202 [  7460] By: jhi                                   on 2000/10/27  15:23:14
52203         Log: Use $sort, $uniq (and $tr) consistently as wondered
52204              by Nicholas Clark.
52205      Branch: metaconfig
52206            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
52207            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
52208            ! U/modified/libc.U
52209      Branch: perl
52210            ! Configure config_h.SH
52211 ____________________________________________________________________________
52212 [  7459] By: jhi                                   on 2000/10/27  15:02:07
52213         Log: (Retracted by #7461)
52214              
52215              Add a shell script for creating/removing symbolic link farms,
52216              useful for keeping the source code read-only and doing the
52217              builds somewhere else.
52218      Branch: perl
52219            + mkreef
52220            ! MANIFEST
52221 ____________________________________________________________________________
52222 [  7458] By: jhi                                   on 2000/10/27  14:42:20
52223         Log: Do away with the fix_pl.
52224      Branch: perl
52225            - fix_pl
52226            ! MANIFEST Makefile.SH
52227 ____________________________________________________________________________
52228 [  7457] By: jhi                                   on 2000/10/27  12:43:13
52229         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
52230              From: Jens Hamisch <jens@Strawberry.COM>
52231              Date: Fri, 27 Oct 2000 14:38:21 +0200
52232              Message-Id: <20001027143821.B3366@Strawberry.COM>
52233      Branch: perl
52234            ! perl.h
52235 ____________________________________________________________________________
52236 [  7456] By: jhi                                   on 2000/10/27  12:33:42
52237         Log: Subject: [PATCH] todo
52238              From: Nicholas Clark <nick@ccl4.org>
52239              Date: Thu, 26 Oct 2000 22:32:29 +0100
52240              Message-ID: <20001026223229.A44540@plum.flirble.org>
52241      Branch: perl
52242            ! pod/perltodo.pod
52243 ____________________________________________________________________________
52244 [  7455] By: jhi                                   on 2000/10/27  12:02:21
52245         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
52246              From: John Tobey <jtobey@john-edwin-tobey.org>
52247              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
52248              Message-Id: <m13ozHF-000FObC@feynman.localnet>
52249      Branch: perl
52250            ! op.c t/pragma/sub_lval.t
52251 ____________________________________________________________________________
52252 [  7454] By: jhi                                   on 2000/10/27  11:59:42
52253         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
52254              From: sthoenna@efn.org
52255              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
52256              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
52257      Branch: perl
52258            ! pp.c t/op/assignwarn.t
52259 ____________________________________________________________________________
52260 [  7453] By: jhi                                   on 2000/10/27  00:15:08
52261         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
52262      Branch: perl
52263            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
52264            ! ext/Storable/Storable.xs t/lib/st-lock.t
52265 ____________________________________________________________________________
52266 [  7452] By: jhi                                   on 2000/10/26  13:05:52
52267         Log: Undo #7451, this seems to be a deficiency in Perforce,
52268              there is no per-file line-terminator type, only per-client.
52269      Branch: perl
52270            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52271            ! win32/makefile.mk
52272 ____________________________________________________________________________
52273 [  7451] By: jhi                                   on 2000/10/26  04:56:03
52274         Log: Experimenting in DOS arcana.
52275      Branch: perl
52276            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
52277            ! win32/makefile.mk
52278 ____________________________________________________________________________
52279 [  7450] By: jhi                                   on 2000/10/26  04:50:52
52280         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
52281              From: "Peter J. Farley III" <pjfarley@banet.net>            
52282              Date: Wed, 25 Oct 2000 23:10:18 -0400
52283              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
52284      Branch: perl
52285            ! t/io/open.t
52286 ____________________________________________________________________________
52287 [  7449] By: jhi                                   on 2000/10/26  04:49:16
52288         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
52289              From: Hugo <hv@crypt.compulink.co.uk>
52290              Date: Thu, 26 Oct 2000 01:55:17 +0100
52291              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
52292              
52293              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
52294      Branch: perl
52295            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
52296 ____________________________________________________________________________
52297 [  7448] By: jhi                                   on 2000/10/26  04:38:36
52298         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
52299              From: Peter Prymmer <pvhp@forte.com>
52300              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
52301              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
52302      Branch: perl
52303            ! configure.com
52304 ____________________________________________________________________________
52305 [  7447] By: jhi                                   on 2000/10/25  23:20:02
52306         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
52307              in platforms that strictly require all the symbols being present
52308              at link time.
52309      Branch: perl
52310            ! handy.h
52311 ____________________________________________________________________________
52312 [  7446] By: jhi                                   on 2000/10/25  21:55:57
52313         Log: Update Changes.
52314      Branch: perl
52315            ! Changes patchlevel.h
52316 ____________________________________________________________________________
52317 [  7445] By: jhi                                   on 2000/10/25  21:27:08
52318         Log: Integrate with vmsperl #7430 by Charles Bailey:
52319              
52320              Cleanup from prior patch (Charles Lane?):
52321              - improve handling of MFDs in Basename and Path
52322              - default to no xsubpp line # munging when building debug images
52323      Branch: perl
52324           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52325 ____________________________________________________________________________
52326 [  7444] By: jhi                                   on 2000/10/25  21:03:50
52327         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
52328              From: John Peacock <JPeacock@UnivPress.com>
52329              Date: Thu, 18 May 2000 11:55:27 -0400
52330              Message-ID: <3924126F.A58BE57A@UnivPress.com>
52331      Branch: perl
52332            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
52333            ! t/op/write.t
52334 ____________________________________________________________________________
52335 [  7443] By: jhi                                   on 2000/10/25  20:43:10
52336         Log: Temporary stopgap for the self-tying issue: for now only
52337              array and hash self-ties are verboten.  The real fix, of
52338              course, would be to comprehensively test (and implement?)
52339              and debug (and document) self-ties.
52340      Branch: perl
52341            ! pod/perldiag.pod pp_sys.c t/op/tie.t
52342 ____________________________________________________________________________
52343 [  7442] By: jhi                                   on 2000/10/25  20:14:30
52344         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
52345              From: Dan Sugalski <dan@sidhe.org>
52346              Date: Wed, 25 Oct 2000 13:36:35 -0400
52347              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
52348              
52349              plus regen global.sym.
52350      Branch: perl
52351            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
52352            ! thrdvar.h util.c
52353 ____________________________________________________________________________
52354 [  7441] By: jhi                                   on 2000/10/25  20:12:20
52355         Log: buildtoc target tweaks.
52356      Branch: perl
52357            ! pod/Makefile.SH
52358 ____________________________________________________________________________
52359 [  7440] By: jhi                                   on 2000/10/25  20:03:53
52360         Log: A new version of making the syslog test more robust.
52361              (Replaces #7421.)
52362              
52363              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52364              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52365              Date: Wed, 25 Oct 2000 12:13:54 -0400
52366              Message-ID: <20001025121354.B2264@O2.chapin.edu>
52367      Branch: perl
52368            ! t/lib/syslog.t
52369 ____________________________________________________________________________
52370 [  7439] By: jhi                                   on 2000/10/25  20:00:48
52371         Log: Continue the internal UTF-8 API tweaking.
52372              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
52373              used much more than the simpler API, now called utf8_to_uv_simple().
52374              Still not quite happy with API, too much partial duplication
52375              of functionality.
52376      Branch: perl
52377            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
52378            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
52379            ! regcomp.c regexec.c sv.c toke.c utf8.c
52380 ____________________________________________________________________________
52381 [  7438] By: jhi                                   on 2000/10/25  18:52:30
52382         Log: Allow poking holes at the UTF-8 decoding strictness.
52383      Branch: perl
52384            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
52385            ! utf8.h
52386 ____________________________________________________________________________
52387 [  7437] By: jhi                                   on 2000/10/25  13:53:05
52388         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
52389              UTF8LEN() and UTF8SKIP(). 
52390      Branch: perl
52391            ! pp.c utf8.c utf8.h
52392 ____________________________________________________________________________
52393 [  7436] By: jhi                                   on 2000/10/25  13:51:37
52394         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
52395              From: Nicholas Clark <nick@ccl4.org>
52396              Date: Wed, 25 Oct 2000 14:44:05 +0100
52397              Message-ID: <20001025144404.D27253@plum.flirble.org>
52398      Branch: perl
52399            ! pod/perlrun.pod
52400 ____________________________________________________________________________
52401 [  7435] By: jhi                                   on 2000/10/25  13:49:32
52402         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
52403              From: Mike Guy <mjtg@cam.ac.uk>
52404              Date: Tue, 24 Oct 2000 14:59:40 +0100
52405              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
52406      Branch: perl
52407            ! scope.c
52408 ____________________________________________________________________________
52409 [  7434] By: jhi                                   on 2000/10/25  13:48:41
52410         Log: AIX is picky about its symbol exports.  Solution for now
52411              is to include the deb.o explicitly to the re extension build.
52412              
52413              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
52414              From: Peter Prymmer <pvhp@forte.com>
52415              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
52416              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
52417      Branch: perl
52418            ! ext/re/Makefile.PL hints/aix.sh
52419 ____________________________________________________________________________
52420 [  7433] By: jhi                                   on 2000/10/25  13:46:49
52421         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
52422              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52423              Date: Wed, 25 Oct 2000 12:02:20 +0200
52424              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
52425      Branch: perl
52426            ! perlsdio.h
52427 ____________________________________________________________________________
52428 [  7432] By: jhi                                   on 2000/10/25  13:44:28
52429         Log: Subject: Minor update to find2perl, for portability
52430              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
52431              Date: Wed, 25 Oct 2000 12:05:47 +0100
52432              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
52433      Branch: perl
52434            ! x2p/find2perl.PL
52435 ____________________________________________________________________________
52436 [  7431] By: jhi                                   on 2000/10/25  13:40:39
52437         Log: Add targets to Makefile.SH, most importantly
52438              'regen_all' which also remembers to update vms/perly*.
52439      Branch: perl
52440            ! Makefile.SH
52441 ____________________________________________________________________________
52442 [  7430] By: bailey                                on 2000/10/25  03:13:53
52443         Log: Cleanup from prior patch (Charles Lane?):
52444              - improve handling of MFDs in Basename and Path
52445              - default to no xsubpp line # munging when building debug images
52446      Branch: vmsperl
52447            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
52448 ____________________________________________________________________________
52449 [  7429] By: jhi                                   on 2000/10/24  20:03:40
52450         Log: Podify README.epoc and README.vos.
52451      Branch: perl
52452            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
52453            ! pod/perlport.pod pod/perltoc.pod
52454 ____________________________________________________________________________
52455 [  7428] By: jhi                                   on 2000/10/24  19:10:33
52456         Log: Stratus VOS updates from Paul Green.
52457      Branch: perl
52458            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
52459            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
52460            - vos/config.def vos/config.h vos/config_h.SH_orig
52461            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
52462            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
52463 ____________________________________________________________________________
52464 [  7427] By: jhi                                   on 2000/10/24  18:59:48
52465         Log: Check if stdio supports tweaking lval and cnt simultaneously.
52466              
52467              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
52468              From: Nicholas Clark <nick@ccl4.org>
52469              Date: Mon, 23 Oct 2000 15:39:32 +0100
52470              Message-ID: <20001023153932.A10786@plum.flirble.org>
52471      Branch: metaconfig
52472            ! U/compline/d_stdstdio.U
52473      Branch: perl
52474            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52475            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
52476            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
52477            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
52478            ! vos/config.h vos/config_h.SH_orig win32/config.bc
52479            ! win32/config.gc win32/config.vc
52480 ____________________________________________________________________________
52481 [  7426] By: jhi                                   on 2000/10/24  17:57:44
52482         Log: Missed the header file changes from #7425.
52483      Branch: perl
52484            ! embed.h embed.pl objXSUB.h proto.h
52485 ____________________________________________________________________________
52486 [  7425] By: jhi                                   on 2000/10/24  17:55:17
52487         Log: Fix the bug reported in
52488              
52489              From: andreas.koenig@anima.de (Andreas J. Koenig)
52490              Subject: Encode bug?
52491              Date: 24 Oct 2000 14:01:26 +0200 
52492              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
52493              
52494              Also make is_utf8_char() stricter.
52495      Branch: perl
52496            ! ext/Encode/Encode.xs utf8.c
52497 ____________________________________________________________________________
52498 [  7424] By: jhi                                   on 2000/10/24  15:15:39
52499         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
52500              From: Peter Scott <Peter@PSDT.com>
52501              Date: Mon, 23 Oct 2000 19:46:01 -0700
52502              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
52503      Branch: perl
52504            ! pod/perlfaq5.pod
52505 ____________________________________________________________________________
52506 [  7423] By: jhi                                   on 2000/10/24  14:25:30
52507         Log: Test tweak to avoid pulling in the whole Config.
52508      Branch: perl
52509            ! t/lib/st-lock.t
52510 ____________________________________________________________________________
52511 [  7422] By: jhi                                   on 2000/10/24  14:03:16
52512         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
52513      Branch: perl
52514            ! pp.c
52515 ____________________________________________________________________________
52516 [  7421] By: jhi                                   on 2000/10/24  13:32:09
52517         Log: (Replaced by #7440.)
52518              
52519              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
52520              From: "Kurt D. Starsinic" <kstar@chapin.edu>
52521              Date: Mon, 23 Oct 2000 16:40:54 -0400
52522              Message-ID: <20001023164054.B14491@O2.chapin.edu>
52523      Branch: perl
52524            ! t/lib/syslog.t
52525 ____________________________________________________________________________
52526 [  7420] By: jhi                                   on 2000/10/24  13:30:53
52527         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
52528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52529              Date: Mon, 23 Oct 2000 17:29:03 -0400
52530              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
52531      Branch: perl
52532            ! lib/ExtUtils/MM_Unix.pm
52533 ____________________________________________________________________________
52534 [  7419] By: jhi                                   on 2000/10/24  13:29:57
52535         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
52536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
52537              Date: Mon, 23 Oct 2000 19:01:32 -0400
52538              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
52539      Branch: perl
52540            ! utils/h2xs.PL
52541 ____________________________________________________________________________
52542 [  7418] By: jhi                                   on 2000/10/24  13:26:04
52543         Log: Replace #7409 with
52544              
52545              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
52546              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
52547              Date: Mon, 23 Oct 2000 20:08:56 +0200
52548              Message-ID: <20001023200855.A14850@nice.ram.loc>
52549      Branch: perl
52550            ! ext/Storable/Storable.pm t/lib/st-lock.t
52551 ____________________________________________________________________________
52552 [  7417] By: jhi                                   on 2000/10/24  13:17:52
52553         Log: Run vms/vms_yfix.pl, should have done that after changing
52554              perly.c in #7382.
52555      Branch: perl
52556            ! vms/perly_c.vms vms/perly_h.vms
52557 ____________________________________________________________________________
52558 [  7416] By: jhi                                   on 2000/10/24  02:55:33
52559         Log: Make the UTF-8 decoding stricter and more verbose when
52560              malformation happens.  This involved adding an argument
52561              to utf8_to_uv_chk(), which involved changing its prototype,
52562              and prefer STRLEN over I32 for the UTF-8 length, which as
52563              a domino effect necessitated changing the prototypes of
52564              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
52565              The stricter UTF-8 decoding checking uses Markus Kuhn's
52566              UTF-8 Decode Stress Tester from
52567              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
52568      Branch: perl
52569            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
52570            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
52571            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
52572            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
52573 ____________________________________________________________________________
52574 [  7415] By: jhi                                   on 2000/10/23  14:06:06
52575         Log: Update Changes.
52576      Branch: perl
52577            ! Changes patchlevel.h
52578 ____________________________________________________________________________
52579 [  7414] By: jhi                                   on 2000/10/23  12:39:52
52580         Log: Undo the basename() part of #7412 since the lib/basename
52581              tests would need upgrading too.
52582      Branch: perl
52583            ! lib/File/Basename.pm
52584 ____________________________________________________________________________
52585 [  7413] By: jhi                                   on 2000/10/23  12:19:27
52586         Log: Document PERL_INSTALL_ROOT of #7210.
52587      Branch: perl
52588            ! lib/ExtUtils/Install.pm
52589 ____________________________________________________________________________
52590 [  7412] By: jhi                                   on 2000/10/23  12:16:47
52591         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
52592      Branch: perl
52593            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
52594            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
52595 ____________________________________________________________________________
52596 [  7411] By: jhi                                   on 2000/10/23  12:07:41
52597         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
52598              From: Prymmer/Kahn <pvhp@best.com>
52599              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
52600              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
52601      Branch: perl
52602            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
52603 ____________________________________________________________________________
52604 [  7410] By: jhi                                   on 2000/10/23  04:10:11
52605         Log: The change #7187 was not so good on VMS.
52606              
52607              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
52608              From: "Craig A. Berry" <craig.berry@psinetcs.com>
52609              Date: Sun, 22 Oct 2000 23:03:08 -0500
52610              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
52611      Branch: perl
52612            ! utils/perldoc.PL
52613 ____________________________________________________________________________
52614 [  7409] By: jhi                                   on 2000/10/23  03:57:36
52615         Log: Avoid Storable locking on DJGPP for now.
52616              
52617              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
52618              From: "Peter J. Farley III" <pjfarley@banet.net>
52619              Date: Sun, 22 Oct 2000 20:00:00 -0400
52620              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
52621      Branch: perl
52622            ! ext/Storable/Storable.pm t/lib/st-lock.t
52623 ____________________________________________________________________________
52624 [  7408] By: jhi                                   on 2000/10/23  03:50:24
52625         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
52626              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52627              Date: Sun, 22 Oct 2000 21:12:22 -0400
52628              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
52629      Branch: perl
52630            ! lib/vars.pm
52631 ____________________________________________________________________________
52632 [  7407] By: jhi                                   on 2000/10/23  03:43:12
52633         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
52634              From: Hugo <hv@crypt.compulink.co.uk>
52635              Date: Mon, 23 Oct 2000 00:47:22 +0100
52636              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
52637      Branch: perl
52638            ! regexec.c t/op/pat.t
52639 ____________________________________________________________________________
52640 [  7406] By: jhi                                   on 2000/10/23  03:40:29
52641         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
52642      Branch: perl
52643            ! lib/ExtUtils/MakeMaker.pm
52644 ____________________________________________________________________________
52645 [  7405] By: jhi                                   on 2000/10/22  21:32:00
52646         Log: Doc patch.
52647              
52648              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
52649              From: rspier@pobox.com (Robert Spier)
52650              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
52651              Message-ID: <14835.16112.13457.447971@rls.cx>
52652      Branch: perl
52653            ! lib/strict.pm
52654 ____________________________________________________________________________
52655 [  7404] By: jhi                                   on 2000/10/22  21:30:51
52656         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
52657              From: rspier@pobox.com (Robert Spier)
52658              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
52659              Message-ID: <14835.17223.72448.705566@rls.cx>
52660      Branch: perl
52661            ! lib/ExtUtils/MakeMaker.pm
52662 ____________________________________________________________________________
52663 [  7403] By: jhi                                   on 2000/10/22  21:24:11
52664         Log: Subject: [PATCH bleadperl] ripples from constsub patch
52665              From: John Tobey <jtobey@john-edwin-tobey.org>
52666              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
52667              Message-Id: <m13nSOB-000FObC@feynman.localnet>
52668      Branch: perl
52669            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
52670 ____________________________________________________________________________
52671 [  7402] By: jhi                                   on 2000/10/22  20:59:35
52672         Log: Support s?printf parameter reordering.
52673      Branch: perl
52674            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
52675 ____________________________________________________________________________
52676 [  7401] By: jhi                                   on 2000/10/22  19:19:14
52677         Log: Expand %Config variables only if explicitly so requested
52678              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
52679              
52680              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52681              From: Gurusamy Sarathy <gsar@ActiveState.com>
52682              Date: Sun, 22 Oct 2000 11:47:32 -0700
52683              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
52684      Branch: perl
52685            ! Makefile.SH lib/lib_pm.PL
52686 ____________________________________________________________________________
52687 [  7400] By: jhi                                   on 2000/10/22  18:24:10
52688         Log: Move the #7390 test from warn/op to comp/redef.
52689              
52690              Subject: Re: Creating const subs for constants.
52691              From: John Tobey <jtobey@john-edwin-tobey.org>
52692              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
52693              Message-Id: <m13nG72-000FObC@feynman.localnet>               
52694      Branch: perl
52695            ! t/comp/redef.t t/pragma/warn/op
52696 ____________________________________________________________________________
52697 [  7399] By: jhi                                   on 2000/10/22  17:49:59
52698         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
52699              From: Nicholas Clark <nick@ccl4.org>
52700              Date: Sat, 21 Oct 2000 22:23:19 +0100
52701              Message-ID: <20001021222319.B45586@plum.flirble.org>
52702      Branch: perl
52703            ! ext/DynaLoader/DynaLoader_pm.PL
52704 ____________________________________________________________________________
52705 [  7398] By: jhi                                   on 2000/10/22  17:47:35
52706         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
52707              From: Hugo <hv@crypt.compulink.co.uk>
52708              Date: Sat, 21 Oct 2000 18:19:59 +0100
52709              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
52710      Branch: perl
52711            ! ext/B/B.pm ext/B/B/C.pm
52712 ____________________________________________________________________________
52713 [  7397] By: jhi                                   on 2000/10/22  17:35:18
52714         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
52715              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
52716              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
52717              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
52718      Branch: perl
52719            ! hints/openbsd.sh
52720 ____________________________________________________________________________
52721 [  7396] By: jhi                                   on 2000/10/22  17:19:46
52722         Log: Subject: installman go-faster stripes
52723              From: Nicholas Clark <nick@talking.bollo.cx>
52724              Date: Sat, 21 Oct 2000 17:24:53 +0100
52725              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
52726              
52727              Subject: Re: installman go-faster stripes
52728              From: Russ Allbery <rra@stanford.edu>
52729              Date: 21 Oct 2000 11:04:13 -0700
52730              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
52731      Branch: perl
52732            ! installman pod/pod2man.PL
52733 ____________________________________________________________________________
52734 [  7395] By: jhi                                   on 2000/10/22  17:17:35
52735         Log: Hints tweak from Anton Berezin.
52736      Branch: perl
52737            ! hints/freebsd.sh
52738 ____________________________________________________________________________
52739 [  7394] By: jhi                                   on 2000/10/22  04:50:04
52740         Log: Tweak the Is* definitions of Unicode character classes
52741              to better match the official categorizations; embrace
52742              the official categorizations; add the combining marks
52743              as alpha (and -numeric); fix DCinital (a typo and edito)
52744              to be DCmedial.
52745      Branch: perl
52746            + lib/unicode/Is/DCmedial.pl
52747            - lib/unicode/Is/DCinital.pl
52748            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52749            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
52750            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
52751            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52752 ____________________________________________________________________________
52753 [  7393] By: jhi                                   on 2000/10/21  18:06:05
52754         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
52755              From: Daniel Chetlin <daniel@chetlin.com>
52756              Date: Sat, 21 Oct 2000 02:57:03 -0700
52757              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
52758      Branch: perl
52759            + t/lib/tie-splice.t
52760            ! MANIFEST lib/Tie/Array.pm
52761 ____________________________________________________________________________
52762 [  7392] By: gsar                                  on 2000/10/21  18:05:15
52763         Log: resync utfperl branch with mainline
52764      Branch: utfperl
52765           !> (integrate 1760 files)
52766 ____________________________________________________________________________
52767 [  7391] By: jhi                                   on 2000/10/21  14:37:49
52768         Log: Testcases for a #7383,#7385 related bug.
52769              
52770              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
52771              From: Nicholas Clark <nick@ccl4.org>
52772              Date: Sat, 21 Oct 2000 15:04:51 +0100
52773              Message-ID: <20001021150451.A51566@plum.flirble.org>
52774      Branch: perl
52775            ! t/pragma/utf8.t
52776 ____________________________________________________________________________
52777 [  7390] By: jhi                                   on 2000/10/21  14:35:57
52778         Log: Add a testcase for #7389.
52779      Branch: perl
52780            ! t/pragma/warn/op
52781 ____________________________________________________________________________
52782 [  7389] By: jhi                                   on 2000/10/21  14:26:45
52783         Log: Subject: Re: Creating const subs for constants.
52784              From: John Tobey <jtobey@john-edwin-tobey.org>
52785              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
52786              Message-Id: <m13mo0N-000FObC@feynman.localnet>
52787      Branch: perl
52788            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
52789            ! proto.h sv.c
52790 ____________________________________________________________________________
52791 [  7388] By: nick                                  on 2000/10/21  11:44:23
52792         Log: Populate perlio branch
52793      Branch: perlio
52794           +> (branch 1760 files)
52795 ____________________________________________________________________________
52796 [  7387] By: nick                                  on 2000/10/21  10:52:05
52797         Log: Get branch back as replica of mainline via :
52798              p4 integrate -b utfperl
52799              p4 resolve -at ./...
52800      Branch: utfperl
52801           +> (branch 269 files)
52802            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
52803            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
52804            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
52805            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
52806            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
52807            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52808            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52809            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52810            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52811            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52812            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52813            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52814            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52815            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52816            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52817            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52818            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52819            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52820            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
52821            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
52822            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
52823            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
52824            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
52825            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
52826            - lib/unicode/UCD300.html lib/unicode/Unicode.300
52827            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
52828            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
52829            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
52830            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
52831           !> (integrate 965 files)
52832 ____________________________________________________________________________
52833 [  7386] By: jhi                                   on 2000/10/21  01:31:12
52834         Log: Update Changes.
52835      Branch: perl
52836            ! Changes patchlevel.h
52837 ____________________________________________________________________________
52838 [  7385] By: jhi                                   on 2000/10/21  01:28:42
52839         Log: The #7383 was right only in the context of the original bug report,
52840              not in more general case.
52841      Branch: perl
52842            ! pp_hot.c
52843 ____________________________________________________________________________
52844 [  7384] By: jhi                                   on 2000/10/21  01:08:23
52845         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
52846      Branch: perl
52847            ! ext/IO/lib/IO/Select.pm
52848 ____________________________________________________________________________
52849 [  7383] By: jhi                                   on 2000/10/21  00:44:18
52850         Log: Fix for ID 20001020.006, concatenating an unset submatch
52851              with utf8 resulted in "Modification of a read-only value".
52852      Branch: perl
52853            ! pp_hot.c t/pragma/utf8.t
52854 ____________________________________________________________________________
52855 [  7382] By: jhi                                   on 2000/10/20  20:44:31
52856         Log: Make scan_num() reëntrant, as suggested in
52857              
52858              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52859              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52860              Date: Fri, 20 Oct 2000 14:17:27 +0100
52861              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52862      Branch: perl
52863            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
52864            ! toke.c
52865 ____________________________________________________________________________
52866 [  7381] By: jhi                                   on 2000/10/20  20:07:29
52867         Log: Reëntrancy fix.
52868              
52869              Subject: [PATCH perl@7229] Rentrant parser and yylex()
52870              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
52871              Date: Fri, 20 Oct 2000 14:17:27 +0100
52872              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
52873      Branch: perl
52874            ! embed.h embed.pl perl.h proto.h toke.c
52875 ____________________________________________________________________________
52876 [  7380] By: jhi                                   on 2000/10/20  19:15:54
52877         Log: Don't write double values through long double pointers,
52878              based on a part of
52879              
52880              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52881              From: Jens Hamisch <jens@Strawberry.COM>
52882              Date: Tue, 17 Oct 2000 08:39:36 +0200
52883              Message-Id: <20001017083936.A11104@Strawberry.COM>
52884      Branch: perl
52885            ! perl.h pp.c
52886 ____________________________________________________________________________
52887 [  7379] By: jhi                                   on 2000/10/20  18:43:37
52888         Log: Portability tweak on #7377.
52889              
52890              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
52891              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52892              Date:     Fri, 20 Oct 2000 13:13:41 EDT
52893              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
52894      Branch: perl
52895            ! t/lib/dprof.t
52896 ____________________________________________________________________________
52897 [  7378] By: jhi                                   on 2000/10/20  12:57:19
52898         Log: SOCKS function redefinitions need prototypes, too, otherwise
52899              for example 32 bit versus 64 bit differences cause a lot of
52900              problems.  Part of
52901              
52902              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
52903              From: Jens Hamisch <jens@Strawberry.COM>
52904              Date: Tue, 17 Oct 2000 08:39:36 +0200
52905              Message-Id: <20001017083936.A11104@Strawberry.COM>
52906      Branch: perl
52907            ! doio.c pp_sys.c
52908 ____________________________________________________________________________
52909 [  7377] By: jhi                                   on 2000/10/20  12:37:12
52910         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
52911              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52912              Date:     Fri, 20 Oct 2000 08:26:04 EDT
52913              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
52914      Branch: perl
52915            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
52916 ____________________________________________________________________________
52917 [  7376] By: jhi                                   on 2000/10/20  12:35:31
52918         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
52919              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
52920              Date:     Fri, 20 Oct 2000 07:48:15 EDT
52921              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
52922      Branch: perl
52923            ! configure.com vms/gen_shrfls.pl
52924 ____________________________________________________________________________
52925 [  7375] By: bailey                                on 2000/10/20  04:44:37
52926         Log: SYN SYN
52927      Branch: vmsperl
52928           +> (branch 134 files)
52929            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
52930            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
52931            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
52932            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
52933            - eg/cgi/frameset.cgi eg/cgi/index.html
52934            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
52935            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
52936            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
52937            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
52938            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
52939            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
52940            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
52941            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
52942            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
52943            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
52944            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
52945            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
52946            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
52947            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
52948            - lib/unicode/Props.txt lib/unicode/UCD300.html
52949            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
52950            - utils/perlbc.PL vms/subconfigure.com
52951           !> (integrate 785 files)
52952 ____________________________________________________________________________
52953 [  7374] By: jhi                                   on 2000/10/20  00:59:48
52954         Log: In the latest compiler builds cccdlflags must not become -fpic,
52955              from Wilfredo Sánchez.
52956      Branch: perl
52957            ! hints/darwin.sh
52958 ____________________________________________________________________________
52959 [  7373] By: jhi                                   on 2000/10/20  00:56:35
52960         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
52961              From: Tony Cook <tony@develop-help.com>
52962              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
52963              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
52964      Branch: perl
52965            ! pod/perlop.pod
52966 ____________________________________________________________________________
52967 [  7372] By: jhi                                   on 2000/10/19  19:34:40
52968         Log: Typo noted by Mark Lutz.
52969      Branch: perl
52970            ! t/op/64bitint.t
52971 ____________________________________________________________________________
52972 [  7371] By: jhi                                   on 2000/10/19  19:33:13
52973         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
52974      Branch: metaconfig
52975            ! U/modified/Cppsym.U U/modified/Oldconfig.U
52976      Branch: metaconfig/U/perl
52977            ! End.U dlsrc.U libperl.U
52978      Branch: perl
52979            + hints/nonstopux.sh
52980            ! Configure MANIFEST config_h.SH
52981 ____________________________________________________________________________
52982 [  7370] By: jhi                                   on 2000/10/19  17:18:08
52983         Log: Subject: PATCH do_print has 2 PerlIO_error()s
52984              From: nick@ccl4.org
52985              Date: Thu, 19 Oct 2000 18:09:20 +0100
52986              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
52987      Branch: perl
52988            ! doio.c
52989 ____________________________________________________________________________
52990 [  7369] By: jhi                                   on 2000/10/19  14:01:49
52991         Log: Update Changes.
52992      Branch: perl
52993            ! Changes patchlevel.h
52994 ____________________________________________________________________________
52995 [  7368] By: jhi                                   on 2000/10/19  13:04:29
52996         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
52997              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
52998              Date: Wed, 18 Oct 2000 13:12:01 +0200
52999              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
53000      Branch: perl
53001            ! hints/aix.sh
53002 ____________________________________________________________________________
53003 [  7367] By: jhi                                   on 2000/10/19  02:22:40
53004         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
53005              of a 'pmshort' anywhere in the B, so the offending line was simply
53006              removed.
53007      Branch: perl
53008            ! ext/B/B/Debug.pm
53009 ____________________________________________________________________________
53010 [  7366] By: jhi                                   on 2000/10/19  02:12:37
53011         Log: Add the test case for the bug id 20000730.004 which seems
53012              to have been fixed by now.
53013      Branch: perl
53014            ! t/pragma/utf8.t
53015 ____________________________________________________________________________
53016 [  7365] By: jhi                                   on 2000/10/18  23:36:24
53017         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
53018              From: Hugo <hv@crypt.compulink.co.uk>
53019              Date: Wed, 18 Oct 2000 23:25:58 +0100
53020              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
53021      Branch: perl
53022            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
53023 ____________________________________________________________________________
53024 [  7364] By: jhi                                   on 2000/10/18  21:12:53
53025         Log: (retracted)
53026      Branch: perl
53027            ! pp.c
53028 ____________________________________________________________________________
53029 [  7363] By: jhi                                   on 2000/10/18  20:55:38
53030         Log: Missing change from #7362.
53031      Branch: perl
53032            ! win32/perlhost.h
53033 ____________________________________________________________________________
53034 [  7362] By: jhi                                   on 2000/10/18  20:52:01
53035         Log: Borland C fstat() never saw the fd as writable.
53036              
53037              Subject: fix for Borland's weak "stat" (perl@7211)
53038              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
53039              Date: Mon, 16 Oct 2000 09:55:03 +0400
53040              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
53041      Branch: perl
53042            ! win32/win32.c
53043 ____________________________________________________________________________
53044 [  7361] By: jhi                                   on 2000/10/18  17:43:50
53045         Log: Regen toc.
53046      Branch: perl
53047            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
53048 ____________________________________________________________________________
53049 [  7360] By: jhi                                   on 2000/10/18  17:07:44
53050         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53051              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
53052              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
53053              Date: Mon, 16 Oct 2000 15:19:49 +0200
53054      Branch: perl
53055            + README.aix
53056            ! MANIFEST
53057 ____________________________________________________________________________
53058 [  7359] By: jhi                                   on 2000/10/18  17:04:49
53059         Log: Subject: Pod patch for Devel::Peek
53060              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53061              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
53062              Date: Mon, 16 Oct 2000 12:26:34 +0200
53063      Branch: perl
53064            ! ext/Devel/Peek/Peek.pm
53065 ____________________________________________________________________________
53066 [  7358] By: jhi                                   on 2000/10/18  17:03:15
53067         Log: Make Cwd more bulletproof in chrooted environments.
53068              
53069              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
53070              From: "Eric E. Coe" <Eric.Coe@oracle.com>
53071              Date: Wed, 18 Oct 2000 04:03:54 -0400
53072              Message-Id: <39ED596A.70E599FE@oracle.com>
53073      Branch: perl
53074            ! lib/Cwd.pm
53075 ____________________________________________________________________________
53076 [  7357] By: jhi                                   on 2000/10/18  16:37:26
53077         Log: Disable the UTF8 downgrade croakage for now to avoid
53078              too many not okay messages.
53079      Branch: perl
53080            ! doio.c
53081 ____________________________________________________________________________
53082 [  7356] By: jhi                                   on 2000/10/17  23:29:41
53083         Log: Show the failed remote port, instead of the failing line number.
53084              
53085              Subject: [PATCH 5.6.1 Debugger] More diagnostics
53086              From: David Sparks <daves@ActiveState.com>
53087              Date: Tue, 17 Oct 2000 15:00:24 -0700
53088              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
53089      Branch: perl
53090            ! lib/perl5db.pl
53091 ____________________________________________________________________________
53092 [  7355] By: jhi                                   on 2000/10/17  14:11:31
53093         Log: On output try to downgrade to bytes, croak if impossible,
53094              from Simon Cozens.  This means that outputting >255 UTF8
53095              is impossible.  Consider this as a strong incentive to get
53096              the I/O disciplines implemented.
53097      Branch: perl
53098            ! doio.c pod/perldiag.pod sv.c
53099 ____________________________________________________________________________
53100 [  7354] By: jhi                                   on 2000/10/17  13:42:23
53101         Log: Clarify documentation on 'use bytes'.
53102              
53103              Subject: Re: What does 'use bytes' "mean" ?
53104              From: Simon Cozens <simon@cozens.net>
53105              Date: Mon, 18 Sep 2000 18:24:25 +0100
53106              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
53107      Branch: perl
53108            ! lib/bytes.pm
53109 ____________________________________________________________________________
53110 [  7353] By: jhi                                   on 2000/10/17  13:28:12
53111         Log: Workaround for a sfio bug where the stream error indicator
53112              is not cleared as documented.
53113              
53114              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53115              From: Nicholas Clark <nick@ccl4.org>
53116              Date: Mon, 16 Oct 2000 18:28:23 +0100
53117              Message-ID: <20001016182823.J19700@plum.flirble.org>
53118      Branch: perl
53119            ! doio.c
53120 ____________________________________________________________________________
53121 [  7352] By: jhi                                   on 2000/10/17  13:06:19
53122         Log: More IoTYPE sprinkling.
53123      Branch: perl
53124            ! doio.c pp_hot.c
53125 ____________________________________________________________________________
53126 [  7351] By: jhi                                   on 2000/10/16  22:47:07
53127         Log: Detect early whether the std streams have gone bad.
53128              
53129              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
53130              Date: Mon, 16 Oct 2000 23:28:42 +0100
53131              From: Nicholas Clark <nick@ccl4.org>
53132              Message-ID: <20001016232842.A37942@plum.flirble.org>
53133      Branch: perl
53134            ! t/op/misc.t
53135 ____________________________________________________________________________
53136 [  7350] By: jhi                                   on 2000/10/16  22:45:16
53137         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
53138              From: "Peter J. Farley III" <pjfarley@banet.net>
53139              Date: Mon, 16 Oct 2000 18:15:59 -0400
53140              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
53141      Branch: perl
53142            ! djgpp/djgpp.c dosish.h t/io/open.t
53143 ____________________________________________________________________________
53144 [  7349] By: jhi                                   on 2000/10/16  22:36:45
53145         Log: perldelta tweak.
53146      Branch: perl
53147            ! pod/perldelta.pod
53148 ____________________________________________________________________________
53149 [  7348] By: jhi                                   on 2000/10/16  15:17:53
53150         Log: Update Changes.
53151      Branch: perl
53152            ! Changes patchlevel.h
53153 ____________________________________________________________________________
53154 [  7347] By: jhi                                   on 2000/10/16  13:55:27
53155         Log: Add the capability to include/exclude branches.
53156      Branch: perl
53157            ! Porting/genlog
53158 ____________________________________________________________________________
53159 [  7346] By: jhi                                   on 2000/10/16  13:18:04
53160         Log: Add Charles Lane.
53161      Branch: perl
53162            ! AUTHORS Changes
53163 ____________________________________________________________________________
53164 [  7345] By: jhi                                   on 2000/10/16  13:13:21
53165         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
53166      Branch: perl
53167            ! pod/perldelta.pod
53168 ____________________________________________________________________________
53169 [  7344] By: gsar                                  on 2000/10/16  09:30:21
53170         Log: integrate change#6220 from cfgperl
53171              
53172              Win32 patches from Benjamin Stuhl.
53173      Branch: maint-5.6/perl
53174           !> makedef.pl win32/win32.h
53175 ____________________________________________________________________________
53176 [  7343] By: gsar                                  on 2000/10/16  08:32:19
53177         Log: integrate changes#6221,6222 from cfgperl
53178              
53179              Remove tr///CU (the feature is to be obsoleted by better interfaces).
53180              From: simon@brecon.co.uk (Simon Cozens)
53181              Subject: [PATCH] Eliminate tr///[CU][CU]
53182              Date: 23 Jun 2000 11:05:40 GMT
53183              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
53184              
53185              doc typo fix
53186              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
53187              From: Ian Phillipps <Ian.Phillipps@iname.com>
53188              Date: Fri, 23 Jun 2000 10:40:58 +0100
53189              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
53190      Branch: maint-5.6/perl
53191           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
53192 ____________________________________________________________________________
53193 [  7342] By: gsar                                  on 2000/10/16  08:28:08
53194         Log: integrate change#6217 from cfgperl (in part)
53195              
53196              Rename the fdpid locking and integrate with Sarathy.
53197      Branch: maint-5.6/perl
53198           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
53199           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
53200           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
53201           !> win32/win32.c
53202 ____________________________________________________________________________
53203 [  7341] By: gsar                                  on 2000/10/16  08:23:39
53204         Log: integrate changes#6214..6216 from mainline
53205              
53206              @_ can't have junk in it even in the non-USE_ITHREADS case because
53207              caller() wants to populate @DB::args with it (causes a coredump
53208              in Carp::confess())
53209              
53210              tweak comment about @DB::args
53211              
53212              be more optimal about clearing @_
53213      Branch: maint-5.6/perl
53214           !> av.h cop.h pp_ctl.c t/op/runlevel.t
53215 ____________________________________________________________________________
53216 [  7340] By: gsar                                  on 2000/10/16  08:20:37
53217         Log: integrate changes#6207..6210 from cfgperl
53218              
53219              Subject: [PATCH 5.6.0] Threadsafe patches
53220              From: Dan Sugalski <dan@sidhe.org>
53221              To: perl5-porters@perl.org
53222              Date: Mon, 08 May 2000 18:08:13 -0400
53223              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
53224              
53225              Regen headers for #6207.
53226              
53227              Lock PL_fdpid against race conditions, based on:
53228              Subject: [PATCH 5.6.0]subprocess fixup for threads
53229              From: Dan Sugalski <dan@sidhe.org>
53230              To: perl5-porters@perl.org
53231              Date: Tue, 11 Apr 2000 17:02:32 -0400
53232              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
53233              
53234              Mopup for #6207 and #6209.
53235      Branch: maint-5.6/perl
53236           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
53237           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
53238           !> win32/win32.c
53239 ____________________________________________________________________________
53240 [  7339] By: gsar                                  on 2000/10/16  08:14:34
53241         Log: integrate change#6203 from cfgperl
53242              
53243              perldiag should refer to perlos2.pod not README.os2
53244      Branch: maint-5.6/perl
53245           !> pod/perldiag.pod
53246 ____________________________________________________________________________
53247 [  7338] By: gsar                                  on 2000/10/16  08:11:42
53248         Log: integrate change#6201 from mainline
53249              
53250              Perl_eval_pv() leaks 4 bytes every time it is called because it
53251              does a PUSHMARK that's never ever POPMARKed; in general, only
53252              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
53253              Perl_eval_[sp]v() don't because they don't take any incoming
53254              arguments (this leak has been around since the original version
53255              of perl_eval_pv() in 5.003_97e)
53256      Branch: maint-5.6/perl
53257           !> perl.c
53258 ____________________________________________________________________________
53259 [  7337] By: gsar                                  on 2000/10/16  08:08:47
53260         Log: integrate changes#6197..6200 from cfgperl
53261              
53262              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
53263              From: John Borwick <jhborwic@unity.ncsu.edu>
53264              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
53265              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
53266              
53267              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
53268              From: Dan Sugalski <dan@sidhe.org>
53269              To: vmsperl@perl.org, perl5-porters@perl.org
53270              Date: Fri, 02 Jun 2000 16:00:41 -0400
53271              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
53272              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
53273              
53274              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
53275              From: Dan Sugalski <dan@sidhe.org>
53276              To: perl5-porters@perl.org, vmsperl@perl.org
53277              Date: Fri, 02 Jun 2000 17:30:51 -0400
53278              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
53279              
53280              Update to cperl-mode.el 4.31 from
53281              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
53282              Subject: A couple of notes
53283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53284              To: Mailing list Perl5 <perl5-porters@perl.org>
53285              Date: Sat, 3 Jun 2000 23:33:32 -0400
53286              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
53287      Branch: maint-5.6/perl
53288           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
53289           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
53290           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
53291           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
53292           !> vms/vmsish.h
53293 ____________________________________________________________________________
53294 [  7336] By: gsar                                  on 2000/10/16  08:03:46
53295         Log: integrate changes#6194,6195 from mainline
53296              
53297              fix small eval"" memory leaks under USE_ITHREADS
53298              
53299              fix yet another eval"" leak under USE_ITHREADS
53300      Branch: maint-5.6/perl
53301           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
53302           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
53303           !> vms/perly_c.vms
53304 ____________________________________________________________________________
53305 [  7335] By: gsar                                  on 2000/10/16  08:02:15
53306         Log: integrate changes#6190,6191 from mainline
53307              
53308              submit missing embed.pl change
53309              
53310              vec() loses numericalness (modified version of patch suggested
53311              by Robin Barker)
53312      Branch: maint-5.6/perl
53313           !> doop.c embed.pl t/op/vec.t
53314 ____________________________________________________________________________
53315 [  7334] By: gsar                                  on 2000/10/16  08:01:03
53316         Log: integrate change#6189 from mainline
53317              
53318              counting tr/// corrupts later operation (from M.J.T Guy)
53319      Branch: maint-5.6/perl
53320           !> doop.c t/op/tr.t
53321 ____________________________________________________________________________
53322 [  7333] By: gsar                                  on 2000/10/16  07:59:07
53323         Log: integrate changes#6183..6188 from mainline
53324              
53325              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
53326              <nick@ccl4.org>)
53327              
53328              tweak for change#6127
53329              
53330              remove incorrect documentation about implicit split to @_ in
53331              list context, which never really worked in perl 5 (from
53332              M.J.T. Guy)
53333              
53334              further qualify references to "alphanumeric" (from Wolfgang Laun
53335              <wolfgang.laun@alcatel.at>)
53336              
53337              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
53338              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53339              
53340              h2xs tweaks
53341      Branch: maint-5.6/perl
53342           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
53343           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
53344           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
53345           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
53346           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
53347           !> pod/pod2latex.PL utils/h2xs.PL
53348 ____________________________________________________________________________
53349 [  7332] By: gsar                                  on 2000/10/16  07:53:52
53350         Log: integrate change#6179 from mainline
53351              
53352              buggy modulus on UVs introduced by change#3378 (resulted in
53353              4063328477 % 65535 amounting to 27406, instead of 27407)
53354      Branch: maint-5.6/perl
53355           !> pp.c t/op/arith.t
53356 ____________________________________________________________________________
53357 [  7331] By: gsar                                  on 2000/10/16  07:52:49
53358         Log: integrate changes#6176,6177,6178,6182 from cfgperl
53359              
53360              Single-quoted utf8 patch from Simon Cozens.
53361              
53362              Substitution utf8 patch from Simon Cozens.
53363              
53364              Be cleaner.
53365              
53366              Be Cleaner Part Deux.
53367      Branch: maint-5.6/perl
53368           !> Makefile.SH pp_hot.c toke.c
53369 ____________________________________________________________________________
53370 [  7330] By: gsar                                  on 2000/10/16  07:41:36
53371         Log: integrate change#6172 from mainline
53372              
53373              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
53374              (from Ilya Zakharevich)
53375      Branch: maint-5.6/perl
53376           !> regexec.c t/op/re_tests
53377 ____________________________________________________________________________
53378 [  7329] By: gsar                                  on 2000/10/16  07:40:25
53379         Log: integrate change#6171 from mainline
53380              
53381              scalar() doesn't force scalar context when used in void context
53382              (from Simon Cozens)
53383      Branch: maint-5.6/perl
53384           !> op.c t/op/wantarray.t
53385 ____________________________________________________________________________
53386 [  7328] By: gsar                                  on 2000/10/16  07:39:33
53387         Log: integrate change#6170 from mainline
53388              
53389              change#6142 needs tweaks to tests to work where there's no
53390              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53391      Branch: maint-5.6/perl
53392           !> t/lib/filefind.t
53393 ____________________________________________________________________________
53394 [  7327] By: gsar                                  on 2000/10/16  07:35:34
53395         Log: integrate changes#6166..6168 from cfgperl
53396              
53397              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
53398              in case somebody wants to write an extension for more
53399              shadow database interfaces.
53400              
53401              tweak todo
53402              
53403              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
53404      Branch: maint-5.6/perl
53405           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53406           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
53407           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
53408           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53409           !> win32/config.vc win32/config_H.bc win32/config_H.gc
53410           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53411 ____________________________________________________________________________
53412 [  7326] By: gsar                                  on 2000/10/16  07:29:05
53413         Log: integrate changes#6157,6159..6161,6164 from cfgperl
53414              
53415              Regen Configure to jive with #6149.
53416              
53417              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
53418              
53419              Changes for the File::Temp 0.08 (change #6159) test suite
53420              to fit better into the Perl distribution test framework.
53421              
53422              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
53423              both from Simon Cozens.
53424              
53425              detypo
53426      Branch: maint-5.6/perl
53427           +> pod/perlmodlib.PL pod/perlnewmod.pod
53428           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
53429           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
53430           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53431           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53432 ____________________________________________________________________________
53433 [  7325] By: gsar                                  on 2000/10/16  07:25:13
53434         Log: integrate change#6158 from vmsperl
53435              
53436              Add fallback to tmpfile for use in cases where user's relying on
53437              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
53438              Lane's patch)
53439      Branch: maint-5.6/perl
53440           !> vms/vms.c vms/vmsish.h
53441 ____________________________________________________________________________
53442 [  7324] By: gsar                                  on 2000/10/16  07:20:50
53443         Log: integrate changes#6153..6155 from mainline
53444              
53445              prettier Test::Harness output on failed tests (from Nicholas Clark
53446              <nick@Bagpuss.uk.boo.com>)
53447              
53448              avoid type mismatch warning
53449              
53450              small bug in change#6144; remove random \xA0 character that snuck
53451              in via change#6145
53452      Branch: maint-5.6/perl
53453           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
53454           !> perl.c
53455 ____________________________________________________________________________
53456 [  7323] By: gsar                                  on 2000/10/16  07:18:47
53457         Log: integrate changes#6151,6152 from mainline
53458              
53459              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
53460              
53461              cosmetic fixups of RE debug output (from Ilya Zakharevich)
53462      Branch: maint-5.6/perl
53463           !> regexec.c
53464 ____________________________________________________________________________
53465 [  7322] By: gsar                                  on 2000/10/16  07:17:25
53466         Log: integrate changes#6146..6150 from mainline
53467              
53468              doc typo
53469              
53470              add a make entry to Config.pm so "perl -V:make" works on VMS
53471              (from Peter Prymmer)
53472              
53473              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
53474              
53475              OS/2 tweaks for usethreads build (from Rocco Caputo
53476              <troc@netrus.net>)
53477              
53478              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
53479      Branch: maint-5.6/perl
53480           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
53481           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
53482           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
53483           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
53484           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
53485           !> warnings.pl x2p/a2p.h
53486 ____________________________________________________________________________
53487 [  7321] By: gsar                                  on 2000/10/16  07:14:02
53488         Log: integrate changes#6143..6145 from mainline
53489              
53490              MacOS support, part 1 (from Matthias Neeracher
53491              <neeri@iis.ee.ethz.ch>)
53492              
53493              MacOS support, part 2: make AutoSplit use File::Spec instead
53494              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
53495              <neeri@iis.ee.ethz.ch>)
53496              
53497              make xsubpp skip embedded pod (from Matthias Neeracher
53498              <neeri@iis.ee.ethz.ch>)
53499      Branch: maint-5.6/perl
53500           +> ext/DynaLoader/dl_mac.xs
53501           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
53502           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
53503           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
53504           !> pp_ctl.c proto.h toke.c util.c util.h
53505 ____________________________________________________________________________
53506 [  7320] By: gsar                                  on 2000/10/16  07:12:13
53507         Log: integrate changes#6141,6142 from mainline
53508              
53509              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
53510              forwarded by Peter Seebach from the bsdi-users mailing list.
53511              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
53512              
53513              File::Find fails to chdir when chasing symlinks (from
53514              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
53515      Branch: maint-5.6/perl
53516           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
53517 ____________________________________________________________________________
53518 [  7319] By: gsar                                  on 2000/10/16  07:04:30
53519         Log: integrate change#6139 from mainline
53520              
53521              revise mktables.PL for bugs and newness in Unicode 3.0
53522              (from James Bence <jbence@amgen.com>)
53523      Branch: maint-5.6/perl
53524           +> (branch 30 files)
53525           !> (integrate 49 files)
53526 ____________________________________________________________________________
53527 [  7318] By: gsar                                  on 2000/10/16  07:01:01
53528         Log: integrate changes#6137,6138 from mainline
53529              
53530              fix bogus redeclaration warning for "our" variables in different
53531              scopes
53532              
53533              add note about the handling of negative indices to tied arrays
53534              (from Michael G Schwern <schwern@pobox.com>)
53535      Branch: maint-5.6/perl
53536           !> op.c pod/perltie.pod t/pragma/strict-vars
53537 ____________________________________________________________________________
53538 [  7317] By: gsar                                  on 2000/10/16  06:58:46
53539         Log: integrate changes#6127..6136 from mainline
53540              
53541              call_method(...,G_EVAL) can longjmp() out if the method probing
53542              failed (from Gisle Aas)
53543              
53544              new perlxstut example for passing/returning refs to arrays
53545              (from David Lowe <dlowe@pootpoot.com>)
53546              
53547              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
53548              
53549              fix places that mean C<"word" character> but say C<alphanumeric
53550              character>
53551              
53552              avoid warnings in POSIX.pm (from Barrie Slaymaker)
53553              
53554              warnings::enabled() doesn't fall back to looking at $^W if
53555              caller isn't using lexical warnings (from Paul Marquess)
53556              
53557              elide bogus test in change#6132
53558              
53559              make Test::Harness use wait.h/WCOREDUMP if available
53560              (from Ben Tilly <ben_tilly@hotmail.com>)
53561              
53562              enable Test::Harness to dynamically determine column width etc.
53563              (from Rob Napier <rnapier@employees.org>)
53564              
53565              random pod typos (from Peter Scott <Peter@PSDT.com>)
53566      Branch: maint-5.6/perl
53567           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
53568           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
53569           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
53570           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
53571 ____________________________________________________________________________
53572 [  7316] By: gsar                                  on 2000/10/16  06:53:23
53573         Log: integrate change#6126 from mainline
53574              
53575              change#2879 broke rvalue autovivification of magicals such as
53576              ${$num} (reworked variant of patch suggested by Simon Cozens)
53577      Branch: maint-5.6/perl
53578           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
53579           !> pp_hot.c proto.h t/op/gv.t
53580 ____________________________________________________________________________
53581 [  7315] By: gsar                                  on 2000/10/16  06:51:38
53582         Log: integrate changes#6123,6125 from mainline
53583              
53584              clarify gotcha with #line directives (from Rocco Caputo
53585              <troc@netrus.net>)
53586              
53587              enable propagating exception objects via Perl_croak() in XS code
53588              (from Gisle Aas)
53589      Branch: maint-5.6/perl
53590           !> pod/perldebug.pod pod/perlsyn.pod util.c
53591 ____________________________________________________________________________
53592 [  7314] By: gsar                                  on 2000/10/16  06:49:28
53593         Log: integrate change#6122 from mainline
53594              
53595              downgrade fatal error on C<"foo@nosucharray.com"> to optional
53596              warning (from Mark-Jason Dominus)
53597      Branch: maint-5.6/perl
53598           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
53599           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
53600           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
53601           !> toke.c
53602 ____________________________________________________________________________
53603 [  7313] By: gsar                                  on 2000/10/16  06:46:54
53604         Log: integrate changes#6112..6121 from vmsperl
53605              
53606              Check for existence of file before trying to delete
53607              
53608              Ugly workaround for version-specific RTL error
53609              
53610              Urk -- undo previous removal of vmsish 'exit' change
53611              
53612              Add bounds checking for several strings (Charles Lane)
53613              
53614              Miscellaneous cosmetic fixes (Charles Lane)
53615              
53616              Treat sockets as special in sys(read|write) (Charles Lane et al.)
53617              
53618              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
53619              Flatten case labels in switch statements uniformly (Charles Bailey)
53620              
53621              Quiet error messages in vmsish.t (Charles Lane)
53622              
53623              Add missing escape (Charles Lane)
53624              
53625              Allow eliminate_macros() and fixpath() to handle space-delimited
53626              lists (based on fixes by Craig Berry)
53627      Branch: maint-5.6/perl
53628           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
53629           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
53630           !> vms/vmsish.h
53631 ____________________________________________________________________________
53632 [  7312] By: gsar                                  on 2000/10/16  06:41:18
53633         Log: integrate changes#6107,6110 from cfgperl
53634              
53635              Tweak the todo list.
53636              
53637              todo tweak
53638      Branch: maint-5.6/perl
53639           !> Todo-5.6
53640 ____________________________________________________________________________
53641 [  7311] By: gsar                                  on 2000/10/16  06:38:38
53642         Log: integrate changes#6104,6108 from mainline
53643              
53644              PL_sys_intern was being initialized too late on windows
53645              
53646              reenable fake signal handling on Windows, bugs and all
53647      Branch: maint-5.6/perl
53648           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
53649           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
53650           !> win32/win32.c
53651 ____________________________________________________________________________
53652 [  7310] By: gsar                                  on 2000/10/16  06:36:03
53653         Log: integrate changes#6095,6097..6103 from cfgperl
53654              
53655              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
53656              might be useful in future.
53657              
53658              Add a note about possible compilation problems from Allen Smith.
53659              
53660              Add a note about other, yet unsupported, shadow password APIs.
53661              
53662              Tweaks for the cc bugs from Allen Smith.
53663              
53664              More compilation tweakery from Allen Smith.
53665              
53666              Hints and test tweaks for Unicos.
53667              
53668              The test suite tweak in #6101 wasn't quite right.
53669              
53670              Test tweaking for Unicos continues.
53671      Branch: maint-5.6/perl
53672           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53673           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
53674           !> t/lib/complex.t t/op/64bitint.t
53675 ____________________________________________________________________________
53676 [  7309] By: gsar                                  on 2000/10/16  06:29:41
53677         Log: integrate changes#6093,6094 from mainline
53678              
53679              fork() failure to create pseudo process sets errno=EAGAIN and returns
53680              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
53681              
53682              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
53683      Branch: maint-5.6/perl
53684           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
53685           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
53686 ____________________________________________________________________________
53687 [  7308] By: gsar                                  on 2000/10/16  06:27:29
53688         Log: integrate change#6092 from cfgperl
53689              
53690              Regen perltoc with the fixed buildtoc.
53691      Branch: maint-5.6/perl
53692           !> pod/perltoc.pod
53693 ____________________________________________________________________________
53694 [  7307] By: gsar                                  on 2000/10/16  06:26:40
53695         Log: integrate changes#6089,6090 from mainline
53696              
53697              buildtoc tweak to fix newline lossage
53698              
53699              concat doesn't preserve utf8-ness, and doesn't invalidate
53700              [NI]OK; added tests for both
53701      Branch: maint-5.6/perl
53702           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
53703 ____________________________________________________________________________
53704 [  7306] By: gsar                                  on 2000/10/16  06:24:05
53705         Log: integrate change#6088 from cfgperl
53706              
53707              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
53708              because we do not use those.  The HAS_GETSPNAM remains,
53709              though, because we still do use that.
53710      Branch: maint-5.6/perl
53711           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53712           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
53713           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
53714           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
53715           !> win32/config.vc win32/config_H.bc win32/config_H.gc
53716           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
53717 ____________________________________________________________________________
53718 [  7305] By: gsar                                  on 2000/10/16  06:15:52
53719         Log: integrate changes#6084,6085,6087 from mainline
53720              
53721              substr() does not preserve utf8-ness (from Stefan Eissing
53722              <Eissing@medicaldataservice.de>); added tests
53723              
53724              repeat operator (x) doesn't preserve utf8-ness
53725              
53726              reverse() and quotemeta() weren't preserving utf8-ness; add tests
53727      Branch: maint-5.6/perl
53728           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
53729 ____________________________________________________________________________
53730 [  7304] By: gsar                                  on 2000/10/16  06:13:10
53731         Log: integrate changes#6077..6083 from mainline
53732              
53733              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
53734              and Tom Phoenix)
53735              
53736              workaround for CRT bug in chdir() (from Charles Lane, via
53737              Peter Prymmer)
53738              
53739              remove outdated kludge in Carp (NULLs are permitted in diagnostics
53740              now)
53741              
53742              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
53743              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
53744              
53745              better default perlbug categories for ok reports (from Richard Foley)
53746              
53747              peek.t non-portable to ithreads
53748              
53749              note about undocumented caller() return value (from M.J.T. Guy);
53750              yet another peek.t tweak
53751      Branch: maint-5.6/perl
53752           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
53753           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
53754           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
53755           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
53756           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
53757           !> vms/vmsish.h
53758 ____________________________________________________________________________
53759 [  7303] By: gsar                                  on 2000/10/16  06:03:18
53760         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
53761              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
53762              
53763              &HUGE_VAL is not defined, it exists.
53764              
53765              Do not warn that an infinity does not look like a number.
53766              
53767              Rewrite the pwent/spent logic to be a little bit more clearer.
53768              
53769              Continue on the pwent/spent case.
53770              
53771              Correct Freudian slip.
53772              
53773              Use HUGE_VALL if applicable.
53774              
53775              pwent/spent #ifdef imbalance.
53776              
53777              Infinite problems.
53778              
53779              Call getspnam() only iff needd.
53780              
53781              Test both the scalar and list contexts.
53782              
53783              Use setxxent()/endxxent().
53784              
53785              Complex tweakery.
53786              
53787              Unicos hint tweak.
53788              
53789              Be more forgiving in POSIX about HUGE_VALL.
53790              
53791              Detypo.
53792              
53793              The search of infinity continues, this time simplified.
53794              
53795              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
53796              in natively 64-bit platforms where a long is a quad (no need
53797              for long longs).  Also added bias for IVs.
53798              
53799              Complex tweaks.
53800              
53801              Introduce t/lib/peek.t.
53802              
53803              Make the test more portable.
53804      Branch: maint-5.6/perl
53805           +> t/lib/peek.t
53806            ! pp_sys.c
53807           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
53808           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
53809           !> t/op/pwent.t toke.c util.c
53810 ____________________________________________________________________________
53811 [  7302] By: gsar                                  on 2000/10/16  05:03:37
53812         Log: integrate changes#6066..6071 from mainline
53813              
53814              s/END/CHECK/
53815              
53816              replace direct call to sighandler() with (*PL_sighandlerp)()
53817              
53818              note about values()
53819              
53820              File::Spec compatibility update (from Barrie Slaymaker
53821              <barries@slaysys.com>)
53822              
53823              remove misleading comment (from M.J.T. Guy)
53824              
53825              misformatted perllocal.pod (from Tim Jenness
53826              <t.jenness@jach.hawaii.edu>)
53827      Branch: maint-5.6/perl
53828           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
53829           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
53830           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
53831           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
53832 ____________________________________________________________________________
53833 [  7301] By: gsar                                  on 2000/10/16  05:00:08
53834         Log: integrate changes#6061..6063 from mainline
53835              
53836              change#5921 neglected to make eq honor "use bytes"
53837              
53838              additional tests for utf8.t
53839              
53840              tokeq() could read unallocated field in argument
53841      Branch: maint-5.6/perl
53842           !> sv.c t/pragma/utf8.t toke.c
53843 ____________________________________________________________________________
53844 [  7300] By: gsar                                  on 2000/10/16  04:56:54
53845         Log: integrate changes#6046,6048,6057,6058 from mainline
53846              
53847              libscheck has insufficient checks for n32 libs (from
53848              Albert Chin-A-Young <china@thewrittenword.com>)
53849              
53850              add note about how $( doesn't interpolate in REs (from
53851              Philip Newton <newton@ficus.frogspace.net>)
53852              
53853              fix broken parsing of /\x{ab}/
53854              
53855              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
53856              (spotted by Donald Kinzer <dkinzer@premia.com>)
53857      Branch: maint-5.6/perl
53858           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
53859           !> t/pragma/utf8.t
53860 ____________________________________________________________________________
53861 [  7299] By: gsar                                  on 2000/10/16  04:52:50
53862         Log: integrate change#6044 from mainline
53863              
53864              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
53865              such that underscores are only ignored in literal numbers,
53866              "\x{...}", and hex/oct argument
53867      Branch: maint-5.6/perl
53868           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
53869 ____________________________________________________________________________
53870 [  7298] By: gsar                                  on 2000/10/16  04:50:53
53871         Log: integrate changes#6027..6043 from mainline
53872              
53873              podlators-1.02 update (from Russ Allbery)
53874              
53875              Pod::Man generates groff-incompatible macro definition (from
53876              Tom Christiansen)
53877              
53878              add CGI.pm v2.66 (from Lincoln Stein)
53879              
53880              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
53881              for @- and @+ (from Johan Vromans)
53882              
53883              small nits in diagnostics.pm (from Robin Barker)
53884              
53885              whitespace adjustments
53886              
53887              missing files in MANIFEST
53888              
53889              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
53890              to compensate
53891              
53892              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
53893              
53894              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
53895      Branch: maint-5.6/perl
53896           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
53897           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
53898           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
53899           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
53900           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
53901           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
53902           !> t/lib/cgi-html.t t/lib/cgi-request.t
53903 ____________________________________________________________________________
53904 [  7297] By: gsar                                  on 2000/10/16  04:44:30
53905         Log: integrate change#6025 from mainline
53906              
53907              Is{Alnum,Alpha,Word} don't match titlecase
53908              TODO: IsSpace is defined recursively!
53909              (both spotted by Larry)
53910      Branch: maint-5.6/perl
53911           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
53912           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
53913 ____________________________________________________________________________
53914 [  7296] By: gsar                                  on 2000/10/16  04:39:30
53915         Log: integrate change#6023 from mainline
53916              
53917              debugger stomps on $. (from M.J.T. Guy)
53918      Branch: maint-5.6/perl
53919           !> lib/perl5db.pl
53920 ____________________________________________________________________________
53921 [  7295] By: gsar                                  on 2000/10/16  04:38:02
53922         Log: integrate change#6022 from mainline
53923              
53924              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
53925      Branch: maint-5.6/perl
53926           !> sv.c
53927 ____________________________________________________________________________
53928 [  7294] By: gsar                                  on 2000/10/16  04:37:05
53929         Log: integrate changes#6018..6021 from mainline
53930              
53931              make lib/syslog.t portable to systems that don't have _PATH_LOG,
53932              make _PATH_LOG() return "" if unavailable
53933              
53934              windows portability tweaks
53935              
53936              test tweak
53937              
53938              remove Win2K issue in pod (fixed by change#6020)
53939      Branch: maint-5.6/perl
53940           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
53941           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
53942           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
53943 ____________________________________________________________________________
53944 [  7293] By: gsar                                  on 2000/10/16  04:20:00
53945         Log: integrate changes#6013..6015 from mainline
53946              
53947              tweak change#5945 to display correct switch name in diagnostic
53948              
53949              glob() loading File::Glob behind the scenes may cause syntax errors
53950              
53951              tweak test for portability
53952      Branch: maint-5.6/perl
53953           !> op.c perl.c pod/perldiag.pod t/lib/b.t
53954 ____________________________________________________________________________
53955 [  7292] By: gsar                                  on 2000/10/16  04:18:11
53956         Log: integrate changes#6005..6010 from mainline, cfgperl
53957              
53958              perldoc might fail via "use blib" (from Hugo van der Sanden)
53959              
53960              Regen Configure.
53961              
53962              note about compile failures and END blocks (from M.J.T. Guy)
53963              
53964              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
53965              
53966              (change#6009 integrated earlier in change#7255)
53967              
53968              clarify note about shadow password support (from
53969              gellyfish@gellyfish.com)
53970      Branch: maint-5.6/perl
53971           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
53972           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
53973           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
53974 ____________________________________________________________________________
53975 [  7291] By: gsar                                  on 2000/10/16  04:12:03
53976         Log: integrate changes#6002,6003 from mainline
53977              
53978              destructive sv_setsv() can lose UV-ness from source, causing
53979              numeric promotions/comparisons to fail to do the right thing
53980              
53981              allow REG_EXPAND_SZ keys in Windows registry (from
53982              John Clayton <John.Clayton@barclayscapital.com>)
53983      Branch: maint-5.6/perl
53984           !> sv.c win32/win32.c
53985 ____________________________________________________________________________
53986 [  7290] By: gsar                                  on 2000/10/16  04:10:19
53987         Log: integrate change#6001 from mainline
53988              
53989              support additional library locations via $Config{otherlibdirs}
53990              (from Andy Dougherty)
53991      Branch: maint-5.6/perl
53992           !> Configure INSTALL Porting/Glossary Porting/config.sh
53993           !> Porting/config_H config_h.SH epoc/config.sh perl.c
53994           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
53995           !> win32/config.bc win32/config.gc win32/config.vc
53996 ____________________________________________________________________________
53997 [  7289] By: gsar                                  on 2000/10/16  04:08:28
53998         Log: integrate change#5999 from mainline
53999              
54000              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
54001      Branch: maint-5.6/perl
54002           !> t/pragma/warn/toke toke.c
54003 ____________________________________________________________________________
54004 [  7288] By: gsar                                  on 2000/10/16  04:07:01
54005         Log: integrate changes#5997,5998 from cfgperl
54006              
54007              Preserve $!.
54008              
54009              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
54010      Branch: maint-5.6/perl
54011           !> lib/Math/Complex.pm
54012 ____________________________________________________________________________
54013 [  7287] By: gsar                                  on 2000/10/16  04:04:37
54014         Log: integrate change#5995 from mainline
54015              
54016              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
54017      Branch: maint-5.6/perl
54018           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
54019 ____________________________________________________________________________
54020 [  7286] By: gsar                                  on 2000/10/16  04:03:21
54021         Log: integrate change#5994 from mainline
54022              
54023              fix for missed accounting for null byte in pack("Z",...) (from
54024              M.J.T. Guy)
54025      Branch: maint-5.6/perl
54026           !> pp.c t/op/pack.t
54027 ____________________________________________________________________________
54028 [  7285] By: gsar                                  on 2000/10/16  04:02:11
54029         Log: integrate changes#5989..5993 from mainline
54030              
54031              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
54032              itself and no other (from Tom Hughes)
54033              
54034              use $ENV{LIB} to search for libs under Visual C compiler
54035              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
54036              
54037              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
54038              
54039              pod nit (from Simon Cozens)
54040              
54041              various minor tweaks seen on p5p
54042      Branch: maint-5.6/perl
54043           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
54044           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
54045           !> t/op/array.t toke.c
54046 ____________________________________________________________________________
54047 [  7284] By: gsar                                  on 2000/10/16  03:59:00
54048         Log: integrate changes#5978..5988 from mainline
54049              
54050              sync version numbers in File::Spec with the ones on CPAN
54051              (from Barrie Slaymaker)
54052              
54053              under useithreads, constant pad entries could inadvertantly be
54054              shared across threads (from Eric Blood <eblood@xmission.com>);
54055              added Eric's test case to testsuite
54056              
54057              allow Configure -S to run non-interactively (spotted by Greg Hudson
54058              <ghudson@mit.edu>)
54059              
54060              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
54061              prototype mismatch with CORE::glob(); update pod and tests to
54062              suit (File::Glob::glob() is still available for backward
54063              compatibility, but should be considered deprecated)
54064              
54065              avoid error in IO::Socket::INET when given an unknown service name
54066              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
54067              
54068              numeric conversion of non-number in change#3378 tramples on
54069              OOK offset, causing segfaults
54070              
54071              attributes::reftype() doesn't work on tied argument
54072              
54073              forked child may not exit correctly if it failed to open
54074              /dev/console (from Graham Barr)
54075              
54076              add regular expressions tutorial and quick-start guide (from
54077              Mark Kvale <kvale@phy.ucsf.edu>)
54078              
54079              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
54080              
54081              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
54082              <paul@miraclefish.com>)
54083      Branch: maint-5.6/perl
54084           +> pod/perlrequick.pod pod/perlretut.pod
54085           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
54086           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
54087           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
54088           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
54089           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54090           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54091           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
54092           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
54093 ____________________________________________________________________________
54094 [  7283] By: gsar                                  on 2000/10/16  03:52:14
54095         Log: integrate change#5977 from mainline
54096              
54097              autoquote barewords followed by newline and arrow properly
54098              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
54099      Branch: maint-5.6/perl
54100           !> t/pragma/warn/toke toke.c
54101 ____________________________________________________________________________
54102 [  7282] By: gsar                                  on 2000/10/16  03:50:48
54103         Log: integrate change#5976 from mainline
54104              
54105              DB_File v1.73 update (from Paul Marquess)
54106      Branch: maint-5.6/perl
54107           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
54108           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
54109 ____________________________________________________________________________
54110 [  7281] By: gsar                                  on 2000/10/16  03:49:14
54111         Log: integrate change#5975 from mainline
54112              
54113              allow sort() reentrancy (variant of patch suggested by
54114              Hugo van der Sanden)
54115      Branch: maint-5.6/perl
54116           !> pp_ctl.c t/op/sort.t
54117 ____________________________________________________________________________
54118 [  7280] By: gsar                                  on 2000/10/16  03:48:22
54119         Log: integrate change#5974 from mainline
54120              
54121              change#4197 somehow missed initializing PL_errors, meaning
54122              syntax error queueing wasn't working outside eval"" at all;
54123              also fixed eval"" to localize PL_error_count, so that compile-time
54124              eval's don't clobber the error state of the outer context
54125      Branch: maint-5.6/perl
54126           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
54127           !> t/pragma/warn/toke
54128 ____________________________________________________________________________
54129 [  7279] By: gsar                                  on 2000/10/16  03:46:21
54130         Log: integrate change#5973 from mainline
54131              
54132              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
54133      Branch: maint-5.6/perl
54134           !> regcomp.c regexec.c t/op/re_tests
54135 ____________________________________________________________________________
54136 [  7278] By: gsar                                  on 2000/10/16  03:44:54
54137         Log: integrate change#5971 from cfgperl
54138              
54139              Unicos tweaks from Mark P. Lutz.
54140      Branch: maint-5.6/perl
54141           !> hints/unicos.sh lib/Math/Complex.pm
54142 ____________________________________________________________________________
54143 [  7277] By: gsar                                  on 2000/10/16  03:42:59
54144         Log: integrate changes#5966..5970 from mainline
54145              
54146              add testsuite for B backends, fix bug in B::Deparse (from
54147              Simon Cozens <simon@brecon.co.uk>)
54148              
54149              improved docs on the warn_uninit diagnostic (from David Glasser
54150              and Simon Cozens)
54151              
54152              tolerate spaces in group names in test on solaris (from David Boyce
54153              <dsb@boyski.com>)
54154              
54155              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
54156              
54157              Data::Dumper fumbles negative numbers on 32-bit platforms where
54158              IV is >32bits
54159      Branch: maint-5.6/perl
54160           +> t/lib/b.t t/lib/syslog.t
54161           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
54162           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
54163           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
54164 ____________________________________________________________________________
54165 [  7276] By: gsar                                  on 2000/10/16  03:39:30
54166         Log: integrate change#5965 from mainline
54167              
54168              avoid "will not stay shared" warnings for our variables (from
54169              Robin Barker)
54170      Branch: maint-5.6/perl
54171           !> op.c t/pragma/warn/op
54172 ____________________________________________________________________________
54173 [  7275] By: gsar                                  on 2000/10/16  03:38:18
54174         Log: integrate change#5964 from mainline
54175              
54176              reformat to 72 columns (again)
54177      Branch: maint-5.6/perl
54178           !> pod/perldiag.pod
54179 ____________________________________________________________________________
54180 [  7274] By: gsar                                  on 2000/10/16  03:36:58
54181         Log: integrate change#5963 from mainline
54182              
54183              patch from Larry to make (\&) prototype work; added tests for
54184              the same
54185      Branch: maint-5.6/perl
54186           !> op.c t/comp/proto.t
54187 ____________________________________________________________________________
54188 [  7273] By: gsar                                  on 2000/10/16  03:35:51
54189         Log: integrate changes#5956..5962 from mainline
54190              
54191              better diagnostics on failed tests (from Ilya Zakharevich)
54192              
54193              pod nits (from A. C. Yardley <yardley@tanet.net>)
54194              
54195              change#3569 deleted some essential code, revert; avoid use of
54196              atexit() to make DynaLoader work properly on AIX under mod_perl
54197              (from Jens-Uwe Mager <jum@helios.de>)
54198              
54199              doubled words in pods (from Simon Cozens
54200              <simon.p.cozens@jp.pwcglobal.com>)
54201              
54202              better INSTALL notes on Solaris issues (from Dominic Dunlop)
54203              
54204              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
54205              
54206              updated README.hpux (from Jeff Okamoto)
54207      Branch: maint-5.6/perl
54208           !> INSTALL README.hpux emacs/cperl-mode.el
54209           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
54210           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
54211           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
54212           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
54213           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
54214           !> t/op/lex_assign.t
54215 ____________________________________________________________________________
54216 [  7272] By: gsar                                  on 2000/10/16  03:31:22
54217         Log: integrate change#5955 from mainline
54218              
54219              longstanding bug exposed by change#3307: sort arguments weren't
54220              compiled with the right wantarray context (ensuing runtime lookup
54221              via block_gimme() was getting the incidental context of the
54222              sort() itself)
54223      Branch: maint-5.6/perl
54224           !> op.c t/op/sort.t
54225 ____________________________________________________________________________
54226 [  7271] By: gsar                                  on 2000/10/16  03:29:11
54227         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
54228              branch
54229              
54230              Flatten the cpp jungle doing the nosuid checking.
54231              
54232              Do not assume sign propagation. (from M.J.T. Guy)
54233              
54234              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
54235              
54236              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
54237              Now pp_ncmp() returns undef is either operand is a NaN.
54238              
54239              On second thoughts frexp() does have two arguments.
54240              
54241              Document that tr() is not tr(1).
54242              
54243              Be more robust on "extreme" (large absolute value)
54244              arguments.  Originally reported by Daniel Connelly
54245              as a problem with asinh() on large negative arguments,
54246              asinh() used to bail out because an argument to log()
54247              ended up being zero.  Ilya Zakharevich proposed using
54248              Taylor's series in such cases, which for such large
54249              arguments is a very good approximation.
54250              
54251              Undo "use integer" addition from 64bitint as it seems
54252              to break most of the subtests in Digital UNIX;
54253              Unicos needs to find another way.
54254      Branch: maint-5.6/perl
54255           !> (integrate 29 files)
54256 ____________________________________________________________________________
54257 [  7270] By: gsar                                  on 2000/10/16  03:09:44
54258         Log: integrate changes#5948,5949,5950 from mainline
54259              
54260              typo in vars.pm that leads to cryptic message (from Piotr
54261              Piatkowski <kompas@kompas.usr.onet.pl>)
54262              
54263              make perldoc use the pod2man from the same version (from
54264              M.J.T. Guy)
54265              
54266              reformat perldiag to avoid long lines
54267      Branch: maint-5.6/perl
54268           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
54269 ____________________________________________________________________________
54270 [  7269] By: gsar                                  on 2000/10/16  03:05:54
54271         Log: integrate change#5947 from mainline
54272              
54273              use &dl_error rather than &dl_load_file as the guard for calling
54274              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
54275              statically built perl)
54276      Branch: maint-5.6/perl
54277           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
54278 ____________________________________________________________________________
54279 [  7268] By: gsar                                  on 2000/10/16  03:04:48
54280         Log: integrate change#5945 from mainline
54281              
54282              make module name mandatory after -M switch; reorder perldiag
54283              alphabetically (from Mark-Jason Dominus)
54284      Branch: maint-5.6/perl
54285           !> perl.c pod/perldiag.pod
54286 ____________________________________________________________________________
54287 [  7267] By: gsar                                  on 2000/10/16  03:03:01
54288         Log: integrate change#5939 from mainline
54289              
54290              more pod nits (from Larry Virden)
54291      Branch: maint-5.6/perl
54292           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
54293           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
54294           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
54295 ____________________________________________________________________________
54296 [  7266] By: gsar                                  on 2000/10/16  03:01:39
54297         Log: integrate change#5938 from mainline
54298              
54299              Consolidated B::Deparse fixes (from Stephen McCamant)
54300      Branch: maint-5.6/perl
54301           !> ext/B/B/Deparse.pm
54302 ____________________________________________________________________________
54303 [  7265] By: gsar                                  on 2000/10/16  03:00:43
54304         Log: integrate change#5936 from mainline
54305              
54306              additional tests for change#7263 (from Paul Marquess)
54307      Branch: maint-5.6/perl
54308           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
54309           !> t/pragma/warn/5nolint t/pragma/warn/6default
54310 ____________________________________________________________________________
54311 [  7264] By: gsar                                  on 2000/10/16  02:58:34
54312         Log: integrate change#5934 from mainline
54313              
54314              propagate lexical warnings from surrounding scope correctly
54315              within string eval() (from Paul Marquess)
54316      Branch: maint-5.6/perl
54317           !> pp_ctl.c t/pragma/warn/pp_ctl
54318 ____________________________________________________________________________
54319 [  7263] By: gsar                                  on 2000/10/16  02:56:53
54320         Log: integrate change#5932 from mainline
54321              
54322              add rsignal(), whichsig() and do_join() to public API list
54323              (mod_perl uses them to good advantage)
54324      Branch: maint-5.6/perl
54325           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
54326 ____________________________________________________________________________
54327 [  7262] By: gsar                                  on 2000/10/16  02:55:53
54328         Log: integrate change#5931 from mainline
54329              
54330              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
54331      Branch: maint-5.6/perl
54332           !> pp_hot.c regexec.c t/op/pat.t
54333 ____________________________________________________________________________
54334 [  7261] By: gsar                                  on 2000/10/16  02:55:01
54335         Log: integrate change#5930 from mainline
54336              
54337              small os390 tweaks (from Peter Prymmer)
54338      Branch: maint-5.6/perl
54339           !> config_h.SH makedepend.SH
54340 ____________________________________________________________________________
54341 [  7260] By: gsar                                  on 2000/10/16  02:54:10
54342         Log: integrate change#5929 from mainline
54343              
54344              pod nits
54345      Branch: maint-5.6/perl
54346           !> pod/perlguts.pod
54347 ____________________________________________________________________________
54348 [  7259] By: gsar                                  on 2000/10/16  02:52:55
54349         Log: integrate change#5927 from mainline
54350              
54351              arrange for next() to resume at the unstack op rather than the
54352              loop conditional, so that scope cleanup happens correctly
54353              (from Stephen McCamant)
54354      Branch: maint-5.6/perl
54355           !> op.c pp_ctl.c t/op/misc.t
54356 ____________________________________________________________________________
54357 [  7258] By: gsar                                  on 2000/10/16  02:51:38
54358         Log: integrate change#5926 from mainline
54359              
54360              on windows, reserve 16M of stack rather than 128M (allows more
54361              threads to run concurrently)
54362      Branch: maint-5.6/perl
54363           !> win32/Makefile win32/makefile.mk
54364 ____________________________________________________________________________
54365 [  7257] By: gsar                                  on 2000/10/16  02:50:37
54366         Log: integrate change#5925 from mainline
54367              
54368              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
54369      Branch: maint-5.6/perl
54370           !> toke.c
54371 ____________________________________________________________________________
54372 [  7256] By: gsar                                  on 2000/10/16  02:49:36
54373         Log: integrate change#5924 from mainline
54374              
54375              avoid using uninitialized memory in require version check
54376      Branch: maint-5.6/perl
54377           !> pp_ctl.c universal.c
54378 ____________________________________________________________________________
54379 [  7255] By: gsar                                  on 2000/10/16  02:48:03
54380         Log: integrate changes#5923,5928,6009 from mainline
54381              
54382              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
54383      Branch: maint-5.6/perl
54384           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
54385 ____________________________________________________________________________
54386 [  7254] By: gsar                                  on 2000/10/16  02:44:46
54387         Log: integrate change#5922 from mainline
54388              
54389              commentary about IoTYPE() (from Nathan Torkington)
54390      Branch: maint-5.6/perl
54391           !> sv.h
54392 ____________________________________________________________________________
54393 [  7253] By: gsar                                  on 2000/10/16  02:43:49
54394         Log: integrate change#5921 from mainline
54395              
54396              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
54397      Branch: maint-5.6/perl
54398           !> sv.c t/lib/charnames.t t/pragma/utf8.t
54399 ____________________________________________________________________________
54400 [  7252] By: gsar                                  on 2000/10/16  02:42:31
54401         Log: integrate change#5920 from mainline
54402              
54403              Larry's fix for buggy propagation of utf8-ness in join(); add test
54404      Branch: maint-5.6/perl
54405           !> doop.c t/op/ver.t
54406 ____________________________________________________________________________
54407 [  7251] By: gsar                                  on 2000/10/16  02:41:14
54408         Log: integrate changes#5915..5919 from mainline
54409              
54410              various (pod tweaks &c)
54411      Branch: maint-5.6/perl
54412           !> (integrate 33 files)
54413 ____________________________________________________________________________
54414 [  7250] By: gsar                                  on 2000/10/16  02:38:16
54415         Log: integrate change#5914 from mainline
54416              
54417              caller() wasn't returning the right number of elements for
54418              eval {...}
54419      Branch: maint-5.6/perl
54420           !> pp_ctl.c t/pragma/warn/9enabled
54421 ____________________________________________________________________________
54422 [  7249] By: gsar                                  on 2000/10/16  02:37:02
54423         Log: integrate change#5913 from mainline
54424              
54425              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
54426              (from Mark-Jason Dominus)
54427      Branch: maint-5.6/perl
54428           !> pod/perlfunc.pod
54429 ____________________________________________________________________________
54430 [  7248] By: gsar                                  on 2000/10/16  02:35:58
54431         Log: integrate change#5912 from mainline
54432              
54433              fix totally broken caching in UNIVERSAL::isa() (from
54434              Nick Ing-Simmons)
54435      Branch: maint-5.6/perl
54436           !> t/op/universal.t universal.c
54437 ____________________________________________________________________________
54438 [  7247] By: gsar                                  on 2000/10/16  02:34:27
54439         Log: integrate changes#5910,5911 from mainline
54440              
54441              typo in pod
54442              
54443              add linebreak properties from unicode/LineBrk.txt (from
54444              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
54445      Branch: maint-5.6/perl
54446           +> (branch 29 files)
54447           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
54448 ____________________________________________________________________________
54449 [  7246] By: gsar                                  on 2000/10/16  02:33:29
54450         Log: integrate change#5909 from mainline
54451              
54452              mode argument to do_binmode() should be file mode, not boolean
54453      Branch: maint-5.6/perl
54454           !> pp_sys.c
54455 ____________________________________________________________________________
54456 [  7245] By: gsar                                  on 2000/10/16  02:31:04
54457         Log: integrate change#5908 from mainline
54458              
54459              introduce illegal symbols into null package so that
54460              gv_fetchpv(...,TRUE) always returns a valid GV even when the
54461              symbol is trapped by strictures (avoids coredumps)
54462      Branch: maint-5.6/perl
54463           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
54464           !> t/pragma/strict-vars
54465 ____________________________________________________________________________
54466 [  7244] By: jhi                                   on 2000/10/16  02:29:54
54467         Log: Subject: $Carp::ExportLevel confusion in Exporter
54468              From: "Ben Tilly" <ben_tilly@hotmail.com>
54469              Date: Sat, 14 Oct 2000 16:44:34 EDT
54470              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
54471      Branch: perl
54472            ! lib/Exporter/Heavy.pm
54473 ____________________________________________________________________________
54474 [  7243] By: jhi                                   on 2000/10/16  02:28:33
54475         Log: Subject: [PATCH perlguts.pod] Document offset hack
54476              From: Simon Cozens <simon@cozens.net>
54477              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
54478              Date: Sat, 14 Oct 2000 19:32:25 +0100
54479      Branch: perl
54480            ! pod/perlguts.pod
54481 ____________________________________________________________________________
54482 [  7242] By: gsar                                  on 2000/10/16  02:26:51
54483         Log: integrate changes#5905,5906,5907,6064 from mainline
54484              
54485              printf/sprintf didn't get quad types right under use64bitint
54486      Branch: maint-5.6/perl
54487           !> pp_sys.c sv.c t/op/64bitint.t
54488 ____________________________________________________________________________
54489 [  7241] By: jhi                                   on 2000/10/16  02:22:44
54490         Log: Subject: small pod patch
54491              From: Dan Boorstein <dan_boo@bellsouth.net>
54492              Date: Sat, 14 Oct 2000 14:29:24 -0400
54493              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
54494      Branch: perl
54495            ! pod/perlfaq7.pod pod/perlmod.pod
54496 ____________________________________________________________________________
54497 [  7240] By: jhi                                   on 2000/10/16  02:13:46
54498         Log: -w cleanup.
54499              
54500              Subject: Re: Problems with bleadperl 
54501              From: "Stephen P. Potter" <spp@ds.net>
54502              Date: Fri, 13 Oct 2000 13:32:49 -0400
54503              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
54504      Branch: perl
54505            ! t/pragma/overload.t
54506 ____________________________________________________________________________
54507 [  7239] By: jhi                                   on 2000/10/16  01:41:18
54508         Log: One more ~utf8 tweak.
54509      Branch: perl
54510            ! t/op/bop.t
54511 ____________________________________________________________________________
54512 [  7238] By: jhi                                   on 2000/10/16  01:34:14
54513         Log: Tweak the test of #7235.
54514      Branch: perl
54515            ! t/op/bop.t
54516 ____________________________________________________________________________
54517 [  7237] By: jhi                                   on 2000/10/16  01:25:04
54518         Log: Fix a couple of compiler-noted nits in #7235.
54519      Branch: perl
54520            ! pp.c
54521 ____________________________________________________________________________
54522 [  7236] By: jhi                                   on 2000/10/16  01:22:46
54523         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
54524      Branch: perl
54525            ! pp.c pp_hot.c
54526 ____________________________________________________________________________
54527 [  7235] By: jhi                                   on 2000/10/15  16:24:44
54528         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
54529              
54530              From: Simon Cozens <simon@cozens.net>
54531              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
54532              Date: Sat, 14 Oct 2000 20:52:13 +0100
54533              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
54534      Branch: perl
54535            ! pp.c t/op/bop.t utf8.h
54536 ____________________________________________________________________________
54537 [  7234] By: jhi                                   on 2000/10/15  15:19:29
54538         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
54539              The problem was that rx->minlen was in chars while pp_split()
54540              thought it would be in bytes. 
54541      Branch: perl
54542            ! pp.c t/pragma/utf8.t
54543 ____________________________________________________________________________
54544 [  7233] By: jhi                                   on 2000/10/14  20:24:24
54545         Log: Document FNCASE=y as discussed in the bug 20000902.009.
54546      Branch: perl
54547            ! README.dos
54548 ____________________________________________________________________________
54549 [  7232] By: jhi                                   on 2000/10/14  18:52:21
54550         Log: Add test for bug id 20000427.003 (which seems to have
54551              been fixed) (also duplicate as 20000427.004, though
54552              with a higher severity).  Move one utf8 from op/append
54553              to pragma/utf8, tag the tests with bug ids.
54554      Branch: perl
54555            ! t/op/append.t t/pragma/utf8.t
54556 ____________________________________________________________________________
54557 [  7231] By: jhi                                   on 2000/10/14  17:28:37
54558         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
54559      Branch: perl
54560            ! t/pragma/utf8.t
54561 ____________________________________________________________________________
54562 [  7230] By: jhi                                   on 2000/10/14  14:24:50
54563         Log: Needs to be conditional on SunOS 4.
54564              
54565              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
54566              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54567              Date: Sat, 14 Oct 2000 13:37:49 +0100
54568              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
54569      Branch: metaconfig/U/perl
54570            ! End.U
54571      Branch: perl
54572            ! Configure myconfig.SH pod/perldelta.pod
54573 ____________________________________________________________________________
54574 [  7229] By: jhi                                   on 2000/10/14  00:49:22
54575         Log: Update Changes.
54576      Branch: perl
54577            ! Changes patchlevel.h
54578 ____________________________________________________________________________
54579 [  7228] By: jhi                                   on 2000/10/14  00:46:10
54580         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
54581              From: Peter Prymmer <pvhp@forte.com>
54582              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
54583              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
54584      Branch: perl
54585            ! lib/utf8.pm
54586 ____________________________________________________________________________
54587 [  7227] By: jhi                                   on 2000/10/13  23:20:30
54588         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
54589      Branch: perl
54590            ! t/op/tie.t
54591 ____________________________________________________________________________
54592 [  7226] By: jhi                                   on 2000/10/13  22:14:32
54593         Log: Tweak #7225.
54594              
54595              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
54596              From: Peter Prymmer <pvhp@forte.com>
54597              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
54598              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
54599      Branch: perl
54600            ! t/op/sprintf.t
54601 ____________________________________________________________________________
54602 [  7225] By: jhi                                   on 2000/10/13  22:11:31
54603         Log: op/sprintf.t patch for OS/390 (and any other host with limited
54604              floating-point exponent length)
54605              
54606              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
54607              From: Dominic Dunlop <domo@computer.org>
54608              Date: Fri, 13 Oct 2000 19:17:57 +0200
54609              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
54610      Branch: perl
54611            ! t/op/sprintf.t
54612 ____________________________________________________________________________
54613 [  7224] By: jhi                                   on 2000/10/13  18:40:48
54614         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
54615      Branch: perl
54616            ! toke.c
54617 ____________________________________________________________________________
54618 [  7223] By: jhi                                   on 2000/10/13  18:37:13
54619         Log: Thinko in #7222.
54620      Branch: perl
54621            ! utf8.c
54622 ____________________________________________________________________________
54623 [  7222] By: jhi                                   on 2000/10/13  18:05:23
54624         Log: Use UTF8SKIP(), from Simon Cozens.
54625      Branch: perl
54626            ! utf8.c
54627 ____________________________________________________________________________
54628 [  7221] By: jhi                                   on 2000/10/13  15:43:19
54629         Log: (accidentally empty check-in)
54630      Branch: perl
54631            ! utf8.c
54632 ____________________________________________________________________________
54633 [  7220] By: jhi                                   on 2000/10/13  15:23:51
54634         Log: Add (optimistically) Storable to static extensions.
54635      Branch: perl
54636            ! hints/uwin.sh hints/vmesa.sh
54637 ____________________________________________________________________________
54638 [  7219] By: jhi                                   on 2000/10/13  15:20:05
54639         Log: Amdahl UTS doesn't seem to do dynaloading.
54640      Branch: perl
54641            ! hints/uts.sh
54642 ____________________________________________________________________________
54643 [  7218] By: jhi                                   on 2000/10/13  15:15:20
54644         Log: Slight tweak of the code to appease Amdahl UTS cc.
54645      Branch: perl
54646            ! pp.c
54647 ____________________________________________________________________________
54648 [  7217] By: jhi                                   on 2000/10/13  14:50:42
54649         Log: In Amdahl UTS "struct sv" is defined by a system header,
54650              <ksync.h>.
54651      Branch: perl
54652            ! perl.h sv.h
54653 ____________________________________________________________________________
54654 [  7216] By: jhi                                   on 2000/10/13  11:58:25
54655         Log: Ilya implemented the memory profiling API.
54656      Branch: perl
54657            ! Todo
54658 ____________________________________________________________________________
54659 [  7215] By: jhi                                   on 2000/10/13  02:56:38
54660         Log: Subject: [PATCH 5.7.0] Perl API for mstats
54661              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54662              Date: Thu, 12 Oct 2000 22:52:40 -0400
54663              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
54664      Branch: perl
54665            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
54666 ____________________________________________________________________________
54667 [  7214] By: jhi                                   on 2000/10/13  02:55:38
54668         Log: Subject: [PATCH 5.7.0] IVs in mtats
54669              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
54670              Date: Thu, 12 Oct 2000 22:51:04 -0400
54671              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
54672      Branch: perl
54673            ! malloc.c perl.h
54674 ____________________________________________________________________________
54675 [  7213] By: jhi                                   on 2000/10/13  02:31:47
54676         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
54677      Branch: perl
54678            ! pod/perldiag.pod pp_sys.c
54679 ____________________________________________________________________________
54680 [  7212] By: jhi                                   on 2000/10/13  01:27:38
54681         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
54682              From: Peter Prymmer <pvhp@forte.com>
54683              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
54684              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
54685      Branch: perl
54686            ! t/op/oct.t
54687 ____________________________________________________________________________
54688 [  7211] By: jhi                                   on 2000/10/13  00:35:09
54689         Log: Update Changes.
54690      Branch: perl
54691            ! Changes patchlevel.h
54692 ____________________________________________________________________________
54693 [  7210] By: jhi                                   on 2000/10/12  23:59:40
54694         Log: The Install.pm third of
54695              
54696              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54697              From: Bill Campbell <bill@celestial.com>
54698              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54699              Date: Thu, 5 Oct 2000 18:04:51 -0700
54700      Branch: perl
54701            ! lib/ExtUtils/Install.pm
54702 ____________________________________________________________________________
54703 [  7209] By: jhi                                   on 2000/10/12  23:58:43
54704         Log: Two thirds of
54705              
54706              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
54707              Date: Thu, 5 Oct 2000 18:04:51 -0700
54708              From: Bill Campbell <bill@celestial.com>
54709              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
54710              
54711              The Install.pm changes will be submitted separately because
54712              they need some work and discussion still.
54713      Branch: perl
54714            ! lib/getopts.pl lib/termcap.pl
54715 ____________________________________________________________________________
54716 [  7208] By: jhi                                   on 2000/10/12  23:41:19
54717         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
54718              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54719              Date:     Thu, 12 Oct 2000 07:30:02 EDT
54720              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
54721      Branch: perl
54722            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
54723            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
54724 ____________________________________________________________________________
54725 [  7207] By: jhi                                   on 2000/10/12  23:39:01
54726         Log: An updated EBCDIC tr patch.
54727              
54728              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
54729              From: Peter Prymmer <pvhp@forte.com>
54730              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
54731              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
54732      Branch: perl
54733            ! t/op/tr.t
54734 ____________________________________________________________________________
54735 [  7206] By: jhi                                   on 2000/10/12  23:34:55
54736         Log: Upgrade to CPAN 1.58, from Andreas König.
54737      Branch: perl
54738            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54739 ____________________________________________________________________________
54740 [  7205] By: jhi                                   on 2000/10/12  23:29:08
54741         Log: Introduce the man[24-8] variables, from Andy Dougherty.
54742      Branch: metaconfig/U/perl
54743            + mandirs.U mandirstyle.U
54744      Branch: perl
54745            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54746            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
54747            ! vos/config.h vos/config.pl vos/config_h.SH_orig
54748            ! win32/config.bc win32/config.gc win32/config.vc
54749 ____________________________________________________________________________
54750 [  7204] By: gsar                                  on 2000/10/12  18:11:24
54751         Log: restore change#7202
54752      Branch: perl
54753            ! mg.c
54754 ____________________________________________________________________________
54755 [  7203] By: gsar                                  on 2000/10/12  18:09:40
54756         Log: another test of the Emergency Broadcast System--back out 
54757              change#7202
54758      Branch: perl
54759            ! mg.c
54760 ____________________________________________________________________________
54761 [  7202] By: gsar                                  on 2000/10/12  16:40:47
54762         Log: (submitted on behalf of Jarkko)
54763              Fix the lib/encode.t subtest 6 failure as reported by Andreas
54764              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
54765              was unearthed by change 7182, as was a bug in HTML::Entities.
54766      Branch: perl
54767            ! mg.c
54768 ____________________________________________________________________________
54769 [  7201] By: jhi                                   on 2000/10/11  03:16:05
54770         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
54771      Branch: perl
54772            ! pp_hot.c t/pragma/utf8.t
54773 ____________________________________________________________________________
54774 [  7200] By: jhi                                   on 2000/10/11  00:40:30
54775         Log: The #7198 was a false alarm.
54776      Branch: perl
54777            ! pp_hot.c
54778 ____________________________________________________________________________
54779 [  7199] By: jhi                                   on 2000/10/11  00:26:04
54780         Log: Remove duplicated code.
54781      Branch: perl
54782            ! t/lib/cgi-html.t
54783 ____________________________________________________________________________
54784 [  7198] By: jhi                                   on 2000/10/10  23:30:46
54785         Log: (Retracted by #7200.)
54786      Branch: perl
54787            ! pp_hot.c
54788 ____________________________________________________________________________
54789 [  7197] By: jhi                                   on 2000/10/10  21:49:30
54790         Log: Add the test case for #7190, from the original bug report
54791              by Andreas König.
54792      Branch: perl
54793            ! t/pragma/utf8.t
54794 ____________________________________________________________________________
54795 [  7196] By: jhi                                   on 2000/10/10  21:40:49
54796         Log: Reapply Andy's patch and regen Configure.
54797      Branch: perl
54798            ! Configure INSTALL Makefile.SH Porting/Glossary
54799            ! Porting/config.sh config_h.SH epoc/config.sh installperl
54800            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
54801            ! win32/config.vc
54802 ____________________________________________________________________________
54803 [  7195] By: jhi                                   on 2000/10/10  21:09:30
54804         Log: Use the versiononly instead of the installscripts,
54805              retract the changes 7146 and 7147.
54806      Branch: perl
54807            ! Configure INSTALL Makefile.SH Porting/Glossary
54808            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
54809            ! installperl uconfig.sh vos/config.def win32/config.bc
54810            ! win32/config.gc win32/config.vc
54811 ____________________________________________________________________________
54812 [  7194] By: jhi                                   on 2000/10/10  21:06:15
54813         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
54814              From: Peter Prymmer <pvhp@forte.com>
54815              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
54816              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
54817      Branch: perl
54818            ! t/op/ver.t
54819 ____________________________________________________________________________
54820 [  7193] By: jhi                                   on 2000/10/10  21:05:12
54821         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
54822              From: Peter Prymmer <pvhp@forte.com>
54823              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
54824              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
54825      Branch: perl
54826            ! t/op/tr.t
54827 ____________________________________________________________________________
54828 [  7192] By: jhi                                   on 2000/10/10  20:57:30
54829         Log: Add versiononly, delete installscripts, from Andy Dougherty.
54830      Branch: metaconfig
54831            - U/installdirs/installscripts.U
54832      Branch: metaconfig/U/perl
54833            + versiononly.U
54834 ____________________________________________________________________________
54835 [  7191] By: jhi                                   on 2000/10/10  19:41:21
54836         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
54837              From: Peter Prymmer <pvhp@forte.com>
54838              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
54839              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
54840      Branch: perl
54841            ! pod/perlebcdic.pod
54842 ____________________________________________________________________________
54843 [  7190] By: jhi                                   on 2000/10/10  19:26:14
54844         Log: Subject: Re: utf8 concat, mg_get
54845              From: Simon Cozens <simon@cozens.net>
54846              Date: Tue, 10 Oct 2000 17:40:17 +0100
54847              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
54848      Branch: perl
54849            ! pp_hot.c
54850 ____________________________________________________________________________
54851 [  7189] By: jhi                                   on 2000/10/10  19:23:03
54852         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
54853              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
54854              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
54855              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
54856      Branch: perl
54857            ! lib/ExtUtils/MM_Unix.pm
54858 ____________________________________________________________________________
54859 [  7188] By: jhi                                   on 2000/10/10  15:31:24
54860         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
54861              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54862              Date: Fri, 14 Jul 2000 10:47:36 +0100
54863              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
54864      Branch: perl
54865            ! README.win32
54866 ____________________________________________________________________________
54867 [  7187] By: jhi                                   on 2000/10/10  13:30:10
54868         Log: Quote the temp file name, needed in Win32 because the
54869              default name unfortunately contains spaces, shouldn't
54870              hurt elsewhere.
54871              
54872              Subject: FW: perldoc fails if $TEMP contains spaces
54873              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
54874              Date: Thu, 14 Sep 2000 08:58:45 +0100
54875              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
54876      Branch: perl
54877            ! utils/perldoc.PL
54878 ____________________________________________________________________________
54879 [  7186] By: jhi                                   on 2000/10/10  13:16:27
54880         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
54881              From: hv@hugo.hybyte.com
54882              Date: Tue, 10 Oct 2000 14:10:20 +0100
54883              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
54884      Branch: perl
54885            ! t/lib/thr5005.t util.c
54886 ____________________________________________________________________________
54887 [  7185] By: jhi                                   on 2000/10/10  12:06:22
54888         Log: Upgrade to podlators 1.04, from Russ Allbery.
54889      Branch: perl
54890            ! lib/Pod/Man.pm lib/Pod/Text.pm
54891 ____________________________________________________________________________
54892 [  7184] By: jhi                                   on 2000/10/10  12:01:32
54893         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
54894      Branch: perl
54895            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
54896 ____________________________________________________________________________
54897 [  7183] By: jhi                                   on 2000/10/09  23:47:15
54898         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
54899              From: Peter Prymmer <pvhp@forte.com>
54900              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
54901              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
54902      Branch: perl
54903            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
54904 ____________________________________________________________________________
54905 [  7182] By: jhi                                   on 2000/10/09  23:43:16
54906         Log: Make eq work again with utf8 (disabling the upgrading
54907              should no more be necessary since the copies of the
54908              scalars are upgraded, not the scalars themselves).
54909              Takes care of ID 20001009.001.  (The claimed length()
54910              bug in 20001009.001 seems bogus to me.)
54911      Branch: perl
54912            ! sv.c t/pragma/utf8.t
54913 ____________________________________________________________________________
54914 [  7181] By: gsar                                  on 2000/10/09  19:41:54
54915         Log: tweak for change#7173
54916      Branch: perl
54917            ! win32/win32sck.c
54918 ____________________________________________________________________________
54919 [  7180] By: gsar                                  on 2000/10/09  19:26:56
54920         Log: on Windows, clean targets might not work under some flavors of the shell
54921      Branch: perl
54922            ! win32/Makefile win32/makefile.mk
54923 ____________________________________________________________________________
54924 [  7179] By: jhi                                   on 2000/10/09  19:21:02
54925         Log: Update Changes.
54926      Branch: perl
54927            ! Changes patchlevel.h
54928 ____________________________________________________________________________
54929 [  7178] By: jhi                                   on 2000/10/09  19:18:23
54930         Log: Warn about unknown scripts.
54931              
54932              Subject: Re: ideas? patches? [PATCH bleadperl]
54933              From: Dominic Dunlop <domo@computer.org>
54934              Date: Mon, 9 Oct 2000 14:57:17 +0200
54935              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
54936      Branch: perl
54937            ! lib/charnames.pm
54938 ____________________________________________________________________________
54939 [  7177] By: jhi                                   on 2000/10/09  19:13:27
54940         Log: Change #7160 had a nasty typo.
54941      Branch: metaconfig
54942            ! U/compline/Compile.U
54943      Branch: perl
54944            ! Configure config_h.SH
54945 ____________________________________________________________________________
54946 [  7176] By: gsar                                  on 2000/10/09  18:59:33
54947         Log: pod nit
54948      Branch: perl
54949            ! pod/perlport.pod
54950 ____________________________________________________________________________
54951 [  7175] By: gsar                                  on 2000/10/09  18:54:28
54952         Log: Windows9x doesn't support link(), despite what Config.pm
54953              might think
54954      Branch: perl
54955            ! lib/ExtUtils/Manifest.pm
54956 ____________________________________________________________________________
54957 [  7174] By: gsar                                  on 2000/10/09  18:50:03
54958         Log: avoid nonportable example code
54959      Branch: perl
54960            ! lib/File/Copy.pm
54961 ____________________________________________________________________________
54962 [  7173] By: gsar                                  on 2000/10/09  18:46:54
54963         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
54964              being used) when closing a socket handle
54965      Branch: perl
54966            ! win32/win32.c win32/win32.h win32/win32sck.c
54967 ____________________________________________________________________________
54968 [  7172] By: gsar                                  on 2000/10/09  18:41:40
54969         Log: on Windows, cwd strings in the environment should be of the
54970              form =X:=X:\foo instead of =X=X:\foo\
54971      Branch: perl
54972            ! win32/vdir.h
54973 ____________________________________________________________________________
54974 [  7171] By: gsar                                  on 2000/10/09  18:30:09
54975         Log: on Windows, LoadLibrary() could load an extension DLL multiple
54976              times if forward slashes are used in the path
54977      Branch: perl
54978            ! win32/win32.c
54979 ____________________________________________________________________________
54980 [  7170] By: jhi                                   on 2000/10/09  17:53:59
54981         Log: Add a todo note about overloadable assertions.
54982      Branch: perl
54983            ! Todo-5.6
54984 ____________________________________________________________________________
54985 [  7169] By: jhi                                   on 2000/10/09  13:43:45
54986         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
54987              From: mjd@plover.com
54988              Date: 9 Oct 2000 00:24:44 -0000
54989              Message-ID: <20001009002444.10616.qmail@plover.com>
54990      Branch: perl
54991            ! pod/perldebguts.pod
54992 ____________________________________________________________________________
54993 [  7168] By: nick                                  on 2000/10/08  13:16:33
54994         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
54995              is not right thing to do on (e.g. x86). Network order is also "right" for
54996              X fonts.
54997      Branch: perl
54998            ! ext/Encode/Encode.pm
54999 ____________________________________________________________________________
55000 [  7167] By: nick                                  on 2000/10/08  12:54:42
55001         Log: Make "encodings" work post-install when Encode/*.enc files may not
55002              be in same directory as Encode.pm
55003      Branch: perl
55004            ! ext/Encode/Encode.pm
55005 ____________________________________________________________________________
55006 [  7166] By: nick                                  on 2000/10/08  11:51:26
55007         Log: Work round the fact that $hash->{$key} does not take into account
55008              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
55009              so that key is always in the "expected" encoding - i.e. same way we put
55010              it in the hash.
55011      Branch: perl
55012            ! ext/Encode/Encode.pm
55013 ____________________________________________________________________________
55014 [  7165] By: gsar                                  on 2000/10/08  04:15:29
55015         Log: save_re_context() could reset PL_curcop to freed memory, causing core
55016              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
55017      Branch: perl
55018            ! pp_ctl.c
55019 ____________________________________________________________________________
55020 [  7164] By: jhi                                   on 2000/10/06  20:51:48
55021         Log: UTF8ize split() so that the cloned substrings get the UTF8
55022              flag of the original scalar.  Problem reported by Simon Cozens.
55023      Branch: perl
55024            ! pp.c t/pragma/utf8.t
55025 ____________________________________________________________________________
55026 [  7163] By: nick                                  on 2000/10/06  20:48:34
55027         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
55028              got a false +ve and so did not reach code which would have un-FAKEd the SV.
55029      Branch: perl
55030            ! sv.c
55031 ____________________________________________________________________________
55032 [  7162] By: nick                                  on 2000/10/06  20:25:37
55033         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
55034              To fix  (sort {$a <=> $b} keys %hash) in particular but
55035              should cover a number of other as-yet-unknown cases as well.
55036      Branch: perl
55037            ! sv.c
55038 ____________________________________________________________________________
55039 [  7161] By: jhi                                   on 2000/10/06  19:56:18
55040         Log: Change the version number of Tie::Handle in the core to 4.0,
55041              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
55042              
55043              Subject: Note on Tie::Handle
55044              From: andreas.koenig@anima.de (Andreas J. Koenig)
55045              Date:      06 Oct 2000 21:48:58 +0200
55046              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
55047      Branch: perl
55048            ! lib/Tie/Handle.pm
55049 ____________________________________________________________________________
55050 [  7160] By: jhi                                   on 2000/10/06  18:20:35
55051         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
55052              as the first option of cc/ld because of ultrapicky compilers
55053              (e.g. OS/390 R2.5)
55054      Branch: metaconfig
55055            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
55056            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
55057            ! U/compline/orderlib.U U/modified/Cppsym.U
55058            ! U/modified/d_access.U
55059      Branch: metaconfig/U/perl
55060            ! Checkcc.U d_dlsymun.U gccvers.U
55061      Branch: perl
55062            ! Configure config_h.SH
55063 ____________________________________________________________________________
55064 [  7159] By: jhi                                   on 2000/10/06  13:56:39
55065         Log: Update Changes.
55066      Branch: perl
55067            ! Changes patchlevel.h
55068 ____________________________________________________________________________
55069 [  7158] By: jhi                                   on 2000/10/06  12:48:40
55070         Log: Eliminate $Is_VMS code from the test.
55071              
55072              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
55073              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55074              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
55075              Date:     Thu, 5 Oct 2000 07:46:33 EDT
55076      Branch: perl
55077            ! t/lib/b.t
55078 ____________________________________________________________________________
55079 [  7157] By: jhi                                   on 2000/10/06  12:47:13
55080         Log: Also the $ccflags is needed for the C compiler check.
55081              
55082              Subject: Configure (check for C-compiler)
55083              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55084              Date: Fri, 06 Oct 2000 08:47:15 +0200
55085              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
55086      Branch: metaconfig/U/perl
55087            ! Checkcc.U
55088      Branch: perl
55089            ! Configure config_h.SH
55090 ____________________________________________________________________________
55091 [  7156] By: jhi                                   on 2000/10/06  11:45:15
55092         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
55093      Branch: perl
55094            ! perl.c pp_ctl.c sv.h utf8.c
55095 ____________________________________________________________________________
55096 [  7155] By: jhi                                   on 2000/10/06  11:40:41
55097         Log: IO::Handle->syswrite() did not handle length omission
55098              like CORE::syswrite() does.
55099              
55100              Subject: [Fwd] IO::Handle, syswrite and arguments
55101              From: Graham Barr <gbarr@pobox.com>
55102              Date: Fri, 6 Oct 2000 10:22:05 +0100
55103              Message-ID: <20001006102205.U6312@pobox.com>
55104              
55105              The original patch from andrew@ugh.net.au.
55106      Branch: perl
55107            ! ext/IO/lib/IO/Handle.pm
55108 ____________________________________________________________________________
55109 [  7154] By: jhi                                   on 2000/10/06  01:42:15
55110         Log: Tweak #7153.
55111      Branch: perl
55112            ! utf8.h
55113 ____________________________________________________________________________
55114 [  7153] By: jhi                                   on 2000/10/06  00:39:55
55115         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
55116      Branch: perl
55117            ! utf8.h
55118 ____________________________________________________________________________
55119 [  7152] By: jhi                                   on 2000/10/06  00:38:11
55120         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
55121      Branch: perl
55122            ! perl.c pp_ctl.c sv.h utf8.c
55123 ____________________________________________________________________________
55124 [  7151] By: jhi                                   on 2000/10/06  00:36:38
55125         Log: Subject: Re: Questions about Tie::Array and perl modules
55126              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55127              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
55128              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
55129              
55130              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
55131      Branch: perl
55132            ! lib/Tie/Array.pm t/op/array.t
55133 ____________________________________________________________________________
55134 [  7150] By: jhi                                   on 2000/10/05  00:20:45
55135         Log: Regen Changes.
55136      Branch: perl
55137            ! Changes patchlevel.h
55138 ____________________________________________________________________________
55139 [  7149] By: jhi                                   on 2000/10/05  00:20:01
55140         Log: Regen toc.
55141      Branch: perl
55142            ! pod/perltoc.pod
55143 ____________________________________________________________________________
55144 [  7148] By: jhi                                   on 2000/10/04  23:35:08
55145         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
55146              reported several times by Dominic Dunlop, for example in
55147              ID 20000315.008.  Patch from Dominic.  Patch affects at
55148              least MachTen, and possibly other oldish BSDs. Should not
55149              break non-broken platforms (tested on LinuxPPC). 
55150      Branch: perl
55151            ! doio.c
55152 ____________________________________________________________________________
55153 [  7147] By: jhi                                   on 2000/10/04  23:26:34
55154         Log: The one that got away from 7146.
55155      Branch: metaconfig
55156            + U/installdirs/installscripts.U
55157 ____________________________________________________________________________
55158 [  7146] By: jhi                                   on 2000/10/04  23:25:04
55159         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
55160              suggested by H. Merijn Brand.
55161      Branch: perl
55162            ! Configure INSTALL Makefile.SH Porting/Glossary
55163            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
55164            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
55165            ! win32/config.vc
55166 ____________________________________________________________________________
55167 [  7145] By: jhi                                   on 2000/10/04  22:08:21
55168         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
55169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55170              Date: Wed, 4 Oct 2000 17:37:46 -0400
55171              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
55172      Branch: perl
55173            ! utils/h2xs.PL
55174 ____________________________________________________________________________
55175 [  7144] By: jhi                                   on 2000/10/04  18:11:41
55176         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
55177              From: Jeff Pinyan <jeffp@crusoe.net>
55178              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
55179              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
55180      Branch: perl
55181            ! pod/perlrun.pod
55182 ____________________________________________________________________________
55183 [  7143] By: jhi                                   on 2000/10/04  18:09:58
55184         Log: Subject: perlhack.pod Patch for Externals Tools
55185              From: Fisher Mark <fisherm@tce.com>
55186              Date: Tue, 3 Oct 2000 15:43:27 -0500 
55187              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
55188      Branch: perl
55189            ! pod/perlhack.pod
55190 ____________________________________________________________________________
55191 [  7142] By: jhi                                   on 2000/10/04  18:08:41
55192         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
55193              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55194              Date:     Wed, 4 Oct 2000 12:11:11 EDT
55195              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
55196      Branch: perl
55197            ! vms/vms.c
55198 ____________________________________________________________________________
55199 [  7141] By: jhi                                   on 2000/10/04  12:20:16
55200         Log: Subject: [PATCH 5.7.0] h2xs not working
55201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55202              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
55203              Date: Tue, 3 Oct 2000 21:43:01 -0400
55204              
55205              Subject: [PATCH 5.7.0] h2xs not documenting the created module
55206              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55207              Date: Tue, 3 Oct 2000 22:55:19 -0400
55208              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
55209      Branch: perl
55210            ! utils/h2xs.PL
55211 ____________________________________________________________________________
55212 [  7140] By: jhi                                   on 2000/10/04  11:53:44
55213         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
55214              From: nick@babyhippo.com
55215              Date: Wed, 4 Oct 2000 12:06:45 +0100
55216              Message-Id: <20001004120645.A7356@babyhippo.com>
55217              
55218              Retract 7118 and 7135.
55219      Branch: perl
55220            ! installman installperl op.c t/pragma/subs.t
55221 ____________________________________________________________________________
55222 [  7139] By: jhi                                   on 2000/10/03  22:09:41
55223         Log: It is possible to have no hosts database at all.  Pointed out in
55224              
55225              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55226              From: Peter Prymmer <pvhp@forte.com>
55227              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55228              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55229      Branch: metaconfig
55230            ! U/modified/myhostname.U
55231      Branch: perl
55232            ! Configure config_h.SH
55233 ____________________________________________________________________________
55234 [  7138] By: jhi                                   on 2000/10/03  21:49:49
55235         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
55236              From: Peter Prymmer <pvhp@forte.com>
55237              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
55238              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
55239      Branch: perl
55240            ! pp_sys.c
55241 ____________________________________________________________________________
55242 [  7137] By: jhi                                   on 2000/10/03  20:10:05
55243         Log: One remaining nit less at the VMS mailbox sizing.
55244      Branch: perl
55245            ! vms/vms.c
55246 ____________________________________________________________________________
55247 [  7136] By: jhi                                   on 2000/10/03  20:08:47
55248         Log: Test harness update to sync with the new perlcc,
55249              from Simon Cozens.
55250      Branch: perl
55251            ! t/TEST t/UTEST
55252 ____________________________________________________________________________
55253 [  7135] By: jhi                                   on 2000/10/03  15:15:42
55254         Log: Subject: Re: PATCH for 20001003.004
55255              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
55256              From: "AARON B. DOSSETT" <aaron@iglou.com>
55257              Message-Id: <E13gTay-0006od-00@iglou.com>
55258      Branch: perl
55259            ! installman installperl
55260 ____________________________________________________________________________
55261 [  7134] By: jhi                                   on 2000/10/03  15:00:34
55262         Log: Subject: [ID 20001003.006] B::Debug not -w clean
55263              From: Nicholas Clark <nick@babyhippo.co.uk>
55264              Date: Tue, 03 Oct 2000 15:46:32 +0100
55265              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
55266      Branch: perl
55267            ! ext/B/B/Debug.pm
55268 ____________________________________________________________________________
55269 [  7133] By: jhi                                   on 2000/10/03  14:58:39
55270         Log: Scale down the VMS message boxes, by Charles Lane.
55271              Fix for ID 20000903.009, workaround at
55272              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
55273      Branch: perl
55274            ! vms/vms.c
55275 ____________________________________________________________________________
55276 [  7132] By: jhi                                   on 2000/10/03  11:20:37
55277         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
55278      Branch: perl
55279            + t/lib/st-lock.t t/lib/st-utf8.t
55280            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
55281            ! ext/Storable/Storable.xs t/lib/st-recurse.t
55282 ____________________________________________________________________________
55283 [  7131] By: jhi                                   on 2000/10/03  03:38:23
55284         Log: Encode nits.
55285      Branch: perl
55286            ! MANIFEST Makefile.SH
55287 ____________________________________________________________________________
55288 [  7130] By: jhi                                   on 2000/10/03  03:31:05
55289         Log: Update Changes.
55290      Branch: perl
55291            ! Changes patchlevel.h
55292 ____________________________________________________________________________
55293 [  7129] By: jhi                                   on 2000/10/03  02:24:02
55294         Log: Misplaced else.
55295      Branch: metaconfig/U/perl
55296            ! d_strtoll.U
55297      Branch: perl
55298            ! Configure config_h.SH
55299 ____________________________________________________________________________
55300 [  7128] By: jhi                                   on 2000/10/03  02:08:29
55301         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
55302              From: sthoenna@efn.org
55303              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
55304              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
55305      Branch: metaconfig/U/perl
55306            ! d_strtoll.U
55307      Branch: perl
55308            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
55309 ____________________________________________________________________________
55310 [  7127] By: jhi                                   on 2000/10/03  01:13:14
55311         Log: Update Changes.
55312      Branch: perl
55313            ! Changes patchlevel.h
55314 ____________________________________________________________________________
55315 [  7126] By: jhi                                   on 2000/10/03  00:57:08
55316         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
55317              as suggested by Olaf Flebbe and Nick Clark.
55318      Branch: perl
55319            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
55320 ____________________________________________________________________________
55321 [  7125] By: jhi                                   on 2000/10/03  00:50:56
55322         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
55323              From: Nick Clark <nick@plum.flirble.org>
55324              Date: Mon, 2 Oct 2000 11:03:24 +0100
55325              Message-Id: <20001002110324.D20073@plum.flirble.org>
55326              
55327              Also fixes bug ID 20001002.005.
55328      Branch: perl
55329            ! t/lib/encode.t
55330 ____________________________________________________________________________
55331 [  7124] By: jhi                                   on 2000/10/03  00:34:59
55332         Log: Subject: [PATCH 5.7.0] Epoc update
55333              From: Olaf Flebbe <o.flebbe@gmx.de>
55334              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
55335              Message-ID: <26423.969484586@www10.gmx.net>
55336      Branch: perl
55337            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
55338            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
55339            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
55340            ! util.c util.h
55341 ____________________________________________________________________________
55342 [  7123] By: jhi                                   on 2000/10/03  00:30:07
55343         Log: Regen headers.
55344      Branch: perl
55345            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
55346 ____________________________________________________________________________
55347 [  7122] By: jhi                                   on 2000/10/03  00:10:48
55348         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
55349      Branch: perl
55350            ! hints/openbsd.sh
55351 ____________________________________________________________________________
55352 [  7121] By: jhi                                   on 2000/10/03  00:05:06
55353         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
55354              From: <abigail@foad.org>
55355              Date: Tue, 26 Sep 2000 13:36:14 -0400
55356              Message-ID: <20000926173614.4356.qmail@foad.org>
55357      Branch: perl
55358            ! pod/perlop.pod
55359 ____________________________________________________________________________
55360 [  7120] By: jhi                                   on 2000/10/03  00:04:00
55361         Log: Inside require() $^S was always left undefined.
55362              
55363              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
55364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55365              Date: Wed, 27 Sep 2000 18:54:49 -0400
55366              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
55367      Branch: perl
55368            ! cop.h mg.c pp_ctl.c util.c
55369 ____________________________________________________________________________
55370 [  7119] By: jhi                                   on 2000/10/03  00:00:16
55371         Log: Subject: [PATCH] DLL not restartabke with threaded perl
55372              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
55373              Date: Thu, 28 Sep 2000 09:20:46 +0100
55374              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
55375      Branch: perl
55376            ! perl.c
55377 ____________________________________________________________________________
55378 [  7118] By: jhi                                   on 2000/10/02  23:59:20
55379         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
55380              From: Nicholas Clark <nick@ccl4.org>
55381              Date: Thu, 28 Sep 2000 11:52:24 +0100
55382              Message-ID: <20000928115224.D7924@plum.flirble.org>
55383      Branch: perl
55384            ! op.c
55385 ____________________________________________________________________________
55386 [  7117] By: jhi                                   on 2000/10/02  23:57:51
55387         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
55388              From: Nicholas Clark <nick@babyhippo.co.uk>
55389              Date: Thu, 28 Sep 2000 12:18:10 +0100
55390              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
55391              
55392              Did not apply cleanly, manual intervention was needed.
55393      Branch: perl
55394            ! ext/B/B/Bytecode.pm utils/perlcc.PL
55395 ____________________________________________________________________________
55396 [  7116] By: jhi                                   on 2000/10/02  23:50:40
55397         Log: Document the issue (is not a syntax error, kind of)
55398              
55399              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
55400              From: Nicholas Clark <nick@ccl4.org>
55401              Date: Thu, 28 Sep 2000 17:12:42 +0100
55402              Message-ID: <20000928171242.K7924@plum.flirble.org>
55403      Branch: perl
55404            ! pod/perldata.pod
55405 ____________________________________________________________________________
55406 [  7115] By: jhi                                   on 2000/10/02  23:48:58
55407         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
55408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55409              Date: Thu, 28 Sep 2000 21:55:31 -0400
55410              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
55411      Branch: perl
55412            ! regexec.c
55413 ____________________________________________________________________________
55414 [  7114] By: jhi                                   on 2000/10/02  23:47:57
55415         Log: Subject: DOC PATCH 5.6.0
55416              From: mjd@plover.com
55417              Date: 30 Sep 2000 06:02:34 -0000
55418              Message-ID: <20000930060234.4559.qmail@plover.com>
55419      Branch: perl
55420            ! pod/perldebguts.pod
55421 ____________________________________________________________________________
55422 [  7113] By: jhi                                   on 2000/10/02  23:46:43
55423         Log: SOCK_DGRAM and listen() do not mix as reported in
55424              
55425              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
55426              From: Petter Reinholdtsen <pere@hungry.com>
55427              Date: Sun, 1 Oct 2000 10:57:20 +0800
55428              Message-Id: <200010010257.KAA05735@localhost.localdomain>
55429              
55430              The patch for 5.7.0+ had to be reengineered, though.
55431      Branch: perl
55432            ! ext/IO/lib/IO/Socket/UNIX.pm
55433 ____________________________________________________________________________
55434 [  7112] By: jhi                                   on 2000/10/02  23:36:57
55435         Log: Subject: Re: [PATCH 5.005_64 missed]
55436              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
55437              Date: Sun, 1 Oct 2000 18:50:10 -0400
55438              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
55439      Branch: perl
55440            ! pod/perlxs.pod
55441 ____________________________________________________________________________
55442 [  7111] By: jhi                                   on 2000/10/02  23:35:40
55443         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
55444              From: Radu Greab <radu@netsoft.ro>
55445              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
55446              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
55447      Branch: perl
55448            ! op.c opcode.pl t/op/substr.t
55449 ____________________________________________________________________________
55450 [  7110] By: jhi                                   on 2000/10/02  23:32:38
55451         Log: Subject: [PATCH] Fix aliasing of tied filehandles
55452              From: Daniel Chetlin <daniel@chetlin.com>
55453              Date: Mon, 2 Oct 2000 14:53:27 -0700
55454              Message-ID: <20001002145327.C1617@ilmd>
55455      Branch: perl
55456            ! perl.h pp_hot.c t/op/tiehandle.t
55457 ____________________________________________________________________________
55458 [  7109] By: jhi                                   on 2000/10/02  23:31:30
55459         Log: s/Robin Parker/Robin Barker/
55460      Branch: perl
55461            ! Changes5.6
55462 ____________________________________________________________________________
55463 [  7108] By: jhi                                   on 2000/10/02  23:15:46
55464         Log: Retract #7091 as suggested in
55465              
55466              From: Robin Barker <rmb1@cise.npl.co.uk> 
55467              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
55468              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
55469              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
55470      Branch: perl
55471            ! embed.pl proto.h
55472 ____________________________________________________________________________
55473 [  7107] By: nick                                  on 2000/10/02  18:23:14
55474         Log: A few tweaks to get Tk803 to work with Encode scheme.
55475      Branch: perl
55476            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
55477 ____________________________________________________________________________
55478 [  7106] By: nick                                  on 2000/10/01  21:34:14
55479         Log: Add checking cases to Encode's toUnicode and fromUnicode.
55480      Branch: perl
55481            ! ext/Encode/Encode.pm
55482 ____________________________________________________________________________
55483 [  7105] By: nick                                  on 2000/10/01  17:18:01
55484         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
55485              To read and use them.
55486              Add a lib/encode.t which checks a few things.
55487      Branch: perl
55488            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
55489            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
55490            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
55491            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
55492            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
55493            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
55494            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
55495            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
55496            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
55497            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
55498            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
55499            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
55500            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
55501            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
55502            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
55503            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
55504            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
55505            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
55506            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
55507            + ext/Encode/Encode/iso2022-jp.enc
55508            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
55509            + ext/Encode/Encode/iso8859-1.enc
55510            + ext/Encode/Encode/iso8859-2.enc
55511            + ext/Encode/Encode/iso8859-3.enc
55512            + ext/Encode/Encode/iso8859-4.enc
55513            + ext/Encode/Encode/iso8859-5.enc
55514            + ext/Encode/Encode/iso8859-6.enc
55515            + ext/Encode/Encode/iso8859-7.enc
55516            + ext/Encode/Encode/iso8859-8.enc
55517            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
55518            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
55519            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
55520            + ext/Encode/Encode/macCentEuro.enc
55521            + ext/Encode/Encode/macCroatian.enc
55522            + ext/Encode/Encode/macCyrillic.enc
55523            + ext/Encode/Encode/macDingbats.enc
55524            + ext/Encode/Encode/macGreek.enc
55525            + ext/Encode/Encode/macIceland.enc
55526            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
55527            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
55528            + ext/Encode/Encode/macTurkish.enc
55529            + ext/Encode/Encode/macUkraine.enc
55530            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
55531            + t/lib/encode.t
55532            ! MANIFEST ext/Encode/Encode.pm
55533 ____________________________________________________________________________
55534 [  7104] By: nick                                  on 2000/09/30  13:04:30
55535         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
55536              From: Daniel Chetlin <daniel@chetlin.com>
55537              Date: Mon, 18 Sep 2000 05:05:40 -0700
55538              Message-Id: <20000918050540.C652@ilmd>
55539      Branch: perl
55540            ! lib/overload.pm sv.c t/pragma/overload.t
55541 ____________________________________________________________________________
55542 [  7103] By: nick                                  on 2000/09/30  12:53:36
55543         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
55544              From: Johan Vromans <jvromans@squirrel.nl>
55545              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
55546              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
55547      Branch: perl
55548            ! pod/Makefile.SH
55549 ____________________________________________________________________________
55550 [  7102] By: nick                                  on 2000/09/30  12:52:31
55551         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
55552              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55553              Date: Sat, 16 Sep 2000 16:36:45 -0400
55554              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
55555      Branch: perl
55556            ! ext/B/B/Deparse.pm
55557 ____________________________________________________________________________
55558 [  7101] By: nick                                  on 2000/09/30  12:51:41
55559         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
55560              From: Craig A. Berry <craig.berry@psinetcs.com>
55561              Date: Sat, 16 Sep 2000 10:11:10 -0500
55562              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
55563      Branch: perl
55564            ! vms/vms.c
55565 ____________________________________________________________________________
55566 [  7100] By: nick                                  on 2000/09/30  12:50:33
55567         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55568              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55569              Date: Fri, 15 Sep 2000 16:37:58 -0400
55570              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
55571      Branch: perl
55572            ! t/op/append.t
55573 ____________________________________________________________________________
55574 [  7099] By: nick                                  on 2000/09/30  12:49:35
55575         Log: Subject: Re: unicode support and perl [ID 20000901.097]
55576              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55577              Date: Fri, 15 Sep 2000 16:25:30 -0400
55578              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
55579      Branch: perl
55580            ! pp_hot.c
55581 ____________________________________________________________________________
55582 [  7098] By: nick                                  on 2000/09/30  12:48:00
55583         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
55584              From: Gisle Aas <gisle@ActiveState.com>
55585              Date: 15 Sep 2000 16:23:41 +0200
55586              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
55587      Branch: perl
55588            ! toke.c
55589 ____________________________________________________________________________
55590 [  7097] By: nick                                  on 2000/09/30  12:45:16
55591         Log: Subject: [PATCH] Nits in perlmod.pod
55592              From: Daniel Chetlin <daniel@chetlin.com>
55593              Date: Fri, 15 Sep 2000 02:04:09 -0700
55594              Message-Id: <20000915020409.A2104@ilmd>
55595      Branch: perl
55596            ! pod/perlmod.pod
55597 ____________________________________________________________________________
55598 [  7096] By: nick                                  on 2000/09/30  12:18:00
55599         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
55600              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
55601              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
55602              0 to checking to get the warning.
55603      Branch: perl
55604            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
55605            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
55606            ! regexec.c sv.c toke.c utf8.c
55607 ____________________________________________________________________________
55608 [  7095] By: nick                                  on 2000/09/15  16:55:59
55609         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
55610              
55611              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
55612              From: Spider Boardman <spider@Orb.Nashua.NH.US>
55613              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
55614              Date: Fri, 15 Sep 2000 06:37:30 -0400
55615      Branch: perl
55616            ! ext/Encode/Encode.xs sv.c
55617 ____________________________________________________________________________
55618 [  7094] By: jhi                                   on 2000/09/15  03:23:32
55619         Log: Update Changes.
55620      Branch: perl
55621            ! Changes patchlevel.h
55622 ____________________________________________________________________________
55623 [  7093] By: jhi                                   on 2000/09/15  03:11:44
55624         Log: Fix for the charnames.t failures from Spider Boardman.
55625      Branch: perl
55626            ! toke.c
55627 ____________________________________________________________________________
55628 [  7092] By: jhi                                   on 2000/09/15  00:15:48
55629         Log: Botched the #7090 check-in.
55630      Branch: perl
55631            ! sv.c
55632 ____________________________________________________________________________
55633 [  7091] By: jhi                                   on 2000/09/14  23:33:24
55634         Log: Part of #7081 didn't come through.
55635      Branch: perl
55636            ! embed.pl proto.h
55637 ____________________________________________________________________________
55638 [  7090] By: jhi                                   on 2000/09/14  23:17:39
55639         Log: Subject: Re: perl@7078 
55640              From: Spider Boardman <spider@web.zk3.dec.com>
55641              Date: Thu, 14 Sep 2000 19:06:36 -0400
55642              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
55643      Branch: perl
55644            ! sv.c toke.c
55645 ____________________________________________________________________________
55646 [  7089] By: jhi                                   on 2000/09/14  23:11:21
55647         Log: Small portability tweaks.
55648      Branch: perl
55649            ! ext/Encode/Encode.xs
55650 ____________________________________________________________________________
55651 [  7088] By: jhi                                   on 2000/09/14  22:57:23
55652         Log: Fake return to pacify picky compilers.
55653      Branch: perl
55654            ! ext/Encode/Encode.xs
55655 ____________________________________________________________________________
55656 [  7087] By: jhi                                   on 2000/09/14  22:53:37
55657         Log: Subject: [PATCH] utf8.c apidoc
55658              From: Simon Cozens <simon@cozens.net>
55659              Date: Thu, 14 Sep 2000 23:46:57 +0100
55660              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
55661      Branch: perl
55662            ! perlapi.c pod/perlapi.pod utf8.c
55663 ____________________________________________________________________________
55664 [  7086] By: jhi                                   on 2000/09/14  22:40:38
55665         Log: We don't need to count the high bit bytes, a boolean is enough. 
55666      Branch: perl
55667            ! sv.c
55668 ____________________________________________________________________________
55669 [  7085] By: jhi                                   on 2000/09/14  21:20:09
55670         Log: Replace #7084 with
55671              
55672              Subject: Re: perl@7078 
55673              From: Spider Boardman <spider@web.zk3.dec.com>
55674              Date: Thu, 14 Sep 2000 17:09:36 -0400
55675              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
55676      Branch: perl
55677            ! sv.c utf8.c
55678 ____________________________________________________________________________
55679 [  7084] By: jhi                                   on 2000/09/14  20:03:34
55680         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
55681              convertable to bytes by checking it doesn't go above 0xc3
55682              
55683              Subject: Re: perl@7078
55684              From: Simon Cozens <simon@cozens.net>
55685              Date: Thu, 14 Sep 2000 20:59:19 +0100
55686              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
55687      Branch: perl
55688            ! utf8.c
55689 ____________________________________________________________________________
55690 [  7083] By: jhi                                   on 2000/09/14  19:38:47
55691         Log: Subject: Re: perl@7078
55692              From: Simon Cozens <simon@cozens.net>
55693              Date: Thu, 14 Sep 2000 20:13:09 +0100
55694              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
55695      Branch: perl
55696            ! t/op/bop.t
55697 ____________________________________________________________________________
55698 [  7082] By: jhi                                   on 2000/09/14  17:50:44
55699         Log: The one that got away.
55700      Branch: perl
55701            ! lib/File/Find.pm
55702 ____________________________________________________________________________
55703 [  7081] By: jhi                                   on 2000/09/14  17:45:35
55704         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
55705              From: Robin Barker <rmb1@cise.npl.co.uk>
55706              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
55707              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
55708      Branch: perl
55709            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
55710            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
55711            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
55712            ! regcomp.c toke.c universal.c
55713 ____________________________________________________________________________
55714 [  7080] By: jhi                                   on 2000/09/14  17:40:35
55715         Log: Problems picked up by AIX cc.
55716              
55717              Subject: Re: perl@7078 (patch included)
55718              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55719              Date: Thu, 14 Sep 2000 18:53:30 +0200
55720              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
55721      Branch: perl
55722            ! ext/Encode/Encode.xs
55723 ____________________________________________________________________________
55724 [  7079] By: jhi                                   on 2000/09/14  17:38:27
55725         Log: Subject: File::Find 5.7.0 POD nits
55726              From: Rich Morin <rdm@cfcl.com>
55727              Date: Wed, 13 Sep 2000 22:03:58 -0700
55728              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
55729      Branch: perl
55730            ! lib/File/Find.pm
55731 ____________________________________________________________________________
55732 [  7078] By: jhi                                   on 2000/09/14  14:58:20
55733         Log: Update Changes.
55734      Branch: perl
55735            ! Changes patchlevel.h
55736 ____________________________________________________________________________
55737 [  7077] By: jhi                                   on 2000/09/14  14:55:54
55738         Log: Compilation warnings and an error.
55739      Branch: perl
55740            ! sv.c
55741 ____________________________________________________________________________
55742 [  7076] By: jhi                                   on 2000/09/14  14:42:56
55743         Log: Fix for a parsing bug, not for the original bug.
55744              
55745              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
55746              From: Spider Boardman <spider@web.zk3.dec.com>
55747              Date: Wed, 13 Sep 2000 17:52:20 -0400
55748              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
55749      Branch: perl
55750            ! regcomp.c
55751 ____________________________________________________________________________
55752 [  7075] By: jhi                                   on 2000/09/14  14:40:40
55753         Log: Batch of UTF-8 patches from Simon Cozens.
55754      Branch: perl
55755            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
55756            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
55757            ! toke.c utf8.c
55758 ____________________________________________________________________________
55759 [  7074] By: jhi                                   on 2000/09/14  14:29:58
55760         Log: Subject: Re: Two advertising clauses need to be removed
55761              From: Russ Allbery <rra@stanford.edu>
55762              Date: 13 Sep 2000 18:50:26 -0700
55763              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
55764      Branch: perl
55765            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
55766 ____________________________________________________________________________
55767 [  7073] By: jhi                                   on 2000/09/14  14:28:20
55768         Log: Subject: [PATCH] de-wall t/README
55769              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55770              Date: Wed, 13 Sep 2000 17:46:55 -0700
55771              Message-ID: <//Bw5gzkge/e092yn@efn.org>
55772      Branch: perl
55773            ! t/README
55774 ____________________________________________________________________________
55775 [  7072] By: jhi                                   on 2000/09/14  14:25:10
55776         Log: Hints optimization.
55777              
55778              Subject: Minor nit
55779              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55780              Date: Wed, 13 Sep 2000 21:42:07 +0200
55781              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
55782      Branch: perl
55783            ! hints/hpux.sh
55784 ____________________________________________________________________________
55785 [  7071] By: jhi                                   on 2000/09/14  14:23:30
55786         Log: Allow chop() and chomp() to be overridden.
55787              
55788              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
55789              From: "Casey R. Tweten" <crt@kiski.net>
55790              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
55791              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
55792      Branch: perl
55793            ! toke.c
55794 ____________________________________________________________________________
55795 [  7070] By: jhi                                   on 2000/09/14  14:20:36
55796         Log: The return value of setlocale must be copied away.
55797              
55798              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
55799              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55800              Date: Wed, 13 Sep 2000 16:27:37 +0100 
55801              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
55802      Branch: perl
55803            ! util.c
55804 ____________________________________________________________________________
55805 [  7069] By: jhi                                   on 2000/09/14  14:16:27
55806         Log: Remove vestiges of tr//CU.
55807              
55808              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55809              From: Nick Clark <nick@plum.flirble.org>
55810              Date: Tue, 12 Sep 2000 22:50:14 +0100
55811              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
55812              
55813              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
55814              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55815              Date: Tue, 12 Sep 2000 21:38:48 -0700
55816              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
55817      Branch: perl
55818            ! op.h pod/perlunicode.pod
55819 ____________________________________________________________________________
55820 [  7068] By: jhi                                   on 2000/09/13  14:18:39
55821         Log: Add the Encode extension.  The code is still largely just skeleton.
55822      Branch: perl
55823            + ext/Encode/Encode.pm ext/Encode/Encode.xs
55824            + ext/Encode/Makefile.PL ext/Encode/Todo
55825            ! MANIFEST Todo-5.6
55826 ____________________________________________________________________________
55827 [  7067] By: jhi                                   on 2000/09/12  17:43:33
55828         Log: Allow for whitespace between "#" and "line" in cpp output.
55829              
55830              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
55831              From: Calle Dybedahl <calle@lysator.liu.se>
55832              Date: 12 Sep 2000 19:38:02 +0200 
55833              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
55834      Branch: perl
55835            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
55836 ____________________________________________________________________________
55837 [  7066] By: gsar                                  on 2000/09/12  17:24:29
55838         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
55839              initialization in all the threads on Windows
55840      Branch: perl
55841            ! win32/win32.c
55842 ____________________________________________________________________________
55843 [  7065] By: jhi                                   on 2000/09/12  15:11:31
55844         Log: Update Changes.
55845      Branch: perl
55846            ! Changes patchlevel.h
55847 ____________________________________________________________________________
55848 [  7064] By: jhi                                   on 2000/09/12  14:54:54
55849         Log: Retract #7062, the pod tests are not ready.
55850      Branch: perl
55851            ! t/TEST t/harness
55852 ____________________________________________________________________________
55853 [  7063] By: jhi                                   on 2000/09/12  14:25:41
55854         Log: The #7054 truncated Configure badly.
55855      Branch: metaconfig/U/perl
55856            ! End.U
55857      Branch: perl
55858            ! Configure config_h.SH
55859 ____________________________________________________________________________
55860 [  7062] By: jhi                                   on 2000/09/12  14:08:32
55861         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
55862              From: sthoenna@efn.org
55863              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
55864              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
55865      Branch: perl
55866            ! t/TEST t/harness
55867 ____________________________________________________________________________
55868 [  7061] By: jhi                                   on 2000/09/12  14:07:18
55869         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
55870              From: sthoenna@efn.org
55871              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
55872              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
55873      Branch: perl
55874            ! pod/perlxs.pod
55875 ____________________________________________________________________________
55876 [  7060] By: jhi                                   on 2000/09/12  14:06:08
55877         Log: Break up the myconfig lines a bit.
55878              
55879              Subject: perlbug/perl -V output format
55880              From: sthoenna@efn.org
55881              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
55882              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
55883      Branch: perl
55884            ! myconfig.SH
55885 ____________________________________________________________________________
55886 [  7059] By: jhi                                   on 2000/09/12  14:05:04
55887         Log: Test for the #7049.
55888              
55889              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
55890              From: andreas.koenig@anima.de (Andreas J. Koenig)
55891              Date: 12 Sep 2000 06:42:01 +0200
55892              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
55893      Branch: perl
55894            ! t/op/my.t
55895 ____________________________________________________________________________
55896 [  7058] By: jhi                                   on 2000/09/12  14:03:05
55897         Log: Subject: [patch: perl@7045] vms updates
55898              From: Peter Prymmer <pvhp@forte.com>
55899              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
55900              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
55901      Branch: perl
55902            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
55903 ____________________________________________________________________________
55904 [  7057] By: jhi                                   on 2000/09/12  14:00:51
55905         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
55906              From: sthoenna@efn.org
55907              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
55908              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
55909      Branch: perl
55910            ! t/op/64bitint.t
55911 ____________________________________________________________________________
55912 [  7056] By: jhi                                   on 2000/09/12  13:58:14
55913         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
55914              From: Jeff Pinyan <jeffp@crusoe.net>
55915              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
55916              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
55917      Branch: perl
55918            ! pod/perlfunc.pod
55919 ____________________________________________________________________________
55920 [  7055] By: jhi                                   on 2000/09/12  13:56:32
55921         Log: Do in VMS as the #7054 does.
55922      Branch: perl
55923            ! configure.com
55924 ____________________________________________________________________________
55925 [  7054] By: jhi                                   on 2000/09/12  13:50:31
55926         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
55927              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55928              Date: Mon, 11 Sep 2000 08:33:09 +0100
55929              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
55930      Branch: metaconfig/U/perl
55931            ! End.U
55932      Branch: perl
55933            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
55934            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
55935 ____________________________________________________________________________
55936 [  7053] By: jhi                                   on 2000/09/12  13:29:19
55937         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
55938              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
55939              Date:     Tue, 12 Sep 2000 08:35:59 EDT
55940              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
55941      Branch: perl
55942            ! vms/test.com
55943 ____________________________________________________________________________
55944 [  7052] By: jhi                                   on 2000/09/11  23:01:50
55945         Log: Document the SvUTF8*().
55946      Branch: perl
55947            ! pod/perlapi.pod sv.h
55948 ____________________________________________________________________________
55949 [  7051] By: gsar                                  on 2000/09/11  14:46:30
55950         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
55951              (missed a spot when fixing up op_pmreplroot hack for ithreads)
55952      Branch: perl
55953            ! op.c t/op/split.t
55954 ____________________________________________________________________________
55955 [  7050] By: nick                                  on 2000/09/11  10:03:51
55956         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
55957              
55958              Subject: borland C++ win32.c tweak
55959              From: Vadim Konovalov <vkonovalov@lucent.com>
55960              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
55961              Date: Mon, 11 Sep 2000 11:22:33 +0400
55962      Branch: perl
55963            ! win32/win32.c
55964 ____________________________________________________________________________
55965 [  7049] By: nick                                  on 2000/09/11  09:57:33
55966         Log: Point fix for s/// on foreach (keys %xxx).
55967      Branch: perl
55968            ! pp_hot.c
55969 ____________________________________________________________________________
55970 [  7048] By: jhi                                   on 2000/09/10  23:37:09
55971         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
55972              by Pod::Text, from Brad Appleton.
55973      Branch: perl
55974            ! t/pod/testp2pt.pl
55975 ____________________________________________________________________________
55976 [  7047] By: jhi                                   on 2000/09/10  14:32:53
55977         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
55978              by Russ Allbery.
55979      Branch: perl
55980            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
55981 ____________________________________________________________________________
55982 [  7046] By: jhi                                   on 2000/09/10  14:15:08
55983         Log: Upgrade to CPAN 1.57_65, from Andreas König.
55984      Branch: perl
55985            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
55986 ____________________________________________________________________________
55987 [  7045] By: jhi                                   on 2000/09/08  21:36:32
55988         Log: Update Changes.
55989      Branch: perl
55990            ! Changes patchlevel.h
55991 ____________________________________________________________________________
55992 [  7044] By: jhi                                   on 2000/09/08  21:29:56
55993         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
55994              From: Peter Prymmer <pvhp@forte.com>
55995              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
55996              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
55997      Branch: perl
55998            ! configure.com
55999 ____________________________________________________________________________
56000 [  7043] By: jhi                                   on 2000/09/08  21:27:50
56001         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
56002              From: Peter Prymmer <pvhp@forte.com>
56003              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
56004              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
56005      Branch: perl
56006            ! Makefile.SH installperl
56007 ____________________________________________________________________________
56008 [  7042] By: jhi                                   on 2000/09/08  21:23:21
56009         Log: Continue #7041.
56010      Branch: perl
56011            ! cygwin/Makefile.SHs os2/Makefile.SHs
56012 ____________________________________________________________________________
56013 [  7041] By: jhi                                   on 2000/09/08  21:18:10
56014         Log: Do away with memory models cruft.  Sorry, PDP users.
56015      Branch: metaconfig
56016            ! U/modified/cc.U U/modified/libpth.U
56017      Branch: perl
56018            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
56019            ! Porting/config_H cflags.SH config_h.SH configure.com
56020            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
56021            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
56022            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
56023 ____________________________________________________________________________
56024 [  7040] By: jhi                                   on 2000/09/08  14:34:18
56025         Log: Major rewrite of s2p.  And I mean really major, it is
56026              an implementation of sed in perl.  If called as s2p it
56027              will function as s2p.  Note: needs non-UNIXifying.
56028              
56029              Subject: s2p
56030              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
56031              Date: Mon, 28 Aug 2000 14:05:12 +0200
56032              Message-ID: <39AA5578.2102E2AA@alcatel.at>
56033      Branch: perl
56034            ! x2p/s2p.PL
56035 ____________________________________________________________________________
56036 [  7039] By: jhi                                   on 2000/09/08  14:19:49
56037         Log: Re-allow vec() for characters > 255.
56038              
56039              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
56040              From: Spider Boardman <spider@web.zk3.dec.com>
56041              Date: Fri, 08 Sep 2000 02:21:02 -0400
56042              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
56043      Branch: perl
56044            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
56045            ! t/op/vec.t
56046 ____________________________________________________________________________
56047 [  7038] By: jhi                                   on 2000/09/08  14:14:18
56048         Log: Subject: [PATCH lib/Benchmark.pm]
56049              From: <abigail@foad.org>
56050              Date: Thu, 7 Sep 2000 15:03:20 -0400
56051              Message-ID: <20000907190320.888.qmail@foad.org>
56052      Branch: perl
56053            ! lib/Benchmark.pm
56054 ____________________________________________________________________________
56055 [  7037] By: jhi                                   on 2000/09/08  14:11:06
56056         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
56057              
56058              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
56059              From: Spider Boardman <spider@web.zk3.dec.com>
56060              Date: Fri, 08 Sep 2000 01:30:27 -0400
56061              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
56062      Branch: perl
56063            ! op.c
56064 ____________________________________________________________________________
56065 [  7036] By: jhi                                   on 2000/09/08  14:08:58
56066         Log: Subject: [ID 20000908.002] perlipc documentation bug.
56067              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
56068              Date: Fri, 08 Sep 2000 12:38:32 +0200
56069              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
56070      Branch: perl
56071            ! pod/perlipc.pod
56072 ____________________________________________________________________________
56073 [  7035] By: jhi                                   on 2000/09/08  14:03:12
56074         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56075              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
56076              Date: Fri, 08 Sep 2000 11:47:34 +0200
56077              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
56078      Branch: perl
56079            ! hints/dec_osf.sh
56080 ____________________________________________________________________________
56081 [  7034] By: jhi                                   on 2000/09/08  13:59:35
56082         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
56083              From: Simon Cozens <simon@cozens.net>
56084              Date: Thu, 7 Sep 2000 20:40:38 +0100
56085              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
56086      Branch: perl
56087            ! pp_hot.c
56088 ____________________________________________________________________________
56089 [  7033] By: jhi                                   on 2000/09/08  04:03:03
56090         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
56091              From: "Larry W. Virden" <lvirden@cas.org>
56092              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
56093              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
56094      Branch: perl
56095            ! pod/perldiag.pod
56096 ____________________________________________________________________________
56097 [  7032] By: jhi                                   on 2000/09/07  22:18:30
56098         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
56099              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
56100              Date: Mon, 04 Sep 2000 13:16:38 -0700
56101              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
56102      Branch: perl
56103            ! lib/perl5db.pl
56104 ____________________________________________________________________________
56105 [  7031] By: jhi                                   on 2000/09/07  22:02:29
56106         Log: Fix the ccversion detection for 5.1 and beyond.
56107              
56108              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
56109              From: Spider Boardman <spider@leggy.zk3.dec.com>
56110              Date: Thu, 7 Sep 2000 17:54:27 -0400
56111              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
56112      Branch: perl
56113            ! hints/dec_osf.sh
56114 ____________________________________________________________________________
56115 [  7030] By: jhi                                   on 2000/09/07  19:12:28
56116         Log: Fix for
56117              
56118              Subject: [ID 20000903.001] \w in utf8-strings
56119              From: Marc Lehmann <pcg@goof.com>
56120              Date: Sun, 03 Sep 2000 09:44:29 +0200
56121              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
56122              
56123              and various related nits.
56124      Branch: perl
56125            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
56126 ____________________________________________________________________________
56127 [  7029] By: jhi                                   on 2000/09/07  18:49:09
56128         Log: Fix the URL, but the server is still missing in action.
56129              
56130              Subject: [ID 20000905.002] perlfaq1.pod URL error
56131              From: "Larry W. Virden" <lvirden@cas.org>
56132              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
56133              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
56134      Branch: perl
56135            ! pod/perlfaq1.pod
56136 ____________________________________________________________________________
56137 [  7028] By: jhi                                   on 2000/09/07  18:47:13
56138         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
56139              From: Hugo <hv@crypt.compulink.co.uk>
56140              Date: Tue, 05 Sep 2000 14:13:37 +0100
56141              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
56142      Branch: perl
56143            ! toke.c
56144 ____________________________________________________________________________
56145 [  7027] By: jhi                                   on 2000/09/07  18:45:35
56146         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
56147              From: Daniel Chetlin <daniel@chetlin.com>
56148              Date: Tue, 5 Sep 2000 04:57:07 -0700
56149              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
56150      Branch: perl
56151            ! pod/perlfaq6.pod pod/perlop.pod
56152 ____________________________________________________________________________
56153 [  7026] By: jhi                                   on 2000/09/07  18:44:01
56154         Log: Document the new ref() semantics.
56155              
56156              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
56157              From: Gisle Aas <gisle@ActiveState.com>
56158              Date: 05 Sep 2000 08:10:30 +0200
56159              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
56160      Branch: perl
56161            ! pod/perldelta.pod
56162 ____________________________________________________________________________
56163 [  7025] By: jhi                                   on 2000/09/07  18:42:27
56164         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
56165              
56166              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
56167              From: Gisle Aas <gisle@ActiveState.com>
56168              Date: 05 Sep 2000 08:11:40 +0200
56169              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
56170      Branch: perl
56171            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
56172 ____________________________________________________________________________
56173 [  7024] By: jhi                                   on 2000/09/07  18:39:32
56174         Log: Subject: [PATCH] Modernize Opcode.pm documentation
56175              From: Gisle Aas <gisle@ActiveState.com>
56176              Date: 4 Sep 2000 00:18:55 -0000
56177              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
56178      Branch: perl
56179            ! ext/Opcode/Opcode.pm
56180 ____________________________________________________________________________
56181 [  7023] By: jhi                                   on 2000/09/07  18:37:42
56182         Log: Subject: [PATCH] Tied filehandle documentation
56183              From: Gisle Aas <gisle@ActiveState.com>
56184              Date: 4 Sep 2000 00:14:40 -0000
56185              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
56186      Branch: perl
56187            ! pod/perlfunc.pod pod/perltie.pod
56188 ____________________________________________________________________________
56189 [  7022] By: jhi                                   on 2000/09/07  18:35:37
56190         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
56191              From: Gisle Aas <gisle@ActiveState.com>
56192              Date: 4 Sep 2000 00:04:22 -0000
56193              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
56194      Branch: perl
56195            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
56196 ____________________________________________________________________________
56197 [  7021] By: jhi                                   on 2000/09/07  18:33:22
56198         Log: Subject: small apidoc fix
56199              From: Marc Lehmann <pcg@goof.com>
56200              Date: Sun, 3 Sep 2000 05:12:06 +0200
56201              Message-ID: <20000903051206.A5909@cerebro.laendle>
56202      Branch: perl
56203            ! pod/perlapi.pod utf8.c
56204 ____________________________________________________________________________
56205 [  7020] By: jhi                                   on 2000/09/07  16:14:57
56206         Log: Tiny perldelta nits.
56207      Branch: perl
56208            ! pod/perldelta.pod
56209 ____________________________________________________________________________
56210 [  7019] By: jhi                                   on 2000/09/07  16:04:20
56211         Log: Guard against bad string->int conversion for quads.
56212      Branch: perl
56213            ! t/op/64bitint.t
56214 ____________________________________________________________________________
56215 [  7018] By: jhi                                   on 2000/09/06  17:07:03
56216         Log: Update Unicode todo list.
56217      Branch: perl
56218            ! Todo-5.6
56219 ____________________________________________________________________________
56220 [  7017] By: jhi                                   on 2000/09/05  21:16:01
56221         Log: Document the SvIOK_.*UV().
56222      Branch: perl
56223            ! pod/perlapi.pod sv.h
56224 ____________________________________________________________________________
56225 [  7016] By: nick                                  on 2000/09/03  21:54:46
56226         Log: Hash lookup of constant strings optimization:
56227              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
56228              to string table (as per sharepvn). Add newSV_pvn_share to create such
56229              a thing. Make hv.c compare addresses of strings and skip string compare
56230              if equal. Make method_named and helem ops use these shared-string SVs
56231              when arg is constant. Make keys op return shared-string SVs (less clearly
56232              a win).
56233      Branch: perl
56234            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
56235            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
56236            ! pod/perlintern.pod pp_hot.c proto.h sv.c
56237 ____________________________________________________________________________
56238 [  7015] By: jhi                                   on 2000/09/02  17:48:59
56239         Log: This is 5.7.0.
56240      Branch: perl
56241            ! Changes
56242 ____________________________________________________________________________
56243 [  7014] By: jhi                                   on 2000/09/02  17:35:45
56244         Log: Changes and patchlevel tweaks.
56245      Branch: perl
56246            ! Changes patchlevel.h
56247 ____________________________________________________________________________
56248 [  7013] By: jhi                                   on 2000/09/02  17:30:50
56249         Log: Update Changes.
56250      Branch: perl
56251            ! Changes patchlevel.h
56252 ____________________________________________________________________________
56253 [  7012] By: nick                                  on 2000/09/02  17:25:20
56254         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
56255      Branch: perl
56256            ! gv.c lib/overload.pm
56257 ____________________________________________________________________________
56258 [  7011] By: jhi                                   on 2000/09/02  17:16:25
56259         Log: Update perlhist.
56260      Branch: perl
56261            ! pod/perlhist.pod
56262 ____________________________________________________________________________
56263 [  7010] By: jhi                                   on 2000/09/02  17:01:35
56264         Log: perldelta nits.
56265      Branch: perl
56266            ! pod/perldelta.pod
56267 ____________________________________________________________________________
56268 [  7009] By: nick                                  on 2000/09/02  16:48:35
56269         Log: If overloaded %{} etc. return the object do not loop.
56270              Thus  sub deref { $_[0] } functions if object is wanted type.
56271      Branch: perl
56272            ! pp.h
56273 ____________________________________________________________________________
56274 [  7008] By: jhi                                   on 2000/09/02  16:26:11
56275         Log: Retab MANIFEST.
56276      Branch: perl
56277            ! ext/Storable/MANIFEST
56278 ____________________________________________________________________________
56279 [  7007] By: jhi                                   on 2000/09/02  16:23:02
56280         Log: Make certain cc is set before trying to run it.
56281      Branch: perl
56282            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
56283 ____________________________________________________________________________
56284 [  7006] By: jhi                                   on 2000/09/02  15:45:41
56285         Log: Unicode notes.
56286      Branch: perl
56287            ! pod/perldelta.pod
56288 ____________________________________________________________________________
56289 [  7005] By: jhi                                   on 2000/09/02  15:42:11
56290         Log: Various Configure nits by Philip Newton,
56291              plus the ebcdic one by me.
56292      Branch: metaconfig
56293            + U/modified/pager.U
56294            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
56295      Branch: metaconfig/U/perl
56296            ! Devel.U quadfio.U
56297      Branch: perl
56298            ! Configure config_h.SH
56299 ____________________________________________________________________________
56300 [  7004] By: jhi                                   on 2000/09/02  15:06:14
56301         Log: Apparently avoiding the swapping is too costly.
56302              
56303              From: "Ben Tilly" <ben_tilly@hotmail.com>
56304              Subject: Re: the door is closed.
56305              Date: Fri, 01 Sep 2000 20:23:16 EDT
56306              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
56307      Branch: perl
56308            ! pod/perlfaq4.pod
56309 ____________________________________________________________________________
56310 [  7003] By: nick                                  on 2000/09/02  12:26:04
56311         Log: Undo part of change 6489 which looks like a bulk edit which
56312              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
56313              The supressing of main:: on return from select() is undesirable.
56314      Branch: perl
56315            ! pp_sys.c
56316 ____________________________________________________________________________
56317 [  7002] By: jhi                                   on 2000/09/01  23:08:54
56318         Log: Update Changes.
56319      Branch: perl
56320            ! Changes patchlevel.h
56321 ____________________________________________________________________________
56322 [  7001] By: jhi                                   on 2000/09/01  23:00:13
56323         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
56324              From: Peter Prymmer <pvhp@forte.com>
56325              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
56326              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
56327              
56328              plus rework the http: spots as suggested by Tom Christiansen,
56329              plus regen perltoc.
56330      Branch: perl
56331            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
56332            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
56333 ____________________________________________________________________________
56334 [  7000] By: jhi                                   on 2000/09/01  22:36:01
56335         Log: Only the first line, thank you very much.
56336      Branch: perl
56337            ! hints/solaris_2.sh
56338 ____________________________________________________________________________
56339 [  6999] By: gsar                                  on 2000/09/01  22:16:40
56340         Log: change#6791 accidentally clobbered change#6710, put it back
56341      Branch: perl
56342            ! win32/win32.c
56343 ____________________________________________________________________________
56344 [  6998] By: jhi                                   on 2000/09/01  22:14:16
56345         Log: Mention the HP-UX LP64 freak failure.
56346      Branch: perl
56347            ! pod/perldelta.pod
56348 ____________________________________________________________________________
56349 [  6997] By: jhi                                   on 2000/09/01  21:48:32
56350         Log: Detypo.
56351      Branch: perl
56352            ! hints/hpux.sh
56353 ____________________________________________________________________________
56354 [  6996] By: jhi                                   on 2000/09/01  21:27:10
56355         Log: Update Changes.
56356      Branch: perl
56357            ! Changes patchlevel.h
56358 ____________________________________________________________________________
56359 [  6995] By: jhi                                   on 2000/09/01  21:14:24
56360         Log: Mi splgn s gnin.g
56361      Branch: perl
56362            ! pp_ctl.c
56363 ____________________________________________________________________________
56364 [  6994] By: jhi                                   on 2000/09/01  21:09:54
56365         Log: Subject: http:// in L<>
56366              From: Nicholas Clark <nick@ccl4.org>
56367              Date: Fri, 1 Sep 2000 22:03:21 +0100
56368              Message-ID: <20000901220321.B72074@plum.flirble.org>
56369      Branch: perl
56370            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
56371 ____________________________________________________________________________
56372 [  6993] By: jhi                                   on 2000/09/01  21:06:54
56373         Log: Update to Storable 1.0, from Raphael Manfredi.
56374      Branch: perl
56375            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
56376            ! ext/Storable/Makefile.PL ext/Storable/README
56377            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56378            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56379            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
56380            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
56381            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
56382            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
56383 ____________________________________________________________________________
56384 [  6992] By: jhi                                   on 2000/09/01  20:43:05
56385         Log: Mention known sfio+linux buglet.
56386      Branch: perl
56387            ! pod/perldelta.pod
56388 ____________________________________________________________________________
56389 [  6991] By: jhi                                   on 2000/09/01  20:40:11
56390         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
56391              From: Peter Prymmer <pvhp@forte.com>
56392              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
56393              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
56394      Branch: perl
56395            ! vms/vms.c
56396 ____________________________________________________________________________
56397 [  6990] By: jhi                                   on 2000/09/01  20:25:26
56398         Log: Retract #6986.
56399      Branch: perl
56400            ! hints/solaris_2.sh
56401 ____________________________________________________________________________
56402 [  6989] By: jhi                                   on 2000/09/01  20:23:00
56403         Log: Mergesort is back.
56404      Branch: perl
56405            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
56406 ____________________________________________________________________________
56407 [  6988] By: jhi                                   on 2000/09/01  19:37:40
56408         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
56409              From: Mike Guy <mjtg@cam.ac.uk>
56410              Date: Fri, 01 Sep 2000 17:43:33 +0100
56411              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
56412      Branch: perl
56413            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
56414            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
56415 ____________________________________________________________________________
56416 [  6987] By: jhi                                   on 2000/09/01  19:17:10
56417         Log: Regen perltoc.
56418      Branch: perl
56419            ! pod/perltoc.pod
56420 ____________________________________________________________________________
56421 [  6986] By: jhi                                   on 2000/09/01  18:51:10
56422         Log: Subject: Re: Solaris x86 has no SPARC libraries!
56423              From: Lupe Christoph <lupe@lupe-christoph.de>
56424              Date: Fri, 1 Sep 2000 20:41:20 +0200
56425              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
56426      Branch: perl
56427            ! hints/solaris_2.sh
56428 ____________________________________________________________________________
56429 [  6985] By: jhi                                   on 2000/09/01  18:28:10
56430         Log: Update Changes.
56431      Branch: perl
56432            ! Changes patchlevel.h
56433 ____________________________________________________________________________
56434 [  6984] By: jhi                                   on 2000/09/01  18:26:53
56435         Log: Feature ordering tweak.
56436      Branch: perl
56437            ! myconfig.SH
56438 ____________________________________________________________________________
56439 [  6983] By: jhi                                   on 2000/09/01  18:19:50
56440         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56441              From: <abigail@foad.org>
56442              Date: Fri, 1 Sep 2000 13:07:32 -0400
56443              Message-ID: <20000901170732.18249.qmail@foad.org>
56444      Branch: perl
56445            ! t/pragma/overload.t
56446 ____________________________________________________________________________
56447 [  6982] By: jhi                                   on 2000/09/01  18:17:54
56448         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
56449              so that case-ignoring systems like DCL can tell them from
56450              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
56451      Branch: metaconfig/U/perl
56452            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
56453      Branch: perl
56454            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56455            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
56456            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
56457            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
56458            ! vos/config.def vos/config.h vos/config_h.SH_orig
56459            ! win32/config.bc win32/config.gc win32/config.vc
56460 ____________________________________________________________________________
56461 [  6981] By: nick                                  on 2000/09/01  17:21:57
56462         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
56463              warning when UNTIE exists and instead pass the cound of extra references to
56464              the UNTIE method.
56465      Branch: perl
56466            ! pod/perltie.pod pp_sys.c
56467 ____________________________________________________________________________
56468 [  6980] By: jhi                                   on 2000/09/01  16:54:44
56469         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
56470              From: Peter Prymmer <pvhp@forte.com>
56471              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
56472              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
56473      Branch: perl
56474            ! configure.com
56475 ____________________________________________________________________________
56476 [  6979] By: jhi                                   on 2000/09/01  16:06:20
56477         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
56478              From: Mike Guy <mjtg@cam.ac.uk> 
56479              Date: Fri, 01 Sep 2000 16:49:27 +0100
56480              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
56481      Branch: perl
56482            ! t/base/rs.t
56483 ____________________________________________________________________________
56484 [  6978] By: jhi                                   on 2000/09/01  16:00:42
56485         Log: Update to PodParser 1.18, from Brad Appleton.
56486      Branch: perl
56487            ! lib/Pod/Checker.pm t/pod/find.t
56488 ____________________________________________________________________________
56489 [  6977] By: jhi                                   on 2000/09/01  14:48:58
56490         Log: Subject: Nit in Configure (bleadperl@6961)
56491              From: Lupe Christoph <lupe@lupe-christoph.de>
56492              Date: Fri, 1 Sep 2000 16:34:29 +0200
56493              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
56494      Branch: metaconfig
56495            ! U/compline/ccflags.U
56496      Branch: perl
56497            ! Configure config_h.SH
56498 ____________________________________________________________________________
56499 [  6976] By: jhi                                   on 2000/09/01  14:39:52
56500         Log: Update Changes.
56501      Branch: perl
56502            ! Changes patchlevel.h
56503 ____________________________________________________________________________
56504 [  6975] By: jhi                                   on 2000/09/01  14:37:36
56505         Log: microperl config update.
56506      Branch: perl
56507            ! uconfig.h uconfig.sh
56508 ____________________________________________________________________________
56509 [  6974] By: jhi                                   on 2000/09/01  14:36:53
56510         Log: Document known deficiencies.
56511      Branch: perl
56512            ! pod/perldelta.pod
56513 ____________________________________________________________________________
56514 [  6973] By: jhi                                   on 2000/09/01  14:10:20
56515         Log: Mention warnings fixes and updates.
56516      Branch: perl
56517            ! pod/perldelta.pod
56518 ____________________________________________________________________________
56519 [  6972] By: jhi                                   on 2000/09/01  14:01:52
56520         Log: Drop unused argument.
56521              
56522              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
56523              From: Spider Boardman <spider@web.zk3.dec.com>
56524              Date: Thu, 31 Aug 2000 16:10:15 -0400
56525              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
56526      Branch: perl
56527            ! toke.c
56528 ____________________________________________________________________________
56529 [  6971] By: jhi                                   on 2000/09/01  13:59:24
56530         Log: Add the overload warnings to perldiag.
56531      Branch: perl
56532            ! lib/overload.pm pod/perldiag.pod
56533 ____________________________________________________________________________
56534 [  6970] By: jhi                                   on 2000/09/01  13:55:10
56535         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56536              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
56537              Date: Fri, 1 Sep 2000 13:43:15 +0100 
56538              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
56539      Branch: perl
56540            ! lib/overload.pm t/pragma/overload.t
56541 ____________________________________________________________________________
56542 [  6969] By: jhi                                   on 2000/09/01  13:52:27
56543         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
56544              From: <abigail@foad.org>
56545              Date: Fri, 1 Sep 2000 05:46:54 -0400
56546              Message-ID: <20000901094654.6476.qmail@foad.org>
56547      Branch: perl
56548            ! lib/overload.pm
56549 ____________________________________________________________________________
56550 [  6968] By: jhi                                   on 2000/09/01  13:50:05
56551         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
56552              From: Daniel Chetlin <daniel@chetlin.com>
56553              Date: Fri, 1 Sep 2000 02:10:55 -0700
56554              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
56555      Branch: perl
56556            ! pod/perlretut.pod
56557 ____________________________________________________________________________
56558 [  6967] By: jhi                                   on 2000/09/01  13:47:54
56559         Log: Part of the solution.
56560              
56561              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
56562              From: Mike Guy <mjtg@cam.ac.uk>
56563              Date: Fri, 01 Sep 2000 14:16:01 +0100
56564              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
56565      Branch: perl
56566            ! gv.c mg.c
56567 ____________________________________________________________________________
56568 [  6966] By: jhi                                   on 2000/09/01  13:46:17
56569         Log: Subject: CPAN.pm beta 1.57_57 for the core
56570              From: andreas.koenig@anima.de (Andreas J. Koenig)
56571              Date: 01 Sep 2000 15:16:31 +0200
56572              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
56573      Branch: perl
56574            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56575 ____________________________________________________________________________
56576 [  6965] By: jhi                                   on 2000/09/01  13:43:18
56577         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
56578              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56579              Date: Fri, 01 Sep 2000 01:47:22 -0500
56580              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
56581      Branch: perl
56582            ! pod/perldelta.pod vms/vms.c
56583 ____________________________________________________________________________
56584 [  6964] By: jhi                                   on 2000/09/01  13:35:35
56585         Log: File::Temp patches from Andreas König,
56586              
56587              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
56588              From: andreas.koenig@anima.de (Andreas J. Koenig)
56589              Date: 01 Sep 2000 10:07:20 +0200
56590              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
56591              
56592              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
56593              From: andreas.koenig@anima.de (Andreas J. Koenig)
56594              Date: 31 Aug 2000 23:26:08 +0200
56595              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
56596      Branch: perl
56597            ! lib/File/Temp.pm t/lib/ftmp-security.t
56598 ____________________________________________________________________________
56599 [  6963] By: jhi                                   on 2000/09/01  02:22:24
56600         Log: Retract the mergesort code, way too incompatible licensing
56601              and copyrights.
56602      Branch: perl
56603            ! pod/perldelta.pod pp_ctl.c
56604 ____________________________________________________________________________
56605 [  6962] By: jhi                                   on 2000/08/31  23:27:32
56606         Log: Update Changes.
56607      Branch: perl
56608            ! Changes patchlevel.h
56609 ____________________________________________________________________________
56610 [  6961] By: jhi                                   on 2000/08/31  23:20:04
56611         Log: Small tweaks all over.
56612      Branch: metaconfig
56613            ! U/compline/d_gconvert.U
56614      Branch: perl
56615            ! AUTHORS Configure config_h.SH pp_ctl.c
56616 ____________________________________________________________________________
56617 [  6960] By: jhi                                   on 2000/08/31  22:39:36
56618         Log: Further rewording.
56619      Branch: perl
56620            ! pp_ctl.c
56621 ____________________________________________________________________________
56622 [  6959] By: jhi                                   on 2000/08/31  21:26:44
56623         Log: More address tweaking.
56624      Branch: perl
56625            ! AUTHORS Changes
56626 ____________________________________________________________________________
56627 [  6958] By: jhi                                   on 2000/08/31  20:47:25
56628         Log: AUTHORS tweaks, from Peter Prymmer.
56629              
56630              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
56631              From: Peter Prymmer <pvhp@forte.com>
56632              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
56633              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
56634      Branch: perl
56635            ! AUTHORS MAINTAIN
56636 ____________________________________________________________________________
56637 [  6957] By: jhi                                   on 2000/08/31  20:34:43
56638         Log: perldelta tweaks.
56639      Branch: perl
56640            ! pod/perldelta.pod
56641 ____________________________________________________________________________
56642 [  6956] By: jhi                                   on 2000/08/31  19:11:06
56643         Log: Regen perltoc.
56644      Branch: perl
56645            ! pod/perltoc.pod
56646 ____________________________________________________________________________
56647 [  6955] By: jhi                                   on 2000/08/31  19:06:30
56648         Log: Clarify the mergesort situation.
56649      Branch: perl
56650            ! pp_ctl.c
56651 ____________________________________________________________________________
56652 [  6954] By: jhi                                   on 2000/08/31  18:24:17
56653         Log: Move the Solaris 7 scan to use64bitall, make the
56654              failure to find 64-bot sparc libc to mention the
56655              possibility of being in an intel, from Lupe and Alan.
56656      Branch: perl
56657            ! hints/solaris_2.sh
56658 ____________________________________________________________________________
56659 [  6953] By: jhi                                   on 2000/08/31  18:09:20
56660         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
56661              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
56662      Branch: metaconfig
56663            ! U/compline/d_gconvert.U U/threads/archname.U
56664      Branch: metaconfig/U/perl
56665            ! perlxv.U
56666      Branch: perl
56667            ! Configure config_h.SH sv.c
56668 ____________________________________________________________________________
56669 [  6952] By: jhi                                   on 2000/08/31  17:42:24
56670         Log: :: not allowed in pathnames, change to .
56671              
56672              Subject: [PATCH perl@6938] cygwin port
56673              From: "Fifer, Eric" <EFifer@sanwaint.com>
56674              Date: Thu, 31 Aug 2000 16:32:59 +0100
56675              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
56676      Branch: metaconfig/U/perl
56677            ! perlxv.U
56678 ____________________________________________________________________________
56679 [  6951] By: jhi                                   on 2000/08/31  17:02:05
56680         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
56681      Branch: perl
56682            ! perl.h
56683 ____________________________________________________________________________
56684 [  6950] By: jhi                                   on 2000/08/31  16:26:08
56685         Log: More author updates.
56686              
56687              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
56688              From: Simon Cozens <simon@cozens.net>
56689              Date: Thu, 31 Aug 2000 17:13:32 +0100
56690              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
56691      Branch: perl
56692            ! AUTHORS
56693 ____________________________________________________________________________
56694 [  6949] By: jhi                                   on 2000/08/31  16:04:49
56695         Log: POSIX doesn't report long double values under -Duselongdouble
56696              when the long doubles are "real" (bigger than doubles).
56697              
56698              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
56699              From: Spider Boardman <spider@peano.zk3.dec.com>
56700              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
56701              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
56702      Branch: perl
56703            ! ext/POSIX/POSIX.xs
56704 ____________________________________________________________________________
56705 [  6948] By: jhi                                   on 2000/08/31  15:25:10
56706         Log: Update Changes.
56707      Branch: perl
56708            ! Changes patchlevel.h
56709 ____________________________________________________________________________
56710 [  6947] By: jhi                                   on 2000/08/31  15:22:29
56711         Log: Document UNTIE in a very minimalistic way.
56712      Branch: perl
56713            ! pod/perlfunc.pod pod/perltie.pod
56714 ____________________________________________________________________________
56715 [  6946] By: jhi                                   on 2000/08/31  15:15:23
56716         Log: Document known failures.
56717      Branch: perl
56718            ! pod/perldelta.pod
56719 ____________________________________________________________________________
56720 [  6945] By: jhi                                   on 2000/08/31  15:07:00
56721         Log: Don't attach -ld to the archname if pointless.
56722      Branch: metaconfig
56723            ! U/threads/archname.U
56724      Branch: perl
56725            ! Configure config_h.SH
56726 ____________________________________________________________________________
56727 [  6944] By: jhi                                   on 2000/08/31  14:37:42
56728         Log: Wrap the test in eval.
56729              
56730              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
56731              From: Tim Jenness <timj@jach.hawaii.edu>
56732              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
56733              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
56734      Branch: perl
56735            ! t/lib/ftmp-security.t
56736 ____________________________________________________________________________
56737 [  6943] By: jhi                                   on 2000/08/31  14:30:57
56738         Log: Make -Dusemorebits find long doubles in Solaris.
56739      Branch: perl
56740            ! hints/solaris_2.sh
56741 ____________________________________________________________________________
56742 [  6942] By: jhi                                   on 2000/08/31  13:48:45
56743         Log: Clarify the third case of ftmp-security warnings.
56744      Branch: perl
56745            ! INSTALL
56746 ____________________________________________________________________________
56747 [  6941] By: jhi                                   on 2000/08/31  13:40:31
56748         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
56749              From: <abigail@foad.org>
56750              Date: Thu, 31 Aug 2000 01:35:05 -0400
56751              Message-ID: <20000831053505.32120.qmail@foad.org>
56752      Branch: perl
56753            ! pod/perldelta.pod
56754 ____________________________________________________________________________
56755 [  6940] By: jhi                                   on 2000/08/31  13:38:48
56756         Log: Issue useful diagnostic on unknown pod commands.
56757              
56758              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
56759              From: <abigail@foad.org>
56760              Date: Thu, 31 Aug 2000 03:41:18 -0400
56761              Message-ID: <20000831074118.24880.qmail@foad.org>
56762      Branch: perl
56763            ! lib/Pod/Man.pm
56764 ____________________________________________________________________________
56765 [  6939] By: jhi                                   on 2000/08/31  13:34:33
56766         Log: Reveal Borland's isnan.
56767              
56768              Subject: build with BC++ tweak
56769              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
56770              Date: Thu, 31 Aug 2000 13:09:37 +0400
56771              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
56772      Branch: perl
56773            ! win32/win32.h
56774 ____________________________________________________________________________
56775 [  6938] By: jhi                                   on 2000/08/31  05:01:20
56776         Log: Update Changes.
56777      Branch: perl
56778            ! Changes patchlevel.h
56779 ____________________________________________________________________________
56780 [  6937] By: jhi                                   on 2000/08/31  04:26:23
56781         Log: sscanf() may be the only way to read long doubles from strings.
56782      Branch: metaconfig/U/perl
56783            ! longdblfio.U
56784      Branch: perl
56785            ! Configure config_h.SH perl.h util.c
56786 ____________________________________________________________________________
56787 [  6936] By: jhi                                   on 2000/08/31  04:18:19
56788         Log: The #6929 was too skimpy.
56789      Branch: perl
56790            ! sv.c
56791 ____________________________________________________________________________
56792 [  6935] By: jhi                                   on 2000/08/31  02:47:07
56793         Log: Subject: Re: typos in pods
56794              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56795              Date: Wed, 30 Aug 2000 19:25:34 -0700
56796              Message-ID: <eIcr5gzkg25X092yn@efn.org>
56797      Branch: perl
56798            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
56799 ____________________________________________________________________________
56800 [  6934] By: jhi                                   on 2000/08/31  02:42:55
56801         Log: Missed one Unicode file.
56802      Branch: perl
56803            + lib/unicode/UCDFF301.html
56804 ____________________________________________________________________________
56805 [  6933] By: jhi                                   on 2000/08/30  23:42:27
56806         Log: Update Changes.
56807      Branch: perl
56808            ! Changes patchlevel.h
56809 ____________________________________________________________________________
56810 [  6932] By: jhi                                   on 2000/08/30  23:40:07
56811         Log: Mention UNTIE in perldelta.  Still needs documenting
56812              in perltie et alia.
56813      Branch: perl
56814            ! pod/perldelta.pod
56815 ____________________________________________________________________________
56816 [  6931] By: jhi                                   on 2000/08/30  23:36:02
56817         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
56818              From: <abigail@foad.org>
56819              Date: Wed, 30 Aug 2000 19:28:07 -0400
56820              Message-ID: <20000830232807.305.qmail@foad.org>
56821      Branch: perl
56822            ! pod/perldelta.pod
56823 ____________________________________________________________________________
56824 [  6930] By: jhi                                   on 2000/08/30  23:32:40
56825         Log: Update to Unicode 3.0.1.
56826      Branch: perl
56827            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
56828            + lib/unicode/PropList.txt lib/unicode/README.perl
56829            + lib/unicode/UCD301.html lib/unicode/Unicode.301
56830            - lib/unicode/Props.txt lib/unicode/UCD300.html
56831            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
56832            ! (edit 257 files)
56833 ____________________________________________________________________________
56834 [  6929] By: jhi                                   on 2000/08/30  22:38:18
56835         Log: Heap decorruption.
56836              
56837              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
56838              From: Alan Burlison <Alan.Burlison@uk.sun.com>
56839              Date: Wed, 30 Aug 2000 22:39:52 +0100
56840              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
56841      Branch: perl
56842            ! sv.c
56843 ____________________________________________________________________________
56844 [  6928] By: jhi                                   on 2000/08/30  22:29:34
56845         Log: Retract the dummy test, skip the security tests (instead of failing),
56846              explain what the warnings mean.
56847      Branch: perl
56848            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
56849 ____________________________________________________________________________
56850 [  6927] By: jhi                                   on 2000/08/30  22:14:13
56851         Log: Change the internal implementation of sort() to be mergesort
56852              instead of quicksort, from John Linderman <jpl@research.att.com>.
56853              Gives us better worst case, better average case, and stability.
56854              What's there not to like?  (Small fixes for threaded builds
56855              were required).
56856      Branch: perl
56857            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
56858 ____________________________________________________________________________
56859 [  6926] By: jhi                                   on 2000/08/30  20:55:20
56860         Log: A better fix for the Socket building problem from Craig Berry.
56861      Branch: perl
56862            ! vms/vms.c
56863 ____________________________________________________________________________
56864 [  6925] By: jhi                                   on 2000/08/30  20:20:25
56865         Log: Subject: [PATCH] Re: UNTIE method 
56866              From: Nick Ing-Simmons <nik@tiuk.ti.com>
56867              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
56868              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
56869      Branch: perl
56870            ! pp_sys.c t/op/tie.t
56871 ____________________________________________________________________________
56872 [  6924] By: jhi                                   on 2000/08/30  20:17:11
56873         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
56874              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56875              Date: Wed, 30 Aug 2000 15:03:14 -0500
56876              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
56877      Branch: perl
56878            ! vms/vms.c
56879 ____________________________________________________________________________
56880 [  6923] By: jhi                                   on 2000/08/30  20:15:18
56881         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
56882              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56883              Date: Wed, 30 Aug 2000 13:30:36 -0500
56884              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
56885      Branch: perl
56886            ! vms/vms.c
56887 ____________________________________________________________________________
56888 [  6922] By: jhi                                   on 2000/08/30  19:54:43
56889         Log: Better options for rsync.
56890      Branch: perl
56891            ! pod/perlhack.pod
56892 ____________________________________________________________________________
56893 [  6921] By: jhi                                   on 2000/08/30  19:40:16
56894         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
56895              From: Rick Delaney <rick@consumercontact.com>
56896              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
56897              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
56898      Branch: perl
56899            ! pod/perlfunc.pod
56900 ____________________________________________________________________________
56901 [  6920] By: jhi                                   on 2000/08/30  19:36:40
56902         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
56903              From: Peter Prymmer <pvhp@forte.com>
56904              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
56905              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
56906      Branch: perl
56907            ! configure.com
56908 ____________________________________________________________________________
56909 [  6919] By: jhi                                   on 2000/08/30  14:52:02
56910         Log: Update Changes.
56911      Branch: perl
56912            ! Changes patchlevel.h
56913 ____________________________________________________________________________
56914 [  6918] By: jhi                                   on 2000/08/30  14:48:34
56915         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
56916      Branch: perl
56917            ! lib/ExtUtils/typemap
56918 ____________________________________________________________________________
56919 [  6917] By: jhi                                   on 2000/08/30  14:46:34
56920         Log: Subject: typos in pods
56921              From: Nicholas Clark <nick@ccl4.org>
56922              Date: Wed, 30 Aug 2000 01:12:50 +0100
56923              Message-ID: <20000830011249.A61388@plum.flirble.org>
56924      Branch: perl
56925            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
56926            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
56927            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
56928            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
56929 ____________________________________________________________________________
56930 [  6916] By: jhi                                   on 2000/08/30  14:19:09
56931         Log: Document Storable problems on Crays.  (Will have
56932              to document all the other Storable problems, too.)
56933      Branch: perl
56934            ! pod/perldelta.pod
56935 ____________________________________________________________________________
56936 [  6915] By: jhi                                   on 2000/08/30  14:06:02
56937         Log: Subject: [PATCH] fix misc cast warnings
56938              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56939              Date: Tue, 29 Aug 2000 23:16:14 -0700
56940              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
56941      Branch: perl
56942            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
56943            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
56944            ! os2/os2ish.h
56945 ____________________________________________________________________________
56946 [  6914] By: jhi                                   on 2000/08/30  14:03:45
56947         Log: Timestamp mismatch again.  Need to fix this dependence on
56948              config_h.SH timestamp, since it's the contents of config_h.SH
56949              that matter.
56950      Branch: perl
56951            ! uconfig.h uconfig.sh
56952 ____________________________________________________________________________
56953 [  6913] By: jhi                                   on 2000/08/30  13:54:06
56954         Log: Don't say "Perl 5.0 source kit".
56955      Branch: perl
56956            ! perl.c
56957 ____________________________________________________________________________
56958 [  6912] By: jhi                                   on 2000/08/30  13:51:24
56959         Log: Reset archname and archname64 always, forcing them be
56960              recomputed at each Configure run, make Configure and
56961              the hints files agree on the naming of largefiles variables.
56962      Branch: metaconfig
56963            ! U/threads/archname.U
56964      Branch: metaconfig/U/perl
56965            ! use64bits.U
56966      Branch: perl
56967            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
56968            ! hints/linux.sh hints/solaris_2.sh
56969 ____________________________________________________________________________
56970 [  6911] By: jhi                                   on 2000/08/30  13:30:13
56971         Log: Put back the slice accidentally removed by #6907.
56972      Branch: perl
56973            ! hints/solaris_2.sh
56974 ____________________________________________________________________________
56975 [  6910] By: jhi                                   on 2000/08/30  01:24:26
56976         Log: Be consistent: other Net::get* do export theirs.
56977              
56978              Subject: Re: Net::protoent does not export 'getproto'
56979              From: Yasushi Nakajima <sey@jkc.co.jp>
56980              Date: Wed, 30 Aug 2000 09:53:14 +0900
56981              Message-Id: <200008300051.DAA24700@taku.hut.fi>
56982      Branch: perl
56983            ! lib/Net/protoent.pm
56984 ____________________________________________________________________________
56985 [  6909] By: jhi                                   on 2000/08/30  01:17:25
56986         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
56987              From: Gurusamy Sarathy <gsar@ActiveState.com>
56988              Date: Tue, 29 Aug 2000 17:17:07 -0700
56989              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
56990      Branch: perl
56991            ! cop.h
56992 ____________________________________________________________________________
56993 [  6908] By: jhi                                   on 2000/08/30  00:58:05
56994         Log: Update Changes.
56995      Branch: perl
56996            ! Changes patchlevel.h
56997 ____________________________________________________________________________
56998 [  6907] By: jhi                                   on 2000/08/30  00:57:22
56999         Log: Introduce ccname to keep track of what compiler kind of we have.
57000      Branch: metaconfig/U/perl
57001            ! Checkcc.U gccvers.U
57002      Branch: perl
57003            ! Configure config_h.SH hints/solaris_2.sh
57004 ____________________________________________________________________________
57005 [  6906] By: jhi                                   on 2000/08/30  00:25:47
57006         Log: Put back the flags dump as reasoned in
57007              
57008              Subject: Re: [PATCH] Glob dumping
57009              From: Mike Guy <mjtg@cam.ac.uk> 
57010              Date: Tue, 29 Aug 2000 21:41:32 +0100
57011              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
57012      Branch: perl
57013            ! dump.c t/lib/peek.t
57014 ____________________________________________________________________________
57015 [  6905] By: jhi                                   on 2000/08/30  00:16:17
57016         Log: Make the epsilon to be relative, not absolute.
57017              
57018              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
57019              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
57020              Date: Tue, 29 Aug 2000 19:58:56 -0400
57021              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
57022      Branch: perl
57023            ! t/lib/trig.t
57024 ____________________________________________________________________________
57025 [  6904] By: jhi                                   on 2000/08/30  00:13:09
57026         Log: From now on, Gisle is on my list of usual suspects :-)
57027              Retract #6902.
57028      Branch: perl
57029            ! ext/Opcode/Safe.pm
57030 ____________________________________________________________________________
57031 [  6903] By: jhi                                   on 2000/08/29  23:51:20
57032         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
57033              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57034              Date: Tue, 29 Aug 2000 18:43:26 -0500
57035              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
57036      Branch: perl
57037            + vms/vmspipe.com
57038            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
57039            ! vms/vms.c
57040 ____________________________________________________________________________
57041 [  6902] By: jhi                                   on 2000/08/29  23:44:14
57042         Log: Retry what #6882 attempted.
57043              
57044              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
57045              From: Gisle Aas <gisle@ActiveState.com>
57046              Date: 30 Aug 2000 00:33:09 +0200
57047              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
57048      Branch: perl
57049            ! ext/Opcode/Safe.pm
57050 ____________________________________________________________________________
57051 [  6901] By: jhi                                   on 2000/08/29  22:59:32
57052         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
57053              From: Hugo <hv@crypt.compulink.co.uk>
57054              Date: Mon, 12 Jun 2000 19:36:08 +0100
57055              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
57056      Branch: perl
57057            ! sv.c
57058 ____________________________________________________________________________
57059 [  6900] By: jhi                                   on 2000/08/29  22:58:35
57060         Log: Admit that we are leaking scalars.
57061              
57062              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
57063              From: Spider Boardman <spider@leggy.zk3.dec.com>
57064              Date: Tue, 29 Aug 2000 18:48:29 -0400
57065              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
57066      Branch: perl
57067            ! t/pragma/warnings.t
57068 ____________________________________________________________________________
57069 [  6899] By: jhi                                   on 2000/08/29  20:53:13
57070         Log: Update Changes.
57071      Branch: perl
57072            ! Changes patchlevel.h
57073 ____________________________________________________________________________
57074 [  6898] By: jhi                                   on 2000/08/29  20:46:21
57075         Log: Undo namespace pollution of #6878.
57076              
57077              Subject: Re: Net::protoent does not export 'getproto'
57078              From: Mike Guy <mjtg@cam.ac.uk>
57079              Date: Tue, 29 Aug 2000 21:32:37 +0100
57080              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
57081      Branch: perl
57082            ! lib/Net/protoent.pm
57083 ____________________________________________________________________________
57084 [  6897] By: jhi                                   on 2000/08/29  20:44:29
57085         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
57086              From: Peter Prymmer <pvhp@forte.com>
57087              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
57088              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
57089      Branch: perl
57090            ! pod/perlebcdic.pod
57091 ____________________________________________________________________________
57092 [  6896] By: jhi                                   on 2000/08/29  20:40:57
57093         Log: There's no point repeating the 'revision' (5) of perl5.
57094      Branch: metaconfig/U/perl
57095            ! Devel.U patchlevel.U
57096      Branch: perl
57097            ! Configure config_h.SH
57098 ____________________________________________________________________________
57099 [  6895] By: jhi                                   on 2000/08/29  20:16:58
57100         Log: Regen Configure for #6894.
57101      Branch: metaconfig/U/perl
57102            ! perladmin.U
57103      Branch: perl
57104            ! Configure config_h.SH
57105 ____________________________________________________________________________
57106 [  6894] By: jhi                                   on 2000/08/29  19:59:52
57107         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
57108              From: "Philip Newton" <Philip.Newton@gmx.net>
57109              Date: Tue, 29 Aug 2000 21:39:14 +0200
57110              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
57111      Branch: perl
57112            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
57113            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
57114            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
57115            ! utils/perlbug.PL
57116 ____________________________________________________________________________
57117 [  6893] By: jhi                                   on 2000/08/29  19:55:30
57118         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
57119              From: "Philip Newton" <Philip.Newton@gmx.net>
57120              Date: Tue, 29 Aug 2000 21:39:14 +0200
57121              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
57122      Branch: perl
57123            ! installhtml
57124 ____________________________________________________________________________
57125 [  6892] By: jhi                                   on 2000/08/29  19:53:59
57126         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
57127              From: "Philip Newton" <Philip.Newton@gmx.net>
57128              Date: Tue, 29 Aug 2000 21:48:18 +0200
57129              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
57130      Branch: perl
57131            ! lib/File/Temp.pm
57132 ____________________________________________________________________________
57133 [  6891] By: jhi                                   on 2000/08/29  18:30:03
57134         Log: Nail the ID 20000828.023.
57135      Branch: perl
57136            ! ext/Storable/Storable.xs
57137 ____________________________________________________________________________
57138 [  6890] By: jhi                                   on 2000/08/29  16:50:17
57139         Log: Under usethreads the dumped variable is IN_PAD.
57140              
57141              Subject: Re: [PATCH] Glob dumping
57142              From: Gisle Aas <gisle@ActiveState.com>
57143              Date: 29 Aug 2000 18:45:05 +0200
57144              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
57145      Branch: perl
57146            ! t/lib/peek.t
57147 ____________________________________________________________________________
57148 [  6889] By: jhi                                   on 2000/08/29  15:17:37
57149         Log: Update Changes.
57150      Branch: perl
57151            ! Changes patchlevel.h
57152 ____________________________________________________________________________
57153 [  6888] By: jhi                                   on 2000/08/29  14:49:59
57154         Log: Retract #6882, broke the safe tests.
57155      Branch: perl
57156            ! ext/Opcode/Safe.pm
57157 ____________________________________________________________________________
57158 [  6887] By: jhi                                   on 2000/08/29  14:47:06
57159         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
57160              From: Gisle Aas <gisle@ActiveState.com> 
57161              Date: 09 Jun 2000 20:00:11 +0200
57162              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
57163      Branch: perl
57164            ! utils/perldoc.PL
57165 ____________________________________________________________________________
57166 [  6886] By: jhi                                   on 2000/08/29  14:42:45
57167         Log: The #6881 removed one dump line.
57168      Branch: perl
57169            ! t/lib/peek.t
57170 ____________________________________________________________________________
57171 [  6885] By: jhi                                   on 2000/08/29  14:30:47
57172         Log: Don't forget to tidy up.
57173      Branch: perl
57174            ! t/lib/ftmp-security.t
57175 ____________________________________________________________________________
57176 [  6884] By: jhi                                   on 2000/08/29  14:25:17
57177         Log: Disabling the one test is a bit tricky.
57178      Branch: perl
57179            ! t/lib/ftmp-security.t
57180 ____________________________________________________________________________
57181 [  6883] By: jhi                                   on 2000/08/29  14:16:25
57182         Log: Disable one of the tests for now.
57183      Branch: perl
57184            ! t/lib/ftmp-security.t
57185 ____________________________________________________________________________
57186 [  6882] By: jhi                                   on 2000/08/29  14:05:50
57187         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
57188              From: gisle@aas.no
57189              Date: 29 Aug 2000 10:35:06 -0000
57190              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
57191      Branch: perl
57192            ! ext/Opcode/Safe.pm
57193 ____________________________________________________________________________
57194 [  6881] By: jhi                                   on 2000/08/29  14:03:51
57195         Log: Subject: [PATCH] Glob dumping
57196              From: Gisle Aas <gisle@ActiveState.com>
57197              Date: 29 Aug 2000 07:59:42 -0000
57198              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
57199      Branch: perl
57200            ! dump.c
57201 ____________________________________________________________________________
57202 [  6880] By: jhi                                   on 2000/08/29  14:02:01
57203         Log: Subject: [PATCH] Warnings in B::Deparse
57204              From: <abigail@foad.org>
57205              Date: Tue, 29 Aug 2000 00:00:01 -0400
57206              Message-ID: <20000829040001.2999.qmail@foad.org>
57207      Branch: perl
57208            ! ext/B/B/Deparse.pm
57209 ____________________________________________________________________________
57210 [  6879] By: jhi                                   on 2000/08/29  13:57:26
57211         Log: Missed a change in #6869.
57212      Branch: perl
57213            ! mg.c
57214 ____________________________________________________________________________
57215 [  6878] By: jhi                                   on 2000/08/29  13:45:04
57216         Log: Subject: Net::protoent does not export 'getproto'
57217              From: Yasushi Nakajima <sey@jkc.co.jp>
57218              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
57219      Branch: perl
57220            ! lib/Net/protoent.pm
57221 ____________________________________________________________________________
57222 [  6877] By: jhi                                   on 2000/08/29  13:39:19
57223         Log: Patches all over for people and the files they (hopefully) care about.
57224      Branch: perl
57225            ! AUTHORS Changes MAINTAIN
57226 ____________________________________________________________________________
57227 [  6876] By: jhi                                   on 2000/08/29  12:53:54
57228         Log: Fix for thinko in #6848.
57229              
57230              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
57231              From: Lupe Christoph <lupe@lupe-christoph.de>
57232              Date: Tue, 29 Aug 2000 09:04:08 +0200
57233              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
57234      Branch: perl
57235            ! ext/Thread/Thread.xs
57236 ____________________________________________________________________________
57237 [  6875] By: jhi                                   on 2000/08/29  12:50:14
57238         Log: Update to Getopt::Long 2.24, from Johan Vromans.
57239      Branch: perl
57240            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
57241 ____________________________________________________________________________
57242 [  6874] By: jhi                                   on 2000/08/29  02:09:53
57243         Log: Use minimal @INC in tests, most of the time just '../lib',
57244              so that we simply can't pick up stuff from other Perls than
57245              the one we are testing.  Pointed out by
57246              
57247              From: Mike Guy <mjtg@cam.ac.uk>
57248              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
57249              Date: Fri, 25 Aug 2000 15:15:59 +0100
57250              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
57251      Branch: perl
57252            ! (edit 185 files)
57253 ____________________________________________________________________________
57254 [  6873] By: jhi                                   on 2000/08/29  01:07:11
57255         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
57256              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57257              Date: Mon, 28 Aug 2000 17:45:52 -0700
57258              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
57259      Branch: perl
57260            ! Makefile.SH hints/os2.sh
57261 ____________________________________________________________________________
57262 [  6872] By: jhi                                   on 2000/08/28  23:33:39
57263         Log: Subject: [PATCH bleedperl@6866] spellings
57264              From: marcel@codewerk.com (Marcel Grunauer)
57265              Date: Tue, 29 Aug 2000 01:19:59 +0200
57266              Message-Id: <200008282319.BAA29862@gandalf.local>
57267      Branch: perl
57268            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
57269            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
57270            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
57271 ____________________________________________________________________________
57272 [  6871] By: jhi                                   on 2000/08/28  23:22:09
57273         Log: Take out the SUIDMAIL thing, that will not be
57274              a problem in 5.7.*.
57275      Branch: perl
57276            ! patchlevel.h
57277 ____________________________________________________________________________
57278 [  6870] By: jhi                                   on 2000/08/28  23:19:30
57279         Log: -S is the silent flag, -s is the strip flag.
57280              
57281              Subject: [PATCH] Re: [PATCH] make no-install          
57282              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57283              Date: Mon, 28 Aug 2000 15:12:55 -0700
57284              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
57285      Branch: perl
57286            ! Makefile.SH
57287 ____________________________________________________________________________
57288 [  6869] By: jhi                                   on 2000/08/28  23:12:05
57289         Log: Subject: [PATCH bleedperl@6856] warnings fixes
57290              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
57291              Date: Mon, 28 Aug 2000 23:55:06 +0100
57292              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
57293      Branch: perl
57294            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
57295            ! warnings.h warnings.pl
57296 ____________________________________________________________________________
57297 [  6868] By: jhi                                   on 2000/08/28  21:38:22
57298         Log: Potential cruft.
57299      Branch: perl
57300            ! Makefile.SH
57301 ____________________________________________________________________________
57302 [  6867] By: jhi                                   on 2000/08/28  21:35:36
57303         Log: Update Changes.
57304      Branch: perl
57305            ! Changes patchlevel.h
57306 ____________________________________________________________________________
57307 [  6866] By: jhi                                   on 2000/08/28  21:33:49
57308         Log: Subject: hv.h Doc Patch
57309              From: Fisher Mark <fisherm@tce.com>
57310              Date: Mon, 28 Aug 2000 16:24:59 -0500
57311              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
57312      Branch: perl
57313            ! hv.h
57314 ____________________________________________________________________________
57315 [  6865] By: jhi                                   on 2000/08/28  21:02:15
57316         Log: Add -ld to archname on long tr...double platforms.
57317      Branch: metaconfig
57318            ! U/threads/archname.U
57319      Branch: perl
57320            ! Configure config_h.SH
57321 ____________________________________________________________________________
57322 [  6864] By: jhi                                   on 2000/08/28  20:38:59
57323         Log: An attempt to fix the problem reported in
57324              
57325              Subject: Building perl@6856 using gcc/AIX 4.3.3 
57326              From: Daniel Muino <dmuino@afip.gov.ar> 
57327              Date: Mon, 28 Aug 2000 15:50:01 -0300   
57328              Message-ID: <20000828155001.A14403@con2-dgi>
57329              
57330              I can't test this properly since the gcc installation I have
57331              access to seems to be botched (gcc is calling the AIX cpp,
57332              a losing proposition...)
57333      Branch: perl
57334            ! hints/aix.sh
57335 ____________________________________________________________________________
57336 [  6863] By: jhi                                   on 2000/08/28  18:57:52
57337         Log: Fix for ID 20000828.001, long doubles were not formatted
57338              correctly (showed up in $], which stopped installing perl).
57339      Branch: perl
57340            ! sv.c
57341 ____________________________________________________________________________
57342 [  6862] By: jhi                                   on 2000/08/28  18:07:15
57343         Log: Typo in #6858.
57344      Branch: perl
57345            ! lib/Cwd.pm
57346 ____________________________________________________________________________
57347 [  6861] By: jhi                                   on 2000/08/28  17:57:27
57348         Log: opmini.o may be left around if a build is interrupted.
57349      Branch: perl
57350            ! Makefile.SH
57351 ____________________________________________________________________________
57352 [  6860] By: jhi                                   on 2000/08/28  16:52:50
57353         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
57354              From: Daniel Chetlin <daniel@chetlin.com>
57355              Date: Mon, 28 Aug 2000 01:14:18 -0700
57356              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
57357      Branch: perl
57358            ! lib/overload.pm
57359 ____________________________________________________________________________
57360 [  6859] By: jhi                                   on 2000/08/28  16:08:46
57361         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
57362              From: Nicholas Clark <nick@ccl4.org>
57363              Date: Mon, 28 Aug 2000 16:03:27 +0100
57364              Message-Id: <20000828160327.C49785@plum.flirble.org>
57365      Branch: perl
57366            ! ext/ByteLoader/bytecode.h
57367 ____________________________________________________________________________
57368 [  6858] By: jhi                                   on 2000/08/28  16:02:10
57369         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
57370              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
57371              Date: Mon, 28 Aug 2000 13:08:30 +0200
57372              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
57373      Branch: perl
57374            ! lib/Cwd.pm
57375 ____________________________________________________________________________
57376 [  6857] By: jhi                                   on 2000/08/28  15:42:47
57377         Log: display_format used as a class method without arguments was broken,
57378              reported in
57379              
57380              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
57381              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
57382              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
57383              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
57384      Branch: perl
57385            ! lib/Math/Complex.pm t/lib/complex.t
57386 ____________________________________________________________________________
57387 [  6856] By: jhi                                   on 2000/08/27  22:09:48
57388         Log: Update Changes.
57389      Branch: perl
57390            ! Changes patchlevel.h
57391 ____________________________________________________________________________
57392 [  6855] By: jhi                                   on 2000/08/27  21:59:21
57393         Log: Retract #6853 (false alarm).
57394      Branch: perl
57395            ! lib/ExtUtils/xsubpp
57396 ____________________________________________________________________________
57397 [  6854] By: jhi                                   on 2000/08/27  21:37:44
57398         Log: Update Changes.
57399      Branch: perl
57400            ! Changes patchlevel.h
57401 ____________________________________________________________________________
57402 [  6853] By: jhi                                   on 2000/08/27  21:37:16
57403         Log: Subject: [PATCH perl@6850] workaround for xsubpp
57404              From: Hugo <hv@crypt.compulink.co.uk>
57405              Date: Sun, 27 Aug 2000 22:30:25 +0100
57406              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
57407      Branch: perl
57408            ! lib/ExtUtils/xsubpp
57409 ____________________________________________________________________________
57410 [  6852] By: jhi                                   on 2000/08/27  21:33:58
57411         Log: Big-endian 64-bit patch from Raphael Manfredi.
57412      Branch: perl
57413            ! ext/Storable/Storable.xs
57414 ____________________________________________________________________________
57415 [  6851] By: jhi                                   on 2000/08/27  21:22:21
57416         Log: More ruthless editing from Hugo van der Sanden.
57417      Branch: perl
57418            ! pod/perldelta.pod
57419 ____________________________________________________________________________
57420 [  6850] By: jhi                                   on 2000/08/27  16:11:46
57421         Log: Update Changes.
57422      Branch: perl
57423            ! Changes patchlevel.h
57424 ____________________________________________________________________________
57425 [  6849] By: jhi                                   on 2000/08/27  16:11:05
57426         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
57427      Branch: perl
57428            ! configpm pod/perldelta.pod
57429 ____________________________________________________________________________
57430 [  6848] By: jhi                                   on 2000/08/27  15:35:08
57431         Log: Use the actual thread type, not the pointer-to-struct.
57432      Branch: perl
57433            ! ext/Thread/Thread.xs
57434 ____________________________________________________________________________
57435 [  6847] By: jhi                                   on 2000/08/27  15:30:49
57436         Log: Test nit.
57437      Branch: perl
57438            ! t/pragma/warn/pp_sys
57439 ____________________________________________________________________________
57440 [  6846] By: jhi                                   on 2000/08/27  15:19:02
57441         Log: Passing -R in ldflags makes now it to appear in the default
57442              for lddlflags, just like with -L.
57443              
57444              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57445              From: Lupe Christoph <lupe@lupe-christoph.de>
57446              Date: Sun, 27 Aug 2000 10:28:21 +0200
57447              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
57448      Branch: metaconfig/U/perl
57449            ! dlsrc.U
57450      Branch: perl
57451            ! Configure
57452 ____________________________________________________________________________
57453 [  6845] By: jhi                                   on 2000/08/27  15:08:54
57454         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
57455              From: Alan Burlison <Alan.Burlison@uk.sun.com>
57456              Date: Sat, 26 Aug 2000 22:23:27 +0100
57457              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
57458      Branch: perl
57459            ! lib/ExtUtils/MM_Unix.pm
57460 ____________________________________________________________________________
57461 [  6844] By: jhi                                   on 2000/08/27  15:02:37
57462         Log: DJGPP update from Laszlo Molnar.
57463              
57464              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
57465              From: ml1050 <ml1050@freemail.hu>
57466              Date: Sat, 26 Aug 2000 23:24:40 +0200
57467              Message-Id: <20000826232440.A439@freemail.hu>
57468      Branch: perl
57469            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
57470            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
57471 ____________________________________________________________________________
57472 [  6843] By: jhi                                   on 2000/08/27  14:53:58
57473         Log: Subject: installman buglet
57474              From: Lupe Christoph <lupe@lupe-christoph.de>
57475              Date: Sun, 27 Aug 2000 14:38:59 +0200
57476              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
57477      Branch: perl
57478            ! installman
57479 ____________________________________________________________________________
57480 [  6842] By: jhi                                   on 2000/08/27  14:52:08
57481         Log: Can't get the test to reliably work thanks to the
57482              inaccurateness of floating point.  "Resolves" bug ids
57483              20000826.003, 20000826.009, 20000826.010,
57484      Branch: perl
57485            ! t/lib/trig.t
57486 ____________________________________________________________________________
57487 [  6841] By: jhi                                   on 2000/08/26  15:53:58
57488         Log: Update Changes.
57489      Branch: perl
57490            ! Changes patchlevel.h
57491 ____________________________________________________________________________
57492 [  6840] By: jhi                                   on 2000/08/26  14:23:03
57493         Log: grep -e isn't portable.
57494              
57495              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
57496              From: chris@broadband.att.com
57497              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
57498              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
57499      Branch: perl
57500            ! hints/solaris_2.sh
57501 ____________________________________________________________________________
57502 [  6839] By: jhi                                   on 2000/08/26  14:12:23
57503         Log: no-install target a la make -n.
57504              
57505              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
57506              From: <abigail@foad.org>
57507              Date: Sat, 26 Aug 2000 03:57:34 -0400
57508              Message-ID: <20000826075735.18912.qmail@foad.org>
57509      Branch: perl
57510            ! Makefile.SH installman installperl
57511 ____________________________________________________________________________
57512 [  6838] By: jhi                                   on 2000/08/26  14:06:33
57513         Log: Retract #6826 as the #6828 should be do the same
57514              in a More Correct Way.
57515      Branch: perl
57516            ! installperl
57517 ____________________________________________________________________________
57518 [  6837] By: jhi                                   on 2000/08/26  05:24:00
57519         Log: More casting.
57520      Branch: perl
57521            ! ext/Storable/Storable.xs
57522 ____________________________________________________________________________
57523 [  6836] By: jhi                                   on 2000/08/26  05:05:46
57524         Log: Nicer in decimal.
57525      Branch: perl
57526            ! ext/Storable/Storable.xs
57527 ____________________________________________________________________________
57528 [  6835] By: jhi                                   on 2000/08/26  05:03:50
57529         Log: There be no UVdf.
57530      Branch: perl
57531            ! ext/Storable/Storable.xs
57532 ____________________________________________________________________________
57533 [  6834] By: jhi                                   on 2000/08/26  05:00:18
57534         Log: Continue IVdfing and UVxfing.
57535      Branch: perl
57536            ! ext/Storable/Storable.xs
57537 ____________________________________________________________________________
57538 [  6833] By: jhi                                   on 2000/08/26  04:53:14
57539         Log: Use IVdf.
57540      Branch: perl
57541            ! ext/Storable/Storable.xs
57542 ____________________________________________________________________________
57543 [  6832] By: jhi                                   on 2000/08/26  04:40:41
57544         Log: Document PTR2XX and INT2PTR.
57545      Branch: perl
57546            ! pod/perlguts.pod
57547 ____________________________________________________________________________
57548 [  6831] By: jhi                                   on 2000/08/26  04:33:18
57549         Log: Use UVxf, PTR2UV, NVff.
57550      Branch: perl
57551            ! ext/Storable/Storable.xs
57552 ____________________________________________________________________________
57553 [  6830] By: jhi                                   on 2000/08/26  04:31:32
57554         Log: Update the test count.
57555      Branch: perl
57556            ! t/lib/trig.t
57557 ____________________________________________________________________________
57558 [  6829] By: jhi                                   on 2000/08/26  03:05:50
57559         Log: Subject: [PATCH] installation not quite silent yet.
57560              From: <abigail@foad.org>
57561              Date: Fri, 25 Aug 2000 20:07:53 -0400
57562              Message-ID: <20000826000753.7822.qmail@foad.org>
57563      Branch: perl
57564            ! installman installperl
57565 ____________________________________________________________________________
57566 [  6828] By: jhi                                   on 2000/08/26  03:05:14
57567         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57568              From: Spider Boardman <spider@web.zk3.dec.com>
57569              Date: Fri, 25 Aug 2000 19:12:40 -0400
57570              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
57571      Branch: perl
57572            ! gv.c
57573 ____________________________________________________________________________
57574 [  6827] By: jhi                                   on 2000/08/25  23:54:34
57575         Log: Support preserving extremely big/small angles.
57576      Branch: perl
57577            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
57578 ____________________________________________________________________________
57579 [  6826] By: jhi                                   on 2000/08/25  23:01:20
57580         Log: Patch installperl to be long double-aware.
57581              
57582              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
57583              From: Spider Boardman <spider@web.zk3.dec.com>
57584              Date: Fri, 25 Aug 2000 18:15:23 -0400
57585              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
57586      Branch: perl
57587            ! installperl
57588 ____________________________________________________________________________
57589 [  6825] By: jhi                                   on 2000/08/25  22:58:25
57590         Log: Remove duplicately applied patch shards.
57591              
57592              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
57593              From: Spider Boardman <spider@leggy.zk3.dec.com>
57594              Date: Fri, 25 Aug 2000 16:45:03 -0400
57595              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
57596      Branch: perl
57597            ! t/lib/cgi-html.t
57598 ____________________________________________________________________________
57599 [  6824] By: jhi                                   on 2000/08/25  22:57:00
57600         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57601              From: Daniel Chetlin <daniel@chetlin.com>
57602              Date: Fri, 25 Aug 2000 12:23:16 -0700
57603              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
57604              
57605              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
57606              From: Daniel Chetlin <daniel@chetlin.com>
57607              Date: Fri, 25 Aug 2000 14:47:19 -0700
57608              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
57609      Branch: perl
57610            ! installman
57611 ____________________________________________________________________________
57612 [  6823] By: jhi                                   on 2000/08/25  22:44:17
57613         Log: Timestamp problem?
57614      Branch: perl
57615            ! uconfig.h uconfig.sh
57616 ____________________________________________________________________________
57617 [  6822] By: jhi                                   on 2000/08/25  19:01:06
57618         Log: One forgotten file from #6816.
57619      Branch: perl
57620            ! vos/config.h
57621 ____________________________________________________________________________
57622 [  6821] By: jhi                                   on 2000/08/25  18:56:39
57623         Log: Regen Changes.
57624      Branch: perl
57625            ! Changes patchlevel.h
57626 ____________________________________________________________________________
57627 [  6820] By: jhi                                   on 2000/08/25  18:52:35
57628         Log: Fix Changes ordering.
57629      Branch: perl
57630            ! Changes
57631 ____________________________________________________________________________
57632 [  6819] By: jhi                                   on 2000/08/25  18:50:25
57633         Log: Update Changes.
57634      Branch: perl
57635            ! Changes patchlevel.h
57636 ____________________________________________________________________________
57637 [  6818] By: jhi                                   on 2000/08/25  18:47:45
57638         Log: Tweak the sfio/useperlio logic, hopefully as wished in
57639              
57640              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
57641              From: Nicholas Clark <nick@babyhippo.co.uk>
57642              Date: Fri, 25 Aug 2000 12:01:45 +0100
57643              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
57644      Branch: metaconfig/U/perl
57645            ! d_sfio.U
57646      Branch: perl
57647            ! Configure
57648 ____________________________________________________________________________
57649 [  6817] By: jhi                                   on 2000/08/25  18:32:51
57650         Log: Allow microperl to assume <math.h>, without it the math
57651              functions like floor() are assumed to return int, which makes
57652              for core dumps in machines where integer and floating register
57653              don't mix.
57654      Branch: perl
57655            ! uconfig.h uconfig.sh
57656 ____________________________________________________________________________
57657 [  6816] By: jhi                                   on 2000/08/25  18:27:17
57658         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
57659              the problem reported in
57660              
57661              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
57662              From: danhale@us.ibm.com
57663              Date: Fri, 25 Aug 2000 10:58:06 -0400
57664              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
57665      Branch: metaconfig/U/perl
57666            + d_socks5_init.U
57667      Branch: perl
57668            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
57669            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
57670            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
57671            ! win32/config.gc win32/config.vc
57672 ____________________________________________________________________________
57673 [  6815] By: jhi                                   on 2000/08/25  17:43:31
57674         Log: A solution for the retrieve_fd autosplit warning,
57675              idea suggested by Mike Guy.
57676      Branch: perl
57677            ! ext/Storable/Storable.pm
57678 ____________________________________________________________________________
57679 [  6814] By: jhi                                   on 2000/08/25  17:16:03
57680         Log: Add install-silent target.
57681      Branch: perl
57682            ! Makefile.SH
57683 ____________________________________________________________________________
57684 [  6813] By: jhi                                   on 2000/08/25  17:14:23
57685         Log: Subject: Re: [PATCH] More silencing of installman.
57686              From: <abigail@foad.org>
57687              Date: Thu, 24 Aug 2000 19:27:03 -0400
57688              Message-ID: <20000824232703.7001.qmail@foad.org>
57689              
57690              Subject: Re: [PATCH] More silencing of installman.
57691              From: <abigail@foad.org>
57692              Date: Fri, 25 Aug 2000 03:00:58 -0400
57693              Message-ID: <20000825070058.10697.qmail@foad.org>
57694      Branch: perl
57695            ! installman
57696 ____________________________________________________________________________
57697 [  6812] By: jhi                                   on 2000/08/25  17:11:28
57698         Log: installperl --verbose and --silent.
57699              
57700              Subject: Re: [PATCH] More silencing of installman.
57701              From: <abigail@foad.org>
57702              Message-ID: <20000825064430.9719.qmail@foad.org>
57703              Date: Fri, 25 Aug 2000 02:44:30 -0400
57704      Branch: perl
57705            ! installperl
57706 ____________________________________________________________________________
57707 [  6811] By: jhi                                   on 2000/08/25  17:05:43
57708         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
57709              From: "Peter J. Farley III" <pjfarley@banet.net>
57710              Date: Thu, 24 Aug 2000 21:58:03 -0400
57711              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
57712              
57713              (applied slightly modified)
57714      Branch: perl
57715            ! lib/ExtUtils/MM_Unix.pm
57716 ____________________________________________________________________________
57717 [  6810] By: jhi                                   on 2000/08/25  17:01:18
57718         Log: Missing parts of 
57719              
57720              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
57721              From: Peter Prymmer <pvhp@forte.com>
57722              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
57723              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
57724      Branch: perl
57725            ! t/lib/cgi-html.t
57726 ____________________________________________________________________________
57727 [  6809] By: jhi                                   on 2000/08/25  16:46:32
57728         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
57729              From: "Craig A. Berry" <craig.berry@psinetcs.com>
57730              Date: Thu, 24 Aug 2000 19:13:11 -0500
57731              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
57732      Branch: perl
57733            ! vms/vms.c
57734 ____________________________________________________________________________
57735 [  6808] By: jhi                                   on 2000/08/25  16:39:22
57736         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
57737              From: Peter Prymmer <pvhp@forte.com>
57738              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
57739              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
57740      Branch: perl
57741            ! configure.com
57742 ____________________________________________________________________________
57743 [  6807] By: jhi                                   on 2000/08/25  16:36:37
57744         Log: Better wording for the vec lvalue diagnostic.
57745              
57746              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57747              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
57748              Date: Wed, 23 Aug 2000 14:12:16 -0400
57749              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
57750      Branch: perl
57751            ! pod/perldiag.pod
57752 ____________________________________________________________________________
57753 [  6806] By: jhi                                   on 2000/08/24  18:17:22
57754         Log: Subject: [PATCH] More silencing of installman.
57755              From: <abigail@foad.org>
57756              Date: Thu, 24 Aug 2000 14:01:44 -0400
57757              Message-ID: <20000824180144.20062.qmail@foad.org>
57758      Branch: perl
57759            ! installman
57760 ____________________________________________________________________________
57761 [  6805] By: jhi                                   on 2000/08/24  15:00:31
57762         Log: Update Changes.
57763      Branch: perl
57764            ! Changes patchlevel.h
57765 ____________________________________________________________________________
57766 [  6804] By: jhi                                   on 2000/08/24  14:59:07
57767         Log: Regen perltoc.
57768      Branch: perl
57769            ! pod/perltoc.pod
57770 ____________________________________________________________________________
57771 [  6803] By: jhi                                   on 2000/08/24  14:44:39
57772         Log: Show the doc file, not the temp file.
57773      Branch: perl
57774            ! installman
57775 ____________________________________________________________________________
57776 [  6802] By: jhi                                   on 2000/08/24  14:41:53
57777         Log: Continue silencing.
57778      Branch: perl
57779            ! installman
57780 ____________________________________________________________________________
57781 [  6801] By: jhi                                   on 2000/08/24  14:34:40
57782         Log: Actually do something with the silencer option.
57783      Branch: perl
57784            ! installman
57785 ____________________________________________________________________________
57786 [  6800] By: jhi                                   on 2000/08/24  14:26:22
57787         Log: Make installman to recognize the silence flag -S.
57788      Branch: perl
57789            ! installman
57790 ____________________________________________________________________________
57791 [  6799] By: jhi                                   on 2000/08/24  13:49:38
57792         Log: DOS patches and portability/porting notes, from Tim Jenness.
57793      Branch: perl
57794            ! lib/File/Temp.pm
57795 ____________________________________________________________________________
57796 [  6798] By: jhi                                   on 2000/08/24  13:48:27
57797         Log: Create directories in silence.
57798              
57799              Subject: [PATCH] Another silencer for MakeMaker
57800              From: andreas.koenig@anima.de (Andreas J. Koenig)
57801              Date: 24 Aug 2000 14:18:52 +0200
57802              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
57803      Branch: perl
57804            ! lib/ExtUtils/Command.pm
57805 ____________________________________________________________________________
57806 [  6797] By: jhi                                   on 2000/08/24  13:46:42
57807         Log: More liberal parsing of version numbers.
57808              
57809              Subject: Re: CPAN.pm beta for testing available
57810              From: andreas.koenig@anima.de (Andreas J. Koenig)
57811              Date: 24 Aug 2000 13:51:57 +0200
57812              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
57813      Branch: perl
57814            ! lib/CPAN.pm
57815 ____________________________________________________________________________
57816 [  6796] By: jhi                                   on 2000/08/24  13:44:36
57817         Log: Make "make install" by default silent.  A new "install-verbose"
57818              target is verbose.
57819      Branch: perl
57820            ! Makefile.SH
57821 ____________________________________________________________________________
57822 [  6795] By: jhi                                   on 2000/08/24  13:39:14
57823         Log: Add silencer flags to installperl.
57824              
57825              Subject: [PATCH] Making installperl silent.
57826              From: <abigail@foad.org>
57827              Date: Thu, 24 Aug 2000 05:01:45 -0400
57828              Message-ID: <20000824090145.13141.qmail@foad.org>
57829      Branch: perl
57830            ! installperl
57831 ____________________________________________________________________________
57832 [  6794] By: jhi                                   on 2000/08/24  13:35:50
57833         Log: installperl couldn't tell whether it had run tests or not.
57834              
57835              Subject: [PATCH] Re: installperl and t/TEST
57836              From: <abigail@foad.org>
57837              Date: Thu, 24 Aug 2000 04:00:53 -0400
57838              Message-ID: <20000824080053.2494.qmail@foad.org>
57839      Branch: perl
57840            ! Makefile.SH installperl
57841 ____________________________________________________________________________
57842 [  6793] By: jhi                                   on 2000/08/24  13:27:50
57843         Log: Drop the separate perlbc, perlcc -b should be enough.
57844      Branch: perl
57845            - utils/perlbc.PL
57846            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
57847 ____________________________________________________________________________
57848 [  6792] By: jhi                                   on 2000/08/24  04:41:30
57849         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
57850              plus the typo fix from Peter Prymmer.
57851      Branch: perl
57852            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
57853            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
57854 ____________________________________________________________________________
57855 [  6791] By: jhi                                   on 2000/08/24  02:10:43
57856         Log: Replace #6705 with a minimal doc patch.
57857              
57858              Subject: [PATCH 5.6.0] replace change #6705
57859              From: Jan Dubois <jand@ActiveState.com>
57860              Date: Wed, 23 Aug 2000 18:31:51 -0700
57861              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
57862      Branch: perl
57863            ! lib/Win32.pod win32/win32.c
57864 ____________________________________________________________________________
57865 [  6790] By: jhi                                   on 2000/08/23  17:52:00
57866         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
57867              From: Mike Guy <mjtg@cam.ac.uk>
57868              Date: Wed, 23 Aug 2000 18:38:46 +0100
57869              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
57870      Branch: perl
57871            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
57872 ____________________________________________________________________________
57873 [  6789] By: jhi                                   on 2000/08/23  15:34:21
57874         Log: Update Changes.
57875      Branch: perl
57876            ! Changes patchlevel.h
57877 ____________________________________________________________________________
57878 [  6788] By: jhi                                   on 2000/08/23  15:33:40
57879         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
57880              From: Wilfredo Sánchez <wsanchez@apple.com>
57881              Date: Tue, 22 Aug 2000 19:31:27 -0700
57882              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
57883      Branch: perl
57884            ! perl.h
57885 ____________________________________________________________________________
57886 [  6787] By: jhi                                   on 2000/08/23  15:29:31
57887         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
57888              From: Spider Boardman <spider@leggy.zk3.dec.com>
57889              Date: Wed, 23 Aug 2000 10:33:23 -0400
57890              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
57891      Branch: perl
57892            ! lib/Pod/Html.pm
57893 ____________________________________________________________________________
57894 [  6786] By: jhi                                   on 2000/08/23  15:28:11
57895         Log: Bad makefile.
57896      Branch: perl
57897            ! ext/B/Makefile.PL
57898 ____________________________________________________________________________
57899 [  6785] By: jhi                                   on 2000/08/23  14:37:04
57900         Log: Update Changes.
57901      Branch: perl
57902            ! Changes patchlevel.h
57903 ____________________________________________________________________________
57904 [  6784] By: jhi                                   on 2000/08/23  13:58:41
57905         Log: Portability fix from Hugo van der Sanden.
57906      Branch: perl
57907            ! ext/re/Makefile.PL
57908 ____________________________________________________________________________
57909 [  6783] By: jhi                                   on 2000/08/23  13:53:53
57910         Log: Storable support, v-version fixes.
57911              
57912              Subject: CPAN.pm beta for testing available
57913              From: andreas.koenig@anima.de (Andreas J. Koenig)
57914              Date: 22 Aug 2000 23:31:33 +0200
57915              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
57916      Branch: perl
57917            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57918 ____________________________________________________________________________
57919 [  6782] By: jhi                                   on 2000/08/23  13:51:26
57920         Log: Mac and other portability updates from Chris Nandor.
57921      Branch: perl
57922            ! pod/perlmodinstall.pod
57923 ____________________________________________________________________________
57924 [  6781] By: jhi                                   on 2000/08/23  13:47:33
57925         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
57926              From: Peter Prymmer <pvhp@forte.com>
57927              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
57928              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
57929      Branch: perl
57930            ! ext/Storable/Storable.xs
57931 ____________________________________________________________________________
57932 [  6780] By: jhi                                   on 2000/08/23  13:33:34
57933         Log: VMS MMS (make) wants null action.
57934      Branch: perl
57935            ! ext/B/Makefile.PL
57936 ____________________________________________________________________________
57937 [  6779] By: jhi                                   on 2000/08/22  19:44:47
57938         Log: Forgot portability nit.
57939      Branch: perl
57940            ! t/lib/st-forgive.t
57941 ____________________________________________________________________________
57942 [  6778] By: jhi                                   on 2000/08/22  19:35:25
57943         Log: Be portable.
57944      Branch: perl
57945            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
57946            ! t/lib/st-store.t
57947 ____________________________________________________________________________
57948 [  6777] By: jhi                                   on 2000/08/22  18:50:53
57949         Log: Update Changes.
57950      Branch: perl
57951            ! Changes patchlevel.h
57952 ____________________________________________________________________________
57953 [  6776] By: jhi                                   on 2000/08/22  18:44:46
57954         Log: cSVOPo_*v things index into the current PL_curpad
57955              under ithreads, which is different from the curpad
57956              used by the XSUB.  (In other words, the code as-is
57957              before this patch wouldn't work under ithreads.)
57958              From Sarathy.
57959      Branch: perl
57960            ! ext/B/B.xs
57961 ____________________________________________________________________________
57962 [  6775] By: jhi                                   on 2000/08/22  18:18:37
57963         Log: Make the selection of NVff et al stricter.
57964      Branch: metaconfig/U/perl
57965            ! perlxvf.U
57966      Branch: perl
57967            ! Configure config_h.SH
57968 ____________________________________________________________________________
57969 [  6774] By: jhi                                   on 2000/08/22  17:19:42
57970         Log: perldelta nits.
57971      Branch: perl
57972            ! pod/perldelta.pod
57973 ____________________________________________________________________________
57974 [  6773] By: jhi                                   on 2000/08/22  17:06:26
57975         Log: Long double fixes from Spider Boardman.
57976              
57977              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
57978              From: system PRIVILEGED account <root@peano.zk3.dec.com>
57979              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
57980              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
57981      Branch: perl
57982            ! t/lib/bigfltpm.t t/lib/st-06compat.t
57983 ____________________________________________________________________________
57984 [  6772] By: jhi                                   on 2000/08/22  15:04:53
57985         Log: Update Changes.
57986      Branch: perl
57987            ! Changes patchlevel.h
57988 ____________________________________________________________________________
57989 [  6771] By: jhi                                   on 2000/08/22  15:01:44
57990         Log: perldelta fixes from Hugo van der Sanden.
57991      Branch: perl
57992            ! pod/perldelta.pod
57993 ____________________________________________________________________________
57994 [  6770] By: jhi                                   on 2000/08/22  14:34:49
57995         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
57996              From: Hugo <hv@crypt.compulink.co.uk>
57997              Date: Tue, 22 Aug 2000 11:21:53 +0100
57998              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
57999      Branch: perl
58000            ! regcomp.c
58001 ____________________________________________________________________________
58002 [  6769] By: jhi                                   on 2000/08/22  14:30:02
58003         Log: Add Yitzchak, reformat.
58004      Branch: perl
58005            ! Changes config_h.SH
58006 ____________________________________________________________________________
58007 [  6768] By: jhi                                   on 2000/08/22  14:21:35
58008         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
58009              and Spider Boardman.
58010      Branch: metaconfig
58011            ! U/compline/d_gconvert.U
58012      Branch: perl
58013            ! Configure
58014 ____________________________________________________________________________
58015 [  6767] By: jhi                                   on 2000/08/22  14:11:24
58016         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
58017              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58018              Date: Mon, 21 Aug 2000 19:08:31 -0700
58019              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
58020      Branch: perl
58021            - ext/Storable/patchlevel.h
58022            ! MANIFEST ext/Storable/MANIFEST
58023 ____________________________________________________________________________
58024 [  6766] By: jhi                                   on 2000/08/22  13:49:29
58025         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
58026              From: Peter Prymmer <pvhp@forte.com>
58027              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
58028              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
58029      Branch: perl
58030            ! configure.com ext/Storable/Makefile.PL
58031 ____________________________________________________________________________
58032 [  6765] By: jhi                                   on 2000/08/22  13:44:59
58033         Log: Subject: [PATCH blead] B:: missing dependency
58034              From: Hugo <hv@crypt.compulink.co.uk>
58035              Date: Tue, 22 Aug 2000 06:44:33 +0100
58036              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
58037      Branch: perl
58038            ! ext/B/Makefile.PL
58039 ____________________________________________________________________________
58040 [  6764] By: jhi                                   on 2000/08/22  13:38:12
58041         Log: More bytecompiler.
58042      Branch: perl
58043            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
58044 ____________________________________________________________________________
58045 [  6763] By: jhi                                   on 2000/08/22  13:36:44
58046         Log: Bytecompiler patches from Benjamin Stuhl.
58047      Branch: perl
58048            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
58049            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
58050            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
58051            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
58052            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
58053            ! perl.c perlapi.h pod/perldelta.pod
58054 ____________________________________________________________________________
58055 [  6762] By: jhi                                   on 2000/08/21  23:43:40
58056         Log: An obsoleted diagnostic.
58057      Branch: perl
58058            ! pod/perldelta.pod
58059 ____________________________________________________________________________
58060 [  6761] By: jhi                                   on 2000/08/21  23:01:45
58061         Log: The #6759 wasn't quite right.
58062      Branch: perl
58063            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58064            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
58065            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58066            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58067            ! t/lib/st-tieditems.t
58068 ____________________________________________________________________________
58069 [  6760] By: jhi                                   on 2000/08/21  22:35:49
58070         Log: Be verydeepclean.
58071      Branch: perl
58072            ! Makefile.SH
58073 ____________________________________________________________________________
58074 [  6759] By: jhi                                   on 2000/08/21  22:25:40
58075         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
58076              From: Peter Prymmer <pvhp@forte.com>
58077              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
58078              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
58079      Branch: perl
58080            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
58081            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
58082            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58083            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58084            ! t/lib/st-tieditems.t
58085 ____________________________________________________________________________
58086 [  6758] By: jhi                                   on 2000/08/21  22:22:32
58087         Log: Few more casts, need reported in
58088              
58089              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
58090              From: Mike Stok <mike@stok.co.uk>
58091              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
58092              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
58093              
58094              and
58095              
58096              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
58097              From: abigail@foad.org
58098              Date: 21 Aug 2000 21:31:34 -0000
58099              Message-Id: <20000821213134.30170.qmail@foad.org>
58100      Branch: perl
58101            ! ext/Storable/Storable.xs
58102 ____________________________________________________________________________
58103 [  6757] By: jhi                                   on 2000/08/21  18:37:07
58104         Log: Update Changes.
58105      Branch: perl
58106            ! Changes patchlevel.h
58107 ____________________________________________________________________________
58108 [  6756] By: jhi                                   on 2000/08/21  18:34:02
58109         Log: A pod nit.
58110              
58111              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
58112              From: <abigail@foad.org>
58113              Date: Mon, 21 Aug 2000 14:00:16 -0400
58114              Message-ID: <20000821180016.28627.qmail@foad.org>
58115      Branch: perl
58116            ! pod/perlre.pod
58117 ____________________________________________________________________________
58118 [  6755] By: jhi                                   on 2000/08/21  18:30:56
58119         Log: Use PodParser 1.18 new test.
58120      Branch: perl
58121            ! t/pod/special_seqs.t t/pod/special_seqs.xr
58122 ____________________________________________________________________________
58123 [  6754] By: jhi                                   on 2000/08/21  18:28:35
58124         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
58125              patches cannot be applied since #6712 conflicts.
58126      Branch: perl
58127            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
58128 ____________________________________________________________________________
58129 [  6753] By: jhi                                   on 2000/08/21  18:15:11
58130         Log: Weed out some smaller changes.
58131      Branch: perl
58132            ! pod/perldelta.pod
58133 ____________________________________________________________________________
58134 [  6752] By: jhi                                   on 2000/08/21  18:02:30
58135         Log: Also under djgpp the timestamps are funky.
58136      Branch: perl
58137            ! t/op/stat.t
58138 ____________________________________________________________________________
58139 [  6751] By: jhi                                   on 2000/08/21  17:55:56
58140         Log: Tweak the floating point output routine preferences.
58141      Branch: metaconfig
58142            ! U/compline/d_gconvert.U
58143      Branch: perl
58144            ! Configure
58145 ____________________________________________________________________________
58146 [  6750] By: jhi                                   on 2000/08/21  17:51:29
58147         Log: Unicos/mk requires elaborate paranoia.
58148      Branch: perl
58149            ! lib/Math/Complex.pm
58150 ____________________________________________________________________________
58151 [  6749] By: gsar                                  on 2000/08/21  16:53:31
58152         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
58153      Branch: perl
58154            ! lib/Cwd.pm
58155 ____________________________________________________________________________
58156 [  6748] By: gsar                                  on 2000/08/21  16:22:19
58157         Log: free TLS slot properly on Windows
58158      Branch: perl
58159            ! thread.h win32/perllib.c win32/win32thread.h
58160 ____________________________________________________________________________
58161 [  6747] By: jhi                                   on 2000/08/21  16:20:58
58162         Log: Rename the macro argument because some preprocessors
58163              can't tell the difference and expand arguments also inside
58164              double quoted strings.
58165      Branch: perl
58166            ! regcomp.c
58167 ____________________________________________________________________________
58168 [  6746] By: jhi                                   on 2000/08/21  16:09:41
58169         Log: Support long doubles in Storable.
58170              
58171              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
58172              From: Radu Greab <radu@netsoft.ro>
58173              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
58174              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
58175      Branch: perl
58176            ! ext/Storable/Storable.xs
58177 ____________________________________________________________________________
58178 [  6745] By: jhi                                   on 2000/08/21  15:51:40
58179         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
58180              From: "Fifer, Eric" <EFifer@sanwaint.com>
58181              Date: Mon, 21 Aug 2000 15:34:49 +0100
58182              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
58183      Branch: perl
58184            ! t/pragma/warn/9enabled
58185 ____________________________________________________________________________
58186 [  6744] By: jhi                                   on 2000/08/21  15:39:35
58187         Log: Document the endianness of Alpha more precisely.
58188      Branch: perl
58189            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
58190            ! pod/perlport.pod
58191 ____________________________________________________________________________
58192 [  6743] By: jhi                                   on 2000/08/21  14:47:05
58193         Log: perldelta fixes from the p5p crowd.
58194      Branch: perl
58195            ! pod/perldelta.pod pod/perlop.pod
58196 ____________________________________________________________________________
58197 [  6742] By: jhi                                   on 2000/08/21  13:34:51
58198         Log: Update to Pod::LaTeX 0.53.
58199              
58200              Subject: [PATCH] lib/Pod/LaTeX.pm updates
58201              From: Tim Jenness <timj@jach.hawaii.edu>
58202              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
58203              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
58204      Branch: perl
58205            ! lib/Pod/LaTeX.pm
58206 ____________________________________________________________________________
58207 [  6741] By: jhi                                   on 2000/08/21  13:33:01
58208         Log: Subject: [PATCH] os2.c fix for use64bitint
58209              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58210              Date: Mon, 21 Aug 2000 01:32:25 -0700
58211              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
58212      Branch: perl
58213            ! os2/os2.c
58214 ____________________________________________________________________________
58215 [  6740] By: jhi                                   on 2000/08/21  13:28:52
58216         Log: Array context keeps slithering in.
58217              
58218              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
58219              From: Daniel Chetlin <daniel@chetlin.com>
58220              Date: Sun, 20 Aug 2000 21:40:25 -0700
58221              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
58222      Branch: perl
58223            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
58224            ! pod/perldebtut.pod
58225 ____________________________________________________________________________
58226 [  6739] By: jhi                                   on 2000/08/21  13:23:55
58227         Log: Big-endian quad fixes for Storable from Radu Greab,
58228              plus few explicit null casts for picky compilers.
58229      Branch: perl
58230            ! ext/Storable/Storable.xs
58231 ____________________________________________________________________________
58232 [  6738] By: gsar                                  on 2000/08/21  05:56:13
58233         Log: small tweaks for change#6705: avoid C++ style comments in C code;
58234              use Perl's malloc API rather than the low level system one
58235      Branch: perl
58236            ! win32/win32.c
58237 ____________________________________________________________________________
58238 [  6737] By: gsar                                  on 2000/08/21  05:35:41
58239         Log: add Storable to list of extensions on Windows
58240      Branch: perl
58241            ! win32/Makefile win32/makefile.mk
58242 ____________________________________________________________________________
58243 [  6736] By: jhi                                   on 2000/08/21  02:57:53
58244         Log: Update Changes.
58245      Branch: perl
58246            ! Changes patchlevel.h
58247 ____________________________________________________________________________
58248 [  6735] By: jhi                                   on 2000/08/21  02:57:20
58249         Log: Draft 0.
58250      Branch: perl
58251            ! pod/perldelta.pod
58252 ____________________________________________________________________________
58253 [  6734] By: jhi                                   on 2000/08/21  02:57:03
58254         Log: Add Storable 0.7.2 from Raphael Manfredi,
58255              plus the patch from
58256              
58257              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
58258              From: Radu Greab <radu@netsoft.ro>
58259              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
58260              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
58261              
58262              plus changes to get Storable to compile with
58263              picky ANSI compilers.
58264      Branch: perl
58265            + ext/Storable/ChangeLog ext/Storable/MANIFEST
58266            + ext/Storable/Makefile.PL ext/Storable/README
58267            + ext/Storable/Storable.pm ext/Storable/Storable.xs
58268            + ext/Storable/patchlevel.h t/lib/st-06compat.t
58269            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
58270            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
58271            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
58272            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
58273            + t/lib/st-tieditems.t
58274            ! MANIFEST
58275 ____________________________________________________________________________
58276 [  6733] By: jhi                                   on 2000/08/21  02:29:09
58277         Log: The correct cleaning order is an art.
58278      Branch: perl
58279            ! Makefile.SH
58280 ____________________________________________________________________________
58281 [  6732] By: jhi                                   on 2000/08/21  01:23:39
58282         Log: The #6724 is here.
58283      Branch: perl
58284            ! t/lib/ftmp-security.t
58285 ____________________________________________________________________________
58286 [  6731] By: jhi                                   on 2000/08/20  23:17:03
58287         Log: s/this one/the 5.6.0 release/
58288      Branch: perl
58289            ! pod/perl56delta.pod
58290 ____________________________________________________________________________
58291 [  6730] By: jhi                                   on 2000/08/20  23:07:34
58292         Log: Mention perlebcdic and perlposix-bc.
58293      Branch: perl
58294            ! pod/perlport.pod
58295 ____________________________________________________________________________
58296 [  6729] By: jhi                                   on 2000/08/20  21:32:59
58297         Log: Document the number of exponent digits.
58298      Branch: perl
58299            ! pod/perlfunc.pod
58300 ____________________________________________________________________________
58301 [  6728] By: jhi                                   on 2000/08/20  21:16:47
58302         Log: Use File::Spec->tmpdir().
58303              
58304              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
58305              From: Tim Jenness <timj@jach.hawaii.edu>
58306              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
58307              MIME-Version: 1.0
58308              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
58309      Branch: perl
58310            ! utils/perlbug.PL
58311 ____________________________________________________________________________
58312 [  6727] By: jhi                                   on 2000/08/20  20:43:32
58313         Log: Update Changes.
58314      Branch: perl
58315            ! Changes patchlevel.h
58316 ____________________________________________________________________________
58317 [  6726] By: jhi                                   on 2000/08/20  20:41:44
58318         Log: The veryclean target needs to clobber.
58319      Branch: perl
58320            ! Makefile.SH
58321 ____________________________________________________________________________
58322 [  6725] By: jhi                                   on 2000/08/20  20:37:38
58323         Log: Document odd vs even subreleases and -Dusedevel.
58324      Branch: perl
58325            ! INSTALL
58326 ____________________________________________________________________________
58327 [  6724] By: jhi                                   on 2000/08/20  19:58:05
58328         Log: Use temporary directory instead of current directory.
58329              
58330              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
58331              From: Tim Jenness <timj@jach.hawaii.edu>
58332              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
58333              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
58334      Branch: perl
58335            ! t/lib/ftmp-security.t
58336 ____________________________________________________________________________
58337 [  6723] By: jhi                                   on 2000/08/20  19:55:55
58338         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
58339              From: andreas.koenig@anima.de (Andreas J. Koenig)
58340              Date: 20 Aug 2000 15:52:03 +0200
58341              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
58342      Branch: perl
58343            ! lib/ExtUtils/MM_Unix.pm
58344 ____________________________________________________________________________
58345 [  6722] By: jhi                                   on 2000/08/20  19:46:01
58346         Log: Update to CGI 2.72, from Lincoln Stein.
58347      Branch: perl
58348            ! lib/CGI.pm
58349 ____________________________________________________________________________
58350 [  6721] By: jhi                                   on 2000/08/20  19:43:54
58351         Log: (Replaced by #8364.)
58352              
58353              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
58354              From: Radu Greab <radu@netsoft.ro>
58355              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
58356              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
58357      Branch: perl
58358            ! ext/GDBM_File/GDBM_File.xs
58359 ____________________________________________________________________________
58360 [  6720] By: jhi                                   on 2000/08/20  19:42:01
58361         Log: pp_open() could pass an uninitialized filename down to do_open9().
58362      Branch: perl
58363            ! pp_sys.c
58364 ____________________________________________________________________________
58365 [  6719] By: jhi                                   on 2000/08/20  14:06:41
58366         Log: UTF8 concat fixes.
58367              
58368              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
58369              From: Hugo <hv@crypt.compulink.co.uk>
58370              Date: Sun, 20 Aug 2000 07:30:46 +0100
58371              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
58372      Branch: perl
58373            ! pp_hot.c t/op/append.t
58374 ____________________________________________________________________________
58375 [  6718] By: jhi                                   on 2000/08/20  02:09:37
58376         Log: Let's try #6717 again.
58377      Branch: perl
58378            ! lib/File/Temp.pm
58379 ____________________________________________________________________________
58380 [  6717] By: jhi                                   on 2000/08/20  01:56:55
58381         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
58382              From: "Craig A. Berry" <craig.berry@metamorgs.com>
58383              Date: Sat, 19 Aug 2000 18:15:39 -0500
58384              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
58385      Branch: perl
58386            ! lib/File/Temp.pm
58387 ____________________________________________________________________________
58388 [  6716] By: jhi                                   on 2000/08/19  15:50:11
58389         Log: Update Changes.
58390      Branch: perl
58391            ! Changes patchlevel.h
58392 ____________________________________________________________________________
58393 [  6715] By: jhi                                   on 2000/08/19  15:39:09
58394         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
58395              From: Jonathan D Johnston <jdjohnston2@juno.com>
58396              Date: Thu, 17 Aug 2000 23:13:01 -0400       
58397              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
58398      Branch: perl
58399            ! pod/perlfunc.pod
58400 ____________________________________________________________________________
58401 [  6714] By: jhi                                   on 2000/08/19  15:34:04
58402         Log: Introduce a 'veryclean' target that is like 'distclean'
58403              but also removes *~ and *.orig.
58404      Branch: perl
58405            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
58406            ! utils/Makefile x2p/Makefile.SH
58407 ____________________________________________________________________________
58408 [  6713] By: jhi                                   on 2000/08/19  14:15:45
58409         Log: Put back the long double avoidance code to POSIX.xs
58410              because VMS seems to need it still.
58411      Branch: perl
58412            ! ext/POSIX/POSIX.xs
58413 ____________________________________________________________________________
58414 [  6712] By: jhi                                   on 2000/08/19  14:10:41
58415         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
58416              From: Peter Prymmer <pvhp@forte.com>
58417              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
58418              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
58419      Branch: perl
58420            ! lib/Pod/Find.pm t/pod/find.t
58421 ____________________________________________________________________________
58422 [  6711] By: jhi                                   on 2000/08/19  14:09:19
58423         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
58424              From: Peter Prymmer <pvhp@forte.com>
58425              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
58426              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
58427              cc: vmsperl@perl.org
58428      Branch: perl
58429            ! t/lib/peek.t
58430 ____________________________________________________________________________
58431 [  6710] By: jhi                                   on 2000/08/19  14:08:01
58432         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
58433              From: Jan Dubois <jand@ActiveState.com>
58434              Date: Fri, 18 Aug 2000 16:31:48 -0700
58435              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
58436      Branch: perl
58437            ! win32/win32.c
58438 ____________________________________________________________________________
58439 [  6709] By: jhi                                   on 2000/08/19  14:06:57
58440         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
58441              
58442              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
58443              From: Spider.Boardman@Orb.Nashua.NH.US
58444              Date: Fri, 18 Aug 2000 18:41:14 -0400
58445              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
58446      Branch: perl
58447            ! regcomp.c
58448 ____________________________________________________________________________
58449 [  6708] By: jhi                                   on 2000/08/18  22:04:49
58450         Log: Update Changes.
58451      Branch: perl
58452            ! Changes patchlevel.h
58453 ____________________________________________________________________________
58454 [  6707] By: jhi                                   on 2000/08/18  21:55:14
58455         Log: Add warnif(), check warnings further up the stack,
58456              all the warnings functions now can take an optional object reference.
58457              
58458              Subject: [PATCH bleedperl@6691] warnings pragma update
58459              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58460              Date: Fri, 18 Aug 2000 22:42:06 +0100
58461              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
58462      Branch: perl
58463            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
58464            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
58465            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
58466 ____________________________________________________________________________
58467 [  6706] By: jhi                                   on 2000/08/18  21:41:45
58468         Log: Typo in pp_complement().
58469              
58470              Subject: [PATCH perl-current] Deparse
58471              From: Peter Scott <Peter@PSDT.com>
58472              Date: Fri, 18 Aug 2000 12:44:37 -0700
58473              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
58474      Branch: perl
58475            ! ext/B/B/Deparse.pm
58476 ____________________________________________________________________________
58477 [  6705] By: jhi                                   on 2000/08/18  21:25:59
58478         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
58479              From: Jan Dubois <jand@ActiveState.com>
58480              Date: Fri, 18 Aug 2000 14:22:51 -0700
58481              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
58482      Branch: perl
58483            ! lib/Win32.pod win32/win32.c
58484 ____________________________________________________________________________
58485 [  6704] By: jhi                                   on 2000/08/18  21:16:14
58486         Log: Don't eat leading os from index entries.
58487              
58488              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
58489              From: Russ Allbery <rra@stanford.edu>
58490              Date: 10 Aug 2000 20:49:25 -0700
58491              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
58492      Branch: perl
58493            ! lib/Pod/Man.pm
58494 ____________________________________________________________________________
58495 [  6703] By: jhi                                   on 2000/08/18  21:07:06
58496         Log: Add [[:blank:]] as suggested in
58497              
58498              Subject: [ID 20000716.024] [=cc=] / [:blank:]
58499              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
58500              Date: Sun, 16 Jul 2000 17:55:29 -0700
58501              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
58502              
58503              (the [=cc=] has already been taken care of by #6439
58504              so the whole bug report can be closed)
58505              
58506              and make [[:space:]] to be equivalent to isspace(3)
58507              (as opposed to \s, which is isSPACE()).  The difference
58508              is that now [[:space:]] matches the mythical vertical tab,
58509              while \s doesn't.
58510      Branch: perl
58511            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
58512            ! regexec.c t/op/pat.t
58513 ____________________________________________________________________________
58514 [  6702] By: jhi                                   on 2000/08/18  18:47:47
58515         Log: The new tests were missing from #6415.
58516      Branch: perl
58517            ! t/op/bop.t
58518 ____________________________________________________________________________
58519 [  6701] By: jhi                                   on 2000/08/18  18:20:40
58520         Log: Document the NDBM_File and ODBM_File as SDBM_File
58521              was documented in #6417.
58522      Branch: perl
58523            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
58524            ! ext/SDBM_File/SDBM_File.pm
58525 ____________________________________________________________________________
58526 [  6700] By: jhi                                   on 2000/08/18  18:10:39
58527         Log: Subject: [PATCH perl@6698] cygwin port
58528              From: "Fifer, Eric" <EFifer@sanwaint.com>
58529              Date: Fri, 18 Aug 2000 17:30:05 +0100
58530              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
58531      Branch: perl
58532            ! lib/File/Temp.pm
58533 ____________________________________________________________________________
58534 [  6699] By: jhi                                   on 2000/08/18  16:21:49
58535         Log: Document code point which makes if (defined %stash::) to work
58536              (noted by Spider Boardman).
58537      Branch: perl
58538            ! op.c
58539 ____________________________________________________________________________
58540 [  6698] By: jhi                                   on 2000/08/18  13:43:27
58541         Log: Update Changes.
58542      Branch: perl
58543            ! Changes patchlevel.h
58544 ____________________________________________________________________________
58545 [  6697] By: jhi                                   on 2000/08/18  13:35:57
58546         Log: Tiny Getopt::Long patch from Johan Vromans.
58547      Branch: perl
58548            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
58549 ____________________________________________________________________________
58550 [  6696] By: jhi                                   on 2000/08/18  13:26:14
58551         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
58552              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
58553              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
58554              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
58555      Branch: perl
58556            ! pod/perldiag.pod pod/perlsyn.pod
58557 ____________________________________________________________________________
58558 [  6695] By: jhi                                   on 2000/08/18  13:13:26
58559         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
58560              From: Daniel Chetlin <daniel@chetlin.com>
58561              Date: Fri, 18 Aug 2000 03:13:36 -0700
58562              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
58563      Branch: perl
58564            ! pod/perlfunc.pod
58565 ____________________________________________________________________________
58566 [  6694] By: jhi                                   on 2000/08/18  13:08:05
58567         Log: Subject: [PATCH] perltrap.pod spring cleaning
58568              From: Daniel Chetlin <daniel@chetlin.com>
58569              Date: Fri, 18 Aug 2000 03:06:54 -0700
58570              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
58571              
58572              plus Mike Guy's nitfix.
58573      Branch: perl
58574            ! pod/perltrap.pod
58575 ____________________________________________________________________________
58576 [  6693] By: jhi                                   on 2000/08/18  13:00:26
58577         Log: Unbuffer the output.
58578              
58579              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
58580              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58581              Date: Thu, 17 Aug 2000 18:39:29 -0700
58582              Message-ID: <RPJn5gzkgydf092yn@efn.org>
58583      Branch: perl
58584            ! t/op/fork.t
58585 ____________________________________________________________________________
58586 [  6692] By: jhi                                   on 2000/08/18  05:19:17
58587         Log: Delete the image, too, not just its MANIFEStation.
58588      Branch: perl
58589            - lib/CGI/eg/wilogo.gif
58590 ____________________________________________________________________________
58591 [  6691] By: jhi                                   on 2000/08/18  05:10:26
58592         Log: Propagate new Configure vars.
58593      Branch: perl
58594            ! configure.com epoc/config.sh uconfig.h uconfig.sh
58595            ! vos/config.def vos/config.h vos/config_h.SH_orig
58596            ! win32/config.bc win32/config.gc win32/config.vc
58597            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58598 ____________________________________________________________________________
58599 [  6690] By: jhi                                   on 2000/08/18  04:30:56
58600         Log: Update Changes.
58601      Branch: perl
58602            ! Changes patchlevel.h
58603 ____________________________________________________________________________
58604 [  6689] By: jhi                                   on 2000/08/18  04:12:30
58605         Log: Fix the lib/complex failure of
58606              
58607              From: abigail@foad.org
58608              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58609              Date: 15 Aug 2000 04:06:38 -0000
58610              Message-Id: <20000815040638.8524.qmail@foad.org> 
58611              
58612              Linux long double accuracy issue: something that
58613              when printed with %g looks like "2" but int() of it is 1.
58614      Branch: perl
58615            ! lib/Math/Complex.pm
58616 ____________________________________________________________________________
58617 [  6688] By: jhi                                   on 2000/08/18  03:15:35
58618         Log: The byteorder code in #6671 was wrong.
58619      Branch: perl
58620            ! configpm
58621 ____________________________________________________________________________
58622 [  6687] By: jhi                                   on 2000/08/18  02:08:42
58623         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
58624              From: Jan Dubois <jand@ActiveState.com>
58625              Date: Thu, 17 Aug 2000 18:31:55 -0700
58626              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
58627      Branch: perl
58628            ! sv.c
58629 ____________________________________________________________________________
58630 [  6686] By: jhi                                   on 2000/08/18  02:04:15
58631         Log: Use NVs in POSIX math, not doubles.
58632              
58633              From: abigail@foad.org
58634              Subject: [ID 20000817.014] POSIX & modfl
58635              Date: 17 Aug 2000 20:49:18 -0000
58636              Message-Id: <20000817204918.23123.qmail@foad.org>
58637      Branch: perl
58638            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
58639 ____________________________________________________________________________
58640 [  6685] By: jhi                                   on 2000/08/18  02:02:12
58641         Log: Introduce NVef, NVff, and NVgf, use the middle one.
58642              (helps for lib/peek + Linux + long doubles)  Reported in
58643              
58644              From: abigail@foad.org
58645              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
58646              Date: 15 Aug 2000 04:06:38 -0000
58647              Message-Id: <20000815040638.8524.qmail@foad.org> 
58648              
58649              (note: the lib/complex failure has not yet been addressed)
58650      Branch: metaconfig/U/perl
58651            ! perlxvf.U
58652      Branch: perl
58653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58654            ! config_h.SH dump.c perl.h pod/perlguts.pod
58655 ____________________________________________________________________________
58656 [  6684] By: jhi                                   on 2000/08/17  23:22:19
58657         Log: Add byteorder to the myconfig output.
58658      Branch: perl
58659            ! myconfig.SH
58660 ____________________________________________________________________________
58661 [  6683] By: jhi                                   on 2000/08/17  23:20:19
58662         Log: The image doth not exist, spotted by Johan Vromans.
58663      Branch: perl
58664            ! MANIFEST
58665 ____________________________________________________________________________
58666 [  6682] By: jhi                                   on 2000/08/17  22:38:16
58667         Log: Document what the backtick returns if the command fails.
58668      Branch: perl
58669            ! pod/perlop.pod
58670 ____________________________________________________________________________
58671 [  6681] By: jhi                                   on 2000/08/17  22:33:12
58672         Log: Do not use prototyping here.
58673              
58674              Subject: [ID 20000817.016] [PATCH] Peek.xs
58675              From: abigail@foad.org
58676              Date: 17 Aug 2000 20:55:56 -0000
58677              Message-Id: <20000817205556.24270.qmail@foad.org>
58678      Branch: perl
58679            ! ext/Devel/Peek/Makefile.PL
58680 ____________________________________________________________________________
58681 [  6680] By: jhi                                   on 2000/08/17  19:46:43
58682         Log: Don't propose using modules built for 5.005 if no binary
58683              compatibility with 5.005 is attempted.
58684              
58685              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58686              Subject: Minor nit with 5.7.0 (6655)
58687              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
58688              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
58689      Branch: metaconfig
58690            ! U/installdirs/inc_version_list.U
58691      Branch: perl
58692            ! Configure config_h.SH
58693 ____________________________________________________________________________
58694 [  6679] By: jhi                                   on 2000/08/17  19:16:39
58695         Log: Microperl config update.
58696      Branch: perl
58697            ! uconfig.h uconfig.sh
58698 ____________________________________________________________________________
58699 [  6678] By: jhi                                   on 2000/08/17  19:16:13
58700         Log: The #6648 wasn't protective enough for limited platforms
58701              (like microperl).
58702      Branch: perl
58703            ! dump.c sv.c
58704 ____________________________________________________________________________
58705 [  6677] By: jhi                                   on 2000/08/17  14:46:35
58706         Log: Update Changes.
58707      Branch: perl
58708            ! Changes patchlevel.h
58709 ____________________________________________________________________________
58710 [  6676] By: jhi                                   on 2000/08/17  14:44:02
58711         Log: Add perlebcdic from Peter Prymmer, regen toc.
58712      Branch: perl
58713            + pod/perlebcdic.pod
58714            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
58715 ____________________________________________________________________________
58716 [  6675] By: jhi                                   on 2000/08/17  14:41:52
58717         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
58718      Branch: perl
58719            ! pod/perldebtut.pod
58720 ____________________________________________________________________________
58721 [  6674] By: jhi                                   on 2000/08/17  14:29:43
58722         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
58723              
58724              Subject: [ID 20000724.006] -DLEAKTEST problem
58725              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
58726              Date: Tue, 25 Jul 2000 00:36:32 -0500
58727              Message-Id: <20000725003632.A26186@www.llamacom.com>
58728              
58729              Reminder sent
58730              
58731              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
58732              From: Hugo <hv@crypt.compulink.co.uk>
58733              Date: Thu, 17 Aug 2000 15:23:42 +0100
58734              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
58735      Branch: perl
58736            ! util.c
58737 ____________________________________________________________________________
58738 [  6673] By: jhi                                   on 2000/08/17  04:07:10
58739         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
58740              From: John Peacock <JPeacock@UnivPress.com>
58741              Date: Tue, 01 Aug 2000 09:38:12 -0400
58742              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
58743      Branch: perl
58744            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
58745 ____________________________________________________________________________
58746 [  6672] By: jhi                                   on 2000/08/17  03:04:35
58747         Log: Subject: [PATCH] Cwd.pm now uses strict
58748              From: Tim Jenness <timj@jach.hawaii.edu>
58749              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
58750              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
58751      Branch: perl
58752            ! lib/Cwd.pm
58753 ____________________________________________________________________________
58754 [  6671] By: jhi                                   on 2000/08/17  02:16:35
58755         Log: Make $Config{byteorder} more magical so that it is
58756              dynamically computed: nice for 'fat binaries'.
58757              
58758              Subject: [PATCH]: default byteorder
58759              From: Wilfredo Sánchez <wsanchez@apple.com>
58760              Date: Mon, 31 Jul 2000 19:45:31 -0700
58761              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
58762      Branch: perl
58763            ! configpm
58764 ____________________________________________________________________________
58765 [  6670] By: gsar                                  on 2000/08/17  01:22:21
58766         Log: move WNOHANG definition to where other such things are
58767      Branch: perl
58768            ! win32/win32.h
58769 ____________________________________________________________________________
58770 [  6669] By: jhi                                   on 2000/08/17  01:19:17
58771         Log: Update Changes.
58772      Branch: perl
58773            ! Changes patchlevel.h
58774 ____________________________________________________________________________
58775 [  6668] By: jhi                                   on 2000/08/17  01:16:29
58776         Log: Doc nits spotted by Richard Soderberg.
58777      Branch: perl
58778            ! README.posix-bc README.vmesa
58779 ____________________________________________________________________________
58780 [  6667] By: jhi                                   on 2000/08/17  01:12:11
58781         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
58782              From: "Casey R. Tweten" <crt@kiski.net>
58783              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
58784              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
58785      Branch: perl
58786            ! pod/perldebtut.pod
58787 ____________________________________________________________________________
58788 [  6666] By: jhi                                   on 2000/08/17  01:09:31
58789         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
58790              From: "Casey R. Tweten" <crt@kiski.net>
58791              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
58792              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
58793      Branch: perl
58794            ! lib/Shell.pm
58795 ____________________________________________________________________________
58796 [  6665] By: gsar                                  on 2000/08/17  01:03:52
58797         Log: add "ok" targets from change#6632 in makefile.mk
58798      Branch: perl
58799            ! pod/perlport.pod win32/Makefile win32/makefile.mk
58800 ____________________________________________________________________________
58801 [  6664] By: gsar                                  on 2000/08/17  00:56:11
58802         Log: avoid warnings from dense compiler
58803      Branch: perl
58804            ! win32/win32.c
58805 ____________________________________________________________________________
58806 [  6663] By: jhi                                   on 2000/08/17  00:51:49
58807         Log: Tweak the regex compilation errors once more.
58808      Branch: perl
58809            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58810            ! t/op/regmesg.t t/pragma/warn/regcomp
58811 ____________________________________________________________________________
58812 [  6662] By: gsar                                  on 2000/08/17  00:28:19
58813         Log: trailing new %ENV entries weren't being pushed into the real
58814              environment of subprocesses on Windows
58815      Branch: perl
58816            ! t/op/magic.t win32/perlhost.h
58817 ____________________________________________________________________________
58818 [  6661] By: gsar                                  on 2000/08/17  00:19:20
58819         Log: waitpid() now handles externally spawned pids correctly;
58820              fixes for backtick/wait/waitpid failures on Windows 9x
58821              
58822              these changes make the pid returned by process functions on
58823              Windows 9x always positive by clearing the high bit (which
58824              is always set on Win9x); pseudo-process PIDs are likewise
58825              always negative now on Win9x (just as on NT/2000)
58826      Branch: perl
58827            ! pp_sys.c win32/perlhost.h win32/win32.c
58828 ____________________________________________________________________________
58829 [  6660] By: jhi                                   on 2000/08/17  00:04:32
58830         Log: Retract #6645.
58831      Branch: perl
58832            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58833            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58834            ! t/op/sprintf.t
58835 ____________________________________________________________________________
58836 [  6659] By: gsar                                  on 2000/08/16  23:59:28
58837         Log: on windows, the return values from wait() and waitpid() don't
58838              match those of pseudo-pids
58839      Branch: perl
58840            ! pp_sys.c t/op/fork.t util.c win32/win32.c
58841 ____________________________________________________________________________
58842 [  6658] By: gsar                                  on 2000/08/16  23:56:14
58843         Log: pod nit seen in passing
58844      Branch: perl
58845            ! pod/perlfunc.pod
58846 ____________________________________________________________________________
58847 [  6657] By: gsar                                  on 2000/08/16  23:53:42
58848         Log: change#6328 could make close(SOCKET) return false on windows
58849              when it shouldn't
58850      Branch: perl
58851            ! win32/win32sck.c
58852 ____________________________________________________________________________
58853 [  6656] By: gsar                                  on 2000/08/16  23:46:57
58854         Log: check that the number pseudo children doesn't exceed
58855              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
58856              the WaitForMultipleObjects() limit that would cause wait()
58857              to crash)
58858              
58859              wait() and waitpid() could potentially be rewritten to use
58860              more than one thread to do the waiting to eliminate this
58861              limitation
58862      Branch: perl
58863            ! win32/perlhost.h
58864 ____________________________________________________________________________
58865 [  6655] By: jhi                                   on 2000/08/16  14:11:05
58866         Log: Update Changes.
58867      Branch: perl
58868            ! Changes patchlevel.h
58869 ____________________________________________________________________________
58870 [  6654] By: jhi                                   on 2000/08/16  14:10:12
58871         Log: Update to perldebtut 1.9, from Richard Foley.
58872      Branch: perl
58873            ! pod/perldebtut.pod
58874 ____________________________________________________________________________
58875 [  6653] By: jhi                                   on 2000/08/16  14:08:17
58876         Log: Change the regx compilation error markers to use = instead of <
58877              since pod makes using the latter quite messy.  Reported in
58878              ID 20000814.006 by Abigail and in
58879              Subject: Unknown escape E<> ?
58880              From: Lupe Christoph <lupe@lupe-christoph.de>
58881              Date: Fri, 11 Aug 2000 00:30:27 +0200
58882              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
58883      Branch: perl
58884            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
58885            ! t/op/regmesg.t t/pragma/warn/regcomp
58886 ____________________________________________________________________________
58887 [  6652] By: jhi                                   on 2000/08/16  13:25:31
58888         Log: Change the perlbug address to perl.org since it's more forgiving.
58889              
58890              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
58891              From: abigail@foad.org
58892              Date: 15 Aug 2000 04:15:40 -0000
58893              Message-Id: <20000815041540.8633.qmail@foad.org>
58894      Branch: perl
58895            ! utils/perlbug.PL
58896 ____________________________________________________________________________
58897 [  6651] By: jhi                                   on 2000/08/16  13:22:35
58898         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
58899              From: Tim Jenness <timj@jach.hawaii.edu>
58900              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
58901              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
58902      Branch: perl
58903            ! lib/Cwd.pm
58904 ____________________________________________________________________________
58905 [  6650] By: jhi                                   on 2000/08/16  13:18:13
58906         Log: Update to CPAN 1.57.
58907              
58908              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
58909              From: andreas.koenig@anima.de (Andreas J. Koenig)
58910              Date: 16 Aug 2000 15:09:46 +0200
58911              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
58912      Branch: perl
58913            ! lib/CPAN.pm
58914 ____________________________________________________________________________
58915 [  6649] By: jhi                                   on 2000/08/16  13:12:31
58916         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
58917              From: "Larry W. Virden" <lvirden@cas.org>
58918              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
58919              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
58920      Branch: perl
58921            ! README.hpux
58922 ____________________________________________________________________________
58923 [  6648] By: jhi                                   on 2000/08/16  13:03:53
58924         Log: The numeric locale was reset to "C" by s?printf and never restored.
58925              
58926              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
58927              From: Christian Kirsch <ck@held.mind.de>
58928              Date: Wed, 9 Aug 2000 17:05:17 +0200
58929              Message-Id: <20000809170517.A25389@held>
58930              
58931              No test since adding the failing example to locale.t
58932              does not fail -- probably because the locale settings are so
58933              thoroughly tweaked by that time.  Running the example standalone
58934              does fail, though.  UPDATE: test case added at change #7540.
58935      Branch: perl
58936            ! dump.c perl.h pp.c pp_ctl.c sv.c
58937 ____________________________________________________________________________
58938 [  6647] By: jhi                                   on 2000/08/16  00:07:54
58939         Log: Update Changes and test semi-automatic patchlevel updating.
58940      Branch: perl
58941            ! Changes patchlevel.h
58942 ____________________________________________________________________________
58943 [  6646] By: jhi                                   on 2000/08/15  23:35:07
58944         Log: Fix a dependency problem.
58945              
58946              Subject: [PATCH: 6640] VMS Makefile.SH update
58947              From: Peter Prymmer <pvhp@forte.com>
58948              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
58949              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
58950      Branch: perl
58951            ! vms/descrip_mms.template
58952 ____________________________________________________________________________
58953 [  6645] By: jhi                                   on 2000/08/15  23:33:23
58954         Log: (Retracted by #6660)
58955              
58956              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
58957              From: Dominic Dunlop <domo@computer.org>
58958              Date: Tue, 15 Aug 2000 22:20:52 +0200
58959              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
58960      Branch: metaconfig/U/perl
58961            + d_printfed.U
58962      Branch: perl
58963            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58964            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
58965            ! t/op/sprintf.t
58966 ____________________________________________________________________________
58967 [  6644] By: jhi                                   on 2000/08/15  21:17:20
58968         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
58969              From: abigail@foad.org
58970              Date: 15 Aug 2000 20:12:41 -0000
58971              Message-Id: <20000815201241.25556.qmail@foad.org>
58972      Branch: perl
58973            ! INSTALL
58974 ____________________________________________________________________________
58975 [  6643] By: jhi                                   on 2000/08/15  21:15:28
58976         Log: (an already applied patch)
58977      Branch: perl
58978            ! lib/CGI.pm
58979 ____________________________________________________________________________
58980 [  6642] By: gsar                                  on 2000/08/15  19:54:05
58981         Log: magic callbacks all need to have same type signature
58982      Branch: perl
58983            ! embed.pl mg.c proto.h
58984 ____________________________________________________________________________
58985 [  6641] By: jhi                                   on 2000/08/15  17:56:27
58986         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)
58987              From: Mike Guy <mjtg@cam.ac.uk>
58988              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
58989              Date: Tue, 15 Aug 2000 18:26:45 +0100
58990              
58991              Only the peek.t part applied, not the hash quality part.
58992      Branch: perl
58993            ! t/lib/peek.t
58994 ____________________________________________________________________________
58995 [  6640] By: jhi                                   on 2000/08/15  16:37:37
58996         Log: Update Changes.
58997      Branch: perl
58998            ! Changes
58999 ____________________________________________________________________________
59000 [  6639] By: jhi                                   on 2000/08/15  16:34:55
59001         Log: Missed a file from #6638.
59002      Branch: perl
59003            ! lib/File/Temp.pm
59004 ____________________________________________________________________________
59005 [  6638] By: jhi                                   on 2000/08/15  16:33:19
59006         Log: Subject: [PATCH perl@6620] cygwin port
59007              From: "Fifer, Eric" <EFifer@sanwaint.com>
59008              Date: Tue, 15 Aug 2000 17:00:49 +0100
59009              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
59010      Branch: perl
59011            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
59012 ____________________________________________________________________________
59013 [  6637] By: jhi                                   on 2000/08/15  16:29:22
59014         Log: Subject: [PATCH] debugger exit code should reflect user exit code
59015              From: Mike Guy <mjtg@cam.ac.uk>
59016              Date: Tue, 15 Aug 2000 16:55:59 +0100
59017              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
59018      Branch: perl
59019            ! lib/perl5db.pl
59020 ____________________________________________________________________________
59021 [  6636] By: jhi                                   on 2000/08/15  15:30:58
59022         Log: Update Changes.
59023      Branch: perl
59024            ! Changes
59025 ____________________________________________________________________________
59026 [  6635] By: jhi                                   on 2000/08/15  15:27:21
59027         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
59028      Branch: metaconfig
59029            ! U/mkglossary U/mksample
59030      Branch: metaconfig/U/perl
59031            ! Devel.U
59032      Branch: perl
59033            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
59034 ____________________________________________________________________________
59035 [  6634] By: jhi                                   on 2000/08/15  14:11:55
59036         Log: Don't blow limited stacks, a lower number is enough to
59037              tickle the lookbehind limit.
59038              
59039              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
59040              From: Dominic Dunlop <domo@computer.org>
59041              Date: Tue, 15 Aug 2000 13:51:24 +0200
59042              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
59043      Branch: perl
59044            ! t/op/regmesg.t
59045 ____________________________________________________________________________
59046 [  6633] By: jhi                                   on 2000/08/15  14:01:46
59047         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
59048              From: Mike Guy <mjtg@cam.ac.uk>
59049              Date: Tue, 15 Aug 2000 12:10:50 +0100
59050              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
59051      Branch: perl
59052            ! utils/perldoc.PL
59053 ____________________________________________________________________________
59054 [  6632] By: jhi                                   on 2000/08/15  13:58:48
59055         Log: make ok etc also for win32.
59056              
59057              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
59058              From: Prymmer/Kahn <pvhp@best.com>
59059              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
59060              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
59061      Branch: perl
59062            ! win32/Makefile
59063 ____________________________________________________________________________
59064 [  6631] By: jhi                                   on 2000/08/15  13:45:03
59065         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
59066      Branch: perl
59067            ! lib/Test.pm
59068 ____________________________________________________________________________
59069 [  6630] By: jhi                                   on 2000/08/15  03:25:09
59070         Log: Update Changes.
59071      Branch: perl
59072            ! Changes
59073 ____________________________________________________________________________
59074 [  6629] By: jhi                                   on 2000/08/15  03:23:53
59075         Log: magic_regdatum_set() is void, not int.
59076      Branch: perl
59077            ! embed.pl mg.c proto.h
59078 ____________________________________________________________________________
59079 [  6628] By: jhi                                   on 2000/08/15  03:08:02
59080         Log: Make the user to give up his firstborn, err, to knowingly
59081              verify installing an unstable developer release.  Also bump
59082              the release to 5.7.0, but leave a patch tag in the local
59083              patches saying that this is not yet the real thing.
59084      Branch: metaconfig
59085            ! U/modified/Instruct.U
59086      Branch: metaconfig/U/perl
59087            + Devel.U
59088      Branch: perl
59089            ! Configure patchlevel.h
59090 ____________________________________________________________________________
59091 [  6627] By: jhi                                   on 2000/08/14  22:32:52
59092         Log: README.os2 update.
59093              
59094              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
59095              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59096              Date: Wed, 02 Aug 2000 21:55:09 -0700
59097              Message-ID: <tsPi5gzkgegX092yn@efn.org>
59098      Branch: perl
59099            ! README.os2
59100 ____________________________________________________________________________
59101 [  6626] By: jhi                                   on 2000/08/14  21:00:02
59102         Log: Subject: Re: File::Temp problems on VMS in bleedperl
59103              From: Tim Jenness <timj@jach.hawaii.edu>
59104              cc: vmsperl@perl.org
59105              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
59106              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
59107      Branch: perl
59108            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
59109 ____________________________________________________________________________
59110 [  6625] By: jhi                                   on 2000/08/14  20:52:16
59111         Log: Add SUIDMAIL as was done for the CERT alert.
59112      Branch: perl
59113            ! patchlevel.h
59114 ____________________________________________________________________________
59115 [  6624] By: jhi                                   on 2000/08/14  20:48:50
59116         Log: Subject: sfio2000
59117              From: Daniel Muino <dmuino@afip.gov.ar>
59118              Date: Mon, 14 Aug 2000 16:58:11 -0300
59119              Message-ID: <20000814165811.B16368@con2-dgi>
59120      Branch: perl
59121            ! perlsdio.h perlsfio.h
59122 ____________________________________________________________________________
59123 [  6623] By: jhi                                   on 2000/08/14  20:47:36
59124         Log: Subject: warning: storage class after type is obsolescent
59125              From: Daniel Muino <dmuino@afip.gov.ar>
59126              Date: Mon, 14 Aug 2000 16:42:47 -0300
59127              Message-ID: <20000814164247.A16368@con2-dgi>
59128      Branch: perl
59129            ! regcomp.pl regnodes.h
59130 ____________________________________________________________________________
59131 [  6622] By: jhi                                   on 2000/08/14  20:43:05
59132         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
59133              From: abigail@foad.org
59134              Date: 14 Aug 2000 20:00:10 -0000
59135              Message-Id: <20000814200010.27271.qmail@foad.org>
59136      Branch: perl
59137            ! Changes
59138 ____________________________________________________________________________
59139 [  6621] By: jhi                                   on 2000/08/14  15:23:05
59140         Log: Update Changes.
59141      Branch: perl
59142            ! Changes
59143 ____________________________________________________________________________
59144 [  6620] By: jhi                                   on 2000/08/14  15:22:14
59145         Log: Subject: Re: [PATCH] @+, @- readonly
59146              From: Mike Guy <mjtg@cam.ac.uk>
59147              Date: Mon, 14 Aug 2000 15:26:55 +0100
59148              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
59149      Branch: perl
59150            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
59151            ! sv.c t/op/pat.t
59152 ____________________________________________________________________________
59153 [  6619] By: jhi                                   on 2000/08/14  14:12:08
59154         Log: Update Changes.
59155      Branch: perl
59156            ! Changes
59157 ____________________________________________________________________________
59158 [  6618] By: jhi                                   on 2000/08/14  14:09:34
59159         Log: For now remove the mail code.
59160      Branch: perl
59161            ! perl.c
59162 ____________________________________________________________________________
59163 [  6617] By: jhi                                   on 2000/08/14  14:08:28
59164         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
59165      Branch: perl
59166            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
59167            ! pod/perlfaq8.pod pod/perlsec.pod
59168 ____________________________________________________________________________
59169 [  6616] By: jhi                                   on 2000/08/14  14:00:11
59170         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59171              From: Mike Guy <mjtg@cam.ac.uk>
59172              Date: Mon, 14 Aug 2000 08:26:02 +0100
59173              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
59174      Branch: perl
59175            ! lib/perl5db.pl
59176 ____________________________________________________________________________
59177 [  6615] By: jhi                                   on 2000/08/14  13:58:45
59178         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
59179              From: Mike Guy <mjtg@cam.ac.uk>
59180              Date: Mon, 14 Aug 2000 08:04:22 +0100
59181              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
59182      Branch: perl
59183            ! gv.c mg.c t/op/pat.t
59184 ____________________________________________________________________________
59185 [  6614] By: jhi                                   on 2000/08/14  13:56:45
59186         Log: Subject: Test fails / warnings with perl-current #6612
59187              From: Mike Guy <mjtg@cam.ac.uk>
59188              Date: Mon, 14 Aug 2000 07:57:23 +0100
59189              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
59190      Branch: perl
59191            ! t/lib/b.t t/lib/peek.t
59192 ____________________________________________________________________________
59193 [  6613] By: jhi                                   on 2000/08/14  13:45:33
59194         Log: VMS configure.com update continues.
59195      Branch: perl
59196            - vms/configure.com
59197            ! MANIFEST configure.com
59198 ____________________________________________________________________________
59199 [  6612] By: jhi                                   on 2000/08/13  22:13:35
59200         Log: Update Changes.
59201      Branch: perl
59202            ! Changes
59203 ____________________________________________________________________________
59204 [  6611] By: jhi                                   on 2000/08/13  16:21:45
59205         Log: Upgrade to CGI 2.71, from Lincoln Stein.
59206      Branch: perl
59207            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
59208 ____________________________________________________________________________
59209 [  6610] By: jhi                                   on 2000/08/13  15:09:16
59210         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
59211              From: Mike Guy <mjtg@cam.ac.uk>
59212              Date: Sun, 13 Aug 2000 13:45:51 +0100
59213              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
59214      Branch: perl
59215            ! t/op/regmesg.t
59216 ____________________________________________________________________________
59217 [  6609] By: jhi                                   on 2000/08/13  14:31:26
59218         Log: Andreas says that 1.56 is fine, so reverting back to it.
59219      Branch: perl
59220            ! lib/CPAN.pm
59221 ____________________________________________________________________________
59222 [  6608] By: jhi                                   on 2000/08/13  05:34:20
59223         Log: Update Changes.
59224      Branch: perl
59225            ! Changes
59226 ____________________________________________________________________________
59227 [  6607] By: jhi                                   on 2000/08/13  05:32:01
59228         Log: Put back the \z changes of #5406 to CPAN.pm.
59229      Branch: perl
59230            ! lib/CPAN.pm
59231 ____________________________________________________________________________
59232 [  6606] By: jhi                                   on 2000/08/13  05:20:16
59233         Log: Fix-n-skip the tests under 5005threads.
59234      Branch: perl
59235            ! t/lib/b.t
59236 ____________________________________________________________________________
59237 [  6605] By: jhi                                   on 2000/08/13  05:07:48
59238         Log: Fix the test for 5005threads.
59239      Branch: perl
59240            ! t/lib/peek.t
59241 ____________________________________________________________________________
59242 [  6604] By: jhi                                   on 2000/08/13  03:35:37
59243         Log: Should have deleted this in #6603.
59244      Branch: perl
59245            - vms/subconfigure.com
59246 ____________________________________________________________________________
59247 [  6603] By: jhi                                   on 2000/08/12  18:29:32
59248         Log: Rewrite of vms/subconfigure.com as configure.com,
59249              from Peter Prymmer and the vmsperl crew.
59250      Branch: perl
59251            + vms/configure.com
59252            ! MANIFEST
59253 ____________________________________________________________________________
59254 [  6602] By: jhi                                   on 2000/08/11  13:00:01
59255         Log: PlainText.pm is dead.
59256      Branch: perl
59257            - lib/Pod/PlainText.pm
59258            ! MANIFEST
59259 ____________________________________________________________________________
59260 [  6601] By: jhi                                   on 2000/08/11  04:06:45
59261         Log: Update Changes.
59262      Branch: perl
59263            ! Changes
59264 ____________________________________________________________________________
59265 [  6600] By: jhi                                   on 2000/08/11  04:06:10
59266         Log: Add a few missing files, update MANIFEST.
59267      Branch: perl
59268            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
59269            + lib/Pod/PlainText.pm t/pod/find.t
59270            ! MANIFEST t/op/regmesg.t
59271 ____________________________________________________________________________
59272 [  6599] By: jhi                                   on 2000/08/11  03:31:10
59273         Log: Add Perl debugging tutorial, regen toc. 
59274              
59275              Subject: perldebtut.pod
59276              From: Richard Foley <Richard.Foley@m.dasa.de>
59277              Date: Wed, 09 Aug 2000 10:17:15 +0200
59278              Message-id: <3991138B.262247B8@m.dasa.de>
59279      Branch: perl
59280            + pod/perldebtut.pod
59281            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59282 ____________________________________________________________________________
59283 [  6598] By: jhi                                   on 2000/08/11  02:48:56
59284         Log: tiny Changes edit
59285      Branch: perl
59286            ! Changes
59287 ____________________________________________________________________________
59288 [  6597] By: jhi                                   on 2000/08/11  02:39:04
59289         Log: Tests for #6589.
59290              
59291              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59292              From: simon@brecon.co.uk (Simon Cozens)
59293              Date: 11 Aug 2000 02:24:52 GMT
59294              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
59295      Branch: perl
59296            ! t/lib/b.t
59297 ____________________________________________________________________________
59298 [  6596] By: jhi                                   on 2000/08/11  01:50:07
59299         Log: Update Changes.
59300      Branch: perl
59301            ! Changes
59302 ____________________________________________________________________________
59303 [  6595] By: jhi                                   on 2000/08/11  01:47:16
59304         Log: nitfix
59305      Branch: perl
59306            ! Changes
59307 ____________________________________________________________________________
59308 [  6594] By: jhi                                   on 2000/08/11  01:36:16
59309         Log: Subject: Getting perlio and threads to compile
59310              From: Lupe Christoph <lupe@lupe-christoph.de>
59311              Date: Wed, 9 Aug 2000 11:35:54 +0200
59312              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
59313              
59314              (the Solaris version changes in Configure skipped)
59315      Branch: perl
59316            ! hints/solaris_2.sh thread.h
59317 ____________________________________________________________________________
59318 [  6593] By: jhi                                   on 2000/08/11  01:30:16
59319         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
59320              From: simon@brecon.co.uk (Simon Cozens)
59321              Date: 1 Aug 2000 06:55:19 GMT
59322              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
59323      Branch: perl
59324            ! lib/utf8.pm
59325 ____________________________________________________________________________
59326 [  6592] By: jhi                                   on 2000/08/11  01:26:39
59327         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
59328              From: Peter Scott <Peter@PeterScott.com>
59329              Date: Thu, 10 Aug 2000 08:23:27 -0700
59330              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
59331      Branch: perl
59332            ! lib/perl5db.pl
59333 ____________________________________________________________________________
59334 [  6591] By: jhi                                   on 2000/08/11  01:22:02
59335         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
59336              From: Hugo <hv@crypt.compulink.co.uk>
59337              Date: Thu, 10 Aug 2000 19:23:04 +0100
59338              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
59339      Branch: perl
59340            ! regexec.c t/op/pat.t
59341 ____________________________________________________________________________
59342 [  6590] By: jhi                                   on 2000/08/11  01:19:19
59343         Log: Preprocessing and postprocessing for File::Find.
59344              
59345              Subject: Patch to Find::File.pm to allow alphabetical results
59346              From: Joe Smith <jsmith@inwap.com>
59347              Date: Wed, 9 Aug 2000 02:44:54 -0700
59348              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
59349      Branch: perl
59350            ! lib/File/Find.pm
59351 ____________________________________________________________________________
59352 [  6589] By: jhi                                   on 2000/08/11  01:12:39
59353         Log: B::Deparse didn't do sub attributes.
59354              
59355              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
59356              From: simon@brecon.co.uk (Simon Cozens)
59357              Date: 9 Aug 2000 04:49:20 GMT
59358              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
59359      Branch: perl
59360            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
59361 ____________________________________________________________________________
59362 [  6588] By: jhi                                   on 2000/08/11  01:06:40
59363         Log: Subject: debugger "d" command doesnt check line number
59364              From: Mike Guy <mjtg@cam.ac.uk>
59365              Date: Tue, 08 Aug 2000 21:54:29 +0100
59366              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
59367      Branch: perl
59368            ! lib/perl5db.pl mg.c pod/perldiag.pod
59369 ____________________________________________________________________________
59370 [  6587] By: jhi                                   on 2000/08/11  00:45:03
59371         Log: sleep(1) does not necessarily return 1.
59372              
59373              Subject: [PATCH bleadperl] op/lex_assign.t  
59374              From: Hugo <hv@crypt.compulink.co.uk>
59375              Date: Thu, 03 Aug 2000 14:34:22 +0100        
59376              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
59377      Branch: perl
59378            ! t/op/lex_assign.t
59379 ____________________________________________________________________________
59380 [  6586] By: jhi                                   on 2000/08/11  00:31:50
59381         Log: Document the IO::Select timeout.
59382      Branch: perl
59383            ! ext/IO/lib/IO/Select.pm
59384 ____________________________________________________________________________
59385 [  6585] By: jhi                                   on 2000/08/11  00:13:54
59386         Log: Forgot contributor.
59387      Branch: perl
59388            ! Changes
59389 ____________________________________________________________________________
59390 [  6584] By: jhi                                   on 2000/08/11  00:09:19
59391         Log: detypo
59392      Branch: perl
59393            ! Changes
59394 ____________________________________________________________________________
59395 [  6583] By: jhi                                   on 2000/08/11  00:07:53
59396         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
59397              
59398              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
59399              From: Mike Guy <mjtg@cam.ac.uk> 
59400              Date: Thu, 10 Aug 2000 15:50:54 +0100
59401              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
59402      Branch: perl
59403            ! sv.c t/op/int.t
59404 ____________________________________________________________________________
59405 [  6582] By: jhi                                   on 2000/08/10  23:29:32
59406         Log: Update Changes.
59407      Branch: perl
59408            ! Changes
59409 ____________________________________________________________________________
59410 [  6581] By: jhi                                   on 2000/08/10  23:26:16
59411         Log: Put back the std @INC thing.
59412      Branch: perl
59413            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
59414            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
59415            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
59416            ! t/lib/gol-oo.t
59417 ____________________________________________________________________________
59418 [  6580] By: jhi                                   on 2000/08/10  23:03:34
59419         Log: Update to CGI 2.70, from Lincoln Stein.
59420      Branch: perl
59421            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
59422            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
59423            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
59424            ! t/lib/cgi-request.t
59425 ____________________________________________________________________________
59426 [  6579] By: jhi                                   on 2000/08/10  22:41:50
59427         Log: Update to CPAN 1.56, from Andreas König.
59428      Branch: perl
59429            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
59430 ____________________________________________________________________________
59431 [  6578] By: jhi                                   on 2000/08/10  22:38:13
59432         Log: Update to Pod::Parser 1.17, from Brad Appleton.
59433      Branch: perl
59434            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
59435            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
59436            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
59437            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
59438            ! t/pod/include.t t/pod/included.t t/pod/lref.t
59439            ! t/pod/multiline_items.t t/pod/nested_items.t
59440            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
59441            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
59442            ! t/pod/special_seqs.t
59443 ____________________________________________________________________________
59444 [  6577] By: jhi                                   on 2000/08/10  22:35:41
59445         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
59446      Branch: perl
59447            ! AUTHORS MAINTAIN
59448 ____________________________________________________________________________
59449 [  6576] By: jhi                                   on 2000/08/10  22:24:54
59450         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
59451      Branch: perl
59452            + t/lib/gol-oo.t
59453            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
59454            ! t/lib/gol-compat.t t/lib/gol-linkage.t
59455 ____________________________________________________________________________
59456 [  6575] By: jhi                                   on 2000/08/10  22:02:07
59457         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
59458      Branch: perl
59459            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
59460 ____________________________________________________________________________
59461 [  6574] By: jhi                                   on 2000/08/10  21:55:03
59462         Log: Iterating perl6 description.
59463      Branch: perl
59464            ! pod/perlfaq1.pod
59465 ____________________________________________________________________________
59466 [  6573] By: jhi                                   on 2000/08/10  21:48:26
59467         Log: Revert the sv.c part of #6559, a better fix is needed.
59468      Branch: perl
59469            ! sv.c
59470 ____________________________________________________________________________
59471 [  6572] By: jhi                                   on 2000/08/10  20:33:43
59472         Log: It's the 2ndO'ROSSC.
59473      Branch: perl
59474            ! pod/perlfaq1.pod
59475 ____________________________________________________________________________
59476 [  6571] By: jhi                                   on 2000/08/10  15:55:48
59477         Log: detypo
59478      Branch: perl
59479            ! pod/perlfaq1.pod
59480 ____________________________________________________________________________
59481 [  6570] By: jhi                                   on 2000/08/10  14:11:17
59482         Log: An exceptionally sticky typo.
59483      Branch: perl
59484            ! Changes
59485 ____________________________________________________________________________
59486 [  6569] By: jhi                                   on 2000/08/10  14:09:33
59487         Log: detypo (and test Changes updating script)
59488      Branch: perl
59489            ! Changes
59490 ____________________________________________________________________________
59491 [  6568] By: jhi                                   on 2000/08/10  14:07:07
59492         Log: Update Changes.
59493      Branch: perl
59494            ! Changes
59495 ____________________________________________________________________________
59496 [  6567] By: jhi                                   on 2000/08/10  14:06:19
59497         Log: Amend the description of Perl6.
59498              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
59499              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
59500              Date: Wed, 9 Aug 2000 22:11:06 -0500
59501              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
59502      Branch: perl
59503            ! pod/perlfaq1.pod
59504 ____________________________________________________________________________
59505 [  6566] By: jhi                                   on 2000/08/10  13:58:57
59506         Log: Subject: Remove dead entry in perldiag
59507              From: Mike Guy <mjtg@cam.ac.uk>
59508              Date: Thu, 10 Aug 2000 14:19:19 +0100
59509              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
59510      Branch: perl
59511            ! pod/perldiag.pod
59512 ____________________________________________________________________________
59513 [  6565] By: jhi                                   on 2000/08/10  13:51:48
59514         Log: Zero entries were skipped, fix from Adrian Goalby
59515              <argoalby@yahoo.co.uk>
59516      Branch: perl
59517            ! lib/unicode/Number.pl lib/unicode/mktables.PL
59518 ____________________________________________________________________________
59519 [  6564] By: jhi                                   on 2000/08/10  13:00:12
59520         Log: Subject: [PATCH 5.6.0] cygwin port
59521              From: "Fifer, Eric" <EFifer@sanwaint.com>
59522              Date: Thu, 10 Aug 2000 13:15:36 +0100
59523              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
59524      Branch: perl
59525            ! README.cygwin hints/cygwin.sh
59526 ____________________________________________________________________________
59527 [  6563] By: jhi                                   on 2000/08/10  12:55:16
59528         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
59529      Branch: perl
59530            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
59531 ____________________________________________________________________________
59532 [  6562] By: gsar                                  on 2000/08/10  08:38:39
59533         Log: warn is a macro, avoid using at a variable to avoid warnings
59534              in some configurations; readdir.t is too conservative in
59535              estimating number of *.t's
59536      Branch: perl
59537            ! t/op/readdir.t util.c
59538 ____________________________________________________________________________
59539 [  6561] By: jhi                                   on 2000/08/09  23:35:42
59540         Log: Update Changes.
59541      Branch: perl
59542            ! Changes
59543 ____________________________________________________________________________
59544 [  6560] By: jhi                                   on 2000/08/09  23:05:47
59545         Log: Subject: Re: enhanced(?) regex error messages
59546              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59547              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
59548              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
59549              
59550              (plus two small patches sent privately)
59551              (this still seems to leave few test failures)
59552      Branch: perl
59553            + t/op/regmesg.t
59554            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
59555            ! t/pragma/warn/regcomp
59556 ____________________________________________________________________________
59557 [  6559] By: jhi                                   on 2000/08/09  20:41:18
59558         Log: (The fix did work but was not right, retracted in #6573)
59559              
59560              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
59561              From: Christian Kirsch <ck@held.mind.de>
59562              Date: Wed, 9 Aug 2000 17:05:17 +0200
59563              Message-Id: <20000809170517.A25389@held>
59564      Branch: perl
59565            ! sv.c t/pragma/locale.t
59566 ____________________________________________________________________________
59567 [  6558] By: jhi                                   on 2000/08/08  22:34:08
59568         Log: Tiny updates on the contributors list.
59569      Branch: perl
59570            ! Changes
59571 ____________________________________________________________________________
59572 [  6557] By: jhi                                   on 2000/08/08  19:34:28
59573         Log: Double check that we have a dirhandle.
59574      Branch: perl
59575            ! util.c
59576 ____________________________________________________________________________
59577 [  6556] By: jhi                                   on 2000/08/08  19:01:51
59578         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
59579              May be repopulated with fresh maintained examples.
59580      Branch: perl
59581            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
59582            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
59583            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
59584            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
59585            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
59586            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
59587            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
59588            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
59589            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
59590            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
59591            + lib/CGI/eg/wilogo_gif.uu
59592            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
59593            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
59594            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
59595            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
59596            - eg/cgi/frameset.cgi eg/cgi/index.html
59597            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
59598            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
59599            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
59600            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
59601            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
59602            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
59603            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
59604            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
59605            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
59606            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
59607            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
59608            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
59609            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
59610            - eg/van/vanish eg/who eg/wrapsuid
59611            ! MANIFEST
59612 ____________________________________________________________________________
59613 [  6555] By: jhi                                   on 2000/08/08  18:51:08
59614         Log: Delete chat2 as requested by Randal.
59615              
59616              Subject: Re: perlfaq8 coyness
59617              From: merlyn@stonehenge.com (Randal L. Schwartz) 
59618              Date: 15 May 2000 18:52:42 -0700 
59619              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
59620      Branch: perl
59621            - lib/chat2.pl
59622            ! MANIFEST
59623 ____________________________________________________________________________
59624 [  6554] By: jhi                                   on 2000/08/08  18:31:35
59625         Log: Regen global.sym.
59626      Branch: perl
59627            ! global.sym
59628 ____________________________________________________________________________
59629 [  6553] By: jhi                                   on 2000/08/08  18:28:13
59630         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
59631              (either perlbug or p5p ate the original), plus regen
59632              perlapi and perltoc. 
59633      Branch: perl
59634            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
59635            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
59636            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
59637            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
59638            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
59639            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
59640            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
59641            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
59642            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
59643            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
59644 ____________________________________________________________________________
59645 [  6552] By: jhi                                   on 2000/08/08  18:06:29
59646         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
59647              From: Mike Guy <mjtg@cam.ac.uk>
59648              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
59649              Date: Tue, 08 Aug 2000 15:51:27 +0100
59650      Branch: perl
59651            ! doop.c sv.h t/op/join.t t/pragma/overload.t
59652 ____________________________________________________________________________
59653 [  6551] By: jhi                                   on 2000/08/08  18:01:11
59654         Log: Re-apply #6549.
59655      Branch: perl
59656            ! lib/perl5db.pl
59657 ____________________________________________________________________________
59658 [  6550] By: jhi                                   on 2000/08/08  17:43:08
59659         Log: Accidental retraction of #6549.
59660      Branch: perl
59661            ! lib/perl5db.pl
59662 ____________________________________________________________________________
59663 [  6549] By: jhi                                   on 2000/08/08  17:40:04
59664         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
59665              From: Mike Guy <mjtg@cam.ac.uk>
59666              Date: Mon, 07 Aug 2000 21:49:58 +0100
59667              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
59668      Branch: perl
59669            ! lib/perl5db.pl
59670 ____________________________________________________________________________
59671 [  6548] By: jhi                                   on 2000/08/08  17:37:57
59672         Log: Document here-doc better.
59673              
59674              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
59675              From: Mike Guy <mjtg@cam.ac.uk>
59676              Date: Mon, 07 Aug 2000 14:02:09 +0100
59677              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
59678      Branch: perl
59679            ! pod/perldata.pod
59680 ____________________________________________________________________________
59681 [  6547] By: jhi                                   on 2000/08/08  17:33:34
59682         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
59683              From: "Randy J. Ray" <rjray@redhat.com>
59684              Date: Mon, 07 Aug 2000 19:12:25 -0700
59685              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
59686      Branch: perl
59687            ! perl.c pod/perlrun.pod
59688 ____________________________________________________________________________
59689 [  6546] By: jhi                                   on 2000/08/08  17:29:26
59690         Log: Subject: Re: enhanced(?) regex error messages 
59691              From: Hugo <hv@crypt.compulink.co.uk>
59692              Date: Tue, 08 Aug 2000 03:25:51 +0100
59693              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
59694              
59695              plus Capitalize the error messages, plus perldiag them.
59696      Branch: perl
59697            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
59698 ____________________________________________________________________________
59699 [  6545] By: jhi                                   on 2000/08/08  13:59:28
59700         Log: Augment #6539 a bit: don't croak if there's magic in the air.
59701              
59702              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
59703              From: Hugo <hv@crypt.compulink.co.uk>
59704              Date: Tue, 08 Aug 2000 03:02:03 +0100
59705              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
59706      Branch: perl
59707            ! pp.c t/op/bless.t
59708 ____________________________________________________________________________
59709 [  6544] By: jhi                                   on 2000/08/07  21:11:52
59710         Log: Make the test -w clean.
59711      Branch: perl
59712            ! t/op/bless.t
59713 ____________________________________________________________________________
59714 [  6543] By: jhi                                   on 2000/08/07  19:49:53
59715         Log: use warnings instead of $^W.
59716      Branch: perl
59717            ! t/op/bless.t
59718 ____________________________________________________________________________
59719 [  6542] By: jhi                                   on 2000/08/07  17:41:41
59720         Log: Disable a portability warning Because We Know What We Are Doing.
59721      Branch: perl
59722            ! t/op/bless.t
59723 ____________________________________________________________________________
59724 [  6541] By: jhi                                   on 2000/08/07  17:29:51
59725         Log: Tiny tidying on report_evil_fh().
59726      Branch: perl
59727            ! util.c
59728 ____________________________________________________________________________
59729 [  6540] By: jhi                                   on 2000/08/07  16:37:38
59730         Log: Make regular expression parse error messages easier to understand.
59731              
59732              Subject: Re: enhanced(?) regex error messages
59733              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
59734              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
59735              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
59736      Branch: perl
59737            ! regcomp.c
59738 ____________________________________________________________________________
59739 [  6539] By: jhi                                   on 2000/08/07  16:12:27
59740         Log: Make bless(REF, REF) a fatal error, add bless tests.
59741              
59742              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
59743              From: Hugo <hv@crypt.compulink.co.uk>
59744              Date: Mon, 07 Aug 2000 16:59:38 +0100
59745              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
59746      Branch: perl
59747            + t/op/bless.t
59748            ! MANIFEST pod/perldiag.pod pp.c sv.c
59749 ____________________________________________________________________________
59750 [  6538] By: jhi                                   on 2000/08/07  15:59:43
59751         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
59752              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
59753              Date: Thu, 3 Aug 2000 14:29:21 -0700
59754              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
59755      Branch: perl
59756            ! lib/lib_pm.PL
59757 ____________________________________________________________________________
59758 [  6537] By: jhi                                   on 2000/08/07  15:47:18
59759         Log: Retract #6419 for now since it breaks in AFS and MachTen.
59760      Branch: perl
59761            ! lib/Cwd.pm
59762 ____________________________________________________________________________
59763 [  6536] By: jhi                                   on 2000/08/07  15:05:29
59764         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
59765              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
59766              The security hole exists only in suidperls, which isn't
59767              installed or even built by default.
59768      Branch: perl
59769            ! perl.c
59770 ____________________________________________________________________________
59771 [  6535] By: jhi                                   on 2000/08/07  14:45:14
59772         Log: tr memory corruption fix from Simon Cozens.
59773      Branch: perl
59774            ! doop.c
59775 ____________________________________________________________________________
59776 [  6534] By: jhi                                   on 2000/08/06  11:38:16
59777         Log: Document a bit that UDP is not what you might think.
59778              
59779              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
59780              From: Lupe Christoph <lupe@lupe-christoph.de>
59781              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
59782              Date: Mon, 24 Jul 2000 08:59:15 +0200
59783      Branch: perl
59784            ! pod/perlipc.pod
59785 ____________________________________________________________________________
59786 [  6533] By: jhi                                   on 2000/08/06  11:35:01
59787         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
59788              From: Jeff Pinyan <jeffp@hut.crusoe.net>
59789              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
59790              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
59791      Branch: perl
59792            ! pod/perlfunc.pod
59793 ____________________________________________________________________________
59794 [  6532] By: jhi                                   on 2000/08/06  03:45:41
59795         Log: Have symbols for the IoTYPEs.
59796      Branch: perl
59797            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
59798 ____________________________________________________________________________
59799 [  6531] By: jhi                                   on 2000/08/06  01:33:55
59800         Log: Continue fixing the io warnings.  This also
59801              sort of fixes bug ID 20000802.003: the core dump
59802              is no more.  Whether the current behaviour is correct
59803              (giving a warning: "Not a format reference"), is another matter.
59804      Branch: perl
59805            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
59806            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
59807 ____________________________________________________________________________
59808 [  6530] By: jhi                                   on 2000/08/05  21:33:12
59809         Log: Change the Policy policy: now -Dprefix= with an existing
59810              Policy.sh and prefix == siteprefix == vendorprefix, then all
59811              of them follow along the new prefix.
59812              
59813              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
59814              From: Andy Dougherty <doughera@lafayette.edu>
59815              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
59816              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
59817      Branch: perl
59818            ! Policy_sh.SH
59819 ____________________________________________________________________________
59820 [  6529] By: jhi                                   on 2000/08/05  18:57:28
59821         Log: Zap lib/Sys directory when cleaning up.
59822      Branch: perl
59823            ! Makefile.SH
59824 ____________________________________________________________________________
59825 [  6528] By: jhi                                   on 2000/08/05  18:40:44
59826         Log: Essential prototype changes were missing from #6527.
59827              Also make report_evil_fh() more bomb-proof.
59828      Branch: perl
59829            ! embed.h util.c
59830 ____________________________________________________________________________
59831 [  6527] By: jhi                                   on 2000/08/05  03:22:05
59832         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
59833              From: "Ronald F. Guilmette" <rfg@monkeys.com>
59834              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
59835              Message-Id: <200007242247.PAA52177@monkeys.com>
59836      Branch: perl
59837            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
59838 ____________________________________________________________________________
59839 [  6526] By: jhi                                   on 2000/08/04  21:23:27
59840         Log: gcc versions might have (parentheses) in them.
59841      Branch: metaconfig/U/perl
59842            ! gccvers.U
59843      Branch: perl
59844            ! Configure config_h.SH
59845 ____________________________________________________________________________
59846 [  6525] By: jhi                                   on 2000/08/04  20:23:12
59847         Log: Weed buglets pointed out by
59848              
59849              From: Lupe Christoph <lupe@lupe-christoph.de>
59850              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
59851              Date: Fri, 4 Aug 2000 17:34:39 +0200
59852              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
59853      Branch: metaconfig/U/perl
59854            ! gccvers.U uselfs.U
59855      Branch: perl
59856            ! Configure config_h.SH
59857 ____________________________________________________________________________
59858 [  6524] By: jhi                                   on 2000/08/04  19:02:08
59859         Log: Warn under -w if lstat(FH) is attempted.
59860              
59861              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
59862              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
59863              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
59864              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
59865      Branch: perl
59866            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
59867            ! t/pragma/warn/pp_sys
59868 ____________________________________________________________________________
59869 [  6523] By: jhi                                   on 2000/08/04  12:31:11
59870         Log: Subject: New perlcc, take 2
59871              From: simon@brecon.co.uk (Simon Cozens)
59872              Date: 4 Aug 2000 06:21:04 GMT
59873              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
59874      Branch: perl
59875            ! utils/perlcc.PL
59876 ____________________________________________________________________________
59877 [  6522] By: jhi                                   on 2000/08/04  12:26:33
59878         Log: Subject: Re: Array vs. List context
59879              From: Daniel Chetlin <daniel@chetlin.com>
59880              Date: Fri, 4 Aug 2000 00:22:44 -0700
59881              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
59882      Branch: perl
59883            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
59884            ! pod/perlfaq4.pod
59885 ____________________________________________________________________________
59886 [  6521] By: jhi                                   on 2000/08/04  12:22:38
59887         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
59888              From: Raymund Will <ray@caldera.de>
59889              Date: Fri, 4 Aug 2000 12:07:09 +0200
59890              Message-Id: <20000804120709.A14982@caldera.de>
59891      Branch: perl
59892            ! configure.gnu
59893 ____________________________________________________________________________
59894 [  6520] By: jhi                                   on 2000/08/04  04:09:06
59895         Log: After the #6519 a warning about stat() is just that,
59896              not about a filetest, which now have their own warning.
59897      Branch: perl
59898            ! pod/perldiag.pod
59899 ____________________________________________________________________________
59900 [  6519] By: jhi                                   on 2000/08/04  04:06:30
59901         Log: In the warnings call filehandles consistently so;
59902              add "unopened" warning for stat().
59903      Branch: perl
59904            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
59905            ! t/pragma/warn/pp_sys
59906 ____________________________________________________________________________
59907 [  6518] By: jhi                                   on 2000/08/04  02:55:35
59908         Log: Subject: Minor tweak to perlvar.pod
59909              From: "Stephen P. Potter" <spp@ds.net>
59910              Date: Tue, 18 Apr 2000 09:26:03 -0400
59911              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
59912      Branch: perl
59913            ! pod/perlvar.pod
59914 ____________________________________________________________________________
59915 [  6517] By: jhi                                   on 2000/08/04  02:50:08
59916         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
59917              From: "Clinton Pierce" <cpierce1@ford.com>
59918              Date: Wed, 21 Jul 1999 16:45:31 -0400
59919              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
59920              
59921              Fix by Stephen Potter (visible in the bug db but not in p5p?)
59922      Branch: perl
59923            ! pod/perlfunc.pod pod/perlop.pod
59924 ____________________________________________________________________________
59925 [  6516] By: jhi                                   on 2000/08/04  02:09:25
59926         Log: This is 6512.  Really.
59927      Branch: perl
59928            ! dump.c
59929 ____________________________________________________________________________
59930 [  6515] By: jhi                                   on 2000/08/04  01:25:50
59931         Log: mention the idea of @( and @)
59932      Branch: perl
59933            ! Todo-5.6
59934 ____________________________________________________________________________
59935 [  6514] By: bailey                                on 2000/08/04  01:18:46
59936         Log: YA resync with mainstem, including VMS patches from others
59937      Branch: vmsperl
59938           +> (branch 48 files)
59939            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
59940           !> (integrate 354 files)
59941 ____________________________________________________________________________
59942 [  6513] By: jhi                                   on 2000/08/04  01:18:18
59943         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
59944              From: Mark Dickinson <dickins3@fas.harvard.edu>
59945              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
59946              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
59947      Branch: perl
59948            ! t/op/grent.t t/op/pwent.t
59949 ____________________________________________________________________________
59950 [  6512] By: jhi                                   on 2000/08/04  01:14:06
59951         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
59952              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59953              Date: Wed, 02 Aug 2000 10:51:01 +0100
59954              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
59955      Branch: perl
59956            ! sv.c
59957 ____________________________________________________________________________
59958 [  6511] By: jhi                                   on 2000/08/04  00:57:00
59959         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
59960              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59961              Date: Thu, 03 Aug 2000 17:20:04 -0700
59962              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
59963      Branch: metaconfig
59964            ! U/modified/Cppsym.U
59965      Branch: perl
59966            ! Configure config_h.SH
59967 ____________________________________________________________________________
59968 [  6510] By: jhi                                   on 2000/08/04  00:25:28
59969         Log: detypo
59970      Branch: perl
59971            ! Makefile.SH
59972 ____________________________________________________________________________
59973 [  6509] By: jhi                                   on 2000/08/03  23:43:18
59974         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
59975              From: Dominic Dunlop <domo@computer.org>
59976              Date: Thu, 3 Aug 2000 22:16:46 +0200
59977              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
59978      Branch: perl
59979            ! t/op/sprintf.t
59980 ____________________________________________________________________________
59981 [  6508] By: jhi                                   on 2000/08/03  23:40:37
59982         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
59983              From: Hugo <hv@crypt.compulink.co.uk>
59984              Date: Thu, 03 Aug 2000 18:25:30 +0100
59985              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
59986      Branch: perl
59987            ! regcomp.c t/op/re_tests
59988 ____________________________________________________________________________
59989 [  6507] By: jhi                                   on 2000/08/03  23:38:28
59990         Log: Subject: [PATCH] sv.h documentation - SvLEN
59991              From: Mike Guy <mjtg@cam.ac.uk>
59992              Date: Thu, 03 Aug 2000 14:43:09 +0100
59993              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
59994      Branch: perl
59995            ! sv.h
59996 ____________________________________________________________________________
59997 [  6506] By: jhi                                   on 2000/08/03  15:49:14
59998         Log: Disable the fix_pl hack for now.
59999      Branch: perl
60000            ! Makefile.SH
60001 ____________________________________________________________________________
60002 [  6505] By: jhi                                   on 2000/08/03  13:49:04
60003         Log: Add a URL for FSF.
60004              
60005              Subject: Patch for README
60006              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
60007              Date: Wed, 2 Aug 2000 13:25:09 -0500
60008              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
60009      Branch: perl
60010            ! README
60011 ____________________________________________________________________________
60012 [  6504] By: jhi                                   on 2000/08/03  13:29:19
60013         Log: Be more informative on what is skipped and why,
60014              also repeat the list at the end.
60015      Branch: perl
60016            ! Porting/p4desc
60017 ____________________________________________________________________________
60018 [  6503] By: jhi                                   on 2000/08/03  13:07:05
60019         Log: Circumvent the removal of .patch by fix_pl.
60020              
60021              Subject: Re: [ID 20000802.011] unable to 'make test'          
60022              From: simon@brecon.co.uk (Simon Cozens) 
60023              Date: 3 Aug 2000 04:17:00 GMT
60024              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
60025      Branch: perl
60026            ! Makefile.SH
60027 ____________________________________________________________________________
60028 [  6502] By: jhi                                   on 2000/08/03  00:14:34
60029         Log: Add the missing setproctitle unit.
60030      Branch: metaconfig/U/perl
60031            + d_setproctitle.U
60032 ____________________________________________________________________________
60033 [  6501] By: jhi                                   on 2000/08/03  00:00:26
60034         Log: The subtest 4 may fail also on VOBS, as pointed out
60035              by Nick Ing-Simmons in November 1999, bug id 19991124.003
60036              (but the failure in that bug report isn't the subtest 4).
60037      Branch: perl
60038            ! t/op/stat.t
60039 ____________________________________________________________________________
60040 [  6500] By: jhi                                   on 2000/08/02  23:49:30
60041         Log: Better skip message for the test; one of the two problems in
60042              
60043              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
60044              From: Lupe Christoph <lupe@lupe-christoph.de>
60045              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
60046              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
60047      Branch: perl
60048            ! t/op/numconvert.t
60049 ____________________________________________________________________________
60050 [  6499] By: jhi                                   on 2000/08/02  22:49:16
60051         Log: Allow "no Module;" even if there is no 'unimport'.
60052              
60053              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
60054              From: mjd@plover.com
60055              Date: 24 Mar 2000 15:24:34 -0000
60056              Message-Id: <20000324152434.15160.qmail@plover.com>
60057      Branch: perl
60058            ! gv.c
60059 ____________________________________________________________________________
60060 [  6498] By: jhi                                   on 2000/08/02  22:42:58
60061         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
60062              that are hopefully soon put into use.
60063      Branch: perl
60064            ! opcode.h opcode.pl opnames.h
60065 ____________________________________________________________________________
60066 [  6497] By: gsar                                  on 2000/08/02  22:28:59
60067         Log: require.t needs binmode() to work on windows
60068      Branch: perl
60069            ! t/comp/require.t
60070 ____________________________________________________________________________
60071 [  6496] By: jhi                                   on 2000/08/02  22:08:51
60072         Log: Document the IVdf UVuf UVof UVxf.
60073      Branch: perl
60074            ! pod/perlguts.pod
60075 ____________________________________________________________________________
60076 [  6495] By: jhi                                   on 2000/08/02  21:54:26
60077         Log: detypo #6494
60078      Branch: perl
60079            ! ext/Data/Dumper/Dumper.xs
60080 ____________________________________________________________________________
60081 [  6494] By: jhi                                   on 2000/08/02  21:49:17
60082         Log: Dump UVs as UVs in Data::Dumper.
60083              
60084              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
60085              From: Gurusamy Sarathy <gsar@ActiveState.com>
60086              Date: Thu, 27 Apr 2000 12:26:25 -0700
60087              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
60088      Branch: perl
60089            ! ext/Data/Dumper/Dumper.xs
60090 ____________________________________________________________________________
60091 [  6493] By: jhi                                   on 2000/08/02  17:01:58
60092         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
60093              From: Hugo <hv@crypt.compulink.co.uk>
60094              Date: Wed, 02 Aug 2000 14:53:56 +0100
60095              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
60096      Branch: perl
60097            ! regexec.c t/op/re_tests
60098 ____________________________________________________________________________
60099 [  6492] By: jhi                                   on 2000/08/02  15:02:46
60100         Log: The new setproctitle() feature is available only in 
60101              bleeding edge FreeBSD.  From Paul Saab.
60102      Branch: perl
60103            ! mg.c
60104 ____________________________________________________________________________
60105 [  6491] By: jhi                                   on 2000/08/02  13:34:36
60106         Log: The tr utf8 patching continues.
60107              
60108              Subject: Re: #6469, too many tests claimed in require.t
60109              From: simon@brecon.co.uk (Simon Cozens)
60110              Date: 2 Aug 2000 02:37:17 GMT
60111              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
60112              
60113              (the logic of the test was the wrong way round in the patch)
60114      Branch: perl
60115            ! doop.c
60116 ____________________________________________________________________________
60117 [  6490] By: jhi                                   on 2000/08/02  13:27:38
60118         Log: The name of a filehandle does not have <these>.
60119      Branch: perl
60120            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
60121            ! t/pragma/warn/pp_sys util.c
60122 ____________________________________________________________________________
60123 [  6489] By: jhi                                   on 2000/08/02  04:26:46
60124         Log: Remove the extraneous "main::" prefix from all the
60125              "opened only for", "on closed", and "never opened" warnings.
60126              
60127              Subject: Re: inappropriate warning
60128              From: Gurusamy Sarathy <gsar@ActiveState.com>
60129              Date: Mon, 20 Mar 2000 11:28:02 -0800
60130              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
60131      Branch: perl
60132            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
60133            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
60134            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
60135 ____________________________________________________________________________
60136 [  6488] By: jhi                                   on 2000/08/02  03:02:57
60137         Log: memcpy has n o in it, as pinted ut by Sarathy.
60138      Branch: perl
60139            ! pod/perlguts.pod
60140 ____________________________________________________________________________
60141 [  6487] By: jhi                                   on 2000/08/02  02:44:51
60142         Log: Document in one place the memory abstractions used in Perl core.
60143              
60144              Subject: Re: Memory abstraction
60145              From: simon@brecon.co.uk (Simon Cozens)
60146              Date: 2 Aug 2000 02:20:23 GMT
60147              Organization: Earth.li Origins
60148      Branch: perl
60149            ! pod/perlguts.pod
60150 ____________________________________________________________________________
60151 [  6486] By: jhi                                   on 2000/08/02  02:41:57
60152         Log: regen_headers, regen perltoc.
60153      Branch: perl
60154            ! perlapi.c pod/perltoc.pod
60155 ____________________________________________________________________________
60156 [  6485] By: jhi                                   on 2000/08/02  01:43:33
60157         Log: "This little thing tests for a file .patch, and if it contains
60158              a number, pops into patchlevel.h" (making it easier to track
60159              which development version people are reporting bugs against)
60160              
60161              Subject: Patchlevel autogeneration for repository perls
60162              From: simon@brecon.co.uk (Simon Cozens)
60163              Date: 14 Jul 2000 07:12:15 GMT
60164              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
60165      Branch: perl
60166            + fix_pl
60167            ! MANIFEST Makefile.SH
60168 ____________________________________________________________________________
60169 [  6484] By: jhi                                   on 2000/08/02  01:32:54
60170         Log: FreeBSD 3.* updates from
60171              
60172              From: Paul Saab <ps@yahoo-inc.com>
60173              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
60174              Date: Tue, 1 Aug 2000 15:41:39 -0700
60175              Message-Id: <20000801154139.A53740@yahoo-inc.com>
60176      Branch: perl
60177            ! hints/freebsd.sh
60178 ____________________________________________________________________________
60179 [  6483] By: jhi                                   on 2000/08/02  01:27:44
60180         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
60181              instead one must use setproctitle().  This was already addressed
60182              by change #6457, but the below has a new variant for FreeBSD 4.0
60183              or later, and the matter is also documented more.
60184              
60185              From: Paul Saab <ps@yahoo-inc.com>
60186              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
60187              Date: Tue, 1 Aug 2000 15:41:39 -0700
60188              Message-Id: <20000801154139.A53740@yahoo-inc.com>
60189      Branch: metaconfig/U/perl
60190            + i_libutil.U
60191      Branch: perl
60192            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
60193 ____________________________________________________________________________
60194 [  6482] By: jhi                                   on 2000/08/01  22:17:32
60195         Log: The test from this
60196              
60197              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
60198              Date: Sat, 15 Apr 2000 17:03:44 +0100
60199              From: Tom Hughes <tom@compton.nu>
60200              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
60201              
60202              was missing, the code change went in as #5989
60203              (which had a different test?)
60204      Branch: perl
60205            ! t/op/misc.t
60206 ____________________________________________________________________________
60207 [  6481] By: jhi                                   on 2000/08/01  21:48:38
60208         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
60209              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60210              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
60211              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
60212      Branch: perl
60213            ! perl.h
60214 ____________________________________________________________________________
60215 [  6480] By: jhi                                   on 2000/08/01  18:05:28
60216         Log: Make p4desc to skip non-mainperl branches by default.
60217      Branch: perl
60218            ! Porting/p4desc
60219 ____________________________________________________________________________
60220 [  6479] By: jhi                                   on 2000/08/01  17:29:19
60221         Log: If gccosandvers is equal to osname, clear gccosandvers.
60222      Branch: metaconfig/U/perl
60223            ! gccvers.U
60224      Branch: perl
60225            ! Configure config_h.SH
60226 ____________________________________________________________________________
60227 [  6478] By: jhi                                   on 2000/08/01  15:54:08
60228         Log: BOM patching from Simon Cozens.
60229      Branch: perl
60230            ! toke.c
60231 ____________________________________________________________________________
60232 [  6477] By: jhi                                   on 2000/08/01  04:50:33
60233         Log: Stash away the largefiles flags and libswanted.
60234      Branch: perl
60235            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
60236 ____________________________________________________________________________
60237 [  6476] By: gsar                                  on 2000/08/01  04:24:24
60238         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
60239              on Windows)
60240      Branch: perl
60241            ! t/pragma/utf8.t utf8.c win32/win32.c
60242 ____________________________________________________________________________
60243 [  6475] By: jhi                                   on 2000/08/01  03:35:24
60244         Log: Make chr() for values >127 to create utf8 when under utf8.
60245              
60246              Subject: Re: uft8/chr()
60247              From: simon@brecon.co.uk (Simon Cozens)
60248              Date: 1 Aug 2000 02:37:02 GMT
60249              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
60250      Branch: perl
60251            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
60252 ____________________________________________________________________________
60253 [  6474] By: jhi                                   on 2000/08/01  02:36:18
60254         Log: In Digital UNIX warn if gcc explicitly chosen because even
60255              2.95.2 is known to cause problems.
60256      Branch: perl
60257            ! hints/dec_osf.sh
60258 ____________________________________________________________________________
60259 [  6473] By: jhi                                   on 2000/08/01  02:00:56
60260         Log: Make the safety catch for buggy gccs work with triple version
60261              numbers like 2.95.2.  Reported in
60262              
60263              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
60264              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
60265              Date: Mon, 31 Jul 2000 14:55:06 +0200
60266              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
60267      Branch: perl
60268            ! hints/dec_osf.sh
60269 ____________________________________________________________________________
60270 [  6472] By: jhi                                   on 2000/08/01  01:13:33
60271         Log: Subject: fix and question re: waitpid() under win32
60272              From: Brian Clarke <clarke@appliedmeta.com>
60273              Date: Fri, 28 Jul 2000 15:18:29 -0400
60274              Message-ID: <3981DC85.290314EB@appliedmeta.com>
60275              
60276              Slightly reformatted and WNOHANG # define moved to win32.h
60277              so that also POSIX.xs sees it, as suggsted by Sarathy.
60278      Branch: perl
60279            ! win32/win32.c win32/win32.h
60280 ____________________________________________________________________________
60281 [  6471] By: jhi                                   on 2000/08/01  00:55:05
60282         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
60283              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60284              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
60285              Date: Mon, 31 Jul 2000 13:28:51 +0100
60286              
60287              (aka ID 20000730.002)
60288      Branch: perl
60289            ! op.c t/op/tr.t
60290 ____________________________________________________________________________
60291 [  6470] By: jhi                                   on 2000/07/31  23:34:42
60292         Log: Document the problem with -P in HP-UX and its workaround.
60293              
60294              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
60295              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
60296              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
60297              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
60298      Branch: perl
60299            ! README.hpux
60300 ____________________________________________________________________________
60301 [  6469] By: jhi                                   on 2000/07/31  04:15:02
60302         Log: The swallow_bom() saga continues.  The #23 of require.t
60303              (UTF16-LE) still fails (silently, no output) but the #22
60304              (UTF16-BE) seems to be working now.  The root of the
60305              failure may be in sv_gets(): is it UTF-16LE-aware,
60306              especially when it comes to line endings? 
60307      Branch: perl
60308            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
60309            ! t/comp/require.t toke.c utf8.c
60310 ____________________________________________________________________________
60311 [  6468] By: jhi                                   on 2000/07/30  19:05:48
60312         Log: Find green threads before native threads.
60313              
60314              Subject: Re: Patch to jpl/JNI/Makefile.PL
60315              From: Jens Thomsen <jens@fiend.cis.com>
60316              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
60317              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
60318      Branch: perl
60319            ! jpl/JNI/Makefile.PL
60320 ____________________________________________________________________________
60321 [  6467] By: jhi                                   on 2000/07/30  18:36:22
60322         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
60323      Branch: perl
60324            ! doop.c
60325 ____________________________________________________________________________
60326 [  6466] By: jhi                                   on 2000/07/30  04:37:29
60327         Log: A new version of the "remove UPPERACSE string comparison"
60328              operators.  The problem with the previous one (change #6454)
60329              was that it was for Perl 5.6.0.  From Paul Marquess.
60330      Branch: perl
60331            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
60332            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
60333            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60334 ____________________________________________________________________________
60335 [  6465] By: jhi                                   on 2000/07/29  22:39:56
60336         Log: Do not upgrade SVs into utf8 just because they participate
60337              in eq or cmp.  Reported and fix suggested in
60338              
60339              Subject: [ID 20000720.009] sv_eq UTF8 bug
60340              From: "Simon Cozens" <simon@othersideofthe.earth.li>
60341              Date: 21 Jul 2000 04:37:29 -0000
60342              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
60343              
60344              Exercise for the kind reader: should we or should we not
60345              cache the utf8 conversion alonside the SV? (as magic,
60346              as thestrxfrm()ed version is cached under use locale)
60347              Argue both for and against.
60348      Branch: perl
60349            ! sv.c
60350 ____________________________________________________________________________
60351 [  6464] By: jhi                                   on 2000/07/29  22:36:22
60352         Log: Subject: UTF8 concat
60353              From: simon@brecon.co.uk (Simon Cozens) 
60354              Date: 30 Jun 2000 06:13:25 GMT
60355              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
60356              
60357              (with a memory leak fixed, plus a few casts added)
60358              
60359              This also seems to help for
60360              
60361              Subject: [ID 20000716.015] join UTF8 weirdness
60362              From: root <root@ak-71.mind.de> 
60363              Date: Sat, 15 Jul 2000 15:29:54 +0200
60364              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
60365              
60366              (from Andreas König)
60367      Branch: perl
60368            ! pp_hot.c
60369 ____________________________________________________________________________
60370 [  6463] By: jhi                                   on 2000/07/29  00:55:39
60371         Log: Tune the comments and hopefully stop a memory leak.
60372      Branch: perl
60373            ! toke.c utf8.c
60374 ____________________________________________________________________________
60375 [  6462] By: jhi                                   on 2000/07/29  00:16:53
60376         Log: The problem described in this
60377              
60378              Subject: [ID 20000322.018] named chars aren't magical enough
60379              From: root <root@dixie.cscaper.com>     
60380              Date: Wed, 22 Mar 2000 18:37:42 -0700
60381              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
60382              
60383              has been fixed in perl 5.6.0 but just in case added a test
60384              to keep it away.  (The report from Joseph Hall.)
60385      Branch: perl
60386            ! t/lib/charnames.t
60387 ____________________________________________________________________________
60388 [  6461] By: jhi                                   on 2000/07/28  23:56:36
60389         Log: Tiny fixes for #6460.
60390      Branch: metaconfig/U/perl
60391            ! gccvers.U
60392      Branch: perl
60393            ! Configure config_h.SH
60394 ____________________________________________________________________________
60395 [  6460] By: jhi                                   on 2000/07/28  23:24:41
60396         Log: Warn if the version of the operating system used to compile gcc
60397              differs from the current version of the operating system.
60398              Also display the gcc compilation os and version in myconfig.
60399              Inspiration from
60400              
60401              Subject: Re: [ID 20000710.003] ERRORS!!         
60402              From: "Kurt D. Starsinic" <kstar@chapin.edu>
60403              Date: Mon, 10 Jul 2000 15:54:16 -0400
60404              Message-ID: <20000710155416.A1384@O2.chapin.edu>
60405      Branch: metaconfig/U/perl
60406            ! gccvers.U
60407      Branch: perl
60408            ! Configure config_h.SH myconfig.SH
60409 ____________________________________________________________________________
60410 [  6459] By: jhi                                   on 2000/07/28  22:00:32
60411         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
60412              letter to $Config{osvers}.
60413      Branch: metaconfig
60414            ! U/modified/Oldconfig.U
60415      Branch: perl
60416            ! Configure config_h.SH
60417 ____________________________________________________________________________
60418 [  6458] By: jhi                                   on 2000/07/28  04:15:39
60419         Log: Back out #6454, doesn't seem to work.
60420              (Reason: that patch was for perl 5.6.0, not perl-current)
60421              (A version of the patch for perl-current came in later as #6466)
60422      Branch: perl
60423            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60424            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60425            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60426 ____________________________________________________________________________
60427 [  6457] By: jhi                                   on 2000/07/27  23:31:49
60428         Log: Use setproctitle() if available to modify $0.
60429              
60430              Subject: setting $* on BSD4 broken
60431              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
60432              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
60433              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
60434      Branch: metaconfig
60435            ! U/modified/Myinit.U
60436      Branch: perl
60437            ! Configure config_h.SH mg.c
60438 ____________________________________________________________________________
60439 [  6456] By: jhi                                   on 2000/07/27  14:50:47
60440         Log: Allow "no AutoLoader;", based on change #6444,
60441              suggested by Graham Barr.
60442      Branch: perl
60443            ! lib/AutoLoader.pm
60444 ____________________________________________________________________________
60445 [  6455] By: jhi                                   on 2000/07/27  14:19:10
60446         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
60447              From: rspier@pobox.com (Robert Spier)
60448              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
60449              Message-ID: <14720.15855.787664.424783@rls.cx>
60450      Branch: perl
60451            ! pod/perldiag.pod
60452 ____________________________________________________________________________
60453 [  6454] By: jhi                                   on 2000/07/27  14:03:02
60454         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
60455              for a long time).
60456              
60457              Reported in
60458              
60459              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
60460              From: Ryan Herbert <rherbert@sycamorehq.com>
60461              Date: Mon, 17 Jul 2000 11:40:42 -0400
60462              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
60463              
60464              Patched in
60465              
60466              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
60467              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
60468              Date: Wed, 26 Jul 2000 23:40:18 +0100
60469              Message-ID: <000001bff752$79511880$0a17073e@tiny>
60470              
60471              based on an earlier patch from Stephen P. Potter.
60472              
60473              (Removed later by change #6458 because this patch was for
60474              perl 5.6.0, not perl-current)
60475      Branch: perl
60476            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
60477            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
60478            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
60479 ____________________________________________________________________________
60480 [  6453] By: jhi                                   on 2000/07/27  13:48:02
60481         Log: Subject: [PATCH] fixes bug 20000508.004
60482              From: Michael Stevens <mstevens@globnix.org>
60483              Date: Thu, 27 Jul 2000 13:49:04 +0100
60484              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
60485      Branch: perl
60486            ! pod/perldata.pod
60487 ____________________________________________________________________________
60488 [  6452] By: jhi                                   on 2000/07/26  23:51:26
60489         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
60490              and Craig A. Berry.
60491      Branch: perl
60492            ! lib/File/Temp.pm pod/perlport.pod
60493 ____________________________________________________________________________
60494 [  6451] By: jhi                                   on 2000/07/26  19:43:30
60495         Log: Be wary of close()s, too.
60496              
60497              Subject: Re: [PATCH] perlbug cleanup
60498              From: Tim Jenness <t.jenness@jach.hawaii.edu>
60499              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
60500              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
60501      Branch: perl
60502            ! utils/perlbug.PL
60503 ____________________________________________________________________________
60504 [  6450] By: jhi                                   on 2000/07/26  18:41:40
60505         Log: Subject: Minor doc patch: handy.h
60506              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
60507              Date: Wed, 26 Jul 2000 15:34:25 -0300
60508              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
60509      Branch: perl
60510            ! handy.h pod/perlapi.pod
60511 ____________________________________________________________________________
60512 [  6449] By: jhi                                   on 2000/07/26  18:23:55
60513         Log: Subject: [PATCH] minor doc change - perlguts
60514              From: Michael Stevens <mstevens@globnix.org>
60515              Date: Thu, 13 Jul 2000 12:39:18 +0100
60516              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
60517      Branch: perl
60518            ! pod/perlguts.pod
60519 ____________________________________________________________________________
60520 [  6448] By: jhi                                   on 2000/07/26  18:20:30
60521         Log: open() wariness in perlbug.
60522              
60523              Subject: [PATCH] perlbug cleanup
60524              From: Michael Stevens <mstevens@globnix.org>
60525              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
60526              Date: Thu, 13 Jul 2000 15:52:23 +0100
60527      Branch: perl
60528            ! utils/perlbug.PL
60529 ____________________________________________________________________________
60530 [  6447] By: jhi                                   on 2000/07/26  18:13:04
60531         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
60532      Branch: perl
60533            ! lib/File/Temp.pm t/lib/ftmp-security.t
60534 ____________________________________________________________________________
60535 [  6446] By: jhi                                   on 2000/07/26  18:06:32
60536         Log: docfix from Peter Scott <Peter@PSDT.com>.
60537      Branch: perl
60538            ! pod/perlfunc.pod
60539 ____________________________________________________________________________
60540 [  6445] By: jhi                                   on 2000/07/26  17:53:31
60541         Log: Fix *foo{FORMAT}.
60542              
60543              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
60544              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60545              Date: Wed, 26 Jul 2000 19:51:02 +0200
60546              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
60547              
60548              From: Graham Barr <gbarr@pobox.com>
60549              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
60550              Date: Wed, 26 Jul 2000 17:38:36 +0100
60551              Message-ID: <20000726173836.L472@pobox.com>
60552      Branch: perl
60553            ! pp.c sv.c t/op/gv.t
60554 ____________________________________________________________________________
60555 [  6444] By: jhi                                   on 2000/07/26  17:49:14
60556         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
60557              from Graham Barr in the module list.
60558      Branch: perl
60559            ! gv.c pod/perlobj.pod
60560 ____________________________________________________________________________
60561 [  6443] By: jhi                                   on 2000/07/26  16:06:56
60562         Log: More split() doc and test patches from Mike Guy.
60563      Branch: perl
60564            ! pod/perlfunc.pod t/op/split.t
60565 ____________________________________________________________________________
60566 [  6442] By: jhi                                   on 2000/07/26  16:05:30
60567         Log: MacOS nits from Matthias Neeracher.
60568      Branch: perl
60569            ! perl.c pp_ctl.c
60570 ____________________________________________________________________________
60571 [  6441] By: jhi                                   on 2000/07/26  04:39:57
60572         Log: Subject: [PATCH] split /^/
60573              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60574              Date: Tue, 25 Jul 2000 14:18:57 +0100
60575              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
60576              
60577              (with notes from tchrist and gbarr)
60578      Branch: perl
60579            ! pod/perlfunc.pod t/op/split.t
60580 ____________________________________________________________________________
60581 [  6440] By: jhi                                   on 2000/07/26  04:32:32
60582         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
60583              From: Peter Prymmer <pvhp@forte.com>
60584              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
60585              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
60586      Branch: perl
60587            ! vms/munchconfig.c
60588 ____________________________________________________________________________
60589 [  6439] By: jhi                                   on 2000/07/26  04:31:01
60590         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
60591              to be fatal errors (instead of by default ignoring them, and
60592              ignoring with a bug: even though -w gave an error, the opening [
60593              was left in)  Reported in:
60594              
60595              Subject: [ID 20000716.024] [=cc=] / [:blank:]
60596              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
60597              Date: Sun, 16 Jul 2000 17:55:29 -0700
60598              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
60599      Branch: perl
60600            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
60601 ____________________________________________________________________________
60602 [  6438] By: jhi                                   on 2000/07/25  15:41:15
60603         Log: Subject: [PATCH] av.c apidoc
60604              From: simon@brecon.co.uk (Simon Cozens)
60605              Date: 24 Jul 2000 06:40:52 GMT
60606              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
60607      Branch: perl
60608            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
60609            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
60610 ____________________________________________________________________________
60611 [  6437] By: jhi                                   on 2000/07/25  14:05:36
60612         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
60613              From: "Stephen P. Potter" <spp@ds.net>
60614              Date: Mon, 24 Jul 2000 14:22:23 -0400
60615              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
60616      Branch: perl
60617            ! pod/perllocale.pod
60618 ____________________________________________________________________________
60619 [  6436] By: jhi                                   on 2000/07/25  14:02:03
60620         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
60621              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60622              Date: Mon, 24 Jul 2000 18:04:28 +0100
60623              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
60624      Branch: perl
60625            ! t/lib/syslfs.t t/op/lfs.t
60626 ____________________________________________________________________________
60627 [  6435] By: jhi                                   on 2000/07/25  13:59:28
60628         Log: Get UTF16 BOMs working.  Patch from
60629              
60630              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60631              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60632              Date: Tue, 25 Jul 2000 12:52:45 +0100
60633              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
60634              
60635              and notes from
60636              
60637              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
60638              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60639              Date: Tue, 25 Jul 2000 11:43:25 +0100
60640              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
60641      Branch: perl
60642            ! t/comp/require.t toke.c utf8.c
60643 ____________________________________________________________________________
60644 [  6434] By: jhi                                   on 2000/07/25  02:39:54
60645         Log: Make the "uninit variable" warning to say "concat or string"
60646              or "join or string" when in concat or join .
60647              
60648              Subject: Re: [ID 20000403.009] uninitialised concatenation???
60649              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60650              Date: Tue, 04 Apr 2000 18:22:58 +0100
60651              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
60652              
60653              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
60654              From: William R Ward <hermit@BayView.COM>
60655              Date: Thu, 30 Mar 2000 19:50:03 -0800
60656              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
60657      Branch: perl
60658            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
60659            ! t/pragma/warn/op t/pragma/warn/sv
60660 ____________________________________________________________________________
60661 [  6433] By: jhi                                   on 2000/07/24  17:52:56
60662         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
60663      Branch: perl
60664            ! lib/File/Spec/VMS.pm
60665 ____________________________________________________________________________
60666 [  6432] By: jhi                                   on 2000/07/24  17:44:44
60667         Log: Test cases for #6431.
60668              
60669              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60670              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60671              Date: Mon, 24 Jul 2000 15:32:29 +0100
60672              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
60673      Branch: perl
60674            ! t/op/pat.t t/op/split.t
60675 ____________________________________________________________________________
60676 [  6431] By: jhi                                   on 2000/07/24  17:43:17
60677         Log: Bind op fix.
60678              
60679              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
60680              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60681              Date: Mon, 17 Jul 2000 20:04:56 +0100
60682              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
60683      Branch: perl
60684            ! op.c
60685 ____________________________________________________________________________
60686 [  6430] By: jhi                                   on 2000/07/24  03:42:42
60687         Log: Subject: [ID 20000716.023] syslog test fails without sockets
60688              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60689              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
60690              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
60691      Branch: metaconfig/U/perl
60692            ! Extensions.U
60693      Branch: perl
60694            ! Configure config_h.SH
60695 ____________________________________________________________________________
60696 [  6429] By: jhi                                   on 2000/07/24  03:11:52
60697         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
60698              case, but add also notes explaining the relationship of this
60699              patch and the earlier notes by Sarathy.
60700              
60701              Subject: Map is still slow
60702              From: "Ben Tilly" <ben_tilly@hotmail.com>
60703              Date: Sat, 15 Jul 2000 17:23:27 EDT
60704              Message-ID: <20000715212327.21656.qmail@hotmail.com>
60705      Branch: perl
60706            ! pp_ctl.c
60707 ____________________________________________________________________________
60708 [  6428] By: jhi                                   on 2000/07/24  02:58:52
60709         Log: Documentation to explain the behaviour of map().
60710              
60711              Subject: Re: Map is still slow 
60712              From: Gurusamy Sarathy <gsar@ActiveState.com>
60713              Date: Sat, 15 Jul 2000 16:05:09 -0700
60714              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
60715      Branch: perl
60716            ! pp_ctl.c
60717 ____________________________________________________________________________
60718 [  6427] By: jhi                                   on 2000/07/24  02:50:03
60719         Log: Add tests for
60720              [ID 19991110.003] another matching finding by pcre author
60721              which has already been fixed by some patch, as verified in
60722              
60723              Subject: Re: two regex bugs from the mists of time (well, last November)
60724              From: Hugo <hv@crypt.compulink.co.uk>
60725              Date: Sat, 22 Jul 2000 18:12:58 +0100
60726              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
60727      Branch: perl
60728            ! t/op/re_tests
60729 ____________________________________________________________________________
60730 [  6426] By: jhi                                   on 2000/07/24  02:11:20
60731         Log: A missing 'break' after the [[:space:]] switch case.
60732              
60733              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
60734              From: "Stephen P. Potter" <spp@ds.net>
60735              Date: Tue, 18 Jul 2000 16:25:17 -0400
60736              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
60737      Branch: perl
60738            ! regcomp.c
60739 ____________________________________________________________________________
60740 [  6425] By: jhi                                   on 2000/07/24  02:06:12
60741         Log: The output might have been produced in the wrong order.
60742              
60743              Subject: [ID 20000720.003] [PATCH] t/op/write.t
60744              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60745              Date: Thu, 20 Jul 2000 18:49:18 +0100
60746              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
60747      Branch: perl
60748            ! t/op/write.t
60749 ____________________________________________________________________________
60750 [  6424] By: jhi                                   on 2000/07/24  02:00:07
60751         Log: Use STDOUT consistently.
60752              
60753              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
60754              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60755              Date: Thu, 20 Jul 2000 18:04:01 +0100
60756              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
60757      Branch: perl
60758            ! lib/Test/Harness.pm
60759 ____________________________________________________________________________
60760 [  6423] By: jhi                                   on 2000/07/24  01:54:54
60761         Log: Protect against "wild next"s, that is, callbacks doing "next"
60762              instead of "return".
60763              
60764              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
60765              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60766              Date: Tue, 18 Jul 2000 11:30:16 +0100
60767              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
60768      Branch: perl
60769            ! lib/File/Find.pm
60770 ____________________________________________________________________________
60771 [  6422] By: jhi                                   on 2000/07/24  01:35:47
60772         Log: Out-of-date note removed.
60773              
60774              Subject: [PATCH] documentation perlipc
60775              From: rspier@pobox.com (Robert Spier)
60776              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
60777              Message-ID: <14711.35178.572612.502654@rls.cx>
60778      Branch: perl
60779            ! pod/perlipc.pod
60780 ____________________________________________________________________________
60781 [  6421] By: jhi                                   on 2000/07/24  00:09:18
60782         Log: Send all installperl messages to STDERR and be -w clean.
60783              
60784              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
60785              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60786              Date: Sat, 22 Jul 2000 14:02:11 +0100
60787              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
60788      Branch: perl
60789            ! installperl
60790 ____________________________________________________________________________
60791 [  6420] By: jhi                                   on 2000/07/24  00:04:19
60792         Log: Decutandpasto.
60793              
60794              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
60795              From: "Richard Soderberg" <rs@crystalflame.net>
60796              Date: Sun, 23 Jul 2000 01:37:23 -0700
60797              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
60798      Branch: perl
60799            ! pod/perlipc.pod
60800 ____________________________________________________________________________
60801 [  6419] By: jhi                                   on 2000/07/24  00:01:12
60802         Log: A cleaner abs_path().
60803              Subject: Re: unix alternative to Cwd.pm
60804              From: Jeff Pinyan <jeffp@crusoe.net>
60805              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
60806              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
60807      Branch: perl
60808            ! lib/Cwd.pm
60809 ____________________________________________________________________________
60810 [  6418] By: jhi                                   on 2000/07/23  23:48:56
60811         Log: Detypo.
60812              
60813              Subject: [PATCH perl-current] Typo in hints/powerux.sh
60814              From: "Richard Soderberg" <rs@crystalflame.net>
60815              Date: Sun, 23 Jul 2000 01:27:33 -0700
60816              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
60817      Branch: perl
60818            ! hints/powerux.sh
60819 ____________________________________________________________________________
60820 [  6417] By: jhi                                   on 2000/07/17  22:13:31
60821         Log: Subject: SDBM_File documentation
60822              From: mjd@plover.com
60823              Date: 16 Jul 2000 17:41:17 -0000
60824              Message-ID: <20000716174117.18515.qmail@plover.com>
60825      Branch: perl
60826            ! ext/SDBM_File/SDBM_File.pm
60827 ____________________________________________________________________________
60828 [  6416] By: jhi                                   on 2000/07/17  19:13:26
60829         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
60830      Branch: perl
60831            ! hints/mpeix.sh mpeix/relink
60832 ____________________________________________________________________________
60833 [  6415] By: jhi                                   on 2000/07/15  14:11:02
60834         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
60835              the utf8 'characters' can be more than one octet).
60836              
60837              Date: Sat, 15 Jul 2000 00:21:56 +0100
60838              From: Tom Hughes <tom@compton.nu>
60839              Subject: Re: [ID 20000714.002]
60840              Message-ID: <db2334de49.tom@compton.compton.nu>
60841              
60842              Reported in
60843              
60844              Subject: [ID 20000714.002]
60845              From: "Simon Cozens" <simon@othersideofthe.earth.li>
60846              Date: 14 Jul 2000 15:13:09 -0000
60847              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
60848      Branch: perl
60849            ! doop.c
60850 ____________________________________________________________________________
60851 [  6414] By: jhi                                   on 2000/07/15  03:13:41
60852         Log: another VMS build tweak from Peter Prymmer
60853      Branch: perl
60854            ! vms/descrip_mms.template
60855 ____________________________________________________________________________
60856 [  6413] By: jhi                                   on 2000/07/15  03:10:40
60857         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
60858      Branch: perl
60859            ! vms/perlvms.pod
60860 ____________________________________________________________________________
60861 [  6412] By: jhi                                   on 2000/07/15  00:31:05
60862         Log: More docs for sv functions.
60863              
60864              Subject: [PATCH cfgperl] sv.c apidoc
60865              From: simon@brecon.co.uk (Simon Cozens)
60866              Date: 13 Jul 2000 09:00:20 GMT
60867              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
60868              
60869              Subject: Re: [PATCH cfgperl] sv.c apidoc
60870              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60871              Date: Thu, 13 Jul 2000 12:27:41 +0100
60872              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
60873              
60874              Subject: Re: [PATCH cfgperl] sv.c apidoc
60875              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60876              Date: Thu, 13 Jul 2000 13:23:09 +0100
60877              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
60878              
60879              Subject: Re: [PATCH cfgperl] sv.c apidoc
60880              From: simon@brecon.co.uk (Simon Cozens)
60881              Date: 14 Jul 2000 06:51:02 GMT
60882              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
60883      Branch: perl
60884            ! embed.pl pod/perlapi.pod sv.c
60885 ____________________________________________________________________________
60886 [  6411] By: jhi                                   on 2000/07/15  00:10:41
60887         Log: lib/b test fixes from Peter Prymmer.
60888      Branch: perl
60889            ! t/lib/b.t
60890 ____________________________________________________________________________
60891 [  6410] By: jhi                                   on 2000/07/15  00:02:09
60892         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
60893              From: Hugo <hv@crypt.compulink.co.uk>
60894              Date: Fri, 14 Jul 2000 23:05:20 +0100
60895              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
60896              
60897              Didn't anymore apply, but that point still could use another fix.
60898      Branch: perl
60899            ! pod/perlfunc.pod
60900 ____________________________________________________________________________
60901 [  6409] By: jhi                                   on 2000/07/14  23:15:15
60902         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
60903              not in pod, from Peter Prymmer
60904      Branch: perl
60905            ! vms/descrip_mms.template
60906 ____________________________________________________________________________
60907 [  6408] By: jhi                                   on 2000/07/14  20:35:05
60908         Log: The bug report
60909              [ID 19991110.002] minimal matching discrepancy found by pcre author
60910              seems to have been fixed (though differently from what was suggested
60911              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
60912      Branch: perl
60913            ! t/op/re_tests
60914 ____________________________________________________________________________
60915 [  6407] By: jhi                                   on 2000/07/14  17:38:08
60916         Log: Fix AutoSplit to use File::Spec the right way in VMS,
60917              from Peter Prymmer.
60918      Branch: perl
60919            ! lib/AutoSplit.pm
60920 ____________________________________________________________________________
60921 [  6406] By: jhi                                   on 2000/07/14  14:13:22
60922         Log: Merge perlhacktut into perlhack, update perlguts.
60923              
60924              Subject: Re: Perlhacktut
60925              From: simon@brecon.co.uk (Simon Cozens)
60926              Date: 14 Jul 2000 06:49:21 GMT
60927              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
60928              
60929              Subject: Re: Perlhacktut
60930              From: simon@brecon.co.uk (Simon Cozens)
60931              Date: 14 Jul 2000 07:09:45 GMT
60932              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
60933      Branch: perl
60934            ! pod/perlguts.pod pod/perlhack.pod
60935 ____________________________________________________________________________
60936 [  6405] By: jhi                                   on 2000/07/14  14:02:31
60937         Log: Integrate with Sarathy.
60938      Branch: cfgperl
60939           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
60940           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
60941           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
60942 ____________________________________________________________________________
60943 [  6404] By: gsar                                  on 2000/07/14  12:15:02
60944         Log: PERL_OBJECT build tweaks
60945      Branch: perl
60946            ! toke.c
60947 ____________________________________________________________________________
60948 [  6403] By: gsar                                  on 2000/07/14  11:23:41
60949         Log: inconsistent types needs casts
60950      Branch: perl
60951            ! toke.c
60952 ____________________________________________________________________________
60953 [  6402] By: gsar                                  on 2000/07/14  11:12:04
60954         Log: typos in change#6399, regen headers
60955      Branch: perl
60956            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
60957 ____________________________________________________________________________
60958 [  6401] By: gsar                                  on 2000/07/14  10:59:12
60959         Log: typecasts needed for change#6394
60960      Branch: perl
60961            ! toke.c
60962 ____________________________________________________________________________
60963 [  6400] By: gsar                                  on 2000/07/14  10:49:37
60964         Log: integrate cfgperl contents into mainline
60965      Branch: perl
60966           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
60967           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
60968 ____________________________________________________________________________
60969 [  6399] By: gsar                                  on 2000/07/14  10:38:35
60970         Log: enable UTF-16 filter by default if relevant BOM is seen; various
60971              cleanups (typos, misformatted code, and small bugs)
60972      Branch: perl
60973            ! doop.c embed.pl mg.c op.c pp.c toke.c
60974 ____________________________________________________________________________
60975 [  6398] By: gsar                                  on 2000/07/14  08:55:38
60976         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
60977              name suggests anyway)
60978      Branch: perl
60979            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
60980 ____________________________________________________________________________
60981 [  6397] By: gsar                                  on 2000/07/14  08:44:33
60982         Log: move new variables to the end of the interpreter structure (for
60983              bincompat in code that doesn't #include XSUB.h)
60984      Branch: perl
60985            ! intrpvar.h
60986 ____________________________________________________________________________
60987 [  6396] By: gsar                                  on 2000/07/14  08:13:58
60988         Log: MakeMaker should not remove editor backups (*~) on `make clean`
60989              by default (completes change#6383)
60990      Branch: perl
60991            ! lib/ExtUtils/MM_Unix.pm
60992 ____________________________________________________________________________
60993 [  6395] By: jhi                                   on 2000/07/14  05:20:33
60994         Log: Replace change #6337 with a better one.
60995              
60996              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
60997              From: Hugo <hv@crypt.compulink.co.uk>
60998              Date: Fri, 14 Jul 2000 04:16:20 +0100
60999              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
61000      Branch: cfgperl
61001            ! regexec.c t/op/re_tests
61002 ____________________________________________________________________________
61003 [  6394] By: jhi                                   on 2000/07/14  01:33:59
61004         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
61005      Branch: cfgperl
61006            ! embed.pl global.sym proto.h toke.c
61007 ____________________________________________________________________________
61008 [  6393] By: jhi                                   on 2000/07/13  23:41:23
61009         Log: remove discarded test
61010      Branch: cfgperl
61011            ! MANIFEST
61012 ____________________________________________________________________________
61013 [  6392] By: jhi                                   on 2000/07/13  23:32:25
61014         Log: The {multiplier} of a fixed substring was overlooked which
61015              caused a wrong initial search offset for that substring.
61016              
61017              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
61018              From: Hugo <hv@crypt.compulink.co.uk>
61019              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
61020              Date: Thu, 13 Jul 2000 19:27:13 +0100
61021      Branch: cfgperl
61022            ! regcomp.c t/op/re_tests
61023 ____________________________________________________________________________
61024 [  6391] By: jhi                                   on 2000/07/13  16:37:42
61025         Log: typo fix from Craig Berry
61026      Branch: cfgperl
61027            ! vms/subconfigure.com
61028 ____________________________________________________________________________
61029 [  6390] By: jhi                                   on 2000/07/13  13:20:12
61030         Log: Integrate with Sarathy.
61031      Branch: cfgperl
61032            - t/op/method2entersub.t
61033           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
61034           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
61035           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
61036           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
61037 ____________________________________________________________________________
61038 [  6389] By: jhi                                   on 2000/07/13  13:18:48
61039         Log: Detypo from Peter Prymmer, part of #6388.
61040      Branch: cfgperl
61041            ! Configure config_h.SH
61042      Branch: metaconfig
61043            ! U/modified/d_longlong.U
61044 ____________________________________________________________________________
61045 [  6388] By: gsar                                  on 2000/07/13  06:33:40
61046         Log: typos (spotted by Peter Prymmer)
61047      Branch: perl
61048            ! Configure t/lib/english.t
61049 ____________________________________________________________________________
61050 [  6387] By: gsar                                  on 2000/07/13  05:35:28
61051         Log: new selfloader.t in change#6183 doesn't close DATA handles,
61052              and thus fails to clean up tmp files on dosish platforms
61053      Branch: perl
61054            ! t/lib/selfloader.t
61055 ____________________________________________________________________________
61056 [  6386] By: gsar                                  on 2000/07/12  21:42:39
61057         Log: sprintf test tweaks (from Dominic Dunlop)
61058      Branch: perl
61059            ! t/op/sprintf.t
61060 ____________________________________________________________________________
61061 [  6385] By: gsar                                  on 2000/07/12  21:33:46
61062         Log: fix bugs in processing %v-*d and similar format specs (from
61063              Avi Finkel <avi@finkel.org>)
61064      Branch: perl
61065            ! sv.c t/op/sprintf.t
61066 ____________________________________________________________________________
61067 [  6384] By: gsar                                  on 2000/07/12  16:04:19
61068         Log: readd missing perldelta.pod changes from changes#6339,6376
61069      Branch: perl
61070            ! pod/perldelta.pod
61071 ____________________________________________________________________________
61072 [  6383] By: gsar                                  on 2000/07/12  16:00:51
61073         Log: don't clobber *.orig files on *clean targets
61074      Branch: perl
61075            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
61076 ____________________________________________________________________________
61077 [  6382] By: gsar                                  on 2000/07/12  07:59:12
61078         Log: fix broken integrations in cfgperl
61079      Branch: cfgperl
61080           !> Changes pod/perldelta.pod
61081 ____________________________________________________________________________
61082 [  6381] By: gsar                                  on 2000/07/12  07:42:17
61083         Log: integrate cfgperl changes into mainline
61084      Branch: perl
61085            ! Changes
61086           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
61087           !> pod/perlre.pod
61088 ____________________________________________________________________________
61089 [  6380] By: gsar                                  on 2000/07/12  07:31:00
61090         Log: get sprintf.t to adjust properly for 3-digit exponents
61091      Branch: perl
61092            ! t/op/sprintf.t
61093 ____________________________________________________________________________
61094 [  6379] By: gsar                                  on 2000/07/12  06:40:04
61095         Log: change#6174 needs corresponding change in win32/config_h.PL,
61096              which grovels through config_h.SH to find the config.h name
61097      Branch: perl
61098            ! win32/config_h.PL
61099 ____________________________________________________________________________
61100 [  6378] By: jhi                                   on 2000/07/12  05:03:59
61101         Log: Do the cc sanity check both before the hints and
61102              after the cc selction.
61103      Branch: cfgperl
61104            ! Configure config_h.SH
61105      Branch: metaconfig
61106            ! U/modified/Oldconfig.U U/modified/cc.U
61107      Branch: metaconfig/U/perl
61108            + Checkcc.U
61109 ____________________________________________________________________________
61110 [  6377] By: jhi                                   on 2000/07/12  02:49:22
61111         Log: Fix nits noticed by Boston.pm.
61112      Branch: cfgperl
61113            ! pod/perlre.pod
61114 ____________________________________________________________________________
61115 [  6376] By: jhi                                   on 2000/07/11  21:22:13
61116         Log: Configure cosmetics and perldelta.
61117      Branch: cfgperl
61118            ! Configure config_h.SH pod/perldelta.pod
61119      Branch: metaconfig
61120            ! U/modified/cc.U
61121 ____________________________________________________________________________
61122 [  6375] By: gsar                                  on 2000/07/11  21:17:35
61123         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
61124      Branch: perl
61125            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
61126            ! win32/win32sck.c
61127 ____________________________________________________________________________
61128 [  6374] By: gsar                                  on 2000/07/11  20:48:50
61129         Log: tweak for build failure under multiplicity
61130      Branch: perl
61131            ! toke.c
61132 ____________________________________________________________________________
61133 [  6373] By: gsar                                  on 2000/07/11  20:37:23
61134         Log: integrate cfgperl changes#6325..6373 into mainline
61135              (NOTE: today's batch of integrations still untested)
61136      Branch: perl
61137           +> ext/DynaLoader/hints/netbsd.pl
61138            ! Changes
61139           !> (integrate 26 files)
61140 ____________________________________________________________________________
61141 [  6372] By: jhi                                   on 2000/07/11  20:30:36
61142         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
61143              regen perltoc.
61144      Branch: cfgperl
61145            + pod/perlbook.pod
61146            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
61147            ! pod/perltoc.pod
61148 ____________________________________________________________________________
61149 [  6371] By: jhi                                   on 2000/07/11  20:08:56
61150         Log: Minor cleanups on the booklist.
61151      Branch: cfgperl
61152            ! pod/perlfaq2.pod
61153 ____________________________________________________________________________
61154 [  6370] By: jhi                                   on 2000/07/11  19:31:13
61155         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
61156      Branch: cfgperl
61157            ! t/pragma/overload.t
61158 ____________________________________________________________________________
61159 [  6369] By: gsar                                  on 2000/07/11  19:27:48
61160         Log: integrate cfgperl changes#6293..6324 into mainline
61161      Branch: perl
61162           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
61163            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
61164           !> (integrate 30 files)
61165 ____________________________________________________________________________
61166 [  6368] By: gsar                                  on 2000/07/11  19:18:57
61167         Log: skip integrate of problematic change#6292 from cfgperl into mainline
61168      Branch: perl
61169           !> pp_hot.c
61170 ____________________________________________________________________________
61171 [  6367] By: gsar                                  on 2000/07/11  19:17:21
61172         Log: integrate cfgperl changes#6288..6290 into mainline
61173      Branch: perl
61174           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
61175 ____________________________________________________________________________
61176 [  6366] By: gsar                                  on 2000/07/11  19:11:18
61177         Log: integrate cfgperl changes#6268..6282 into mainline
61178      Branch: perl
61179           !> (integrate 30 files)
61180 ____________________________________________________________________________
61181 [  6365] By: gsar                                  on 2000/07/11  18:57:00
61182         Log: delete new accidentally branched file
61183      Branch: perl
61184            - t/op/method2entersub.t
61185 ____________________________________________________________________________
61186 [  6364] By: gsar                                  on 2000/07/11  18:55:13
61187         Log: skip integrate of change#6267 from cfgperl into mainline (the
61188              method call optimization is flawed without additional hints
61189              from user about immutableness of @ISA and no runtime method
61190              definitions)
61191      Branch: perl
61192           +> t/op/method2entersub.t
61193           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
61194           !> perl.h t/op/sprintf.t xsutils.c
61195 ____________________________________________________________________________
61196 [  6363] By: gsar                                  on 2000/07/11  18:49:43
61197         Log: integrate cfgperl changes#6261..6266 into mainline
61198      Branch: perl
61199           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
61200           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
61201           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61202           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
61203 ____________________________________________________________________________
61204 [  6362] By: gsar                                  on 2000/07/11  18:43:26
61205         Log: integrate cfgperl changes#6252..6260 into mainline
61206      Branch: perl
61207           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
61208           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
61209           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
61210           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
61211 ____________________________________________________________________________
61212 [  6361] By: gsar                                  on 2000/07/11  18:37:12
61213         Log: skip integrate of problematic change#6251 from cfgperl into mainline
61214      Branch: perl
61215           !> lib/Exporter.pm
61216 ____________________________________________________________________________
61217 [  6360] By: gsar                                  on 2000/07/11  18:34:56
61218         Log: integrate cfgperl change#6250 into mainline
61219      Branch: perl
61220           +> t/op/my_stash.t
61221           !> MANIFEST embed.pl proto.h toke.c
61222 ____________________________________________________________________________
61223 [  6359] By: gsar                                  on 2000/07/11  18:21:19
61224         Log: integrate cfgperl changes#6242..6249 into mainline
61225      Branch: perl
61226           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
61227           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
61228           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
61229           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
61230           !> t/lib/peek.t utf8.c
61231 ____________________________________________________________________________
61232 [  6358] By: gsar                                  on 2000/07/11  18:15:45
61233         Log: skip integrate of problematic change#6241 from cfgperl into mainline
61234      Branch: perl
61235           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
61236 ____________________________________________________________________________
61237 [  6357] By: jhi                                   on 2000/07/11  18:15:16
61238         Log: Fix for
61239              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
61240              From: Roderick Schertler <roderick@argon.org> 
61241              Date: Tue, 11 Jul 2000 13:55:05 -0400 
61242              Message-Id: <200007111755.NAA05077@jones.argon.org> 
61243      Branch: cfgperl
61244            ! doio.c
61245 ____________________________________________________________________________
61246 [  6356] By: jhi                                   on 2000/07/11  18:12:51
61247         Log: Typo in #6341.
61248      Branch: cfgperl
61249            ! pp_hot.c
61250 ____________________________________________________________________________
61251 [  6355] By: gsar                                  on 2000/07/11  18:12:10
61252         Log: integrate cfgperl changes#6231..6240 into mainline
61253      Branch: perl
61254           +> pod/perlutil.pod
61255           !> (integrate 35 files)
61256 ____________________________________________________________________________
61257 [  6354] By: jhi                                   on 2000/07/11  18:04:34
61258         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
61259              From: Dominic Dunlop <domo@computer.org> 
61260              Date: Tue, 11 Jul 2000 12:27:33 +0200 
61261              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
61262              
61263              Replaces change #6268.
61264      Branch: cfgperl
61265            ! t/op/sprintf.t
61266 ____________________________________________________________________________
61267 [  6353] By: gsar                                  on 2000/07/11  17:59:51
61268         Log: skip integrate of problematic change#6230 from cfgperl into mainline
61269              (a later version of File::Spec is already in mainline)
61270      Branch: perl
61271           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
61272           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
61273 ____________________________________________________________________________
61274 [  6352] By: gsar                                  on 2000/07/11  17:57:48
61275         Log: integrate cfgperl changes#6224..6229 into mainline
61276      Branch: perl
61277           +> lib/lib.pm.PL
61278            - lib/lib.pm
61279           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
61280           !> lib/English.pm op.c t/lib/english.t
61281 ____________________________________________________________________________
61282 [  6351] By: gsar                                  on 2000/07/11  17:50:10
61283         Log: skip integrate of problematic change#6223 from cfgperl into mainline
61284      Branch: perl
61285           !> doio.c
61286 ____________________________________________________________________________
61287 [  6350] By: gsar                                  on 2000/07/11  17:48:28
61288         Log: integrate cfgperl changes#6220..6222 into mainline
61289      Branch: perl
61290           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
61291           !> toke.c utf8.c win32/win32.h
61292 ____________________________________________________________________________
61293 [  6349] By: gsar                                  on 2000/07/11  17:46:13
61294         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
61295              mainline
61296      Branch: perl
61297           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
61298           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
61299           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61300 ____________________________________________________________________________
61301 [  6348] By: jhi                                   on 2000/07/11  17:45:49
61302         Log: README.posix-bc podified from Thomas Dorner.
61303      Branch: cfgperl
61304            ! README.posix-bc
61305 ____________________________________________________________________________
61306 [  6347] By: gsar                                  on 2000/07/11  17:42:04
61307         Log: integrate cfgperl change#6217 into mainline
61308      Branch: perl
61309           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
61310           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
61311           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
61312 ____________________________________________________________________________
61313 [  6346] By: gsar                                  on 2000/07/11  17:39:37
61314         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
61315              mainline
61316      Branch: perl
61317           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
61318           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
61319           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
61320           !> perlapi.h pod/perlapi.pod
61321 ____________________________________________________________________________
61322 [  6345] By: gsar                                  on 2000/07/11  17:36:42
61323         Log: integrate cfgperl changes#6207..6210 into mainline
61324      Branch: perl
61325           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
61326           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
61327 ____________________________________________________________________________
61328 [  6344] By: gsar                                  on 2000/07/11  17:31:20
61329         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
61330              mainline
61331      Branch: perl
61332           !> (integrate 40 files)
61333 ____________________________________________________________________________
61334 [  6343] By: gsar                                  on 2000/07/11  17:19:08
61335         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
61336      Branch: perl
61337           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
61338            ! Changes
61339           !> (integrate 34 files)
61340 ____________________________________________________________________________
61341 [  6342] By: jhi                                   on 2000/07/11  16:05:48
61342         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
61343              To: perl5-porters@perl.org
61344              From: Karsten Sperling <spiff@phreax.net>
61345              Date: Mon, 10 Jul 2000 15:12:52 +0200
61346              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
61347      Branch: cfgperl
61348            ! lib/Symbol.pm
61349 ____________________________________________________________________________
61350 [  6341] By: jhi                                   on 2000/07/11  15:59:23
61351         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
61352              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61353              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
61354              Date: Fri, 07 Jul 2000 17:57:16 +0100
61355      Branch: cfgperl
61356            ! pp_hot.c
61357 ____________________________________________________________________________
61358 [  6340] By: jhi                                   on 2000/07/11  15:55:47
61359         Log: Subject: Re: format bug report  [Patch]
61360              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61361              Date: Wed, 05 Jul 2000 13:12:52 +0200
61362              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
61363              
61364              Subject: Re: format bug report  [Patch]
61365              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
61366              Date: Wed, 05 Jul 2000 14:10:01 +0200
61367              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
61368      Branch: cfgperl
61369            ! t/op/write.t toke.c
61370 ____________________________________________________________________________
61371 [  6339] By: jhi                                   on 2000/07/11  13:54:09
61372         Log: Be less forgiving about ambiguous and illegal tr ranges.
61373              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
61374              From: Mark-Jason Dominus <mjd@plover.com>
61375              Date: Tue, 04 Jul 2000 10:00:12 -0400
61376              Message-ID: <20000704140012.17772.qmail@plover.com>
61377              
61378              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
61379              From: Mark-Jason Dominus <mjd@plover.com>
61380              Date: Wed, 05 Jul 2000 09:37:36 -0400
61381              Message-ID: <20000705133736.27293.qmail@plover.com>
61382      Branch: cfgperl
61383            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
61384 ____________________________________________________________________________
61385 [  6338] By: jhi                                   on 2000/07/11  13:31:24
61386         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
61387              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61388              Date: Tue, 11 Jul 2000 13:50:51 +0100
61389              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
61390      Branch: cfgperl
61391            ! sv.c
61392 ____________________________________________________________________________
61393 [  6337] By: jhi                                   on 2000/07/11  13:29:14
61394         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
61395              From: Hugo <hv@crypt.compulink.co.uk>
61396              Date: Tue, 11 Jul 2000 12:44:50 +0100
61397              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
61398      Branch: cfgperl
61399            ! regexec.c t/op/re_tests
61400 ____________________________________________________________________________
61401 [  6336] By: jhi                                   on 2000/07/11  13:26:47
61402         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
61403              From: simon@brecon.co.uk (Simon Cozens)
61404              Date: 7 Jul 2000 11:26:09 GMT
61405              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
61406      Branch: cfgperl
61407            ! mg.c
61408 ____________________________________________________________________________
61409 [  6335] By: jhi                                   on 2000/07/11  13:23:37
61410         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
61411              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
61412              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
61413              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
61414      Branch: cfgperl
61415            + ext/DynaLoader/hints/netbsd.pl
61416            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
61417 ____________________________________________________________________________
61418 [  6334] By: jhi                                   on 2000/07/11  13:20:38
61419         Log: Subject: PATCH perlguts.pod: Document D and d magic types
61420              From: mjd@plover.com
61421              Date: 5 Jul 2000 18:01:51 -0000
61422              Message-ID: <20000705180151.29413.qmail@plover.com>
61423      Branch: cfgperl
61424            ! pod/perlguts.pod
61425 ____________________________________________________________________________
61426 [  6333] By: jhi                                   on 2000/07/11  13:15:51
61427         Log: Precedence goof, fix based on
61428              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
61429              From: Hugo <hv@crypt.compulink.co.uk>
61430              Date: Tue, 11 Jul 2000 12:52:38 +0100
61431              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
61432      Branch: cfgperl
61433            ! t/op/taint.t
61434 ____________________________________________________________________________
61435 [  6332] By: jhi                                   on 2000/07/11  12:40:17
61436         Log: Integrate with Sarathy.
61437      Branch: cfgperl
61438           !> win32/win32sck.c
61439 ____________________________________________________________________________
61440 [  6331] By: jhi                                   on 2000/07/10  20:14:16
61441         Log: Sprinkle ldlibpath.
61442      Branch: cfgperl
61443            ! pod/Makefile.SH
61444 ____________________________________________________________________________
61445 [  6330] By: jhi                                   on 2000/07/10  17:54:49
61446         Log: More POSIX.pod tweaks.
61447      Branch: cfgperl
61448            ! ext/POSIX/POSIX.pod
61449 ____________________________________________________________________________
61450 [  6329] By: jhi                                   on 2000/07/10  14:02:12
61451         Log: Reorder perl.pod once more.
61452      Branch: cfgperl
61453            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61454 ____________________________________________________________________________
61455 [  6328] By: gsar                                  on 2000/07/10  07:06:00
61456         Log: accept() leaks memory on windows due to incorrect ordering of
61457              closesocket() and fclose() calls
61458      Branch: perl
61459            ! win32/win32sck.c
61460 ____________________________________________________________________________
61461 [  6327] By: gsar                                  on 2000/07/10  06:49:17
61462         Log: winsock options weren't being set in all threads under ithreads
61463              (caused send()s from second and subsequent threads to fail)
61464      Branch: perl
61465            ! win32/win32sck.c
61466 ____________________________________________________________________________
61467 [  6326] By: jhi                                   on 2000/07/08  02:45:40
61468         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
61469              was cast to an unsigned (32-bit) integer with wild abandon.
61470      Branch: cfgperl
61471            ! ext/Devel/DProf/DProf.xs
61472 ____________________________________________________________________________
61473 [  6325] By: jhi                                   on 2000/07/07  18:50:33
61474         Log: Remove perlbook, update perlfaq book listing,
61475              rearrange perl.pod, regenerate perltoc.
61476      Branch: cfgperl
61477            - pod/perlbook.pod
61478            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
61479            ! pod/perlfaq2.pod pod/perltoc.pod
61480 ____________________________________________________________________________
61481 [  6324] By: jhi                                   on 2000/07/07  14:03:40
61482         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
61483      Branch: cfgperl
61484            ! sv.h toke.c
61485 ____________________________________________________________________________
61486 [  6323] By: jhi                                   on 2000/07/06  16:03:55
61487         Log: Fix complaints of buildtoc.
61488      Branch: cfgperl
61489            + lib/Win32.pod
61490            - pod/Win32.pod
61491            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
61492 ____________________________________________________________________________
61493 [  6322] By: jhi                                   on 2000/07/06  15:15:52
61494         Log: Add =head1 NAMEs so that buildtoc is happy.
61495              (The CGI::Util nit reported to Lincoln.)
61496      Branch: cfgperl
61497            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
61498            ! pod/perltoc.pod
61499 ____________________________________________________________________________
61500 [  6321] By: jhi                                   on 2000/07/06  03:16:04
61501         Log: Config is being used.
61502      Branch: cfgperl
61503            ! t/op/method.t
61504 ____________________________________________________________________________
61505 [  6320] By: jhi                                   on 2000/07/06  03:13:13
61506         Log: Integrate with Sarathy.
61507      Branch: cfgperl
61508           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
61509 ____________________________________________________________________________
61510 [  6319] By: jhi                                   on 2000/07/06  03:11:46
61511         Log: Autogenerate pod/Makefile and pod/buildtoc.
61512              buildtoc also checks whether the existin pods are
61513              mentioned in MANIFEST and perl.pod, and vice versa.
61514              (None of the thusly found discrepancies fixed yet.)
61515              roffitall also needs to be autogenerated similarly but it
61516              seems so badly out of date that I didn't touch it yet.
61517      Branch: cfgperl
61518            + pod/Makefile.SH pod/buildtoc.PL
61519            - pod/Makefile pod/buildtoc
61520            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
61521 ____________________________________________________________________________
61522 [  6318] By: gsar                                  on 2000/07/05  22:10:54
61523         Log: fix UNC path handling on Windows under ithreads, and chdir()
61524              return value when given a non-existent directory
61525      Branch: perl
61526            ! win32/vdir.h
61527 ____________________________________________________________________________
61528 [  6317] By: gsar                                  on 2000/07/05  22:08:19
61529         Log: winsock cleanup never done on Windows (leads to handle leaks)
61530      Branch: perl
61531            ! win32/perllib.c win32/win32sck.c
61532 ____________________________________________________________________________
61533 [  6316] By: gsar                                  on 2000/07/05  22:06:19
61534         Log: some debugger output does not go to the socket when RemotePort is set
61535      Branch: perl
61536            ! lib/perl5db.pl
61537 ____________________________________________________________________________
61538 [  6315] By: jhi                                   on 2000/07/05  00:25:21
61539         Log: Integrate with Sarathy, preliminary fix for unicos
61540              alignment problems in [ID 20000612.002] Perl problem on Cray system.
61541      Branch: cfgperl
61542            ! sv.h
61543           !> pp_hot.c
61544 ____________________________________________________________________________
61545 [  6314] By: gsar                                  on 2000/07/04  23:34:02
61546         Log: tyop in change#6306
61547      Branch: perl
61548            ! pp_hot.c
61549 ____________________________________________________________________________
61550 [  6313] By: jhi                                   on 2000/07/04  22:14:38
61551         Log: Multiline string literals ENONPORTABLE.
61552      Branch: cfgperl
61553            ! pp_hot.c
61554 ____________________________________________________________________________
61555 [  6312] By: jhi                                   on 2000/07/04  20:34:44
61556         Log: Integrate with Sarathy.
61557      Branch: cfgperl
61558           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
61559           !> t/op/method.t
61560 ____________________________________________________________________________
61561 [  6311] By: jhi                                   on 2000/07/04  20:30:56
61562         Log: More POSIX.pod embellishment.
61563      Branch: cfgperl
61564            ! ext/POSIX/POSIX.pod
61565 ____________________________________________________________________________
61566 [  6310] By: gsar                                  on 2000/07/04  17:28:48
61567         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
61568      Branch: perl
61569            ! t/lib/b.t
61570 ____________________________________________________________________________
61571 [  6309] By: jhi                                   on 2000/07/04  17:22:18
61572         Log: The #6308 required a little bit more.
61573      Branch: cfgperl
61574            ! Makefile.SH win32/Makefile
61575 ____________________________________________________________________________
61576 [  6308] By: jhi                                   on 2000/07/04  16:35:24
61577         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
61578      Branch: cfgperl
61579            + lib/lib_pm.PL
61580            - lib/lib.pm.PL
61581            ! MANIFEST Makefile.SH
61582 ____________________________________________________________________________
61583 [  6307] By: jhi                                   on 2000/07/04  16:28:58
61584         Log: Win32 patches for cfgperl from Sarathy.
61585      Branch: cfgperl
61586            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
61587            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
61588            ! thread.h toke.c util.c win32/Makefile win32/win32.c
61589 ____________________________________________________________________________
61590 [  6306] By: gsar                                  on 2000/07/04  16:28:40
61591         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
61592              (from Richard Soderberg <rs@oregonnet.com>)
61593      Branch: perl
61594            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
61595 ____________________________________________________________________________
61596 [  6305] By: jhi                                   on 2000/07/04  16:24:24
61597         Log: Integrate with Sarathy.
61598      Branch: cfgperl
61599           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
61600           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61601           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
61602           !> proto.h win32/win32.c
61603 ____________________________________________________________________________
61604 [  6304] By: gsar                                  on 2000/07/04  16:17:24
61605         Log: missing perldiag entry for unpack("w",...) diagnostic (from
61606              Andreas Koenig)
61607      Branch: perl
61608            ! pod/perldiag.pod
61609 ____________________________________________________________________________
61610 [  6303] By: gsar                                  on 2000/07/04  16:14:44
61611         Log: remove rel2abs prototypes (from Barrie Slaymaker)
61612      Branch: perl
61613            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61614            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61615 ____________________________________________________________________________
61616 [  6302] By: gsar                                  on 2000/07/04  04:59:35
61617         Log: adjust change#6299
61618      Branch: perl
61619            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
61620            ! win32/win32.c
61621 ____________________________________________________________________________
61622 [  6301] By: jhi                                   on 2000/07/04  04:50:07
61623         Log: Integrate with Sarathy.
61624      Branch: cfgperl
61625           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
61626           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
61627           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
61628 ____________________________________________________________________________
61629 [  6300] By: gsar                                  on 2000/07/04  04:42:09
61630         Log: PERL_OBJECT build tweak
61631      Branch: perl
61632            ! perl.h
61633 ____________________________________________________________________________
61634 [  6299] By: gsar                                  on 2000/07/04  04:37:00
61635         Log: fix memory leak on Windows (PL_sys_intern contents were never
61636              freed)
61637      Branch: perl
61638            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61639            ! perlapi.c proto.h win32/win32.c
61640 ____________________________________________________________________________
61641 [  6298] By: gsar                                  on 2000/07/04  04:15:59
61642         Log: fix large memory leak that has been around for ever, masked by
61643              -DPURIFY (most of the arenas were never freed!)
61644      Branch: perl
61645            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
61646 ____________________________________________________________________________
61647 [  6297] By: gsar                                  on 2000/07/04  04:07:46
61648         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
61649      Branch: perl
61650            ! perl.c
61651 ____________________________________________________________________________
61652 [  6296] By: jhi                                   on 2000/06/30  18:28:37
61653         Log: Elaborate POSIX.pod.  Still needs work.
61654      Branch: cfgperl
61655            ! ext/POSIX/POSIX.pod
61656 ____________________________________________________________________________
61657 [  6295] By: jhi                                   on 2000/06/30  14:58:18
61658         Log: Point to perlipc for more SysV IPC examples.
61659      Branch: cfgperl
61660            ! pod/perlfunc.pod
61661 ____________________________________________________________________________
61662 [  6294] By: gsar                                  on 2000/06/30  14:47:45
61663         Log: slurp mode fix in change#4736 still not quite right
61664      Branch: perl
61665            ! pp_hot.c t/io/argv.t
61666 ____________________________________________________________________________
61667 [  6293] By: jhi                                   on 2000/06/30  12:02:55
61668         Log: Integrate with Sarathy.
61669      Branch: cfgperl
61670           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
61671 ____________________________________________________________________________
61672 [  6292] By: jhi                                   on 2000/06/30  12:01:11
61673         Log: From: simon@brecon.co.uk (Simon Cozens)
61674              Subject: UTF8 concat
61675              Date: 30 Jun 2000 06:13:25 GMT
61676              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
61677      Branch: cfgperl
61678            ! pp_hot.c
61679 ____________________________________________________________________________
61680 [  6291] By: gsar                                  on 2000/06/30  04:37:33
61681         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
61682              when @_ is modified, causing coredumps
61683      Branch: perl
61684            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
61685 ____________________________________________________________________________
61686 [  6290] By: jhi                                   on 2000/06/30  02:21:44
61687         Log: Integrate with Sarathy.
61688      Branch: cfgperl
61689           !> vms/vms.c vms/vmsish.h
61690 ____________________________________________________________________________
61691 [  6289] By: jhi                                   on 2000/06/30  02:21:02
61692         Log: Check VERSIONs.
61693      Branch: cfgperl
61694            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61695            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61696            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61697 ____________________________________________________________________________
61698 [  6288] By: jhi                                   on 2000/06/30  02:18:52
61699         Log: Integrate with Sarathy.
61700      Branch: cfgperl
61701           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
61702           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
61703           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
61704           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
61705 ____________________________________________________________________________
61706 [  6287] By: gsar                                  on 2000/06/30  02:17:08
61707         Log: integrate vmsperl changes into mainline
61708      Branch: perl
61709           !> vms/vms.c vms/vmsish.h
61710 ____________________________________________________________________________
61711 [  6285] By: gsar                                  on 2000/06/30  02:05:28
61712         Log: localize %INC in a Safe compartment so that use/require work
61713              (many other magic globals probably need similar treatment)
61714      Branch: perl
61715            ! ext/Opcode/Opcode.xs
61716 ____________________________________________________________________________
61717 [  6284] By: gsar                                  on 2000/06/30  01:54:54
61718         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
61719              about Windows
61720      Branch: perl
61721            ! pod/perlembed.pod
61722 ____________________________________________________________________________
61723 [  6283] By: jhi                                   on 2000/06/30  01:50:10
61724         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
61725              From: Barrie Slaymaker <barries@jester.slaysys.com>
61726              Date: Wed, 28 Jun 2000 11:35:29 -0400
61727              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
61728      Branch: perl
61729            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
61730            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
61731            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61732            ! lib/File/Spec/Win32.pm
61733 ____________________________________________________________________________
61734 [  6282] By: jhi                                   on 2000/06/29  22:57:22
61735         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
61736              From: Dan Sugalski <dan@sidhe.org>
61737              Date: Tue, 06 Jun 2000 11:59:50 -0400
61738              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
61739      Branch: cfgperl
61740            ! vms/vms.c
61741 ____________________________________________________________________________
61742 [  6281] By: jhi                                   on 2000/06/29  22:52:50
61743         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
61744              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61745              Date: Wed, 7 Jun 2000 04:02:04 -0500
61746              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
61747      Branch: cfgperl
61748            ! utils/h2xs.PL
61749 ____________________________________________________________________________
61750 [  6280] By: jhi                                   on 2000/06/29  22:45:47
61751         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
61752              From: rspier@pobox.com (Robert Spier)
61753              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
61754              Message-ID: <14654.31913.845602.610277@rls.cx>
61755      Branch: cfgperl
61756            ! utils/h2xs.PL
61757 ____________________________________________________________________________
61758 [  6279] By: jhi                                   on 2000/06/29  22:38:16
61759         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
61760              From: Tim Ayers <tayers@bridge.com>
61761              Date: Thu, 08 Jun 2000 08:11:06 +0200
61762              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
61763              [resent by Richard Foley, Message-Id probably wrong]
61764      Branch: cfgperl
61765            ! pod/perlsub.pod
61766 ____________________________________________________________________________
61767 [  6278] By: jhi                                   on 2000/06/29  22:21:45
61768         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
61769              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
61770              Date: Fri, 09 Jun 2000 12:39:27 -0400
61771              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
61772              (plus update the version "number" of Text::Wrap)
61773      Branch: cfgperl
61774            ! lib/Text/Wrap.pm
61775 ____________________________________________________________________________
61776 [  6277] By: jhi                                   on 2000/06/29  22:13:10
61777         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
61778              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61779              Date: Mon, 12 Jun 2000 14:55:59 +0100
61780              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
61781      Branch: cfgperl
61782            ! pod/perlfunc.pod
61783 ____________________________________________________________________________
61784 [  6276] By: jhi                                   on 2000/06/29  22:11:06
61785         Log: Subject: [PATCH] Re: eval documentation: context
61786              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
61787              Date: Mon, 12 Jun 2000 15:07:29 +0100
61788              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
61789      Branch: cfgperl
61790            ! pod/perlfunc.pod
61791 ____________________________________________________________________________
61792 [  6275] By: jhi                                   on 2000/06/29  21:59:46
61793         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
61794              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
61795              Date: Tue, 13 Jun 2000 02:43:48 -0500
61796              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
61797      Branch: cfgperl
61798            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
61799 ____________________________________________________________________________
61800 [  6274] By: jhi                                   on 2000/06/29  21:56:14
61801         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
61802              From: Andy Dougherty <doughera@lafayette.edu>
61803              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
61804              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
61805      Branch: cfgperl
61806            ! ext/File/Glob/Glob.pm
61807 ____________________________________________________________________________
61808 [  6273] By: jhi                                   on 2000/06/29  21:49:09
61809         Log: Subject: [PATCH] xsub attributes
61810              From: Doug MacEachern <dougm@covalent.net>
61811              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
61812              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
61813      Branch: cfgperl
61814            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
61815            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
61816 ____________________________________________________________________________
61817 [  6272] By: jhi                                   on 2000/06/29  21:41:28
61818         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
61819              From: Tom Phoenix <rootbeer@redcat.com>
61820              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
61821              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
61822      Branch: cfgperl
61823            ! lib/Net/Ping.pm
61824 ____________________________________________________________________________
61825 [  6271] By: jhi                                   on 2000/06/29  21:36:55
61826         Log: Subject: PATCH pod/perltie.pod
61827              From: Ian Phillipps <Ian.Phillipps@iname.com>
61828              Date: Fri, 16 Jun 2000 00:17:19 +0100
61829              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
61830              (only the first hunk, the second hunk had already been done
61831              by some other patch)
61832      Branch: cfgperl
61833            ! pod/perltie.pod
61834 ____________________________________________________________________________
61835 [  6270] By: jhi                                   on 2000/06/29  21:24:51
61836         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
61837              From: Nicholas Clark <nick@talking.bollo.cx>
61838              Date: Fri, 23 Jun 2000 16:21:15 +0100
61839              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
61840      Branch: cfgperl
61841            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
61842            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
61843 ____________________________________________________________________________
61844 [  6269] By: jhi                                   on 2000/06/29  19:38:15
61845         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
61846              silence few compiler warnings.
61847      Branch: cfgperl
61848            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
61849 ____________________________________________________________________________
61850 [  6268] By: jhi                                   on 2000/06/29  18:21:50
61851         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
61852              From: Dominic Dunlop <domo@computer.org> 
61853              Date: Thu, 29 Jun 2000 12:32:39 +0200 
61854              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
61855      Branch: cfgperl
61856            ! t/op/sprintf.t
61857 ____________________________________________________________________________
61858 [  6267] By: jhi                                   on 2000/06/29  18:16:07
61859         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
61860              From: Doug MacEachern <dougm@covalent.net>
61861              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
61862              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
61863      Branch: cfgperl
61864            + t/op/method2entersub.t
61865            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
61866            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
61867            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
61868            ! xsutils.c
61869 ____________________________________________________________________________
61870 [  6266] By: jhi                                   on 2000/06/29  15:11:15
61871         Log: Subject: [PATCH 5.6.0] cygwin port
61872              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
61873              From: "Fifer, Eric" <EFifer@sanwaint.com>
61874              Date: Thu, 29 Jun 2000 12:58:29 +0100
61875      Branch: cfgperl
61876            ! cygwin/Makefile.SHs
61877 ____________________________________________________________________________
61878 [  6265] By: jhi                                   on 2000/06/29  15:04:05
61879         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
61880              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61881              Date: Wed, 28 Jun 2000 17:50:12 -0700
61882              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
61883      Branch: cfgperl
61884            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
61885 ____________________________________________________________________________
61886 [  6264] By: jhi                                   on 2000/06/29  15:00:57
61887         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
61888              From: Marty Lucich <marty@netcom.com>
61889              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
61890              Message-Id: <200006282116.OAA11148@netcom.com>
61891              ccdlflags update (the BSD/OS 4.1 part had already been taken
61892              care of by #6141).
61893      Branch: cfgperl
61894            ! hints/bsdos.sh
61895 ____________________________________________________________________________
61896 [  6263] By: jhi                                   on 2000/06/29  13:47:44
61897         Log: tr fixes from Simon Cozens
61898      Branch: cfgperl
61899            ! doop.c
61900 ____________________________________________________________________________
61901 [  6262] By: jhi                                   on 2000/06/28  18:46:01
61902         Log: Subject: 5.6.0 Patch for EPOC
61903              From: Olaf Flebbe <o.flebbe@gmx.de>
61904              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
61905              Message-ID: <23449.960929969@www11.gmx.net>
61906      Branch: cfgperl
61907            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
61908            ! epoc/epocish.h
61909 ____________________________________________________________________________
61910 [  6261] By: jhi                                   on 2000/06/28  18:29:07
61911         Log: Subject: Re: [PATCH cfgperl] BOMs away!
61912              From: simon@brecon.co.uk (Simon Cozens)
61913              Date: 17 Jun 2000 11:49:57 GMT
61914              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
61915      Branch: cfgperl
61916            ! pod/perldiag.pod t/comp/require.t toke.c
61917 ____________________________________________________________________________
61918 [  6260] By: jhi                                   on 2000/06/28  17:47:16
61919         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
61920              From: simon@brecon.co.uk (Simon Cozens) 
61921              Date: 17 Jun 2000 11:56:44 GMT 
61922              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
61923              pack U0, pack C0
61924      Branch: cfgperl
61925            ! pod/perlfunc.pod pp.c t/op/pack.t
61926 ____________________________________________________________________________
61927 [  6259] By: jhi                                   on 2000/06/28  16:43:17
61928         Log: perlnewmod was missing from MANIFEST.
61929      Branch: cfgperl
61930            ! MANIFEST
61931 ____________________________________________________________________________
61932 [  6258] By: jhi                                   on 2000/06/28  15:54:30
61933         Log: linenumber tweak
61934      Branch: cfgperl
61935            ! t/pragma/warn/regcomp
61936 ____________________________________________________________________________
61937 [  6257] By: jhi                                   on 2000/06/28  15:50:44
61938         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
61939              From: Doug MacEachern <dougm@covalent.net>
61940              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
61941              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
61942              (one part of the patch had been applied earlier)
61943      Branch: cfgperl
61944            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
61945 ____________________________________________________________________________
61946 [  6256] By: jhi                                   on 2000/06/28  15:40:22
61947         Log: tweaks from Simon Cozens to further fix tr/// under utf8
61948      Branch: cfgperl
61949            ! doop.c
61950 ____________________________________________________________________________
61951 [  6255] By: jhi                                   on 2000/06/28  15:33:45
61952         Log: small thinko tweaks
61953      Branch: cfgperl
61954            ! lib/IPC/Open3.pm t/op/my_stash.t
61955 ____________________________________________________________________________
61956 [  6254] By: jhi                                   on 2000/06/28  15:33:25
61957         Log: Subject: tr///, help wanted.
61958              From: simon@brecon.co.uk (Simon Cozens)
61959              Date: 28 Jun 2000 11:29:04 GMT
61960              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
61961      Branch: cfgperl
61962            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
61963            ! pp_proto.h proto.h t/op/tr.t
61964 ____________________________________________________________________________
61965 [  6253] By: jhi                                   on 2000/06/28  15:09:17
61966         Log: Paranoia tweak on #6249.
61967              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
61968              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
61969              Date: Sun, 25 Jun 2000 23:43:12 -0400
61970              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
61971      Branch: cfgperl
61972            ! lib/IPC/Open3.pm
61973 ____________________________________________________________________________
61974 [  6252] By: jhi                                   on 2000/06/28  15:01:38
61975         Log: Document #6249 and #6251.
61976      Branch: cfgperl
61977            ! lib/Exporter.pm lib/IPC/Open3.pm
61978 ____________________________________________________________________________
61979 [  6251] By: jhi                                   on 2000/06/28  14:50:43
61980         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
61981              From: Doug MacEachern <dougm@covalent.net>
61982              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
61983              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
61984      Branch: cfgperl
61985            ! lib/Exporter.pm
61986 ____________________________________________________________________________
61987 [  6250] By: jhi                                   on 2000/06/28  14:45:23
61988         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
61989              From: Doug MacEachern <dougm@covalent.net>
61990              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
61991              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
61992      Branch: cfgperl
61993            + t/op/my_stash.t
61994            ! MANIFEST embed.pl global.sym proto.h toke.c
61995 ____________________________________________________________________________
61996 [  6249] By: jhi                                   on 2000/06/28  14:36:34
61997         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
61998              From: Frank Tobin <ftobin@uiuc.edu>
61999              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
62000              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
62001      Branch: cfgperl
62002            ! lib/IPC/Open3.pm
62003 ____________________________________________________________________________
62004 [  6248] By: jhi                                   on 2000/06/28  14:11:25
62005         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
62006              From: Mark-Jason Dominus <mjd@plover.com>
62007              Date: Tue, 27 Jun 2000 22:36:42 -0400
62008              Message-ID: <20000628023642.12166.qmail@plover.com>
62009      Branch: cfgperl
62010            ! pod/perlfunc.pod
62011 ____________________________________________________________________________
62012 [  6247] By: jhi                                   on 2000/06/27  12:46:37
62013         Log: Tweak $VERSION, patch from Doug MacEachern.
62014      Branch: cfgperl
62015            ! lib/File/Spec.pm
62016 ____________________________________________________________________________
62017 [  6246] By: jhi                                   on 2000/06/27  03:34:46
62018         Log: Allow for standalone testing.
62019      Branch: cfgperl
62020            ! t/lib/filefunc.t t/lib/filespec.t
62021 ____________________________________________________________________________
62022 [  6245] By: jhi                                   on 2000/06/27  02:50:02
62023         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
62024              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62025              Date: Sat, 24 Jun 2000 13:06:20 +0100
62026              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
62027      Branch: cfgperl
62028            ! ext/DynaLoader/DynaLoader_pm.PL
62029 ____________________________________________________________________________
62030 [  6244] By: jhi                                   on 2000/06/27  02:46:10
62031         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
62032              From: Doug MacEachern <dougm@covalent.net>
62033              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
62034              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
62035      Branch: cfgperl
62036            ! gv.c sv.c t/lib/peek.t
62037 ____________________________________________________________________________
62038 [  6243] By: jhi                                   on 2000/06/27  02:38:07
62039         Log: Subject: [PATCH] is_utf8_string
62040              From: simon@brecon.co.uk (Simon Cozens)
62041              Date: 26 Jun 2000 02:25:59 GMT
62042              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
62043      Branch: cfgperl
62044            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
62045            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
62046            ! proto.h utf8.c
62047 ____________________________________________________________________________
62048 [  6242] By: jhi                                   on 2000/06/27  02:24:00
62049         Log: Subject: [PATCH] bytes<->utf8 fixes
62050              From: simon@brecon.co.uk (Simon Cozens)
62051              Date: 26 Jun 2000 04:55:45 GMT
62052              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
62053      Branch: cfgperl
62054            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
62055 ____________________________________________________________________________
62056 [  6241] By: jhi                                   on 2000/06/27  02:12:42
62057         Log: Do no -warn on \_, only on \alpha.
62058              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
62059              From: David Dyck <dcd@tc.fluke.com>
62060              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
62061              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
62062      Branch: cfgperl
62063            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
62064 ____________________________________________________________________________
62065 [  6240] By: jhi                                   on 2000/06/27  02:00:01
62066         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
62067              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
62068              Date: Mon, 26 Jun 2000 18:40:14 +0100
62069              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
62070      Branch: cfgperl
62071            ! utils/h2xs.PL
62072 ____________________________________________________________________________
62073 [  6239] By: jhi                                   on 2000/06/27  01:53:40
62074         Log: Configure maintenance.  Sever some dependency cycles,
62075              separate gccversion from the cc unit,
62076              address [ID 20000623.006] Configure script patch for using gcc on AIX
62077              (but solve it a little bit differently),
62078              unduplex some accidentally duplicated units,
62079              suggest using gcc if no cc available
62080              (p5p thread: "Solaris configure: counterproposal", 1999-09)
62081      Branch: cfgperl
62082            ! Configure Todo-5.6 config_h.SH
62083      Branch: metaconfig
62084            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
62085            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
62086      Branch: metaconfig/U/perl
62087            + gccvers.U
62088            ! d_getespwnam.U d_getprpwnam.U i_prot.U
62089 ____________________________________________________________________________
62090 [  6238] By: jhi                                   on 2000/06/25  18:04:56
62091         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
62092              From: Dan Sugalski <dan@sidhe.org>
62093              Date: Fri, 23 Jun 2000 17:00:00 -0400
62094              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
62095      Branch: cfgperl
62096            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
62097 ____________________________________________________________________________
62098 [  6237] By: jhi                                   on 2000/06/25  16:36:45
62099         Log: Tweak embed.pl, regen headers.
62100      Branch: cfgperl
62101            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
62102            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
62103            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
62104            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
62105            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
62106 ____________________________________________________________________________
62107 [  6236] By: jhi                                   on 2000/06/25  15:26:42
62108         Log: Regen headers.
62109      Branch: cfgperl
62110            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
62111            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
62112            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
62113            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
62114            ! regnodes.h warnings.h
62115 ____________________________________________________________________________
62116 [  6235] By: jhi                                   on 2000/06/23  19:39:35
62117         Log: The thread begun by
62118              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
62119              From: Kevin.Ruscoe@ubsw.com
62120              Date: Fri, 16 Jun 2000 16:38:51 +0100
62121              Message-Id: <H000019b03c300d6@MHS>
62122      Branch: cfgperl
62123            ! hints/solaris_2.sh
62124 ____________________________________________________________________________
62125 [  6234] By: jhi                                   on 2000/06/23  19:23:36
62126         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
62127              because when run as services (Win32ese for daemons)
62128              no environment variables are set and tmpdir ends up as /tmp,
62129              which is ambiguous.
62130              
62131              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
62132              From: matt@sergeant.org
62133              Date: 16 Jun 2000 16:30:43 -0000
62134              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
62135      Branch: cfgperl
62136            ! lib/File/Spec/Win32.pm
62137 ____________________________________________________________________________
62138 [  6233] By: jhi                                   on 2000/06/23  19:18:58
62139         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
62140              From: Mark-Jason Dominus <mjd@plover.com>
62141              Date: Fri, 16 Jun 2000 20:53:04 -0400
62142              Message-ID: <20000617005304.8008.qmail@plover.com>
62143      Branch: cfgperl
62144            ! op.h
62145 ____________________________________________________________________________
62146 [  6232] By: jhi                                   on 2000/06/23  16:10:02
62147         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
62148              From: simon@brecon.co.uk (Simon Cozens)
62149              Date: 19 Jun 2000 15:18:27 GMT
62150              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
62151              
62152              plus update pod/Makefile and regenerate perltoc
62153      Branch: cfgperl
62154            + pod/perlutil.pod
62155            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
62156 ____________________________________________________________________________
62157 [  6231] By: jhi                                   on 2000/06/23  15:19:18
62158         Log: Subject: [PATCH 5.6.0] cygwin port
62159              From: "Fifer, Eric" <EFifer@sanwaint.com>
62160              Date: Tue, 20 Jun 2000 14:30:58 +0100
62161              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
62162      Branch: cfgperl
62163            ! README.cygwin lib/File/Find.pm
62164 ____________________________________________________________________________
62165 [  6230] By: jhi                                   on 2000/06/23  14:25:21
62166         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
62167      Branch: cfgperl
62168            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
62169            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
62170            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
62171            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
62172 ____________________________________________________________________________
62173 [  6229] By: jhi                                   on 2000/06/23  14:13:34
62174         Log: Subject: README.hpux version 0.6.1
62175              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
62176              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
62177              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
62178      Branch: cfgperl
62179            ! README.hpux
62180 ____________________________________________________________________________
62181 [  6228] By: jhi                                   on 2000/06/23  14:07:20
62182         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
62183              From: Doug MacEachern <dougm@covalent.net>
62184              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
62185              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
62186      Branch: cfgperl
62187            ! op.c
62188 ____________________________________________________________________________
62189 [  6227] By: jhi                                   on 2000/06/23  14:01:06
62190         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
62191              From: Doug MacEachern <dougm@covalent.net>
62192              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
62193              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
62194      Branch: cfgperl
62195            + lib/lib.pm.PL
62196            - lib/lib.pm
62197            ! MANIFEST Makefile.SH
62198 ____________________________________________________________________________
62199 [  6226] By: jhi                                   on 2000/06/23  13:53:07
62200         Log: Subject: [PATCH] remove forward declarations in Socket.pm
62201              From: Doug MacEachern <dougm@covalent.net>
62202              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
62203              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
62204              
62205              From: Doug MacEachern <dougm@covalent.net>
62206              Subject: Re: [PATCH] remove forward declarations in Socket.pm
62207              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
62208              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
62209      Branch: cfgperl
62210            ! ext/Socket/Socket.pm op.c
62211 ____________________________________________________________________________
62212 [  6225] By: jhi                                   on 2000/06/23  13:41:52
62213         Log: Add source code filenames to apidoc.
62214              From: simon@brecon.co.uk (Simon Cozens)
62215              Subject: [PATCH embed.pl] Source X-ref
62216              Date: 22 Jun 2000 02:18:49 GMT
62217              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
62218      Branch: cfgperl
62219            ! embed.pl
62220 ____________________________________________________________________________
62221 [  6224] By: jhi                                   on 2000/06/23  13:32:33
62222         Log: A way to avoid English.pm performance hit.
62223              From: root <root@jester.slaysys.com>
62224              Subject: [YAPATCH English.pm] My turn to putt again
62225              Date: Thu, 22 Jun 2000 20:33:58 -0400
62226              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
62227      Branch: cfgperl
62228            ! lib/English.pm t/lib/english.t
62229 ____________________________________________________________________________
62230 [  6223] By: jhi                                   on 2000/06/23  13:27:06
62231         Log: Avoid double close().
62232              Subject: [PATCH] avoid double close()
62233              From: Doug MacEachern <dougm@covalent.net>
62234              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
62235              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
62236      Branch: cfgperl
62237            ! doio.c
62238 ____________________________________________________________________________
62239 [  6222] By: jhi                                   on 2000/06/23  13:25:54
62240         Log: doc typo fix
62241              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
62242              From: Ian Phillipps <Ian.Phillipps@iname.com>
62243              Date: Fri, 23 Jun 2000 10:40:58 +0100
62244              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
62245      Branch: cfgperl
62246            ! lib/Pod/Usage.pm
62247 ____________________________________________________________________________
62248 [  6221] By: jhi                                   on 2000/06/23  13:24:15
62249         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
62250              From: simon@brecon.co.uk (Simon Cozens)
62251              Subject: [PATCH] Eliminate tr///[CU][CU]
62252              Date: 23 Jun 2000 11:05:40 GMT
62253              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
62254      Branch: cfgperl
62255            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
62256 ____________________________________________________________________________
62257 [  6220] By: jhi                                   on 2000/06/22  16:07:51
62258         Log: Win32 patches from Benjamin Stuhl.
62259      Branch: cfgperl
62260            ! makedef.pl win32/win32.h
62261 ____________________________________________________________________________
62262 [  6219] By: jhi                                   on 2000/06/22  16:06:34
62263         Log: Bytecode patches from Benjamin Stuhl.
62264      Branch: cfgperl
62265            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62266            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
62267            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62268 ____________________________________________________________________________
62269 [  6218] By: jhi                                   on 2000/06/15  23:54:16
62270         Log: Bytecode patches from Benjamin Stuhl.
62271      Branch: cfgperl
62272            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
62273 ____________________________________________________________________________
62274 [  6217] By: jhi                                   on 2000/06/09  13:38:29
62275         Log: Rename the fdpid locking and integrate with Sarathy.
62276      Branch: cfgperl
62277            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
62278            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
62279            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
62280            ! win32/win32.c
62281           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
62282 ____________________________________________________________________________
62283 [  6216] By: gsar                                  on 2000/06/08  14:54:21
62284         Log: be more optimal about clearing @_
62285      Branch: perl
62286            ! cop.h
62287 ____________________________________________________________________________
62288 [  6215] By: gsar                                  on 2000/06/08  14:33:04
62289         Log: tweak comment about @DB::args
62290      Branch: perl
62291            ! av.h pp_ctl.c
62292 ____________________________________________________________________________
62293 [  6214] By: gsar                                  on 2000/06/08  13:57:54
62294         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
62295              caller() wants to populate @DB::args with it (causes a coredump
62296              in Carp::confess())
62297      Branch: perl
62298            ! cop.h t/op/runlevel.t
62299 ____________________________________________________________________________
62300 [  6213] By: gsar                                  on 2000/06/08  07:06:35
62301         Log: back out change#6106 (seems problematic)
62302      Branch: perl
62303            ! hints/solaris_2.sh
62304 ____________________________________________________________________________
62305 [  6212] By: jhi                                   on 2000/06/07  03:10:36
62306         Log: Continuing mopup for #6204.
62307      Branch: cfgperl
62308            ! ext/B/defsubs_h.PL
62309 ____________________________________________________________________________
62310 [  6211] By: jhi                                   on 2000/06/07  02:41:50
62311         Log: Mopup for #6204.
62312              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
62313              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
62314              This is comes from const() where POK isn't on when expected.
62315      Branch: cfgperl
62316            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
62317            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62318            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
62319            ! perlapi.h pod/perlapi.pod
62320 ____________________________________________________________________________
62321 [  6210] By: jhi                                   on 2000/06/07  01:56:29
62322         Log: Mopup for #6207 and #6209.
62323      Branch: cfgperl
62324            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
62325 ____________________________________________________________________________
62326 [  6209] By: jhi                                   on 2000/06/07  01:33:12
62327         Log: Lock PL_fdpid against race conditions, based on:
62328              Subject: [PATCH 5.6.0]subprocess fixup for threads
62329              From: Dan Sugalski <dan@sidhe.org>
62330              To: perl5-porters@perl.org
62331              Date: Tue, 11 Apr 2000 17:02:32 -0400
62332              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
62333      Branch: cfgperl
62334            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
62335            ! win32/win32.c
62336 ____________________________________________________________________________
62337 [  6208] By: jhi                                   on 2000/06/07  01:05:23
62338         Log: Regen headers for #6207.
62339      Branch: cfgperl
62340            ! embed.h global.sym objXSUB.h proto.h
62341 ____________________________________________________________________________
62342 [  6207] By: jhi                                   on 2000/06/06  23:43:13
62343         Log: Subject: [PATCH 5.6.0] Threadsafe patches
62344              From: Dan Sugalski <dan@sidhe.org>
62345              To: perl5-porters@perl.org
62346              Date: Mon, 08 May 2000 18:08:13 -0400
62347              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
62348      Branch: cfgperl
62349            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
62350            ! proto.h sv.h util.c
62351 ____________________________________________________________________________
62352 [  6206] By: jhi                                   on 2000/06/06  23:21:23
62353         Log: Subject: [PATCH] Eliminate $a/$b in pod
62354              From: David Glasser <me@davidglasser.net>
62355              To: perl5-porters@perl.org
62356              Date: Mon, 29 May 2000 21:15:59 -0400
62357              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
62358      Branch: cfgperl
62359            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
62360            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
62361            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
62362            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
62363            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
62364            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
62365            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
62366            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
62367            ! pod/perlvar.pod pod/perlxs.pod
62368 ____________________________________________________________________________
62369 [  6205] By: jhi                                   on 2000/06/06  23:12:14
62370         Log: Subject: [PATCH] Win32 improvements
62371              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62372              To: gsar@activestate.com, perl5-porters@perl.org
62373              Date: Mon, 29 May 2000 17:22:24 PDT
62374              Message-ID: <20000530002224.91142.qmail@hotmail.com>
62375              (MUA had mangled many lines by wordwrapping)
62376      Branch: cfgperl
62377            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
62378 ____________________________________________________________________________
62379 [  6204] By: jhi                                   on 2000/06/06  23:01:50
62380         Log: Subject: [PATCH] B::Bytecode patches
62381              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
62382              To: gsar@activestate.com, jhi@iki.fi
62383              Cc: perl5-porters@perl.org
62384              Message-ID: <20000602202526.48694.qmail@hotmail.com>
62385              (MUA had mangled many lines by wordwrapping)
62386      Branch: cfgperl
62387            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
62388            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
62389            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
62390            ! intrpvar.h perl.c
62391 ____________________________________________________________________________
62392 [  6203] By: jhi                                   on 2000/06/06  22:32:43
62393         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
62394              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62395              Date: Tue, 06 Jun 2000 13:07:45 -0700
62396              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
62397      Branch: cfgperl
62398            ! pod/perldiag.pod
62399 ____________________________________________________________________________
62400 [  6202] By: jhi                                   on 2000/06/06  19:38:35
62401         Log: Integrate with Sarathy.
62402      Branch: cfgperl
62403           !> perl.c
62404 ____________________________________________________________________________
62405 [  6201] By: gsar                                  on 2000/06/06  00:42:59
62406         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
62407              does a PUSHMARK that's never ever POPMARKed; in general, only
62408              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
62409              Perl_eval_[sp]v() don't because they don't take any incoming
62410              arguments (this leak has been around since the original version
62411              of perl_eval_pv() in 5.003_97e)
62412      Branch: perl
62413            ! perl.c
62414 ____________________________________________________________________________
62415 [  6200] By: jhi                                   on 2000/06/04  03:44:52
62416         Log: Update to cperl-mode.el 4.31 from
62417              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
62418              Subject: A couple of notes
62419              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
62420              To: Mailing list Perl5 <perl5-porters@perl.org>
62421              Date: Sat, 3 Jun 2000 23:33:32 -0400
62422              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
62423      Branch: cfgperl
62424            ! emacs/cperl-mode.el
62425 ____________________________________________________________________________
62426 [  6199] By: jhi                                   on 2000/06/03  15:11:05
62427         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
62428              From: Dan Sugalski <dan@sidhe.org>
62429              To: perl5-porters@perl.org, vmsperl@perl.org
62430              Date: Fri, 02 Jun 2000 17:30:51 -0400
62431              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
62432      Branch: cfgperl
62433            ! vms/descrip_mms.template vms/gen_shrfls.pl
62434 ____________________________________________________________________________
62435 [  6198] By: jhi                                   on 2000/06/03  14:59:15
62436         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
62437              From: Dan Sugalski <dan@sidhe.org>
62438              To: vmsperl@perl.org, perl5-porters@perl.org
62439              Date: Fri, 02 Jun 2000 16:00:41 -0400
62440              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
62441              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
62442      Branch: cfgperl
62443            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
62444            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
62445            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
62446 ____________________________________________________________________________
62447 [  6197] By: jhi                                   on 2000/06/03  14:41:30
62448         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
62449              From: John Borwick <jhborwic@unity.ncsu.edu>
62450              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
62451              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
62452      Branch: cfgperl
62453            ! pod/perlsyn.pod
62454 ____________________________________________________________________________
62455 [  6196] By: jhi                                   on 2000/06/03  14:38:09
62456         Log: Integrate with Sarathy.
62457      Branch: cfgperl
62458           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62459           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62460           !> vms/perly_c.vms
62461 ____________________________________________________________________________
62462 [  6195] By: gsar                                  on 2000/06/02  22:43:13
62463         Log: fix yet another eval"" leak under USE_ITHREADS
62464      Branch: perl
62465            ! op.c
62466 ____________________________________________________________________________
62467 [  6194] By: gsar                                  on 2000/06/02  18:22:06
62468         Log: fix small eval"" memory leaks under USE_ITHREADS
62469      Branch: perl
62470            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
62471            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
62472            ! vms/perly_c.vms
62473 ____________________________________________________________________________
62474 [  6193] By: jhi                                   on 2000/06/01  13:03:56
62475         Log: Signals-be-gone for microperl.
62476      Branch: cfgperl
62477            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
62478 ____________________________________________________________________________
62479 [  6192] By: jhi                                   on 2000/06/01  12:52:02
62480         Log: Integrate with Sarathy.
62481      Branch: cfgperl
62482           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
62483           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
62484           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
62485           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62486           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
62487           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
62488           !> t/op/vec.t utils/h2xs.PL
62489 ____________________________________________________________________________
62490 [  6191] By: gsar                                  on 2000/06/01  09:38:21
62491         Log: vec() loses numericalness (modified version of patch suggested
62492              by Robin Barker)
62493      Branch: perl
62494            ! doop.c t/op/vec.t
62495 ____________________________________________________________________________
62496 [  6190] By: gsar                                  on 2000/06/01  09:26:15
62497         Log: submit missing embed.pl change
62498      Branch: perl
62499            ! embed.pl
62500 ____________________________________________________________________________
62501 [  6189] By: gsar                                  on 2000/06/01  09:05:34
62502         Log: counting tr/// corrupts later operation (from M.J.T Guy)
62503      Branch: perl
62504            ! doop.c t/op/tr.t
62505 ____________________________________________________________________________
62506 [  6188] By: gsar                                  on 2000/06/01  08:58:39
62507         Log: h2xs tweaks
62508      Branch: perl
62509            ! utils/h2xs.PL
62510 ____________________________________________________________________________
62511 [  6187] By: gsar                                  on 2000/06/01  08:50:07
62512         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
62513              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
62514      Branch: perl
62515            + lib/Pod/LaTeX.pm
62516            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
62517            ! pod/pod2latex.PL
62518 ____________________________________________________________________________
62519 [  6186] By: gsar                                  on 2000/06/01  08:24:40
62520         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
62521              <wolfgang.laun@alcatel.at>)
62522      Branch: perl
62523            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
62524            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
62525 ____________________________________________________________________________
62526 [  6185] By: gsar                                  on 2000/06/01  08:12:00
62527         Log: remove incorrect documentation about implicit split to @_ in
62528              list context, which never really worked in perl 5 (from
62529              M.J.T. Guy)
62530      Branch: perl
62531            ! pod/perlfunc.pod pod/perltrap.pod
62532 ____________________________________________________________________________
62533 [  6184] By: gsar                                  on 2000/06/01  07:52:27
62534         Log: tweak for change#6127
62535      Branch: perl
62536            ! perl.c
62537 ____________________________________________________________________________
62538 [  6183] By: gsar                                  on 2000/06/01  07:41:02
62539         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
62540              <nick@ccl4.org>)
62541      Branch: perl
62542            + t/lib/selfloader.t
62543            ! MANIFEST lib/SelfLoader.pm
62544 ____________________________________________________________________________
62545 [  6182] By: jhi                                   on 2000/06/01  00:34:42
62546         Log: Be Cleaner Part Deux.
62547      Branch: cfgperl
62548            ! Makefile.SH
62549 ____________________________________________________________________________
62550 [  6181] By: jhi                                   on 2000/06/01  00:32:09
62551         Log: Integrate with Sarathy.
62552      Branch: cfgperl
62553           !> pp.c t/op/arith.t
62554 ____________________________________________________________________________
62555 [  6180] By: jhi                                   on 2000/06/01  00:31:13
62556         Log: microperl nits from Simon Cozens.
62557      Branch: cfgperl
62558            + uconfig.h
62559            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
62560            ! unixish.h
62561 ____________________________________________________________________________
62562 [  6179] By: gsar                                  on 2000/05/31  22:37:51
62563         Log: buggy modulus on UVs introduced by change#3378 (resulted in
62564              4063328477 % 65535 amounting to 27406, instead of 27407)
62565      Branch: perl
62566            ! pp.c t/op/arith.t
62567 ____________________________________________________________________________
62568 [  6178] By: jhi                                   on 2000/05/31  21:52:41
62569         Log: Be cleaner.
62570      Branch: cfgperl
62571            ! Makefile.SH
62572 ____________________________________________________________________________
62573 [  6177] By: jhi                                   on 2000/05/31  21:47:33
62574         Log: Substitution utf8 patch from Simon Cozens.
62575      Branch: cfgperl
62576            ! pp_hot.c
62577 ____________________________________________________________________________
62578 [  6176] By: jhi                                   on 2000/05/31  21:45:34
62579         Log: Single-quoted utf8 patch from Simon Cozens.
62580      Branch: cfgperl
62581            ! toke.c
62582 ____________________________________________________________________________
62583 [  6175] By: jhi                                   on 2000/05/31  21:40:18
62584         Log: Integrate with Sarathy.
62585      Branch: cfgperl
62586           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
62587 ____________________________________________________________________________
62588 [  6174] By: jhi                                   on 2000/05/31  21:37:31
62589         Log: microperl changes from Simon Cozens; Makefile for microperl
62590              written from scratch; few casts added as microperl compilation
62591              doesn't have all prototypes available.
62592      Branch: cfgperl
62593            + Makefile.micro README.micro Todo.micro uconfig.sh
62594            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
62595            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
62596      Branch: metaconfig
62597            + U/modified/Config_h.U
62598 ____________________________________________________________________________
62599 [  6173] By: jhi                                   on 2000/05/31  20:00:24
62600         Log: metaconfig maintenance.
62601      Branch: metaconfig
62602            + U/modified/Inhdr.U U/typedefs/inotype.U
62603      Branch: metaconfig/U/perl
62604            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
62605            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
62606 ____________________________________________________________________________
62607 [  6172] By: gsar                                  on 2000/05/31  05:05:42
62608         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
62609              (from Ilya Zakharevich)
62610      Branch: perl
62611            ! regexec.c t/op/re_tests
62612 ____________________________________________________________________________
62613 [  6171] By: gsar                                  on 2000/05/31  05:01:47
62614         Log: scalar() doesn't force scalar context when used in void context
62615              (from Simon Cozens)
62616      Branch: perl
62617            ! op.c t/op/wantarray.t
62618 ____________________________________________________________________________
62619 [  6170] By: gsar                                  on 2000/05/31  04:41:33
62620         Log: change#6142 needs tweaks to tests to work where there's no symlink()
62621              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62622      Branch: perl
62623            ! t/lib/filefind.t
62624 ____________________________________________________________________________
62625 [  6169] By: gsar                                  on 2000/05/31  04:29:49
62626         Log: integrate cfgperl contents into mainline
62627      Branch: perl
62628           +> pod/perlmodlib.PL pod/perlnewmod.pod
62629           !> (integrate 42 files)
62630 ____________________________________________________________________________
62631 [  6168] By: jhi                                   on 2000/05/30  22:53:37
62632         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
62633      Branch: cfgperl
62634            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62635            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
62636            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
62637            ! win32/config.bc win32/config.gc win32/config.vc
62638            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62639            ! win32/config_h.PL win32/config_sh.PL
62640      Branch: metaconfig/U/perl
62641            ! perlxv.U
62642 ____________________________________________________________________________
62643 [  6167] By: jhi                                   on 2000/05/30  22:20:21
62644         Log: tweak todo 
62645      Branch: cfgperl
62646            ! Todo-5.6
62647 ____________________________________________________________________________
62648 [  6166] By: jhi                                   on 2000/05/30  22:11:51
62649         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
62650              in case somebody wants to write an extension for more
62651              shadow database interfaces.
62652      Branch: cfgperl
62653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62654            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
62655            ! vos/config.def vos/config.h vos/config_h.SH_orig
62656            ! win32/config.bc win32/config.gc win32/config.vc
62657            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62658      Branch: metaconfig
62659            ! U/modified/Myinit.U
62660      Branch: metaconfig/U/perl
62661            + d_getespwnam.U d_getprpwnam.U i_prot.U
62662 ____________________________________________________________________________
62663 [  6165] By: jhi                                   on 2000/05/30  18:35:34
62664         Log: Integrate with Sarathy.
62665      Branch: cfgperl
62666           !> op.c
62667 ____________________________________________________________________________
62668 [  6164] By: jhi                                   on 2000/05/30  18:30:16
62669         Log: detypo
62670      Branch: cfgperl
62671            ! Configure config_h.SH
62672      Branch: metaconfig/U/perl
62673            ! perlxv.U
62674 ____________________________________________________________________________
62675 [  6163] By: gsar                                  on 2000/05/30  03:24:03
62676         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
62677      Branch: perl
62678            ! op.c
62679 ____________________________________________________________________________
62680 [  6162] By: gsar                                  on 2000/05/30  03:09:38
62681         Log: fix memory leak in method call optimization (change#3768);
62682              made C<eval "$x->foo()"> leak
62683      Branch: perl
62684            ! op.c
62685 ____________________________________________________________________________
62686 [  6161] By: jhi                                   on 2000/05/29  17:56:26
62687         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
62688              both from Simon Cozens.
62689      Branch: cfgperl
62690            + pod/perlmodlib.PL pod/perlnewmod.pod
62691            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
62692            ! pod/perlmodlib.pod pod/perltoc.pod
62693 ____________________________________________________________________________
62694 [  6160] By: jhi                                   on 2000/05/29  17:23:55
62695         Log: Changes for the File::Temp 0.08 (change #6159) test suite
62696              to fit better into the Perl distribution test framework.
62697      Branch: cfgperl
62698            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
62699            ! t/lib/ftmp-tempfile.t
62700 ____________________________________________________________________________
62701 [  6159] By: jhi                                   on 2000/05/29  16:55:36
62702         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
62703      Branch: cfgperl
62704            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
62705            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
62706 ____________________________________________________________________________
62707 [  6158] By: bailey                                on 2000/05/29  16:22:08
62708         Log: Add fallback to tmpfile for use in cases where user's relying on
62709              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
62710              Lane's patch)
62711      Branch: vmsperl
62712            ! vms/vms.c vms/vmsish.h
62713 ____________________________________________________________________________
62714 [  6157] By: jhi                                   on 2000/05/29  03:10:36
62715         Log: Regen Configure to jive with #6149.
62716      Branch: cfgperl
62717            ! Configure
62718      Branch: metaconfig
62719            ! U/modified/Getfile.U
62720 ____________________________________________________________________________
62721 [  6156] By: jhi                                   on 2000/05/29  03:01:38
62722         Log: Integrate with Sarathy.
62723      Branch: cfgperl
62724           +> ext/DynaLoader/dl_mac.xs
62725           !> (integrate 38 files)
62726 ____________________________________________________________________________
62727 [  6155] By: gsar                                  on 2000/05/28  21:15:58
62728         Log: small bug in change#6144; remove random \xA0 character that snuck
62729              in via change#6145
62730      Branch: perl
62731            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
62732 ____________________________________________________________________________
62733 [  6154] By: gsar                                  on 2000/05/28  21:04:19
62734         Log: avoid type mismatch warning
62735      Branch: perl
62736            ! perl.c
62737 ____________________________________________________________________________
62738 [  6153] By: gsar                                  on 2000/05/28  20:58:31
62739         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
62740              <nick@Bagpuss.uk.boo.com>)
62741      Branch: perl
62742            ! lib/Test/Harness.pm
62743 ____________________________________________________________________________
62744 [  6152] By: gsar                                  on 2000/05/28  20:53:42
62745         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
62746      Branch: perl
62747            ! regexec.c
62748 ____________________________________________________________________________
62749 [  6151] By: gsar                                  on 2000/05/28  20:50:28
62750         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
62751      Branch: perl
62752            ! regexec.c
62753 ____________________________________________________________________________
62754 [  6150] By: gsar                                  on 2000/05/28  20:39:58
62755         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
62756      Branch: perl
62757            ! pod/perlrequick.pod
62758 ____________________________________________________________________________
62759 [  6149] By: gsar                                  on 2000/05/28  20:35:16
62760         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
62761              <troc@netrus.net>)
62762      Branch: perl
62763            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
62764            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
62765            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
62766            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
62767 ____________________________________________________________________________
62768 [  6148] By: gsar                                  on 2000/05/28  20:21:07
62769         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
62770      Branch: perl
62771            ! lib/ExtUtils/MM_Unix.pm
62772 ____________________________________________________________________________
62773 [  6147] By: gsar                                  on 2000/05/28  20:12:41
62774         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
62775              (from Peter Prymmer)
62776      Branch: perl
62777            ! vms/subconfigure.com
62778 ____________________________________________________________________________
62779 [  6146] By: gsar                                  on 2000/05/28  20:06:15
62780         Log: doc typo
62781      Branch: perl
62782            ! lib/warnings.pm warnings.h warnings.pl
62783 ____________________________________________________________________________
62784 [  6145] By: gsar                                  on 2000/05/28  18:44:33
62785         Log: make xsubpp skip embedded pod (from Matthias Neeracher
62786              <neeri@iis.ee.ethz.ch>)
62787      Branch: perl
62788            ! lib/ExtUtils/xsubpp
62789 ____________________________________________________________________________
62790 [  6144] By: gsar                                  on 2000/05/28  18:42:49
62791         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
62792              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
62793              <neeri@iis.ee.ethz.ch>)
62794      Branch: perl
62795            ! lib/AutoSplit.pm
62796 ____________________________________________________________________________
62797 [  6143] By: gsar                                  on 2000/05/28  18:41:12
62798         Log: MacOS support, part 1 (from Matthias Neeracher
62799              <neeri@iis.ee.ethz.ch>)
62800      Branch: perl
62801            + ext/DynaLoader/dl_mac.xs
62802            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
62803            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
62804            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
62805            ! util.h
62806 ____________________________________________________________________________
62807 [  6142] By: gsar                                  on 2000/05/28  18:21:51
62808         Log: File::Find fails to chdir when chasing symlinks (from
62809              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
62810      Branch: perl
62811            ! lib/File/Find.pm t/lib/filefind.t
62812 ____________________________________________________________________________
62813 [  6141] By: jhi                                   on 2000/05/28  14:25:15
62814         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
62815              forwarded by Peter Seebach from the bsdi-users mailing list.
62816              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
62817      Branch: perl
62818            ! hints/bsdos.sh
62819 ____________________________________________________________________________
62820 [  6140] By: jhi                                   on 2000/05/28  14:11:57
62821         Log: Integrate with Sarathy.
62822      Branch: cfgperl
62823           +> (branch 30 files)
62824           !> (integrate 93 files)
62825 ____________________________________________________________________________
62826 [  6139] By: gsar                                  on 2000/05/28  10:01:48
62827         Log: revise mktables.PL for bugs and newness in Unicode 3.0
62828              (from James Bence <jbence@amgen.com>)
62829      Branch: perl
62830            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
62831            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
62832            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
62833            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
62834            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
62835            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
62836            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
62837            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
62838            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
62839            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
62840            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
62841            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
62842            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
62843            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
62844            + lib/unicode/Is/SylWU.pl
62845            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
62846            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62847            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62848            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62849            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62850            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62851            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62852            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62853            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62854            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62855            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62856            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62857            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62858            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62859            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
62860            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
62861            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
62862            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
62863            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
62864            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
62865            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
62866            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
62867            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
62868            ! lib/unicode/Makefile lib/unicode/mktables.PL
62869 ____________________________________________________________________________
62870 [  6138] By: gsar                                  on 2000/05/28  08:50:32
62871         Log: add note about the handling of negative indices to tied arrays
62872              (from Michael G Schwern <schwern@pobox.com>)
62873      Branch: perl
62874            ! pod/perltie.pod
62875 ____________________________________________________________________________
62876 [  6137] By: gsar                                  on 2000/05/28  08:46:10
62877         Log: fix bogus redeclaration warning for "our" variables in different
62878              scopes
62879      Branch: perl
62880            ! op.c t/pragma/strict-vars
62881 ____________________________________________________________________________
62882 [  6136] By: gsar                                  on 2000/05/28  08:31:20
62883         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
62884      Branch: perl
62885            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
62886 ____________________________________________________________________________
62887 [  6135] By: gsar                                  on 2000/05/28  08:17:50
62888         Log: enable Test::Harness to dynamically determine column width etc.
62889              (from Rob Napier <rnapier@employees.org>)
62890      Branch: perl
62891            ! lib/Test/Harness.pm
62892 ____________________________________________________________________________
62893 [  6134] By: gsar                                  on 2000/05/28  08:13:39
62894         Log: make Test::Harness use wait.h/WCOREDUMP if available
62895              (from Ben Tilly <ben_tilly@hotmail.com>)
62896      Branch: perl
62897            ! lib/Test/Harness.pm
62898 ____________________________________________________________________________
62899 [  6133] By: gsar                                  on 2000/05/28  08:08:05
62900         Log: elide bogus test in change#6132
62901      Branch: perl
62902            ! t/pragma/warn/9enabled
62903 ____________________________________________________________________________
62904 [  6132] By: gsar                                  on 2000/05/28  08:03:14
62905         Log: warnings::enabled() doesn't fall back to looking at $^W if
62906              caller isn't using lexical warnings (from Paul Marquess)
62907      Branch: perl
62908            ! pp_ctl.c t/pragma/warn/9enabled
62909 ____________________________________________________________________________
62910 [  6131] By: gsar                                  on 2000/05/28  07:57:47
62911         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
62912      Branch: perl
62913            ! ext/POSIX/POSIX.pm
62914 ____________________________________________________________________________
62915 [  6130] By: gsar                                  on 2000/05/28  07:29:12
62916         Log: fix places that mean C<"word" character> but say C<alphanumeric
62917              character>
62918      Branch: perl
62919            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
62920 ____________________________________________________________________________
62921 [  6129] By: gsar                                  on 2000/05/28  07:18:41
62922         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
62923      Branch: perl
62924            ! vms/test.com
62925 ____________________________________________________________________________
62926 [  6128] By: gsar                                  on 2000/05/28  07:12:55
62927         Log: new perlxstut example for passing/returning refs to arrays
62928              (from David Lowe <dlowe@pootpoot.com>)
62929      Branch: perl
62930            ! pod/perlxstut.pod
62931 ____________________________________________________________________________
62932 [  6127] By: gsar                                  on 2000/05/28  07:02:50
62933         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
62934              failed (from Gisle Aas)
62935      Branch: perl
62936            ! cop.h perl.c
62937 ____________________________________________________________________________
62938 [  6126] By: gsar                                  on 2000/05/28  06:39:53
62939         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
62940              (reworked variant of patch suggested by Simon Cozens)
62941      Branch: perl
62942            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
62943            ! pp_hot.c proto.h t/op/gv.t
62944 ____________________________________________________________________________
62945 [  6125] By: gsar                                  on 2000/05/28  05:14:55
62946         Log: enable propagating exception objects via Perl_croak() in XS code
62947              (from Gisle Aas)
62948      Branch: perl
62949            ! util.c
62950 ____________________________________________________________________________
62951 [  6124] By: gsar                                  on 2000/05/28  05:07:28
62952         Log: integrate vmsperl contents into mainline
62953      Branch: perl
62954           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
62955           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
62956           !> vms/vmsish.h
62957 ____________________________________________________________________________
62958 [  6123] By: gsar                                  on 2000/05/28  05:03:53
62959         Log: clarify gotcha with #line directives (from Rocco Caputo
62960              <troc@netrus.net>)
62961      Branch: perl
62962            ! pod/perldebug.pod pod/perlsyn.pod
62963 ____________________________________________________________________________
62964 [  6122] By: gsar                                  on 2000/05/28  04:58:29
62965         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
62966              (from Mark-Jason Dominus)
62967      Branch: perl
62968            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
62969            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
62970            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
62971            ! toke.c
62972 ____________________________________________________________________________
62973 [  6121] By: bailey                                on 2000/05/25  04:46:54
62974         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
62975              lists (based on fixes by Craig Berry)
62976      Branch: vmsperl
62977            ! lib/File/Spec/VMS.pm
62978 ____________________________________________________________________________
62979 [  6120] By: bailey                                on 2000/05/25  04:25:38
62980         Log: Add missing escape (Charles Lane)
62981      Branch: vmsperl
62982            ! t/op/lex_assign.t
62983 ____________________________________________________________________________
62984 [  6119] By: bailey                                on 2000/05/25  04:21:25
62985         Log: Quiet error messages in vmsish.t (Charles Lane)
62986      Branch: vmsperl
62987            ! vms/ext/vmsish.t
62988 ____________________________________________________________________________
62989 [  6118] By: bailey                                on 2000/05/25  04:17:57
62990         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
62991              Flatten case labels in switch statements uniformly (Charles Bailey)
62992      Branch: vmsperl
62993            ! vms/vms.c
62994 ____________________________________________________________________________
62995 [  6117] By: bailey                                on 2000/05/25  03:58:09
62996         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
62997      Branch: vmsperl
62998            ! vms/vmsish.h
62999 ____________________________________________________________________________
63000 [  6116] By: bailey                                on 2000/05/25  03:11:15
63001         Log: Miscellaneous cosmetic fixes (Charles Lane)
63002      Branch: vmsperl
63003            ! lib/ExtUtils/MM_VMS.pm
63004 ____________________________________________________________________________
63005 [  6115] By: bailey                                on 2000/05/25  03:10:36
63006         Log: Add bounds checking for several strings (Charles Lane)
63007      Branch: vmsperl
63008            ! vms/vms.c
63009 ____________________________________________________________________________
63010 [  6114] By: bailey                                on 2000/05/25  02:25:34
63011         Log: Urk -- undo previous removal of vmsish 'exit' change
63012      Branch: vmsperl
63013            ! vms/ext/vmsish.pm vms/vmsish.h
63014 ____________________________________________________________________________
63015 [  6113] By: bailey                                on 2000/05/24  02:24:40
63016         Log: Ugly workaround for version-specific RTL error
63017      Branch: vmsperl
63018            ! vms/vms.c
63019 ____________________________________________________________________________
63020 [  6112] By: bailey                                on 2000/05/24  02:19:55
63021         Log: Check for existence of file before trying to delete
63022      Branch: vmsperl
63023            ! vms/test.com
63024 ____________________________________________________________________________
63025 [  6111] By: bailey                                on 2000/05/23  23:35:13
63026         Log: Resync with mainline prior to post-5.6.0 updates
63027      Branch: vmsperl
63028           +> (branch 49 files)
63029            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
63030            ! vms/ext/vmsish.pm
63031           !> (integrate 334 files)
63032 ____________________________________________________________________________
63033 [  6110] By: jhi                                   on 2000/05/23  19:28:32
63034         Log: todo tweak
63035      Branch: cfgperl
63036            ! Todo-5.6
63037 ____________________________________________________________________________
63038 [  6109] By: jhi                                   on 2000/05/18  17:38:54
63039         Log: Integrate with Sarathy.
63040      Branch: cfgperl
63041           !> mg.c perl.h win32/perlhost.h
63042 ____________________________________________________________________________
63043 [  6108] By: gsar                                  on 2000/05/17  02:24:56
63044         Log: reenable fake signal handling on Windows, bugs and all
63045      Branch: perl
63046            ! mg.c perl.h win32/perlhost.h
63047 ____________________________________________________________________________
63048 [  6107] By: jhi                                   on 2000/05/15  18:01:41
63049         Log: Tweak the todo list.
63050      Branch: cfgperl
63051            ! Todo-5.6
63052 ____________________________________________________________________________
63053 [  6106] By: jhi                                   on 2000/05/15  13:41:48
63054         Log: The (Configure) script refuses to go on, after asking for
63055              'You may also choose to try maximal 64-bitness....'.
63056              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
63057              -- Patrick Zima
63058              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
63059      Branch: cfgperl
63060            ! hints/solaris_2.sh
63061 ____________________________________________________________________________
63062 [  6105] By: jhi                                   on 2000/05/11  14:37:43
63063         Log: Integrate with Sarathy.
63064      Branch: cfgperl
63065           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63066           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
63067 ____________________________________________________________________________
63068 [  6104] By: gsar                                  on 2000/05/11  03:39:07
63069         Log: PL_sys_intern was being initialized too late on windows
63070      Branch: perl
63071            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
63072            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
63073 ____________________________________________________________________________
63074 [  6103] By: jhi                                   on 2000/05/09  19:42:20
63075         Log: Test tweaking for Unicos continues.
63076      Branch: cfgperl
63077            ! t/op/64bitint.t
63078 ____________________________________________________________________________
63079 [  6102] By: jhi                                   on 2000/05/09  16:47:27
63080         Log: The test suite tweak in #6101 wasn't quite right.
63081      Branch: cfgperl
63082            ! t/lib/complex.t
63083 ____________________________________________________________________________
63084 [  6101] By: jhi                                   on 2000/05/09  15:35:34
63085         Log: Hints and test tweaks for Unicos.
63086      Branch: cfgperl
63087            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
63088 ____________________________________________________________________________
63089 [  6100] By: jhi                                   on 2000/05/08  21:15:06
63090         Log: More compilation tweakery from Allen Smith.
63091      Branch: cfgperl
63092            ! hints/irix_6.sh
63093 ____________________________________________________________________________
63094 [  6099] By: jhi                                   on 2000/05/08  19:21:18
63095         Log: Tweaks for the cc bugs from Allen Smith.
63096      Branch: cfgperl
63097            ! hints/irix_6.sh
63098 ____________________________________________________________________________
63099 [  6098] By: jhi                                   on 2000/05/08  19:13:37
63100         Log: Add a note about other, yet unsupported, shadow password APIs.
63101      Branch: cfgperl
63102            ! pp_sys.c
63103 ____________________________________________________________________________
63104 [  6097] By: jhi                                   on 2000/05/08  18:46:34
63105         Log: Add a note about possible compilation problems from Allen Smith.
63106      Branch: cfgperl
63107            ! hints/irix_6.sh
63108 ____________________________________________________________________________
63109 [  6096] By: jhi                                   on 2000/05/08  17:33:10
63110         Log: Integrate with Sarathy.
63111      Branch: cfgperl
63112           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63113           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
63114 ____________________________________________________________________________
63115 [  6095] By: jhi                                   on 2000/05/08  16:21:33
63116         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
63117              might be useful in future.
63118      Branch: cfgperl
63119            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63120            ! config_h.SH
63121      Branch: metaconfig
63122            ! U/installdirs/inc_version_list.U
63123      Branch: metaconfig/U/perl
63124            ! perlxv.U
63125 ____________________________________________________________________________
63126 [  6094] By: gsar                                  on 2000/05/08  14:22:22
63127         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
63128      Branch: perl
63129            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
63130            ! hints/cygwin.sh pp_sys.c
63131 ____________________________________________________________________________
63132 [  6093] By: gsar                                  on 2000/05/08  12:52:28
63133         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
63134              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
63135      Branch: perl
63136            ! pp_sys.c sv.c win32/perlhost.h
63137 ____________________________________________________________________________
63138 [  6092] By: jhi                                   on 2000/05/07  22:40:34
63139         Log: Regen perltoc with the fixed buildtoc.
63140      Branch: cfgperl
63141            ! pod/perltoc.pod
63142 ____________________________________________________________________________
63143 [  6091] By: jhi                                   on 2000/05/07  22:24:16
63144         Log: Integrate with Sarathy.
63145      Branch: cfgperl
63146           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
63147           !> t/op/substr.t toke.c
63148 ____________________________________________________________________________
63149 [  6090] By: gsar                                  on 2000/05/07  19:47:07
63150         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
63151              [NI]OK; added tests for both
63152      Branch: perl
63153            ! perl.c pp_hot.c sv.c t/op/substr.t
63154 ____________________________________________________________________________
63155 [  6089] By: gsar                                  on 2000/05/07  18:18:38
63156         Log: buildtoc tweak to fix newline lossage
63157      Branch: perl
63158            ! pod/buildtoc
63159 ____________________________________________________________________________
63160 [  6088] By: jhi                                   on 2000/05/07  16:35:36
63161         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
63162              because we do not use those.  The HAS_GETSPNAM remains,
63163              though, because we still do use that.
63164      Branch: cfgperl
63165            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63166            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
63167            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
63168            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
63169            ! win32/config.vc win32/config_H.bc win32/config_H.gc
63170            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
63171 ____________________________________________________________________________
63172 [  6087] By: gsar                                  on 2000/05/07  16:05:16
63173         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
63174      Branch: perl
63175            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
63176 ____________________________________________________________________________
63177 [  6086] By: jhi                                   on 2000/05/07  15:27:07
63178         Log: Integrate with Sarathy.
63179      Branch: cfgperl
63180           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63181           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63182           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
63183           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
63184           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
63185           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
63186 ____________________________________________________________________________
63187 [  6085] By: gsar                                  on 2000/05/07  05:52:02
63188         Log: repeat operator (x) doesn't preserve utf8-ness
63189      Branch: perl
63190            ! pp.c t/op/substr.t
63191 ____________________________________________________________________________
63192 [  6084] By: gsar                                  on 2000/05/07  05:39:55
63193         Log: substr() does not preserve utf8-ness (from Stefan Eissing
63194              <Eissing@medicaldataservice.de>); added tests
63195      Branch: perl
63196            ! pp.c t/op/substr.t
63197 ____________________________________________________________________________
63198 [  6083] By: gsar                                  on 2000/05/07  05:24:46
63199         Log: note about undocumented caller() return value (from M.J.T. Guy);
63200              yet another peek.t tweak
63201      Branch: perl
63202            ! pod/perlfunc.pod t/lib/peek.t
63203 ____________________________________________________________________________
63204 [  6082] By: gsar                                  on 2000/05/07  05:08:40
63205         Log: peek.t non-portable to ithreads
63206      Branch: perl
63207            ! t/lib/peek.t
63208 ____________________________________________________________________________
63209 [  6081] By: gsar                                  on 2000/05/07  04:17:04
63210         Log: better default perlbug categories for ok reports (from Richard Foley)
63211      Branch: perl
63212            ! utils/perlbug.PL
63213 ____________________________________________________________________________
63214 [  6080] By: gsar                                  on 2000/05/07  04:08:07
63215         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
63216              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
63217      Branch: perl
63218            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
63219            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
63220            ! AUTHORS MAINTAIN MANIFEST
63221 ____________________________________________________________________________
63222 [  6079] By: gsar                                  on 2000/05/07  04:01:38
63223         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
63224      Branch: perl
63225            ! lib/Carp/Heavy.pm
63226 ____________________________________________________________________________
63227 [  6078] By: gsar                                  on 2000/05/07  01:24:19
63228         Log: workaround for CRT bug in chdir() (from Charles Lane, via
63229              Peter Prymmer)
63230      Branch: perl
63231            ! iperlsys.h vms/vms.c vms/vmsish.h
63232 ____________________________________________________________________________
63233 [  6077] By: gsar                                  on 2000/05/07  01:22:23
63234         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
63235              and Tom Phoenix)
63236      Branch: perl
63237            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
63238 ____________________________________________________________________________
63239 [  6076] By: gsar                                  on 2000/05/06  17:36:29
63240         Log: integrate cfgperl contents into mainline
63241      Branch: perl
63242           +> t/lib/peek.t
63243           !> Configure MANIFEST Porting/Glossary Porting/config.sh
63244           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
63245           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
63246           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
63247 ____________________________________________________________________________
63248 [  6075] By: jhi                                   on 2000/05/05  18:56:10
63249         Log: Make the test more portable.
63250      Branch: cfgperl
63251            ! t/lib/peek.t
63252 ____________________________________________________________________________
63253 [  6074] By: jhi                                   on 2000/05/05  18:49:20
63254         Log: Introduce t/lib/peek.t.
63255      Branch: cfgperl
63256            + t/lib/peek.t
63257            ! MANIFEST
63258 ____________________________________________________________________________
63259 [  6073] By: jhi                                   on 2000/05/05  14:30:45
63260         Log: Complex tweaks.
63261      Branch: cfgperl
63262            ! lib/Math/Complex.pm t/lib/complex.t
63263 ____________________________________________________________________________
63264 [  6072] By: jhi                                   on 2000/05/05  12:27:13
63265         Log: Integrate with Sarathy.
63266      Branch: cfgperl
63267           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63268           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63269           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
63270           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
63271 ____________________________________________________________________________
63272 [  6071] By: gsar                                  on 2000/05/05  02:24:46
63273         Log: misformatted perllocal.pod (from Tim Jenness
63274              <t.jenness@jach.hawaii.edu>)
63275      Branch: perl
63276            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
63277 ____________________________________________________________________________
63278 [  6070] By: gsar                                  on 2000/05/05  02:16:52
63279         Log: remove misleading comment (from M.J.T. Guy)
63280      Branch: perl
63281            ! t/lib/anydbm.t
63282 ____________________________________________________________________________
63283 [  6069] By: gsar                                  on 2000/05/05  02:15:13
63284         Log: File::Spec compatibility update (from Barrie Slaymaker
63285              <barries@slaysys.com>)
63286      Branch: perl
63287            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
63288            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63289 ____________________________________________________________________________
63290 [  6068] By: gsar                                  on 2000/05/05  02:01:50
63291         Log: note about values()
63292      Branch: perl
63293            ! pod/perlfunc.pod
63294 ____________________________________________________________________________
63295 [  6067] By: gsar                                  on 2000/05/05  01:33:09
63296         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
63297      Branch: perl
63298            ! win32/win32.c
63299 ____________________________________________________________________________
63300 [  6066] By: gsar                                  on 2000/05/05  01:23:43
63301         Log: s/END/CHECK/
63302      Branch: perl
63303            ! perl.c
63304 ____________________________________________________________________________
63305 [  6065] By: jhi                                   on 2000/05/04  17:30:22
63306         Log: Integrate with Sarathy.
63307      Branch: cfgperl
63308           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
63309 ____________________________________________________________________________
63310 [  6064] By: gsar                                  on 2000/05/04  17:26:14
63311         Log: change#5905 wasn't quite right--it's intent only applies when arguments
63312              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
63313      Branch: perl
63314            ! pp_sys.c sv.c
63315 ____________________________________________________________________________
63316 [  6063] By: gsar                                  on 2000/05/04  16:52:29
63317         Log: tokeq() could read unallocated field in argument
63318      Branch: perl
63319            ! toke.c
63320 ____________________________________________________________________________
63321 [  6062] By: gsar                                  on 2000/05/04  16:34:51
63322         Log: additional tests for utf8.t
63323      Branch: perl
63324            ! t/pragma/utf8.t
63325 ____________________________________________________________________________
63326 [  6061] By: gsar                                  on 2000/05/04  16:09:28
63327         Log: change#5921 neglected to make eq honor "use bytes"
63328      Branch: perl
63329            ! sv.c
63330 ____________________________________________________________________________
63331 [  6060] By: jhi                                   on 2000/05/04  15:30:16
63332         Log: Integrate with Sarathy.
63333      Branch: cfgperl
63334           !> perl.c regcomp.c t/pragma/utf8.t
63335 ____________________________________________________________________________
63336 [  6059] By: jhi                                   on 2000/05/04  15:26:37
63337         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
63338              in natively 64-bit platforms where a long is a quad (no need
63339              for long longs).  Also added bias for IVs.
63340      Branch: cfgperl
63341            ! toke.c
63342 ____________________________________________________________________________
63343 [  6058] By: gsar                                  on 2000/05/04  00:19:14
63344         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
63345              (spotted by Donald Kinzer <dkinzer@premia.com>)
63346      Branch: perl
63347            ! perl.c
63348 ____________________________________________________________________________
63349 [  6057] By: gsar                                  on 2000/05/03  18:34:01
63350         Log: fix broken parsing of /\x{ab}/
63351      Branch: perl
63352            ! regcomp.c t/pragma/utf8.t
63353 ____________________________________________________________________________
63354 [  6056] By: jhi                                   on 2000/05/03  17:57:16
63355         Log: The search of infinity continues, this time simplified.
63356      Branch: cfgperl
63357            ! lib/Math/Complex.pm
63358 ____________________________________________________________________________
63359 [  6055] By: jhi                                   on 2000/05/03  17:45:30
63360         Log: Detypo.
63361      Branch: cfgperl
63362            ! hints/unicos.sh
63363 ____________________________________________________________________________
63364 [  6054] By: jhi                                   on 2000/05/02  22:28:27
63365         Log: Be more forgiving in POSIX about HUGE_VALL.
63366      Branch: cfgperl
63367            ! ext/POSIX/POSIX.xs
63368 ____________________________________________________________________________
63369 [  6053] By: jhi                                   on 2000/05/02  22:25:05
63370         Log: Integrate with Sarathy.
63371      Branch: cfgperl
63372           !> hints/irix_6.sh pod/perlop.pod
63373 ____________________________________________________________________________
63374 [  6052] By: jhi                                   on 2000/05/02  22:24:31
63375         Log: Unicos hint tweak.
63376      Branch: cfgperl
63377            ! hints/unicos.sh
63378 ____________________________________________________________________________
63379 [  6051] By: jhi                                   on 2000/05/02  22:21:26
63380         Log: Complex tweakery.
63381      Branch: cfgperl
63382            ! lib/Math/Complex.pm t/lib/complex.t
63383 ____________________________________________________________________________
63384 [  6050] By: jhi                                   on 2000/05/02  19:26:22
63385         Log: Use setxxent()/endxxent().
63386      Branch: cfgperl
63387            ! t/op/grent.t t/op/pwent.t
63388 ____________________________________________________________________________
63389 [  6049] By: jhi                                   on 2000/05/02  19:06:02
63390         Log: Test both the scalar and list contexts.
63391      Branch: cfgperl
63392            ! t/op/grent.t t/op/pwent.t
63393 ____________________________________________________________________________
63394 [  6048] By: gsar                                  on 2000/05/02  18:29:10
63395         Log: add note about how $( doesn't interpolate in REs (from
63396              Philip Newton <newton@ficus.frogspace.net>)
63397      Branch: perl
63398            ! pod/perlop.pod
63399 ____________________________________________________________________________
63400 [  6047] By: jhi                                   on 2000/05/02  17:41:24
63401         Log: Call getspnam() only iff needd.
63402      Branch: cfgperl
63403            ! pp_sys.c
63404 ____________________________________________________________________________
63405 [  6046] By: gsar                                  on 2000/05/02  17:07:25
63406         Log: libscheck has insufficient checks for n32 libs (from
63407              Albert Chin-A-Young <china@thewrittenword.com>)
63408      Branch: perl
63409            ! hints/irix_6.sh
63410 ____________________________________________________________________________
63411 [  6045] By: jhi                                   on 2000/05/02  13:57:17
63412         Log: Integrate with Sarathy.
63413      Branch: cfgperl
63414           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
63415           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
63416 ____________________________________________________________________________
63417 [  6044] By: gsar                                  on 2000/05/02  06:48:19
63418         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
63419              such that underscores are only ignored in literal numbers,
63420              "\x{...}", and hex/oct argument
63421      Branch: perl
63422            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
63423 ____________________________________________________________________________
63424 [  6043] By: gsar                                  on 2000/05/02  02:22:29
63425         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
63426      Branch: perl
63427            ! pod/perlretut.pod
63428 ____________________________________________________________________________
63429 [  6042] By: gsar                                  on 2000/05/02  02:17:51
63430         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
63431      Branch: perl
63432            ! pod/perltrap.pod
63433 ____________________________________________________________________________
63434 [  6041] By: gsar                                  on 2000/05/02  01:53:51
63435         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
63436              to compensate
63437      Branch: perl
63438            ! Porting/makerel
63439 ____________________________________________________________________________
63440 [  6040] By: gsar                                  on 2000/05/02  01:51:57
63441         Log: missing files in MANIFEST
63442      Branch: perl
63443            ! MANIFEST
63444 ____________________________________________________________________________
63445 [  6039] By: jhi                                   on 2000/05/02  00:36:46
63446         Log: Infinite problems.
63447      Branch: cfgperl
63448            ! lib/Math/Complex.pm
63449 ____________________________________________________________________________
63450 [  6038] By: jhi                                   on 2000/05/02  00:06:38
63451         Log: pwent/spent #ifdef imbalance.
63452      Branch: cfgperl
63453            ! pp_sys.c
63454 ____________________________________________________________________________
63455 [  6037] By: jhi                                   on 2000/05/01  22:50:11
63456         Log: Use HUGE_VALL if applicable.
63457      Branch: cfgperl
63458            ! ext/POSIX/POSIX.xs util.c
63459 ____________________________________________________________________________
63460 [  6036] By: jhi                                   on 2000/05/01  22:20:53
63461         Log: Correct Freudian slip.
63462      Branch: cfgperl
63463            ! pp_sys.c
63464 ____________________________________________________________________________
63465 [  6035] By: jhi                                   on 2000/05/01  21:07:38
63466         Log: Continue on the pwent/spent case.
63467      Branch: cfgperl
63468            ! pp_sys.c
63469 ____________________________________________________________________________
63470 [  6034] By: jhi                                   on 2000/05/01  17:45:14
63471         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
63472              adjustments in 6032 conflicted badly with this, will have
63473              to revisit them later.
63474      Branch: cfgperl
63475           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
63476           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63477           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
63478           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
63479           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
63480           !> t/lib/cgi-html.t t/lib/cgi-request.t
63481 ____________________________________________________________________________
63482 [  6033] By: jhi                                   on 2000/05/01  17:40:49
63483         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
63484      Branch: cfgperl
63485            ! pp_sys.c
63486 ____________________________________________________________________________
63487 [  6032] By: gsar                                  on 2000/05/01  15:56:32
63488         Log: whitespace adjustments
63489      Branch: perl
63490            ! pp_sys.c
63491 ____________________________________________________________________________
63492 [  6031] By: gsar                                  on 2000/05/01  15:19:41
63493         Log: small nits in diagnostics.pm (from Robin Barker)
63494      Branch: perl
63495            ! lib/diagnostics.pm pod/perldiag.pod
63496 ____________________________________________________________________________
63497 [  6030] By: gsar                                  on 2000/05/01  08:39:18
63498         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
63499              for @- and @+ (from Johan Vromans)
63500      Branch: perl
63501            ! lib/English.pm pod/perlvar.pod
63502 ____________________________________________________________________________
63503 [  6029] By: gsar                                  on 2000/05/01  08:16:10
63504         Log: add CGI.pm v2.66 (from Lincoln Stein)
63505      Branch: perl
63506            + lib/CGI/Util.pm t/lib/cgi-pretty.t
63507            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
63508            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
63509            ! t/lib/cgi-html.t t/lib/cgi-request.t
63510 ____________________________________________________________________________
63511 [  6028] By: gsar                                  on 2000/05/01  06:34:41
63512         Log: Pod::Man generates groff-incompatible macro definition (from
63513              Tom Christiansen)
63514      Branch: perl
63515            ! lib/Pod/Man.pm
63516 ____________________________________________________________________________
63517 [  6027] By: gsar                                  on 2000/05/01  06:31:36
63518         Log: podlators-1.02 update (from Russ Allbery)
63519      Branch: perl
63520            ! lib/Pod/Man.pm lib/Pod/Text.pm
63521 ____________________________________________________________________________
63522 [  6026] By: jhi                                   on 2000/04/30  23:24:23
63523         Log: Integrate with Sarathy.
63524      Branch: cfgperl
63525           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63526           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
63527           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63528           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63529           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
63530           !> t/lib/syslog.t toke.c win32/win32.h
63531 ____________________________________________________________________________
63532 [  6025] By: gsar                                  on 2000/04/30  18:17:47
63533         Log: Is{Alnum,Alpha,Word} don't match titlecase
63534              
63535              TODO: IsSpace is defined recursively!
63536              
63537              (both spotted by Larry)
63538      Branch: perl
63539            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
63540            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
63541 ____________________________________________________________________________
63542 [  6024] By: gsar                                  on 2000/04/30  17:50:19
63543         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
63544              (from Hugo van der Sanden)
63545      Branch: perl
63546            ! toke.c
63547 ____________________________________________________________________________
63548 [  6023] By: gsar                                  on 2000/04/30  17:14:43
63549         Log: debugger stomps on $. (from M.J.T. Guy)
63550      Branch: perl
63551            ! lib/perl5db.pl
63552 ____________________________________________________________________________
63553 [  6022] By: gsar                                  on 2000/04/30  16:59:22
63554         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
63555      Branch: perl
63556            ! sv.c
63557 ____________________________________________________________________________
63558 [  6021] By: gsar                                  on 2000/04/29  21:00:08
63559         Log: remove Win2K issue in pod (fixed by change#6020)
63560      Branch: perl
63561            ! README.win32 pod/perl56delta.pod
63562 ____________________________________________________________________________
63563 [  6020] By: gsar                                  on 2000/04/29  20:51:49
63564         Log: test tweak
63565      Branch: perl
63566            ! t/lib/open3.t
63567 ____________________________________________________________________________
63568 [  6019] By: gsar                                  on 2000/04/29  20:34:27
63569         Log: windows portability tweaks
63570      Branch: perl
63571            ! t/lib/b.t win32/win32.h
63572 ____________________________________________________________________________
63573 [  6018] By: gsar                                  on 2000/04/29  19:55:24
63574         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
63575              make _PATH_LOG() return "" if unavailable
63576      Branch: perl
63577            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
63578            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
63579 ____________________________________________________________________________
63580 [  6017] By: jhi                                   on 2000/04/28  22:49:46
63581         Log: Integrate with Sarathy.
63582      Branch: cfgperl
63583           !> op.c perl.c pod/perldiag.pod t/lib/b.t
63584 ____________________________________________________________________________
63585 [  6016] By: jhi                                   on 2000/04/28  22:46:14
63586         Log: Do not warn that an infinity does not look like a number.
63587      Branch: cfgperl
63588            ! sv.c
63589 ____________________________________________________________________________
63590 [  6015] By: gsar                                  on 2000/04/28  22:35:49
63591         Log: tweak test for portability
63592      Branch: perl
63593            ! t/lib/b.t
63594 ____________________________________________________________________________
63595 [  6014] By: gsar                                  on 2000/04/28  22:05:31
63596         Log: glob() loading File::Glob behind the scenes may cause syntax errors
63597      Branch: perl
63598            ! op.c
63599 ____________________________________________________________________________
63600 [  6013] By: gsar                                  on 2000/04/28  21:25:22
63601         Log: tweak change#5945 to display correct switch name in diagnostic
63602      Branch: perl
63603            ! perl.c pod/perldiag.pod
63604 ____________________________________________________________________________
63605 [  6012] By: jhi                                   on 2000/04/28  21:08:12
63606         Log: Integrate with Sarathy.
63607      Branch: cfgperl
63608           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
63609           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
63610           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
63611 ____________________________________________________________________________
63612 [  6011] By: jhi                                   on 2000/04/28  21:04:46
63613         Log: &HUGE_VAL is not defined, it exists.
63614      Branch: cfgperl
63615            ! lib/Math/Complex.pm
63616 ____________________________________________________________________________
63617 [  6010] By: gsar                                  on 2000/04/28  21:02:58
63618         Log: clarify note about shadow password support (from
63619              gellyfish@gellyfish.com)
63620      Branch: perl
63621            ! pod/perlfunc.pod
63622 ____________________________________________________________________________
63623 [  6009] By: gsar                                  on 2000/04/28  21:00:00
63624         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
63625      Branch: perl
63626            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
63627 ____________________________________________________________________________
63628 [  6008] By: gsar                                  on 2000/04/28  20:56:33
63629         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
63630      Branch: perl
63631            ! installperl vms/subconfigure.com
63632 ____________________________________________________________________________
63633 [  6007] By: gsar                                  on 2000/04/28  20:51:21
63634         Log: note about compile failures and END blocks (from M.J.T. Guy)
63635      Branch: perl
63636            ! pod/perl56delta.pod pod/perlmod.pod
63637 ____________________________________________________________________________
63638 [  6006] By: jhi                                   on 2000/04/28  20:42:14
63639         Log: Regen Configure.
63640      Branch: cfgperl
63641            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63642            ! config_h.SH
63643 ____________________________________________________________________________
63644 [  6005] By: gsar                                  on 2000/04/28  20:41:16
63645         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
63646      Branch: perl
63647            ! utils/perldoc.PL
63648 ____________________________________________________________________________
63649 [  6004] By: jhi                                   on 2000/04/28  20:28:21
63650         Log: Integrate with Sarathy.
63651      Branch: cfgperl
63652           !> Configure INSTALL Porting/Glossary Porting/config.sh
63653           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
63654           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
63655           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
63656           !> win32/config.vc win32/win32.c
63657 ____________________________________________________________________________
63658 [  6003] By: gsar                                  on 2000/04/28  20:11:20
63659         Log: allow REG_EXPAND_SZ keys in Windows registry (from
63660              John Clayton <John.Clayton@barclayscapital.com>)
63661      Branch: perl
63662            ! win32/win32.c
63663 ____________________________________________________________________________
63664 [  6002] By: gsar                                  on 2000/04/28  19:34:16
63665         Log: destructive sv_setsv() can lose UV-ness from source, causing
63666              numeric promotions/comparisons to fail to do the right thing
63667      Branch: perl
63668            ! sv.c
63669 ____________________________________________________________________________
63670 [  6001] By: gsar                                  on 2000/04/28  18:44:15
63671         Log: support additional library locations via $Config{otherlibdirs}
63672              (from Andy Dougherty)
63673      Branch: perl
63674            ! Configure INSTALL Porting/Glossary Porting/config.sh
63675            ! Porting/config_H config_h.SH epoc/config.sh perl.c
63676            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
63677            ! win32/config.bc win32/config.gc win32/config.vc
63678 ____________________________________________________________________________
63679 [  6000] By: gsar                                  on 2000/04/28  18:26:58
63680         Log: reworked otherlibdirs.U (from Andy Dougherty)
63681      Branch: metaconfig
63682            ! U/installdirs/otherlibdirs.U
63683 ____________________________________________________________________________
63684 [  5999] By: gsar                                  on 2000/04/28  18:17:07
63685         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
63686      Branch: perl
63687            ! t/pragma/warn/toke toke.c
63688 ____________________________________________________________________________
63689 [  5998] By: jhi                                   on 2000/04/28  13:32:17
63690         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
63691      Branch: cfgperl
63692            ! lib/Math/Complex.pm
63693 ____________________________________________________________________________
63694 [  5997] By: jhi                                   on 2000/04/28  13:14:04
63695         Log: Preserve $!.
63696      Branch: cfgperl
63697            ! lib/Math/Complex.pm
63698 ____________________________________________________________________________
63699 [  5996] By: jhi                                   on 2000/04/28  12:59:23
63700         Log: Integrate with Sarathy.
63701      Branch: cfgperl
63702           +> pod/perlrequick.pod pod/perlretut.pod
63703           !> (integrate 51 files)
63704 ____________________________________________________________________________
63705 [  5995] By: gsar                                  on 2000/04/28  09:37:36
63706         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
63707      Branch: perl
63708            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
63709 ____________________________________________________________________________
63710 [  5994] By: gsar                                  on 2000/04/28  09:33:26
63711         Log: fix for missed accounting for null byte in pack("Z",...) (from
63712              M.J.T. Guy)
63713      Branch: perl
63714            ! pp.c t/op/pack.t
63715 ____________________________________________________________________________
63716 [  5993] By: gsar                                  on 2000/04/28  09:30:05
63717         Log: various minor tweaks seen on p5p
63718      Branch: perl
63719            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
63720 ____________________________________________________________________________
63721 [  5992] By: gsar                                  on 2000/04/28  09:08:19
63722         Log: pod nit (from Simon Cozens)
63723      Branch: perl
63724            ! pod/perlop.pod
63725 ____________________________________________________________________________
63726 [  5991] By: gsar                                  on 2000/04/28  09:06:36
63727         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
63728      Branch: perl
63729            ! README.posix-bc hints/posix-bc.sh
63730 ____________________________________________________________________________
63731 [  5990] By: gsar                                  on 2000/04/28  08:54:52
63732         Log: use $ENV{LIB} to search for libs under Visual C compiler
63733              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
63734      Branch: perl
63735            ! lib/ExtUtils/Liblist.pm
63736 ____________________________________________________________________________
63737 [  5989] By: gsar                                  on 2000/04/28  08:27:12
63738         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
63739              itself and no other (from Tom Hughes)
63740      Branch: perl
63741            ! t/op/array.t toke.c
63742 ____________________________________________________________________________
63743 [  5988] By: gsar                                  on 2000/04/28  08:01:38
63744         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
63745              <paul@miraclefish.com>)
63746      Branch: perl
63747            ! lib/ExtUtils/MakeMaker.pm
63748 ____________________________________________________________________________
63749 [  5987] By: gsar                                  on 2000/04/28  07:53:09
63750         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
63751      Branch: perl
63752            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
63753 ____________________________________________________________________________
63754 [  5986] By: gsar                                  on 2000/04/28  07:44:17
63755         Log: add regular expressions tutorial and quick-start guide (from
63756              Mark Kvale <kvale@phy.ucsf.edu>)
63757      Branch: perl
63758            + pod/perlrequick.pod pod/perlretut.pod
63759            ! AUTHORS MAINTAIN MANIFEST
63760 ____________________________________________________________________________
63761 [  5985] By: gsar                                  on 2000/04/28  07:30:28
63762         Log: forked child may not exit correctly if it failed to open
63763              /dev/console (from Graham Barr)
63764      Branch: perl
63765            ! ext/Sys/Syslog/Syslog.pm
63766 ____________________________________________________________________________
63767 [  5984] By: gsar                                  on 2000/04/28  07:27:20
63768         Log: attributes::reftype() doesn't work on tied argument
63769      Branch: perl
63770            ! xsutils.c
63771 ____________________________________________________________________________
63772 [  5983] By: gsar                                  on 2000/04/28  07:15:04
63773         Log: numeric conversion of non-number in change#3378 tramples on
63774              OOK offset, causing segfaults
63775      Branch: perl
63776            ! sv.c
63777 ____________________________________________________________________________
63778 [  5982] By: gsar                                  on 2000/04/28  04:48:25
63779         Log: avoid error in IO::Socket::INET when given an unknown service name
63780              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
63781      Branch: perl
63782            ! ext/IO/lib/IO/Socket/INET.pm
63783 ____________________________________________________________________________
63784 [  5981] By: gsar                                  on 2000/04/28  04:31:31
63785         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
63786              prototype mismatch with CORE::glob(); update pod and tests to
63787              suit (File::Glob::glob() is still available for backward
63788              compatibility, but should be considered deprecated)
63789      Branch: perl
63790            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
63791            ! t/lib/glob-taint.t
63792 ____________________________________________________________________________
63793 [  5980] By: gsar                                  on 2000/04/28  03:47:29
63794         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
63795              <ghudson@mit.edu>)
63796      Branch: metaconfig
63797            ! U/modified/Options.U
63798      Branch: perl
63799            ! Configure
63800 ____________________________________________________________________________
63801 [  5979] By: gsar                                  on 2000/04/28  03:07:54
63802         Log: under useithreads, constant pad entries could inadvertantly be
63803              shared across threads (from Eric Blood <eblood@xmission.com>);
63804              added Eric's test case to testsuite
63805      Branch: perl
63806            ! op.c t/op/misc.t
63807 ____________________________________________________________________________
63808 [  5978] By: gsar                                  on 2000/04/27  21:13:00
63809         Log: sync version numbers in File::Spec with the ones on CPAN
63810              (from Barrie Slaymaker)
63811      Branch: perl
63812            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63813            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63814            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63815 ____________________________________________________________________________
63816 [  5977] By: gsar                                  on 2000/04/27  21:07:29
63817         Log: autoquote barewords followed by newline and arrow properly
63818              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
63819      Branch: perl
63820            ! t/pragma/warn/toke toke.c
63821 ____________________________________________________________________________
63822 [  5976] By: gsar                                  on 2000/04/27  20:41:20
63823         Log: DB_File v1.73 update (from Paul Marquess)
63824      Branch: perl
63825            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
63826            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
63827 ____________________________________________________________________________
63828 [  5975] By: gsar                                  on 2000/04/27  20:34:24
63829         Log: allow sort() reentrancy (variant of patch suggested by
63830              Hugo van der Sanden)
63831      Branch: perl
63832            ! pp_ctl.c t/op/sort.t
63833 ____________________________________________________________________________
63834 [  5974] By: gsar                                  on 2000/04/27  19:46:57
63835         Log: change#4197 somehow missed initializing PL_errors, meaning
63836              sytax error queueing wasn't working outside eval"" at all;
63837              also fixed eval"" to localize PL_error_count, so that compile-time
63838              eval's don't clobber the error state of the outer context
63839      Branch: perl
63840            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
63841            ! t/pragma/warn/toke
63842 ____________________________________________________________________________
63843 [  5973] By: gsar                                  on 2000/04/27  18:29:05
63844         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
63845      Branch: perl
63846            ! regcomp.c regexec.c t/op/re_tests
63847 ____________________________________________________________________________
63848 [  5972] By: jhi                                   on 2000/04/27  18:22:41
63849         Log: Integrate with Sarathy.
63850      Branch: cfgperl
63851           +> t/lib/b.t t/lib/syslog.t
63852           !> (integrate 31 files)
63853 ____________________________________________________________________________
63854 [  5971] By: jhi                                   on 2000/04/27  18:18:46
63855         Log: Unicos tweaks from Mark P. Lutz.
63856      Branch: cfgperl
63857            ! hints/unicos.sh lib/Math/Complex.pm
63858 ____________________________________________________________________________
63859 [  5970] By: gsar                                  on 2000/04/27  18:05:11
63860         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
63861              IV is >32bits
63862      Branch: perl
63863            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
63864 ____________________________________________________________________________
63865 [  5969] By: gsar                                  on 2000/04/27  17:50:56
63866         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
63867      Branch: perl
63868            + t/lib/syslog.t
63869            ! MANIFEST ext/Sys/Syslog/Syslog.pm
63870 ____________________________________________________________________________
63871 [  5968] By: gsar                                  on 2000/04/27  17:44:49
63872         Log: tolerate spaces in group names in test on solaris (from David Boyce
63873              <dsb@boyski.com>)
63874      Branch: perl
63875            ! t/op/groups.t
63876 ____________________________________________________________________________
63877 [  5967] By: gsar                                  on 2000/04/27  17:41:22
63878         Log: improved docs on the warn_uninit diagnostic (from David Glasser
63879              and Simon Cozens)
63880      Branch: perl
63881            ! pod/perldiag.pod
63882 ____________________________________________________________________________
63883 [  5966] By: gsar                                  on 2000/04/27  16:54:58
63884         Log: add testsuite for B backends, fix bug in B::Deparse (from
63885              Simon Cozens <simon@brecon.co.uk>)
63886      Branch: perl
63887            + t/lib/b.t
63888            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
63889 ____________________________________________________________________________
63890 [  5965] By: gsar                                  on 2000/04/27  16:10:37
63891         Log: avoid "will not stay shared" warnings for our variables (from
63892              Robin Barker)
63893      Branch: perl
63894            ! op.c t/pragma/warn/op
63895 ____________________________________________________________________________
63896 [  5964] By: gsar                                  on 2000/04/27  07:05:05
63897         Log: reformat to 72 columns (again)
63898      Branch: perl
63899            ! pod/perldiag.pod
63900 ____________________________________________________________________________
63901 [  5963] By: gsar                                  on 2000/04/27  06:28:31
63902         Log: patch from Larry to make (\&) prototype work; added tests for
63903              the same
63904      Branch: perl
63905            ! op.c t/comp/proto.t
63906 ____________________________________________________________________________
63907 [  5962] By: gsar                                  on 2000/04/27  06:15:47
63908         Log: updated README.hpux (from Jeff Okamoto)
63909      Branch: perl
63910            ! README.hpux
63911 ____________________________________________________________________________
63912 [  5961] By: gsar                                  on 2000/04/27  05:55:03
63913         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
63914      Branch: perl
63915            ! emacs/cperl-mode.el
63916 ____________________________________________________________________________
63917 [  5960] By: gsar                                  on 2000/04/27  05:49:26
63918         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
63919      Branch: perl
63920            ! INSTALL
63921 ____________________________________________________________________________
63922 [  5959] By: gsar                                  on 2000/04/27  05:33:41
63923         Log: doubled words in pods (from Simon Cozens
63924              <simon.p.cozens@jp.pwcglobal.com>)
63925      Branch: perl
63926            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
63927            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
63928            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
63929            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
63930            ! pod/perltootc.pod
63931 ____________________________________________________________________________
63932 [  5958] By: gsar                                  on 2000/04/27  05:11:39
63933         Log: change#3569 deleted some essential code, revert; avoid use of
63934              atexit() to make DynaLoader work properly on AIX under mod_perl
63935              (from Jens-Uwe Mager <jum@helios.de>)
63936      Branch: perl
63937            ! ext/DynaLoader/dl_aix.xs
63938 ____________________________________________________________________________
63939 [  5957] By: gsar                                  on 2000/04/27  04:54:51
63940         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
63941      Branch: perl
63942            ! pod/perlmod.pod
63943 ____________________________________________________________________________
63944 [  5956] By: gsar                                  on 2000/04/27  04:51:47
63945         Log: better diagnostics on failed tests (from Ilya Zakharevich)
63946      Branch: perl
63947            ! t/op/lex_assign.t
63948 ____________________________________________________________________________
63949 [  5955] By: gsar                                  on 2000/04/27  04:26:44
63950         Log: longstanding bug exposed by change#3307: sort arguments weren't
63951              compiled with the right wantarray context (ensuing runtime lookup
63952              via block_gimme() was getting the incidental context of the
63953              sort() itself)
63954      Branch: perl
63955            ! op.c t/op/sort.t
63956 ____________________________________________________________________________
63957 [  5954] By: gsar                                  on 2000/04/26  23:42:12
63958         Log: integrate cfgperl contents into mainline
63959      Branch: perl
63960           !> (integrate 30 files)
63961 ____________________________________________________________________________
63962 [  5953] By: jhi                                   on 2000/04/26  23:06:42
63963         Log: Integrate with Sarathy.
63964      Branch: cfgperl
63965           !> README.win32 ext/B/B/Deparse.pm
63966           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
63967           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
63968           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
63969           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
63970           !> utils/perldoc.PL vms/perlvms.pod
63971 ____________________________________________________________________________
63972 [  5952] By: jhi                                   on 2000/04/26  23:03:46
63973         Log: Undo "use integer" addition from 64bitint as it seems
63974              to break most of the subtests in Digital UNIX;
63975              Unicos needs to find another way.
63976      Branch: cfgperl
63977            ! t/op/64bitint.t
63978 ____________________________________________________________________________
63979 [  5951] By: jhi                                   on 2000/04/26  22:57:53
63980         Log: Be more robust on "extreme" (large absolute value)
63981              arguments.  Originally reported by Daniel Connelly
63982              as a problem with asinh() on large negative arguments,
63983              asinh() used to bail out because an argument to log()
63984              ended up being zero.  Ilya Zakharevich proposed using
63985              Taylor's series in such cases, which for such large
63986              arguments is a very good approximation.
63987      Branch: cfgperl
63988            ! lib/Math/Complex.pm t/lib/complex.t
63989 ____________________________________________________________________________
63990 [  5950] By: gsar                                  on 2000/04/25  19:13:12
63991         Log: reformat perldiag to avoid long lines
63992      Branch: perl
63993            ! pod/perldiag.pod
63994 ____________________________________________________________________________
63995 [  5949] By: gsar                                  on 2000/04/25  18:41:11
63996         Log: make perldoc use the pod2man from the same version (from
63997              M.J.T. Guy)
63998      Branch: perl
63999            ! utils/perldoc.PL
64000 ____________________________________________________________________________
64001 [  5948] By: gsar                                  on 2000/04/25  18:21:57
64002         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
64003              <kompas@kompas.usr.onet.pl>)
64004      Branch: perl
64005            ! lib/vars.pm
64006 ____________________________________________________________________________
64007 [  5947] By: gsar                                  on 2000/04/25  18:11:53
64008         Log: use &dl_error rather than &dl_load_file as the guard for calling
64009              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
64010              statically built perl)
64011      Branch: perl
64012            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
64013 ____________________________________________________________________________
64014 [  5946] By: jhi                                   on 2000/04/25  17:37:54
64015         Log: Document that tr() is not tr(1).
64016      Branch: cfgperl
64017            ! pod/perlop.pod
64018 ____________________________________________________________________________
64019 [  5945] By: gsar                                  on 2000/04/25  16:34:33
64020         Log: make module name mandatory after -M switch; reorder perldiag
64021              alphabetically (from Mark-Jason Dominus)
64022      Branch: perl
64023            ! perl.c pod/perldiag.pod
64024 ____________________________________________________________________________
64025 [  5944] By: jhi                                   on 2000/04/25  01:15:18
64026         Log: On second thoughts frexp() does have two arguments.
64027      Branch: cfgperl
64028            ! perl.h
64029 ____________________________________________________________________________
64030 [  5943] By: jhi                                   on 2000/04/24  22:56:32
64031         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
64032              Now pp_ncmp() returns undef is either operand is a NaN.
64033      Branch: cfgperl
64034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64035            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
64036            ! vms/subconfigure.com vos/config.def vos/config.h
64037            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
64038            ! win32/config.vc win32/config_H.bc win32/config_H.gc
64039            ! win32/config_H.vc
64040      Branch: metaconfig/U/perl
64041            + d_modfl.U
64042 ____________________________________________________________________________
64043 [  5942] By: jhi                                   on 2000/04/24  19:45:17
64044         Log: Regen Configure to match #5937.
64045      Branch: cfgperl
64046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
64047            ! config_h.SH
64048      Branch: metaconfig
64049            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
64050 ____________________________________________________________________________
64051 [  5941] By: jhi                                   on 2000/04/24  19:24:11
64052         Log: Further Unicos fixes for Mark Lutz.
64053      Branch: cfgperl
64054            ! hints/unicos.sh pp_ctl.c
64055 ____________________________________________________________________________
64056 [  5940] By: jhi                                   on 2000/04/24  19:09:06
64057         Log: Various Unicos 10.0.0.6 fixes.
64058              
64059              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
64060              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
64061              Reply-To: tecmpl1@triton.ca.boeing.com 
64062              To: perl5-porters@perl.org 
64063              Date: Fri, 14 Apr 2000 20:21:00 GMT 
64064              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
64065      Branch: cfgperl
64066            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
64067 ____________________________________________________________________________
64068 [  5939] By: gsar                                  on 2000/04/24  19:01:24
64069         Log: more pod nits (from Larry Virden)
64070      Branch: perl
64071            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
64072            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
64073            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
64074 ____________________________________________________________________________
64075 [  5938] By: gsar                                  on 2000/04/24  18:54:01
64076         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
64077      Branch: perl
64078            ! ext/B/B/Deparse.pm
64079 ____________________________________________________________________________
64080 [  5937] By: jhi                                   on 2000/04/24  17:39:00
64081         Log: Integrate with Sarathy.
64082      Branch: cfgperl
64083           +> (branch 31 files)
64084           !> (integrate 73 files)
64085 ____________________________________________________________________________
64086 [  5936] By: gsar                                  on 2000/04/24  17:30:06
64087         Log: additional tests for change#5934 (from Paul Marquess, who also
64088              sent in the same fix)
64089      Branch: perl
64090            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
64091            ! t/pragma/warn/5nolint t/pragma/warn/6default
64092 ____________________________________________________________________________
64093 [  5935] By: jhi                                   on 2000/04/24  17:26:05
64094         Log: Do not assume sign propagation.
64095              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
64096              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
64097              To: payner@ncifcrf.gov, perl5-porters@perl.org 
64098              Date: Tue, 18 Apr 2000 18:24:49 +0100 
64099              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
64100      Branch: cfgperl
64101            ! t/op/bop.t t/op/misc.t
64102 ____________________________________________________________________________
64103 [  5934] By: gsar                                  on 2000/04/24  17:16:54
64104         Log: propagate lexical warnings from surrounding scope correctly
64105              within string eval()
64106      Branch: perl
64107            ! pp_ctl.c t/pragma/warn/pp_ctl
64108 ____________________________________________________________________________
64109 [  5933] By: jhi                                   on 2000/04/24  17:01:07
64110         Log: Flatten the cpp jungle doing the nosuid checking.
64111      Branch: cfgperl
64112            ! perl.c
64113 ____________________________________________________________________________
64114 [  5932] By: gsar                                  on 2000/04/24  09:08:14
64115         Log: add rsignal(), whichsig() and do_join() to public API list
64116              (mod_perl uses them to good advantage)
64117      Branch: perl
64118            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
64119 ____________________________________________________________________________
64120 [  5931] By: gsar                                  on 2000/04/24  09:01:40
64121         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
64122      Branch: perl
64123            ! pp_hot.c regexec.c t/op/pat.t
64124 ____________________________________________________________________________
64125 [  5930] By: gsar                                  on 2000/04/24  08:58:33
64126         Log: small os390 tweaks (from Peter Prymmer)
64127      Branch: perl
64128            ! config_h.SH makedepend.SH
64129 ____________________________________________________________________________
64130 [  5929] By: gsar                                  on 2000/04/24  08:55:25
64131         Log: pod nits
64132      Branch: perl
64133            ! pod/perlguts.pod
64134 ____________________________________________________________________________
64135 [  5928] By: gsar                                  on 2000/04/24  08:50:13
64136         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
64137      Branch: perl
64138            ! ext/IO/lib/IO/Poll.pm
64139 ____________________________________________________________________________
64140 [  5927] By: gsar                                  on 2000/04/24  08:43:24
64141         Log: arrange for next() to resume at the unstack op rather than the
64142              loop conditional, so that scope cleanup happens correctly
64143              (from Stephen McCamant)
64144      Branch: perl
64145            ! op.c pp_ctl.c t/op/misc.t
64146 ____________________________________________________________________________
64147 [  5926] By: gsar                                  on 2000/04/24  08:18:40
64148         Log: on windows, reserve 16M of stack rather than 128M (allows more
64149              threads to run concurrently)
64150      Branch: perl
64151            ! win32/Makefile win32/makefile.mk
64152 ____________________________________________________________________________
64153 [  5925] By: gsar                                  on 2000/04/24  08:13:52
64154         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
64155      Branch: perl
64156            ! toke.c
64157 ____________________________________________________________________________
64158 [  5924] By: gsar                                  on 2000/04/24  08:08:59
64159         Log: avoid using uninitialized memory in require version check
64160      Branch: perl
64161            ! pp_ctl.c universal.c
64162 ____________________________________________________________________________
64163 [  5923] By: gsar                                  on 2000/04/24  07:20:14
64164         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
64165      Branch: perl
64166            ! ext/IO/lib/IO/Poll.pm
64167 ____________________________________________________________________________
64168 [  5922] By: gsar                                  on 2000/04/24  07:08:42
64169         Log: commentary about IoTYPE() (from Nathan Torkington)
64170      Branch: perl
64171            ! sv.h
64172 ____________________________________________________________________________
64173 [  5921] By: gsar                                  on 2000/04/24  06:58:26
64174         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
64175              by fix
64176      Branch: perl
64177            ! sv.c t/lib/charnames.t t/pragma/utf8.t
64178 ____________________________________________________________________________
64179 [  5920] By: gsar                                  on 2000/04/24  06:37:59
64180         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
64181      Branch: perl
64182            ! doop.c t/op/ver.t
64183 ____________________________________________________________________________
64184 [  5919] By: gsar                                  on 2000/04/24  06:21:58
64185         Log: Configure might miss old directories when prefix must be
64186              expanded (from Robin Barker)
64187      Branch: metaconfig
64188            ! U/installdirs/inc_version_list.U
64189      Branch: perl
64190            ! Configure
64191 ____________________________________________________________________________
64192 [  5918] By: gsar                                  on 2000/04/24  06:16:11
64193         Log: VMS nits in glob() test (from Charles Lane)
64194      Branch: perl
64195            ! t/lib/glob-basic.t
64196 ____________________________________________________________________________
64197 [  5917] By: gsar                                  on 2000/04/24  06:11:56
64198         Log: various pod nits (from Larry Virden and others)
64199      Branch: perl
64200            ! README.amiga README.hpux README.machten README.os2
64201            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
64202            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
64203            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
64204            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
64205            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
64206            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
64207            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
64208            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
64209 ____________________________________________________________________________
64210 [  5916] By: gsar                                  on 2000/04/24  05:52:43
64211         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
64212              <wjones@tc.fluke.com>)
64213      Branch: perl
64214            ! t/lib/glob-basic.t
64215 ____________________________________________________________________________
64216 [  5915] By: gsar                                  on 2000/04/24  05:07:01
64217         Log: supported platforms mixed up
64218      Branch: perl
64219            ! pod/perl56delta.pod pod/perlport.pod
64220 ____________________________________________________________________________
64221 [  5914] By: gsar                                  on 2000/04/24  04:56:08
64222         Log: caller() wasn't returning the right number of elements for
64223              eval {...}
64224      Branch: perl
64225            ! pp_ctl.c t/pragma/warn/9enabled
64226 ____________________________________________________________________________
64227 [  5913] By: gsar                                  on 2000/04/24  04:35:41
64228         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
64229              Mark-Jason Dominus)
64230      Branch: perl
64231            ! pod/perlfunc.pod
64232 ____________________________________________________________________________
64233 [  5912] By: gsar                                  on 2000/04/24  04:17:15
64234         Log: fix totally broken caching in UNIVERSAL::isa() (from
64235              Nick Ing-Simmons)
64236      Branch: perl
64237            ! t/op/universal.t universal.c
64238 ____________________________________________________________________________
64239 [  5911] By: gsar                                  on 2000/04/24  03:39:47
64240         Log: add linebreak properties from unicode/LineBrk.txt (from
64241              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
64242      Branch: perl
64243            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
64244            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
64245            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
64246            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
64247            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
64248            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
64249            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
64250            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
64251            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
64252            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
64253            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
64254            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
64255            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
64256            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
64257            + lib/unicode/Is/LbrkZW.pl
64258            ! lib/unicode/mktables.PL
64259 ____________________________________________________________________________
64260 [  5910] By: gsar                                  on 2000/04/24  03:23:10
64261         Log: typo in pod
64262      Branch: perl
64263            ! ext/Thread/Thread.pm
64264 ____________________________________________________________________________
64265 [  5909] By: gsar                                  on 2000/04/24  03:22:03
64266         Log: mode argument to do_binmode() should be file mode, not boolean
64267      Branch: perl
64268            ! pp_sys.c
64269 ____________________________________________________________________________
64270 [  5908] By: gsar                                  on 2000/04/16  16:51:08
64271         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
64272              always returns a valid GV even when the symbol is trapped by strictures
64273              (avoids coredumps)
64274              
64275              TODO: the C<package;> hack needs similar treatment
64276      Branch: perl
64277            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
64278            ! t/pragma/strict-vars
64279 ____________________________________________________________________________
64280 [  5907] By: jhi                                   on 2000/03/31  23:42:56
64281         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
64282              an assumption which #5905 demolished.
64283      Branch: cfgperl
64284            ! pp_sys.c
64285 ____________________________________________________________________________
64286 [  5906] By: jhi                                   on 2000/03/31  18:54:37
64287         Log: Typo in #5905.
64288      Branch: cfgperl
64289            ! t/op/64bitint.t
64290 ____________________________________________________________________________
64291 [  5905] By: jhi                                   on 2000/03/31  18:50:54
64292         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
64293              reported by Joseph N. Hall.  The bug was that even with use64bitint
64294              one had to use the prefixes q, L, or ll with printf/sprintf,
64295              contrary to the documentation and common sense.
64296      Branch: cfgperl
64297            ! sv.c t/op/64bitint.t
64298 ____________________________________________________________________________
64299 [  5904] By: gsar                                  on 2000/03/28  02:31:32
64300         Log: add Changes, perldelta.pod
64301      Branch: perl
64302            + Changes pod/perldelta.pod
64303 ____________________________________________________________________________
64304 [  5903] By: gsar                                  on 2000/03/28  02:03:55
64305         Log: rename Changes and perldelta.pod
64306      Branch: perl
64307           +> Changes5.6 pod/perl56delta.pod
64308            - Changes pod/perldelta.pod
64309            ! MANIFEST
64310 ____________________________________________________________________________
64311 [  5902] By: gsar                                  on 2000/03/28  01:59:14
64312         Log: create maint-5.6 branch
64313      Branch: maint-5.6/perl
64314           +> (branch 1611 files)
64315 ____________________________________________________________________________
64316 [  5901] By: jhi                                   on 2000/03/23  05:48:43
64317         Log: Integrate with Sarathy.
64318      Branch: cfgperl
64319           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
64320 ____________________________________________________________________________
64321 [  5900] By: gsar                                  on 2000/03/23  05:42:43
64322         Log: three guesses on what this is :-)
64323      Branch: perl
64324            ! Changes