test skip logic was broken
[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.1          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
35         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
36              as pointed out by Sarathy.
37      Branch: perl
38            ! ext/I18N/Langinfo/Langinfo.xs
39 ____________________________________________________________________________
40 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
41         Log: Retract #11212.
42      Branch: perl
43            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
44 ____________________________________________________________________________
45 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
46         Log: Bump up the VERSION of Cwd.xs.
47      Branch: perl
48            ! ext/Cwd/Makefile.PL
49 ____________________________________________________________________________
50 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
51         Log: Retract #11220, the problem wasn't the missing leading zero.
52              Here's the problem:
53              $ ./perl -we 'chmod(oct("755"), ".")'
54              Non-octal literal mode (493) specified at -e line 1.
55              (Did you mean 0493 instead?)
56      Branch: perl
57            ! lib/ExtUtils/MM_Unix.pm
58 ____________________________________________________________________________
59 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
60         Log: (Retracted by #11221)
61              Change the PERM_RW and PERM_RWX to 0644 and 0755
62              (add the leading zero).
63      Branch: perl
64            ! lib/ExtUtils/MM_Unix.pm
65 ____________________________________________________________________________
66 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
67         Log: Integrate changes #11193, 11205, 11209 from macperl.
68              
69              Fix up AutoLoader to fudge for Mac paths in import().
70              
71              Allow symbols in try_symbol() to begin with "_".
72              
73              Small portability fix for Mac OS.
74      Branch: perl
75           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
76 ____________________________________________________________________________
77 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
78         Log: Metaconfig unit change for #11217.
79      Branch: metaconfig/U/perl
80            ! Extensions.U
81 ____________________________________________________________________________
82 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
83         Log: Detypo, problem noticed by Gerrit P. Haase.
84      Branch: perl
85            ! Configure config_h.SH
86 ____________________________________________________________________________
87 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
88         Log: Cwd cleanups.
89      Branch: perl
90            ! ext/Cwd/Cwd.xs
91 ____________________________________________________________________________
92 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
93         Log: Slight tweaks on #11213.
94      Branch: perl
95            ! toke.c
96 ____________________________________________________________________________
97 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
98         Log: A missing dTHX noticed by Gerrit P. Haase.
99      Branch: perl
100            ! ext/POSIX/POSIX.xs
101 ____________________________________________________________________________
102 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
103         Log: Subject: [PATCH toke.c] Simplify yytoke()
104              From: Simon Cozens <simon@netthink.co.uk>
105              Date: Sun, 8 Jul 2001 13:24:34 +0100
106              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
107              
108              Split out pending_ident().
109      Branch: perl
110            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
111 ____________________________________________________________________________
112 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
113         Log: (Retracted by #11223.)
114              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
115              Date: Wed, 05 Nov 1997 17:22:34 -0600
116              From: Graham Barr <gbarr@ti.com>
117              Message-Id: <3460FFBA.6DA51F46@ti.com>
118      Branch: perl
119            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
120 ____________________________________________________________________________
121 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
122         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
123      Branch: perl
124            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
125            ! pod/perllocale.pod
126 ____________________________________________________________________________
127 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
128         Log: Really do the test under the C locale.
129      Branch: perl
130            ! ext/I18N/Langinfo/Langinfo.t
131 ____________________________________________________________________________
132 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
133         Log: Small portability fix for Mac OS.
134      Branch: maint-5.6/macperl
135            ! lib/Cwd.pm
136 ____________________________________________________________________________
137 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
138         Log: Metaconfig unit change for #11207.
139      Branch: metaconfig/U/perl
140            ! Extensions.U
141 ____________________________________________________________________________
142 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
143         Log: Add I18N::Langinfo, which is basically a wrapper around
144              nl_langinfo(), which is an additional way to query locale
145              specific information.
146      Branch: perl
147            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
148            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
149            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
150 ____________________________________________________________________________
151 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
152         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
153              used in File::Find tests; replace with if.t.
154      Branch: maint-5.6/macperl
155            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
156            ! t/pragma/warn/op
157 ____________________________________________________________________________
158 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
159         Log: Allow symbols in try_symbol() to begin with "_".
160      Branch: maint-5.6/macperl
161            ! makedef.pl
162 ____________________________________________________________________________
163 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
164         Log: Sync up the File::Find changes from the rewrite by
165              Thomas Wegner, et al.
166      Branch: maint-5.6/macperl
167            + t/lib/filefind-taint.t
168            ! lib/File/Find.pm t/lib/filefind.t
169 ____________________________________________________________________________
170 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
171         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
172              From: Thomas Wegner <wegner_thomas@yahoo.com>
173              Date: Thu, 5 Jul 2001 20:31:25 +0200
174              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
175      Branch: maint-5.6/macperl
176            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
177 ____________________________________________________________________________
178 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
179         Log: Some more test portability fixes.
180      Branch: maint-5.6/macperl
181            ! t/lib/filecopy.t t/pragma/warn/pp_sys
182 ____________________________________________________________________________
183 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
184         Log: The #11200 removed wrong (non-existent) target.  Duh.
185      Branch: perl
186            ! Makefile.SH
187 ____________________________________________________________________________
188 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
189         Log: Zap the lib/re.pm before creating it.
190      Branch: perl
191            ! Makefile.SH
192 ____________________________________________________________________________
193 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
194         Log: Another test.  Please ignore.
195      Branch: maint-5.6/macperl
196            ! README.macos
197 ____________________________________________________________________________
198 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
199         Log: Portability fixes for a lot of tests, especially IO-related
200              tests, and warnings, and the harness script.
201      Branch: maint-5.6/macperl
202            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
203            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
204            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
205            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
206            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
207            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
208            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
209            ! t/pragma/warnings.t
210 ____________________________________________________________________________
211 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
212         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
213              From: Nicholas Clark <nick@ccl4.org>
214              Date: Sat, 7 Jul 2001 21:00:17 +0100
215              Message-ID: <20010707210017.H59620@plum.flirble.org>
216      Branch: perl
217            ! lib/h2xs.t
218 ____________________________________________________________________________
219 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
220         Log: The UNICOS/mk SysV IPC problem has been fixed.
221      Branch: perl
222            ! pod/perl572delta.pod
223 ____________________________________________________________________________
224 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
225         Log: Slight update tweaks on perlunicode.pod.
226      Branch: perl
227            ! pod/perlunicode.pod
228 ____________________________________________________________________________
229 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
230         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
231              From: Mark-Jason Dominus <mjd@plover.com>
232              Date: Sat, 07 Jul 2001 13:04:04 -0400
233              Message-ID: <20010707170404.32694.qmail@plover.com>
234      Branch: perl
235            ! ext/DB_File/DB_File.pm
236 ____________________________________________________________________________
237 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
238         Log: Fix up AutoLoader to fudge for Mac paths in import().
239      Branch: maint-5.6/macperl
240            ! lib/AutoLoader.pm
241 ____________________________________________________________________________
242 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
243         Log: Try to force the lib/re.pm to be there before entering
244              the extensions builds, should help for parallel makes.
245      Branch: perl
246            ! Makefile.SH
247 ____________________________________________________________________________
248 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
249         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
250              From: Norton Allen <allen@huarp.harvard.edu>
251              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
252              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
253      Branch: perl
254            ! ext/POSIX/POSIX.xs
255 ____________________________________________________________________________
256 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
257         Log: Subject: [PATCH] Re: op/arith.t
258              From: Nicholas Clark <nick@ccl4.org>
259              Date: Sat, 7 Jul 2001 13:04:54 +0100
260              Message-ID: <20010707130454.D59620@plum.flirble.org>
261      Branch: perl
262            ! numeric.c toke.c
263 ____________________________________________________________________________
264 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
265         Log: Subject: [PATCH] h2xs
266              From: Nicholas Clark <nick@ccl4.org>
267              Date: Fri, 6 Jul 2001 23:25:14 +0100
268              Message-ID: <20010706232514.X59620@plum.flirble.org>
269      Branch: perl
270            ! utils/h2xs.PL
271 ____________________________________________________________________________
272 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
273         Log: Subject: Re: bleedperl perl_alloc..free leakage
274              From: Radu Greab <radu@netsoft.ro>
275              Date: Fri, 6 Jul 2001 19:48:54 +0300
276              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
277              
278              Leak-be-gone.
279      Branch: perl
280            ! op.c
281 ____________________________________________________________________________
282 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
283         Log: Test again.  Please ignore.
284      Branch: maint-5.6/macperl
285            ! README.macos
286 ____________________________________________________________________________
287 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
288         Log: Test.  Please ignore.
289      Branch: maint-5.6/macperl
290            ! README.macos
291 ____________________________________________________________________________
292 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
293         Log: Include changes already sent in separately as patches,
294              before branch was created.
295      Branch: maint-5.6/macperl
296            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
297            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
298            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
299            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
300            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
301            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
302            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
303            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
304            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
305            ! t/pragma/strict.t
306 ____________________________________________________________________________
307 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
308         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
309              From: Norton Allen <allen@huarp.harvard.edu>
310              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
311              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
312      Branch: perl
313            ! utf8.h
314 ____________________________________________________________________________
315 [ 11183] By: nick                                  on 2001/07/06  16:27:40
316         Log: Integrate mainline
317      Branch: perlio
318           +> (branch 42 files)
319            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
320            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
321            - win32/bin/mdelete.bat
322           !> (integrate 215 files)
323 ____________________________________________________________________________
324 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
325         Log: The #11166 needed also these updated.
326      Branch: perl
327            ! lib/warnings.pm warnings.h
328 ____________________________________________________________________________
329 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
330         Log: Update Changes.
331      Branch: perl
332            ! Changes patchlevel.h
333 ____________________________________________________________________________
334 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
335         Log: Regen toc.
336      Branch: perl
337            ! pod/perltoc.pod
338 ____________________________________________________________________________
339 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
340         Log: Nit from Abhijit.
341      Branch: perl
342            ! lib/CPAN.pm
343 ____________________________________________________________________________
344 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
345         Log: Retract #11172.
346      Branch: perl
347            ! t/op/method.t
348 ____________________________________________________________________________
349 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
350         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
351              From: Norton Allen <allen@huarp.harvard.edu>
352              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
353              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
354      Branch: perl
355            ! lib/Cwd.pm
356 ____________________________________________________________________________
357 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
358         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
359              From: Norton Allen <allen@huarp.harvard.edu>
360              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
361              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
362      Branch: perl
363            ! utf8.h
364 ____________________________________________________________________________
365 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
366         Log: Retract #11165 since Sarathy pointed out it'll not
367              work properly under threads, the problem should be
368              solved using "the savestack, either via SSNEW() or
369              using a newSVpv()+SAVEFREESV() combo."
370      Branch: perl
371            ! ext/POSIX/POSIX.xs
372 ____________________________________________________________________________
373 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
374         Log: Retract #11125 since NI-S pointed out it'll not work in
375              cases where the extension has their own handcrafted INC
376              et alia.
377      Branch: perl
378            ! lib/ExtUtils/MM_Unix.pm
379 ____________________________________________________________________________
380 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
381         Log: Subject: RE: [PATCH] -I and MakeMaker again
382              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
383              Date: Fri, 6 Jul 2001 09:18:29 +0200
384              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
385      Branch: perl
386            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
387            ! lib/ExtUtils/MM_Win32.pm
388 ____________________________________________________________________________
389 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
390         Log: (Retracted by #11178)
391              Subject: [PATCH t/op/method.t] SUPER:: strangeness
392              From: Piers Cawley <pdcawley@iterative-software.com>
393              Date: 06 Jul 2001 10:49:01 +0100
394              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
395      Branch: perl
396            ! t/op/method.t
397 ____________________________________________________________________________
398 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
399         Log: VOS README update from Paul Green.
400      Branch: perl
401            ! README.vos
402 ____________________________________________________________________________
403 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
404         Log: Subject: [PATCH README.qnx hints/qnx.sh]
405              From: Norton Allen <allen@huarp.harvard.edu>
406              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
407              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
408      Branch: perl
409            ! README.qnx hints/qnx.sh
410 ____________________________________________________________________________
411 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
412         Log: Subject: [PATCH] Doc patch for Tie::Hash
413              From: Artur Bergman <artur@contiller.se>
414              Date: Thu, 05 Jul 2001 22:51:18 +0200
415              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
416      Branch: perl
417            ! lib/Tie/Hash.pm
418 ____________________________________________________________________________
419 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
420         Log: Subject: [PATCH] perlfaq4.pod
421              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
422              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
423              Date: Thu, 5 Jul 2001 18:44:10 +0100 
424      Branch: perl
425            ! pod/perlfaq4.pod
426 ____________________________________________________________________________
427 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
428         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
429              From: Robin Houston <robin@kitsite.com>
430              Date: Thu, 5 Jul 2001 18:33:21 +0100
431              Message-ID: <20010705183321.A27345@robin.kitsite.com>
432      Branch: perl
433            ! ext/B/B/Deparse.pm
434 ____________________________________________________________________________
435 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
436         Log: Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
437              From: Abhijit Menon-Sen <ams@wiw.org>
438              Date: Fri, 6 Jul 2001 01:26:32 +0530
439              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
440      Branch: perl
441            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
442            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
443            ! warnings.pl
444 ____________________________________________________________________________
445 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
446         Log: (Retracted by #11175)
447              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
448              From: Norton Allen <allen@huarp.harvard.edu>
449              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
450              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
451      Branch: perl
452            ! ext/POSIX/POSIX.xs
453 ____________________________________________________________________________
454 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
455         Log: Unterminated C< (noticed by Richard Hatch), and few other
456              small Unicode doc tweaks.
457      Branch: perl
458            ! pod/perlretut.pod
459 ____________________________________________________________________________
460 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
461         Log: More flexible argument understanding; add charblocks() and
462              charscripts(); make charblock() and charscript() two-way;
463              add charinrange(); separate the $Unicode::UCD::VERSION and
464              the version of the Unicode by adding UnicodeVersion().
465      Branch: perl
466            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
467 ____________________________________________________________________________
468 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
469         Log: Update Unicode::UCD on \p{In...}.
470      Branch: perl
471            ! lib/Unicode/UCD.pm
472 ____________________________________________________________________________
473 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
474         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
475              From: Norton Allen <allen@huarp.harvard.edu>
476              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
477              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
478      Branch: perl
479            ! lib/ExtUtils/MM_Unix.pm
480 ____________________________________________________________________________
481 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
482         Log: POSIX-BC tweaks from Thomas Dorner.
483      Branch: perl
484            ! hints/posix-bc.sh perlio.h
485 ____________________________________________________________________________
486 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
487         Log: Module updates for the delta.
488      Branch: perl
489            ! pod/perl572delta.pod
490 ____________________________________________________________________________
491 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
492         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
493              From: Norton Allen <allen@huarp.harvard.edu>
494              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
495              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
496      Branch: perl
497            ! ext/IO/lib/IO/t/io_sock.t
498 ____________________________________________________________________________
499 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
500         Log: Subject: [PATCH perldiag.pod] Quick fixes
501              From: Simon Cozens <simon@netthink.co.uk>
502              Date: Wed, 4 Jul 2001 20:22:12 +0100
503              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
504      Branch: perl
505            ! pod/perldiag.pod
506 ____________________________________________________________________________
507 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
508         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
509              From: Radu Greab <radu@netsoft.ro>
510              Date: Wed, 4 Jul 2001 22:13:31 +0300
511              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
512      Branch: perl
513            ! op.c sv.c t/op/pos.t
514 ____________________________________________________________________________
515 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
516         Log: Subject: [PATCH] -I and MakeMaker again
517              From: Michael G Schwern <schwern@pobox.com>
518              Date: Wed, 4 Jul 2001 15:03:07 -0400
519              Message-ID: <20010704150307.I20340@blackrider>
520              
521              (and retract #11145)
522      Branch: perl
523            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
524            ! lib/ExtUtils/MakeMaker.pm
525 ____________________________________________________________________________
526 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
527         Log: Subject: Re: PERFORCE change 11142 for review
528              From: "Philip Newton" <Philip.Newton@gmx.net>
529              Date: Wed, 4 Jul 2001 20:46:26 +0200
530              Message-Id: <200107041841.VAA25380@taas.iki.fi>
531      Branch: perl
532            ! lib/ExtUtils/MakeMaker.pm
533 ____________________________________________________________________________
534 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
535         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
536              From: Jonathan Stowe <gellyfish@gellyfish.com>
537              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
538              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
539      Branch: perl
540            ! utils/pl2pm.PL
541 ____________________________________________________________________________
542 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
543         Log: fix the binary compatibility issue when building with/without
544              usemymalloc by exporting Perl_malloc() et al as simple wrappers
545              around the system functions (this allows most extensions built
546              using one mode to coexist with perls built in the other mode)
547              
548              XXX the Perl_mfree() wrapper might need to do return(free()) on
549              platforms where Free_t isn't "void"
550      Branch: perl
551            ! embed.h embed.pl makedef.pl proto.h util.c
552 ____________________________________________________________________________
553 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
554         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
555              since it doesn't ensure threads other than the one calling fork()
556              aren't holding any locks; the fix is to use pthread_atfork() to
557              hold global locks
558              
559              building perl with -Dusemymalloc exacerbates the problem since
560              Perl_malloc() holds a mutex, and perl's exec() calls New()
561              
562              XXX the code in win32thread.h may be needed on platforms that have
563              no pthread_atfork()
564      Branch: perl
565            ! perl.c thread.h win32/win32thread.h
566 ____________________________________________________________________________
567 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
568         Log: Integrate #11009 from maintperl.
569      Branch: maint-5.6/macperl
570           !> lib/ExtUtils/Manifest.pm
571 ____________________________________________________________________________
572 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
573         Log: Flexing my Perforce muscles.
574      Branch: maint-5.6/macperl
575            ! README.macos
576 ____________________________________________________________________________
577 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
578         Log: Update Changes.
579      Branch: perl
580            ! Changes patchlevel.h
581 ____________________________________________________________________________
582 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
583         Log: Metaconfig unit change for #11146.
584      Branch: metaconfig/U/perl
585            ! d_fcntl_can_lock.U
586 ____________________________________________________________________________
587 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
588         Log: Somehow the #ifdefs of the added code (in #11093) made
589              HP-UX to fail the fcntl locking test, without the ifdefs
590              the test seems to be working again.  Reason unknown:
591              HP-UX cc doesn't complain either way.
592      Branch: perl
593            ! Configure
594 ____________________________________________________________________________
595 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
596         Log: PERLRUNINST needed in some spots.
597      Branch: perl
598            ! lib/ExtUtils/MM_Unix.pm
599 ____________________________________________________________________________
600 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
601         Log: gcc -Wall nit.
602      Branch: perl
603            ! pp_hot.c
604 ____________________________________________________________________________
605 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
606         Log: When removing tests updating the test count is a good idea, too.
607      Branch: perl
608            ! lib/Net/t/require.t
609 ____________________________________________________________________________
610 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
611         Log: Document #11134 and add the new symbols to the list of
612              of MakeMaker known ones.
613      Branch: perl
614            ! lib/ExtUtils/MakeMaker.pm
615 ____________________________________________________________________________
616 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
617         Log: Microperl update.
618      Branch: perl
619            ! uconfig.h
620 ____________________________________________________________________________
621 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
622         Log: Update the libnet tests as per #11138.
623      Branch: perl
624            - lib/Net/t/ph.t
625            ! MANIFEST lib/Net/t/require.t
626 ____________________________________________________________________________
627 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
628         Log: Regen toc and modlib.
629      Branch: perl
630            ! pod/perlmodlib.pod pod/perltoc.pod
631 ____________________________________________________________________________
632 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
633         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
634              Graham's request.
635      Branch: perl
636            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
637            ! MANIFEST
638 ____________________________________________________________________________
639 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
640         Log: Add the OS/390 harness results to the delta.
641      Branch: perl
642            ! pod/perl572delta.pod
643 ____________________________________________________________________________
644 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
645         Log: Avoid the two study tests in OS/390 until the bug has been solved.
646      Branch: perl
647            ! t/op/study.t
648 ____________________________________________________________________________
649 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
650         Log: DOS/DJGPP tweaks from Laszlo Molnar.
651      Branch: perl
652            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
653 ____________________________________________________________________________
654 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
655         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
656              From: Michael G Schwern <schwern@pobox.com>
657              Date: Wed, 4 Jul 2001 00:01:16 -0400
658              Message-ID: <20010704000116.C591@blackrider>
659      Branch: perl
660            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
661 ____________________________________________________________________________
662 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
663         Log: The #11132 missed singleton characters (not part
664              of a unilo..unihi range) in Unicode scripts.
665      Branch: perl
666            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
667            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
668            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
669            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
670            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
671            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
672            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
673            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
674            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
675            ! lib/unicode/mktables.PL t/op/pat.t
676 ____________________________________________________________________________
677 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
678         Log: Support preferentially the Unicode 'scripts' definition
679              in the \p{In...} notation since according to Unicode the
680              scripts concept is more natural for matching than using
681              the somewhat artificial block names.  The block names are
682              still available, though, and if there's a name conflict,
683              the scripts one wins and the blocks one has to do with
684              'Block' appended to its name.  For more information see
685              
686              http://www.unicode.org/unicode/reports/tr24/
687      Branch: perl
688            + lib/unicode/In/100.pl lib/unicode/In/101.pl
689            + lib/unicode/In/102.pl lib/unicode/In/103.pl
690            + lib/unicode/In/104.pl lib/unicode/In/105.pl
691            + lib/unicode/In/106.pl lib/unicode/In/107.pl
692            + lib/unicode/In/108.pl lib/unicode/In/109.pl
693            + lib/unicode/In/110.pl lib/unicode/In/111.pl
694            + lib/unicode/In/112.pl lib/unicode/In/113.pl
695            + lib/unicode/In/114.pl lib/unicode/In/115.pl
696            + lib/unicode/In/116.pl lib/unicode/In/117.pl
697            + lib/unicode/In/118.pl lib/unicode/In/119.pl
698            + lib/unicode/In/120.pl lib/unicode/In/121.pl
699            + lib/unicode/In/122.pl lib/unicode/In/123.pl
700            + lib/unicode/In/124.pl lib/unicode/In/125.pl
701            + lib/unicode/In/126.pl lib/unicode/In/127.pl
702            + lib/unicode/In/128.pl lib/unicode/In/129.pl
703            + lib/unicode/In/130.pl lib/unicode/In/131.pl
704            + lib/unicode/In/132.pl lib/unicode/In/133.pl
705            + lib/unicode/In/134.pl lib/unicode/In/135.pl
706            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
707            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
708            ! (edit 106 files)
709 ____________________________________________________________________________
710 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
711         Log: Better document the difference between a block and a script.
712      Branch: perl
713            ! lib/Unicode/UCD.pm
714 ____________________________________________________________________________
715 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
716         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
717              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
718              Date: Tue, 3 Jul 2001 15:04:23 -0500
719              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
720      Branch: perl
721            ! lib/CPAN.pm
722 ____________________________________________________________________________
723 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
724         Log: Add tests for charscript().
725      Branch: perl
726            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
727 ____________________________________________________________________________
728 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
729         Log: Add charscript() to get the UTR#24 script names of characters.
730      Branch: perl
731            ! lib/Unicode/UCD.pm
732 ____________________________________________________________________________
733 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
734         Log: Todo updates.
735      Branch: perl
736            ! pod/perltodo.pod
737 ____________________________________________________________________________
738 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
739         Log: Unicode::UCD updates.
740      Branch: perl
741            ! lib/Unicode/UCD.pm
742 ____________________________________________________________________________
743 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
744         Log: Subject: MakeMaker should pass through DEFINE and INC to subdirs
745              From: Alan Burlison <Alan.Burlison@sun.com>
746              Date: Tue, 03 Jul 2001 15:20:13 +0100
747              Message-ID: <3B41D49D.A923D4F9@sun.com>
748      Branch: perl
749            ! lib/ExtUtils/MM_Unix.pm
750 ____________________________________________________________________________
751 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
752         Log: Subject: Patch needed for UTS
753              From: hom00@utsglobal.com (Hal Morris)
754              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
755              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
756              
757              Replace #11113 with a better version.
758      Branch: perl
759            ! perl.h
760 ____________________________________________________________________________
761 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
762         Log: Subject: Re: POINTERRIGOR
763              From: Andy Dougherty <doughera@lafayette.edu>
764              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
765              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
766      Branch: perl
767            ! util.c
768 ____________________________________________________________________________
769 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
770         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
771              From: "Philip Newton" <pnewton@gmx.de>
772              Date: Tue, 3 Jul 2001 17:03:34 +0200
773              Message-ID: <3B41FAE6.29564.660E117@localhost>
774      Branch: perl
775            ! pp_hot.c
776 ____________________________________________________________________________
777 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
778         Log: Typos.
779      Branch: perl
780            ! INSTALL
781 ____________________________________________________________________________
782 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
783         Log: Subject: [PATCH 5.6.1] debugger fixes
784              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
785              Date: Tue, 3 Jul 2001 03:38:18 -0400
786              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
787              
788              The $^S is working again.
789      Branch: perl
790            ! lib/perl5db.pl
791 ____________________________________________________________________________
792 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
793         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
795              Date: Tue, 3 Jul 2001 03:34:06 -0400
796              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
797      Branch: perl
798            ! os2/OS2/Process/Process.pm
799 ____________________________________________________________________________
800 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
801         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
802              From: "Philip Newton" <Philip.Newton@gmx.net>
803              Date: Tue, 3 Jul 2001 09:11:27 +0200
804              Message-Id: <200107030706.KAA04596@taas.iki.fi>
805      Branch: perl
806            ! lib/FindBin.pm
807 ____________________________________________________________________________
808 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
809         Log: Delta delta.
810      Branch: perl
811            ! pod/perl572delta.pod
812 ____________________________________________________________________________
813 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
814         Log: Metaconfig unit change for 11115.
815      Branch: metaconfig
816            ! U/modified/libc.U
817 ____________________________________________________________________________
818 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
819         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
820              (from Richard Hatch) (this was the cause of pipes() and
821              times() myeteriously not being found)
822      Branch: perl
823            ! Configure
824 ____________________________________________________________________________
825 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
826         Log: Retract #10142, the real culprit found by Richard Hatch,
827              coming soon to Configure near you.
828      Branch: perl
829            ! hints/aix.sh
830 ____________________________________________________________________________
831 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
832         Log: (Replaced by #11124) UTS workaround from Hal Morris.
833      Branch: perl
834            ! perl.h
835 ____________________________________________________________________________
836 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
837         Log: Subject: [PATCH] grok not grocking correctly
838              From: Nicholas Clark <nick@ccl4.org>
839              Date: Tue, 3 Jul 2001 00:19:08 +0100
840              Message-ID: <20010703001908.H59620@plum.flirble.org>
841      Branch: perl
842            ! numeric.c
843 ____________________________________________________________________________
844 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
845         Log: Subject: [PATCH Deparse.t] test just-posted patches
846              From: Robin Houston <robin@kitsite.com>
847              Date: Mon, 2 Jul 2001 23:46:15 +0100
848              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
849      Branch: perl
850            ! ext/B/Deparse.t
851 ____________________________________________________________________________
852 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
853         Log: Subject: [PATCH toke.c] autosplit into @F
854              From: Robin Houston <robin@kitsite.com>
855              Date: Mon, 2 Jul 2001 23:18:20 +0100
856              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
857      Branch: perl
858            ! perl.c toke.c
859 ____________________________________________________________________________
860 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
861         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
862              From: Robin Houston <robin@kitsite.com>
863              Date: Mon, 2 Jul 2001 23:00:48 +0100
864              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
865      Branch: perl
866            ! ext/B/B/Deparse.pm
867 ____________________________________________________________________________
868 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
869         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
870              From: "Philip Newton" <Philip.Newton@gmx.net>
871              Date: Mon, 2 Jul 2001 22:06:22 +0200
872              (no Message-Id)
873      Branch: perl
874            ! ext/NDBM_File/hints/linux.pl
875 ____________________________________________________________________________
876 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
877         Log: Subject: Re: Fixed pack problem - sort of
878              From: Nicholas Clark <nick@ccl4.org>
879              Date: Mon, 2 Jul 2001 20:59:20 +0100
880              Message-ID: <20010702205919.F59620@plum.flirble.org>
881      Branch: perl
882            ! pp_pack.c t/op/pack.t
883 ____________________________________________________________________________
884 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
885         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
887              Date: Mon, 2 Jul 2001 15:45:41 -0400
888              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
889      Branch: perl
890            ! os2/os2.c
891 ____________________________________________________________________________
892 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
893         Log: (Mistaken retraction)
894      Branch: perl
895            ! utils/pl2pm.PL
896 ____________________________________________________________________________
897 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
898         Log: Detypo in #11103.
899      Branch: perl
900            ! utils/pl2pm.PL
901 ____________________________________________________________________________
902 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
903         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
904              From: Jonathan Stowe <gellyfish@gellyfish.com>
905              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
906              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
907      Branch: perl
908            ! utils/pl2pm.PL
909 ____________________________________________________________________________
910 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
911         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
912              From: "Craig A. Berry" <craigberry@mac.com>
913              Date: Mon, 02 Jul 2001 14:11:23 -0500
914              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
915      Branch: perl
916            ! lib/Unicode/UCD.pm
917 ____________________________________________________________________________
918 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
919         Log: Subject: [PATCH] Re: op/numconvert.t failures
920              From: Nicholas Clark <nick@ccl4.org>
921              Date: Mon, 2 Jul 2001 20:10:48 +0100
922              Message-ID: <20010702201048.E59620@plum.flirble.org>
923      Branch: perl
924            ! t/op/numconvert.t
925 ____________________________________________________________________________
926 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
927         Log: Update Changes.
928      Branch: perl
929            ! Changes patchlevel.h
930 ____________________________________________________________________________
931 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
932         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
933              The real fix must be more involved.  The line of code all the leaky
934              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
935              line of Perl_newPMOP().
936      Branch: perl
937            ! op.h
938 ____________________________________________________________________________
939 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
940         Log: Based on
941              
942              Subject: Re: sizeof(struct sembuf)
943              From: Nicholas Clark <nick@ccl4.org>
944              Date: Sun, 1 Jul 2001 22:26:48 +0100
945              Message-ID: <20010701222648.W59620@plum.flirble.org>
946              
947              but do semop() always the slow way.
948      Branch: perl
949            ! doio.c
950 ____________________________________________________________________________
951 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
952         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
953              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
954              Date: Tue, 03 Jul 2001 00:56:30 +0900
955              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
956      Branch: perl
957            ! ext/Encode/Encode/Tcl.t
958 ____________________________________________________________________________
959 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
960         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
961              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
962              Date: Tue, 03 Jul 2001 00:55:46 +0900
963              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
964      Branch: perl
965            ! ext/Encode/Encode/Tcl.pm
966 ____________________________________________________________________________
967 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
968         Log: Regen api and toc.
969      Branch: perl
970            ! pod/perlapi.pod pod/perltoc.pod
971 ____________________________________________________________________________
972 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
973         Log: Metaconfig unit change for #11093.
974      Branch: metaconfig/U/perl
975            ! d_fcntl_can_lock.U
976 ____________________________________________________________________________
977 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
978         Log: The fcntl locking test may hang if NFS locking messed up;
979              break out with alarm(10).
980      Branch: perl
981            ! Configure
982 ____________________________________________________________________________
983 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
984         Log: Move the mdelete.bat from win32/bin to win32.
985      Branch: perl
986            ! MANIFEST
987 ____________________________________________________________________________
988 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
989         Log: Typo in #11083.
990      Branch: perl
991            ! ext/Time/Piece/Piece.t
992 ____________________________________________________________________________
993 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
994         Log: Netware tweaks from Guruprasad.
995      Branch: perl
996            - NetWare/perlsdio.h
997            ! MANIFEST NetWare/Makefile NetWare/interface.c
998            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
999            ! perlsdio.h
1000 ____________________________________________________________________________
1001 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
1002         Log: Subject: Re: [PATH] shared -> unique;
1003              From: Abhijit Menon-Sen <ams@wiw.org>
1004              Date: Wed, 27 Jun 2001 03:51:27 +0530
1005              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
1006      Branch: perl
1007            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
1008 ____________________________________________________________________________
1009 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
1010         Log: Subject: Re: AIX / gcc-3.0
1011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1012              Date: Mon, 02 Jul 2001 15:20:21 +0200
1013              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
1014      Branch: perl
1015            ! hints/aix.sh
1016 ____________________________________________________________________________
1017 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
1018         Log: Subject: Re: Bug report: split splits on wrong pattern
1019              From: Abhijit Menon-Sen <ams@wiw.org>
1020              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
1021              Date: Mon, 2 Jul 2001 16:31:33 +0530
1022      Branch: perl
1023            ! pp_ctl.c
1024 ____________________________________________________________________________
1025 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
1026         Log: Subject: [PATCH 5.6.1] test harness
1027              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1028              Date: Mon, 2 Jul 2001 06:29:21 -0400
1029              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
1030      Branch: perl
1031            ! lib/Test/Harness.pm
1032 ____________________________________________________________________________
1033 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
1034         Log: Subject: [PATCH 5.6.1] debugger goof
1035              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1036              Date: Mon, 2 Jul 2001 06:27:22 -0400
1037              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
1038      Branch: perl
1039            ! lib/perl5db.pl
1040 ____________________________________________________________________________
1041 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
1042         Log: Subject: [PATCH 5.6.1] OS/2 cwd
1043              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1044              Date: Mon, 2 Jul 2001 06:21:17 -0400
1045              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
1046      Branch: perl
1047            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
1048 ____________________________________________________________________________
1049 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
1050         Log: Make #11082 more OS/2-specific.
1051      Branch: perl
1052            ! ext/Time/Piece/Piece.t
1053 ____________________________________________________________________________
1054 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
1055         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
1056              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1057              Date: Mon, 2 Jul 2001 06:06:34 -0400
1058              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
1059      Branch: perl
1060            ! ext/Time/Piece/Piece.t
1061 ____________________________________________________________________________
1062 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
1063         Log: Subject: [PATCH B::Deparse] version number & changes
1064              From: Robin Houston <robin@kitsite.com>  
1065              Date: Sun, 1 Jul 2001 17:17:29 +0100
1066              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
1067      Branch: perl
1068            ! ext/B/B/Deparse.pm
1069 ____________________________________________________________________________
1070 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
1071         Log: Subject: a small fix.
1072              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1073              Date: Mon, 2 Jul 2001 12:17:53 +0200
1074              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
1075      Branch: perl
1076            ! ext/Thread/Thread.xs
1077 ____________________________________________________________________________
1078 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
1079         Log: Subject: RE: perl@10907
1080              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
1081              Date: Mon, 2 Jul 2001 12:06:16 +0200
1082              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
1083              
1084              Borland C vs PerlIO.
1085      Branch: perl
1086            ! win32/config.bc win32/config_H.bc
1087 ____________________________________________________________________________
1088 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
1089         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
1090              From: "H.M. Brand" <merijn@l1.procura.nl>
1091              Date: Mon, 02 Jul 2001 11:18:57 +0200
1092              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
1093      Branch: perl
1094            ! t/op/write.t
1095 ____________________________________________________________________________
1096 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
1097         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
1098              From: Michael G Schwern <schwern@pobox.com>
1099              Date: Mon, 2 Jul 2001 00:26:24 -0400
1100              Message-ID: <20010702002624.A18302@blackrider>
1101      Branch: perl
1102            - ext/util/mkbootstrap
1103 ____________________________________________________________________________
1104 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
1105         Log: Subject: [PATCH op.h] v minor comment tweak
1106              From: Robin Houston <robin@puffinry.freeserve.co.uk>
1107              Date: Mon, 2 Jul 2001 00:42:01 +0100
1108              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
1109      Branch: perl
1110            ! op.h
1111 ____________________________________________________________________________
1112 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
1113         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
1114      Branch: perl
1115            ! pod/perlfunc.pod
1116 ____________________________________________________________________________
1117 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
1118         Log: Subject: Re: sizeof(struct sembuf)
1119              From: Nicholas Clark <nick@ccl4.org>
1120              Date: Sun, 1 Jul 2001 19:23:16 +0100
1121              Message-ID: <20010701192316.V59620@plum.flirble.org>
1122              
1123              s/signaling/signalling/
1124      Branch: perl
1125            ! pod/perlfunc.pod
1126 ____________________________________________________________________________
1127 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
1128         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
1129              From: "Philip Newton" <Philip.Newton@gmx.net>
1130              Date: Sun, 1 Jul 2001 09:37:56 +0200
1131              Message-Id: <200107010733.KAA03920@taas.iki.fi>
1132      Branch: perl
1133            ! pod/perlvar.pod
1134 ____________________________________________________________________________
1135 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
1136         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
1137              From: "Philip Newton" <Philip.Newton@gmx.net>
1138              Date: Sun, 1 Jul 2001 09:37:56 +0200
1139              Message-Id: <200107010733.KAA03925@taas.iki.fi>
1140      Branch: perl
1141            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
1142 ____________________________________________________________________________
1143 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
1144         Log: Metaconfig unit change for #11070.
1145      Branch: metaconfig
1146            ! U/compline/randfunc.U
1147 ____________________________________________________________________________
1148 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
1149         Log: Subject: [PATCH perlsnap] its --> it's --> its
1150              From: "Philip Newton" <Philip.Newton@gmx.net>
1151              Date: Sun, 1 Jul 2001 09:37:56 +0200
1152              Message-Id: <200107010733.KAA03914@taas.iki.fi>
1153      Branch: perl
1154            ! Porting/config_H
1155 ____________________________________________________________________________
1156 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
1157         Log: Sync with Sarathy; integrate with perlio.
1158      Branch: perl
1159           !> gv.c
1160 ____________________________________________________________________________
1161 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
1162         Log: regenerate win32/config_H.?c files
1163      Branch: perl
1164            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
1165 ____________________________________________________________________________
1166 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
1167         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
1168              naming discipline
1169              
1170              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
1171              because of this)
1172              
1173              fix a warning about "fd" being used without being set in Cwd.xs
1174      Branch: perl
1175            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
1176            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
1177            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
1178            ! win32/config.vc
1179 ____________________________________________________________________________
1180 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
1181         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
1182              within macro arguments") and warnings ("unary minus applied to
1183              unsigned type", among others)
1184      Branch: perl
1185            ! gv.c hv.c op.c pp.c sv.c toke.c
1186 ____________________________________________________________________________
1187 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
1188         Log: win32 fixes: more spurious CRs
1189      Branch: perl
1190            ! win32/mdelete.bat
1191 ____________________________________________________________________________
1192 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
1193         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
1194              from win32/bin (or it gets deleted by distclean); don't delete
1195              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
1196              NT (should be made Win9x specific, and added to makefile.mk)
1197      Branch: perl
1198           +> win32/mdelete.bat
1199            - win32/bin/mdelete.bat
1200            ! win32/Makefile win32/makefile.mk
1201 ____________________________________________________________________________
1202 [ 11063] By: nick                                  on 2001/07/01  18:54:09
1203         Log: Quick for for #ifdef mess
1204      Branch: perlio
1205            ! gv.c
1206 ____________________________________________________________________________
1207 [ 11062] By: nick                                  on 2001/07/01  18:47:42
1208         Log: Raw integrate - does not build #if mess in gv.c
1209      Branch: perlio
1210           !> (integrate 29 files)
1211 ____________________________________________________________________________
1212 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
1213         Log: Make 'compile' target a little less broken.
1214              Still very broken, though: -Wall warnings from
1215              the generated code, boot_Foo prototypes missing,
1216              can't autoload Fcntl::SEEK_CUR et alia, ...
1217      Branch: perl
1218            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
1219            ! utils/perlcc.PL x2p/Makefile.SH
1220 ____________________________________________________________________________
1221 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
1222         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
1223      Branch: perl
1224            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
1225            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
1226 ____________________________________________________________________________
1227 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
1228         Log: Update Changes.
1229      Branch: perl
1230            ! Changes patchlevel.h
1231 ____________________________________________________________________________
1232 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
1233         Log: Still one typo, regen toc.
1234      Branch: perl
1235            ! lib/Unicode/UCD.pm pod/perltoc.pod
1236 ____________________________________________________________________________
1237 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
1238         Log: Detypos and regen toc.
1239      Branch: perl
1240            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
1241 ____________________________________________________________________________
1242 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
1243         Log: VERSION tweak.
1244      Branch: perl
1245            ! ext/List/Util/lib/List/Util.pm
1246 ____________________________________________________________________________
1247 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
1248         Log: Attempt at plugging the leak under ithreads detected by Doug.
1249      Branch: perl
1250            ! op.h
1251 ____________________________________________________________________________
1252 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
1253         Log: gcc -Wall lint after #11051.
1254      Branch: perl
1255            ! pp_sys.c
1256 ____________________________________________________________________________
1257 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
1258         Log: Integrate perlio.
1259      Branch: perl
1260           !> lib/File/Find/taint.t
1261 ____________________________________________________________________________
1262 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
1263         Log: Don't use the v-strings for module VERSIONs.
1264      Branch: perl
1265            ! lib/Unicode/UCD.pm
1266 ____________________________________________________________________________
1267 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
1268         Log: Code cleanup based on turning off the -woffs in IRIX.
1269              Not all of the gripes cleaned up (hairy code in hv.c and
1270              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
1271              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
1272              to the IRIX hints)
1273      Branch: perl
1274            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
1275            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
1276            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
1277            ! regcomp.c sv.c
1278 ____________________________________________________________________________
1279 [ 11050] By: nick                                  on 2001/06/30  20:46:46
1280         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
1281      Branch: perlio
1282            ! lib/File/Find/taint.t
1283 ____________________________________________________________________________
1284 [ 11049] By: nick                                  on 2001/06/30  18:13:33
1285         Log: Integrate mainline
1286      Branch: perlio
1287           +> NetWare/nwstdio.h NetWare/perlsdio.h
1288           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
1289           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
1290           +> lib/Unicode/UCD.t t/run/exit.t
1291           !> (integrate 60 files)
1292 ____________________________________________________________________________
1293 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
1294         Log: Delta delta.
1295      Branch: perl
1296            ! pod/perl572delta.pod
1297 ____________________________________________________________________________
1298 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
1299         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
1300              by CPAN.pm, use rather _00.
1301      Branch: perl
1302            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
1303            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
1304            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
1305            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
1306            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
1307            ! lib/ExtUtils/Embed.pm lib/Test.pm
1308 ____________________________________________________________________________
1309 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
1310         Log: Add a simple Unicode character database interface, Unicode::UCD.
1311      Branch: perl
1312            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
1313            ! MANIFEST
1314 ____________________________________________________________________________
1315 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
1316         Log: Subject: [PATCH] op/numconver.t
1317              From: Nicholas Clark <nick@ccl4.org>
1318              Date: Sat, 30 Jun 2001 15:40:10 +0100
1319              Message-ID: <20010630154010.I59620@plum.flirble.org>
1320      Branch: perl
1321            ! t/op/numconvert.t
1322 ____________________________________________________________________________
1323 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
1324         Log: The $^N is now taken (by #11038).
1325      Branch: perl
1326            ! t/base/lex.t
1327 ____________________________________________________________________________
1328 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
1329         Log: The #11040 had slipped to a wrong function...
1330      Branch: perl
1331            ! sv.c
1332 ____________________________________________________________________________
1333 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
1334         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
1335              the Configure library symbol probe mysteriously finds all
1336              symbols but those of pipe() and times().
1337      Branch: perl
1338            ! hints/aix.sh
1339 ____________________________________________________________________________
1340 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
1341         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
1342              From: Nicholas Clark <nick@ccl4.org>
1343              Date: Fri, 29 Jun 2001 23:49:07 +0100
1344              Message-ID: <20010629234907.D59620@plum.flirble.org>
1345      Branch: perl
1346            ! lib/ExtUtils.t
1347 ____________________________________________________________________________
1348 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
1349         Log: Subject: [PATCH] weakref fix 2, not yet there
1350              From: Artur Bergman <artur@contiller.se>
1351              Date: Sat, 30 Jun 2001 01:18:16 +0200
1352              Message-ID: <B762D957.1CC9%artur@contiller.se>
1353      Branch: perl
1354            ! sv.c
1355 ____________________________________________________________________________
1356 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
1357         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
1358              From: Michael G Schwern <schwern@pobox.com>
1359              Date: Fri, 29 Jun 2001 19:39:11 -0400
1360              Message-ID: <20010629193910.D25304@blackrider>
1361      Branch: perl
1362            + t/run/exit.t
1363            ! MANIFEST
1364 ____________________________________________________________________________
1365 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
1366         Log: Add support for $^N, the most-recently closed group.
1367      Branch: perl
1368            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
1369            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
1370            ! thrdvar.h
1371 ____________________________________________________________________________
1372 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
1373         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
1374              From: lvirden@cas.org
1375              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
1376              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
1377              
1378              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
1379              From: lvirden@cas.org
1380              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
1381              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
1382      Branch: perl
1383            ! README.solaris
1384 ____________________________________________________________________________
1385 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
1386         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
1387              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1388              Date: Sat, 30 Jun 2001 07:33:37 +0900
1389              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
1390              
1391              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
1392              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1393              Date: Sat, 30 Jun 2001 21:38:14 +0900
1394              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
1395      Branch: perl
1396            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
1397            + ext/Encode/Encode/7bit-kr.enc
1398            ! MANIFEST ext/Encode/Encode/Tcl.pm
1399 ____________________________________________________________________________
1400 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
1401         Log: NetWare tweaks from Guruprasad.
1402      Branch: perl
1403            + NetWare/nwstdio.h NetWare/perlsdio.h
1404            ! MANIFEST NetWare/Makefile NetWare/config.wc
1405            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
1406            ! NetWare/t/Readme.txt
1407 ____________________________________________________________________________
1408 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
1409         Log: More module $VERSION bump-ups.
1410      Branch: perl
1411            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
1412            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
1413            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
1414 ____________________________________________________________________________
1415 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
1416         Log: Doc update due to #11032.
1417      Branch: perl
1418            ! pod/perl572delta.pod
1419 ____________________________________________________________________________
1420 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
1421         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
1422              From: Peter Prymmer <pvhp@forte.com>
1423              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
1424              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
1425      Branch: perl
1426            ! ext/Time/HiRes/HiRes.xs
1427 ____________________________________________________________________________
1428 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
1429         Log: -lpthreads missing in AIX.
1430      Branch: perl
1431            ! hints/aix.sh
1432 ____________________________________________________________________________
1433 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
1434         Log: Subject: [PATCH] CLONE && weakrefs
1435              From: Artur Bergman <artur@contiller.se>
1436              Date: Fri, 29 Jun 2001 17:02:00 +0200
1437              Message-ID: <B7626508.1CA0%artur@contiller.se>
1438      Branch: perl
1439            ! sv.c
1440 ____________________________________________________________________________
1441 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
1442         Log: Subject: Re: Bug report: split splits on wrong pattern
1443              From: Radu Greab <radu@netsoft.ro>
1444              Date: Wed, 27 Jun 2001 21:50:52 +0300
1445              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
1446      Branch: perl
1447            ! pp_ctl.c t/op/split.t
1448 ____________________________________________________________________________
1449 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
1450         Log: Metaconfig unit change for #11027.
1451      Branch: metaconfig/U/perl
1452            ! d_modfl.U
1453 ____________________________________________________________________________
1454 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
1455         Log: I thought this Configure glitch for AIX was just recently fixed?
1456      Branch: perl
1457            ! Configure
1458 ____________________________________________________________________________
1459 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
1460         Log: Update Changes.
1461      Branch: perl
1462            ! Changes patchlevel.h
1463 ____________________________________________________________________________
1464 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
1465         Log: Subject: Re: perl@10967, File::Find, and Cwd
1466              From: Mike Guy <mjtg@cam.ac.uk>
1467              Date: Fri, 29 Jun 2001 14:56:49 +0100
1468              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
1469      Branch: perl
1470            ! lib/File/Find/taint.t
1471 ____________________________________________________________________________
1472 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
1473         Log: Update the sv_pvprintify() spec.
1474      Branch: perl
1475            ! pod/perltodo.pod
1476 ____________________________________________________________________________
1477 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
1478         Log: Known test failures update.
1479      Branch: perl
1480            ! pod/perl572delta.pod
1481 ____________________________________________________________________________
1482 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
1483         Log: Based on
1484              
1485              Subject: [PATCH @11016] More );) fixes
1486              From: Richard Soderberg <rs@crystalflame.net>
1487              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
1488              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
1489      Branch: perl
1490            ! ext/Thread/Thread.xs ext/Thread/typemap
1491 ____________________________________________________________________________
1492 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
1493         Log: Subject: [PATCH @11016] Fixes compile errors in four files
1494              From: Richard Soderberg <rs@crystalflame.net>
1495              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
1496              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
1497      Branch: perl
1498            ! mg.c pp.c pp_hot.c util.c
1499 ____________________________________________________________________________
1500 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
1501         Log: AIX hints tweaking continues, from Merijn Brand.
1502      Branch: perl
1503            ! hints/aix.sh
1504 ____________________________________________________________________________
1505 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
1506         Log: HP-UX needs gccversion sooner, from Merijn Brand.
1507      Branch: perl
1508            ! hints/hpux.sh
1509 ____________________________________________________________________________
1510 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
1511         Log: Subject: [PATCH 5.6.1] OS/2 docs
1512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1513              Date: Fri, 29 Jun 2001 02:34:12 -0400
1514              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
1515      Branch: perl
1516            ! README.os2 os2/Changes
1517 ____________________________________________________________________________
1518 [ 11017] By: nick                                  on 2001/06/29  10:20:30
1519         Log: Integrate mainline
1520      Branch: perlio
1521           +> (branch 37 files)
1522            - ext/ODBM_File/sdbm.t
1523           !> (integrate 211 files)
1524 ____________________________________________________________________________
1525 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
1526         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
1527              the modules found using a script written by Larry Schatzer Jr.
1528      Branch: perl
1529            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
1530            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
1531            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
1532            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
1533            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
1534            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
1535            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
1536            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
1537            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
1538            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
1539            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
1540            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
1541            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
1542            ! lib/constant.pm lib/fields.pm lib/strict.pm
1543 ____________________________________________________________________________
1544 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
1545         Log: The latest JPL from the anoncvs.
1546      Branch: perl
1547            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
1548 ____________________________________________________________________________
1549 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
1550         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
1551      Branch: perl
1552            ! t/op/pat.t
1553 ____________________________________________________________________________
1554 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
1555         Log: Worrying about insecure directories now is a bit too late.
1556      Branch: perl
1557            ! lib/File/Find/taint.t
1558 ____________________________________________________________________________
1559 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
1560         Log: Cannot DIE() in a void function,
1561              from Richard Hatch <rhatch@austin.ibm.com>.
1562      Branch: perl
1563            ! ext/IPC/SysV/SysV.xs
1564 ____________________________________________________________________________
1565 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
1566         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
1567              From: Peter Prymmer <pvhp@forte.com>
1568              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
1569              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
1570              
1571              (unfinished: time/hires tests 3, 5, 14 failing, but better
1572              than wholesale failure)
1573      Branch: perl
1574            ! ext/Time/HiRes/HiRes.xs
1575 ____________________________________________________________________________
1576 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
1577         Log: Subject: [PATCH 5.6.1] OS/2 improvements
1578              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1579              Date: Thu, 28 Jun 2001 16:03:14 -0400
1580              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
1581      Branch: perl
1582            + os2/os2_base.t
1583            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
1584            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
1585            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
1586            ! os2/os2ish.h
1587 ____________________________________________________________________________
1588 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
1589         Log: Subject: Incrementing Extutils::Manifest's $VERSION
1590              From: Michael G Schwern <schwern@pobox.com>
1591              Date: Thu, 28 Jun 2001 13:13:49 -0400
1592              Message-ID: <20010628131349.A14738@blackrider>
1593      Branch: maint-5.6/perl
1594            ! lib/ExtUtils/Manifest.pm
1595 ____________________________________________________________________________
1596 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
1597         Log: AIX tweak from Merijn Brand.
1598      Branch: perl
1599            ! hints/aix.sh
1600 ____________________________________________________________________________
1601 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
1602         Log: Create the macperl branch.
1603      Branch: maint-5.6/macperl
1604           +> (branch 1728 files)
1605 ____________________________________________________________________________
1606 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
1607         Log: Update Changes.
1608      Branch: perl
1609            ! Changes patchlevel.h
1610 ____________________________________________________________________________
1611 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
1612         Log: More Perforce lore.
1613      Branch: perl
1614            ! Porting/repository.pod
1615 ____________________________________________________________________________
1616 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
1617         Log: Metaconfig unit changes for #11003.
1618      Branch: metaconfig/U/perl
1619            + d_nl_langinfo.U i_langinfo.U
1620 ____________________________________________________________________________
1621 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
1622         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
1623              Expected not to exist in non-UNIX excepting in VMS, where
1624              according to a quick web survey they just might.
1625      Branch: perl
1626            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
1627            ! Porting/config_H config_h.SH configure.com epoc/config.sh
1628            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
1629            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
1630            ! win32/config.bc win32/config.gc win32/config.vc
1631 ____________________________________________________________________________
1632 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
1633         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
1634              in AIX is one is doing a 64-bit build.
1635      Branch: perl
1636            ! hints/aix.sh
1637 ____________________________________________________________________________
1638 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
1639         Log: Metaconfig unit changes for #11000.
1640      Branch: metaconfig/U/perl
1641            ! use64bits.U uselfs.U
1642 ____________________________________________________________________________
1643 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
1644         Log: Move use64bitint and use64bitall before uselargefiles.
1645      Branch: perl
1646            ! Configure
1647 ____________________________________________________________________________
1648 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
1649         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
1650              From: Robert Spier <rspier@pobox.com>
1651              Message-ID: <15162.41164.618712.841415@rls.cx>
1652              Date: Wed, 27 Jun 2001 23:13:16 -0400
1653      Branch: perl
1654            ! doio.c
1655 ____________________________________________________________________________
1656 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
1657         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
1658              From: Peter Prymmer <pvhp@forte.com>
1659              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
1660              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
1661      Branch: perl
1662            ! numeric.c
1663 ____________________________________________________________________________
1664 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
1665         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
1666              From: Peter Prymmer <pvhp@forte.com>
1667              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
1668              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
1669      Branch: perl
1670            ! configure.com ext/Digest/MD5/Makefile.PL
1671 ____________________________________________________________________________
1672 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
1673         Log: Update Changes.
1674      Branch: perl
1675            ! Changes patchlevel.h
1676 ____________________________________________________________________________
1677 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
1678         Log: Tiny EPOC updates.
1679      Branch: perl
1680            ! epoc/config.sh
1681 ____________________________________________________________________________
1682 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
1683         Log: The Test::More and Test::Simple tests required help
1684              thanks to our schizophrenic test scheme.
1685      Branch: perl
1686            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
1687            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
1688            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
1689            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
1690            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
1691 ____________________________________________________________________________
1692 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
1693         Log: Upgrade to Test::Simple 0.09.
1694      Branch: perl
1695            + lib/Test/Simple/Changes
1696            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
1697            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
1698            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
1699            ! lib/Test/Simple/t/plan_is_noplan.t
1700 ____________________________________________________________________________
1701 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
1702         Log: Upgrade to Test::More 0.07.
1703      Branch: perl
1704            + lib/Test/More/Changes
1705            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
1706            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
1707            ! lib/Test/More/t/skipall.t
1708 ____________________________________________________________________________
1709 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
1710         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
1711              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1712              Date: Wed, 27 Jun 2001 18:40:04 +0200
1713              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
1714      Branch: perl
1715            ! hints/hpux.sh
1716 ____________________________________________________________________________
1717 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
1718         Log: Subject: [PATCH README.qnx hints/qnx.sh]
1719              From: Norton Allen <allen@huarp.harvard.edu>
1720              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
1721              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
1722      Branch: perl
1723            ! README.qnx hints/qnx.sh
1724 ____________________________________________________________________________
1725 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
1726         Log: Subject: [PATCH] two little documentation nits
1727              From: Abhijit Menon-Sen <ams@wiw.org>
1728              Date: Wed, 27 Jun 2001 20:07:50 +0530
1729              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
1730      Branch: perl
1731            ! sv.c sv.h
1732 ____________________________________________________________________________
1733 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
1734         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
1735              From: Norton Allen <allen@huarp.harvard.edu>
1736              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
1737              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
1738      Branch: perl
1739            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
1740 ____________________________________________________________________________
1741 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
1742         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
1743              From: Michael G Schwern <schwern@pobox.com>
1744              Date: Wed, 27 Jun 2001 02:34:58 -0400
1745              Message-ID: <20010627023458.K23874@blackrider>
1746      Branch: perl
1747            ! vms/test.com
1748 ____________________________________________________________________________
1749 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
1750         Log: Add perl_clone_host() for Netware.
1751      Branch: perl
1752            ! NetWare/nw5.c
1753 ____________________________________________________________________________
1754 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
1755         Log: GCC 3.0 hints for HP-UX.
1756      Branch: perl
1757            ! hints/hpux.sh
1758 ____________________________________________________________________________
1759 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
1760         Log: In some Linux distributions the libndbm is broken
1761              (no null key support), therefore link with libgdbm
1762              (if available), since it has a working ndbm emulation,
1763              from Jonathan Stowe.
1764      Branch: perl
1765            + ext/NDBM_File/hints/linux.pl
1766            ! MANIFEST
1767 ____________________________________________________________________________
1768 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
1769         Log: Subject: [PATCH perl@10930] find.t hack for VMS
1770              From: "Craig A. Berry" <craigberry@mac.com>
1771              Date: Tue, 26 Jun 2001 23:40:25 -0500
1772              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
1773      Branch: perl
1774            ! lib/File/Find/find.t
1775 ____________________________________________________________________________
1776 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
1777         Log: AUTHORS updates.
1778      Branch: perl
1779            ! AUTHORS
1780 ____________________________________________________________________________
1781 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
1782         Log: Metaconfig unit change like #10980.
1783      Branch: metaconfig
1784            ! U/compline/d_stdstdio.U
1785 ____________________________________________________________________________
1786 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
1787         Log: "lose the it's", from Abhijit Menon-Sen.
1788              ("It's" not searched, pods not searched.)
1789      Branch: perl
1790            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
1791            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
1792            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
1793            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
1794            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
1795            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
1796 ____________________________________________________________________________
1797 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
1798         Log: "lose the looses", from Abhijit Menon-Sen.
1799      Branch: perl
1800            ! ext/B/B/Assembler.pm gv.c
1801 ____________________________________________________________________________
1802 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
1803         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
1804      Branch: perl
1805            ! hints/os390.sh
1806 ____________________________________________________________________________
1807 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
1808         Log: DEC C 5.3 on the VAX simply doesn't seem to like
1809              compiling the MD5 extension, disable it there for now,
1810              from Peter Prymmer.
1811      Branch: perl
1812            ! configure.com
1813 ____________________________________________________________________________
1814 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
1815         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
1816              From: Jonathan Stowe <gellyfish@gellyfish.com>
1817              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
1818              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
1819      Branch: perl
1820            ! pod/perlfaq3.pod
1821 ____________________________________________________________________________
1822 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
1823         Log: Subject: [PATCH 5.6.1] perlxs misprints
1824              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1825              Date: Tue, 26 Jun 2001 17:20:00 -0400
1826              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
1827      Branch: perl
1828            ! pod/perlxs.pod
1829 ____________________________________________________________________________
1830 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
1831         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
1832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1833              Date: Tue, 26 Jun 2001 17:27:07 -0400
1834              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
1835      Branch: perl
1836            ! lib/ExtUtils/MM_Unix.pm
1837 ____________________________________________________________________________
1838 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
1839         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
1840              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1841              Date: Tue, 26 Jun 2001 17:23:24 -0400
1842              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
1843      Branch: perl
1844            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
1845 ____________________________________________________________________________
1846 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
1847         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
1848              by Olaf Flebbe.
1849      Branch: perl
1850            ! perl.h
1851 ____________________________________________________________________________
1852 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
1853         Log: Detypo.
1854      Branch: perl
1855            ! lib/Memoize/t/tie_sdbm.t
1856 ____________________________________________________________________________
1857 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
1858         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
1859      Branch: perl
1860            ! win32/perllib.c
1861 ____________________________________________________________________________
1862 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
1863         Log: Subject: [patch] perl_clone+CvFILE
1864              From: Doug MacEachern <dougm@covalent.net>
1865              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
1866              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
1867      Branch: perl
1868            ! sv.c
1869 ____________________________________________________________________________
1870 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
1871         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
1872              From: Mark-Jason Dominus <mjd@plover.com>
1873              Date: Tue, 26 Jun 2001 12:33:01 -0400
1874              Message-ID: <20010626163301.31298.qmail@plover.com>
1875      Branch: perl
1876            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1877 ____________________________________________________________________________
1878 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
1879         Log: Update Changes.
1880      Branch: perl
1881            ! Changes patchlevel.h
1882 ____________________________________________________________________________
1883 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
1884         Log: Also catfile() needs now to explicitly exported.
1885      Branch: perl
1886            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1887 ____________________________________________________________________________
1888 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
1889         Log: Regen toc.
1890      Branch: perl
1891            ! pod/perltoc.pod
1892 ____________________________________________________________________________
1893 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
1894         Log: Nonexistent pod command.
1895      Branch: perl
1896            ! pod/perl572delta.pod
1897 ____________________________________________________________________________
1898 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
1899         Log: Be more portable in the quest for tmpdir.
1900      Branch: perl
1901            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
1902 ____________________________________________________________________________
1903 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
1904         Log: Be more portable in finding out the home directory,
1905              and use File::Spec to do the concat.
1906              (Come to think of it, couldn't File::Spec provide
1907              for a ->homedir method?)
1908      Branch: perl
1909            ! lib/Net/Config.pm
1910 ____________________________________________________________________________
1911 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
1912         Log: Doc patch for #10959.
1913      Branch: perl
1914            ! pod/perlfunc.pod
1915 ____________________________________________________________________________
1916 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
1917         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
1918              From: "Philip Newton" <pnewton@gmx.de>
1919              Date: Tue, 26 Jun 2001 16:26:47 +0200
1920              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
1921      Branch: perl
1922            ! pod/perldata.pod
1923 ____________________________________________________________________________
1924 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
1925         Log: Subject: [PATH] shared -> unique;
1926              From: "Artur Bergman" <artur@contiller.se>
1927              Date: Tue, 26 Jun 2001 16:18:40 +0200
1928              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
1929              
1930              Because "shared" isn't: it's read-only.
1931      Branch: perl
1932            ! toke.c xsutils.c
1933 ____________________________________________________________________________
1934 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
1935         Log: Escape multiline croak messages.
1936      Branch: perl
1937            ! t/op/ver.t
1938 ____________________________________________________________________________
1939 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
1940         Log: No more pragma/*.t for minitest.
1941      Branch: perl
1942            ! Makefile.SH
1943 ____________________________________________________________________________
1944 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
1945         Log: AUTHORS updates.
1946      Branch: perl
1947            ! AUTHORS
1948 ____________________________________________________________________________
1949 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
1950         Log: delta updates.
1951      Branch: perl
1952            ! pod/perl572delta.pod
1953 ____________________________________________________________________________
1954 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
1955         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
1956              From: Artur Bergman <artur@contiller.se> 
1957              Date: Tue, 26 Jun 2001 15:32:53 +0200
1958              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
1959      Branch: perl
1960            ! makedef.pl sv.c sv.h win32/perllib.c
1961 ____________________________________________________________________________
1962 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
1963         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
1964              From: Jonathan Stowe <gellyfish@gellyfish.com>
1965              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
1966              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
1967              
1968              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
1969      Branch: perl
1970            + ext/Time/HiRes/hints/sco.pl
1971            ! MANIFEST
1972 ____________________________________________________________________________
1973 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
1974         Log: Subject: [PATCH 5.6.1] static build
1975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1976              Date: Tue, 26 Jun 2001 04:22:25 -0400
1977              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
1978      Branch: perl
1979            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
1980            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
1981 ____________________________________________________________________________
1982 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
1983         Log: DJGPP patches from Laszlo Molnar.
1984      Branch: perl
1985            ! djgpp/djgpp.c perl.c util.c
1986 ____________________________________________________________________________
1987 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
1988         Log: Netware patches from Ananth Kesari.
1989      Branch: perl
1990            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
1991            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
1992            ! NetWare/nwtinfo.h
1993 ____________________________________________________________________________
1994 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
1995         Log: Detypo.
1996      Branch: perl
1997            ! ext/Errno/Errno_pm.PL
1998 ____________________________________________________________________________
1999 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
2000         Log: There seems to be two ways of spelling the $^O in *STEP.
2001      Branch: perl
2002            ! ext/Errno/Errno_pm.PL
2003 ____________________________________________________________________________
2004 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
2005         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
2006              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
2007      Branch: perl
2008            ! ext/Errno/Errno_pm.PL
2009 ____________________________________________________________________________
2010 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
2011         Log: Known bugs update.
2012      Branch: perl
2013            ! pod/perl572delta.pod
2014 ____________________________________________________________________________
2015 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
2016         Log: The default installation of Cygwin has 500 as root's uid.
2017      Branch: perl
2018            ! lib/User/pwent.t
2019 ____________________________________________________________________________
2020 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
2021         Log: Be even more relaxed (re-allow having only one entry).
2022      Branch: perl
2023            ! t/op/grent.t t/op/pwent.t
2024 ____________________________________________________________________________
2025 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
2026         Log: Test failure updates.
2027      Branch: perl
2028            ! pod/perl572delta.pod
2029 ____________________________________________________________________________
2030 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
2031         Log: MPE/iX test tweaks from Mark Bixby.
2032      Branch: perl
2033            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
2034            ! t/io/fs.t t/op/stat.t
2035 ____________________________________________________________________________
2036 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
2037         Log: Microperl findings.
2038      Branch: perl
2039            ! perl.h pp_sys.c
2040 ____________________________________________________________________________
2041 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
2042         Log: Touch uconfig.h.
2043      Branch: perl
2044            ! uconfig.h
2045 ____________________________________________________________________________
2046 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
2047         Log: Subject: [PATCH] Proposed fix for Pod::Man
2048              From: Rob Napier <rnapier@employees.org>
2049              Date: Mon, 25 Jun 2001 15:49:24 -0400
2050              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
2051              
2052              Cater for Solaris nroff brokenness (shortchanges daisywheel
2053              printers, but hey, we also no more support PDPs.)
2054      Branch: perl
2055            ! lib/Pod/Man.pm
2056 ____________________________________________________________________________
2057 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
2058         Log: Typo in #10937.
2059      Branch: perl
2060            ! ext/POSIX/sigaction.t
2061 ____________________________________________________________________________
2062 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
2063         Log: SIGCONT not trappable in VMS.
2064      Branch: perl
2065            ! ext/POSIX/sigaction.t
2066 ____________________________________________________________________________
2067 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
2068         Log: Subject: [DRAFT] Encode-Tcl.t
2069              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2070              Date: Tue, 26 Jun 2001 03:38:08 +0900
2071              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
2072      Branch: perl
2073            + ext/Encode/Encode/Tcl.t
2074            ! MANIFEST ext/Encode/Encode/Tcl.pm
2075 ____________________________________________________________________________
2076 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
2077         Log: Because of #10932 retract also the perlfunc hunk of #10910.
2078      Branch: perl
2079            ! pod/perlfunc.pod
2080 ____________________________________________________________________________
2081 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
2082         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
2083              by Ilya Zakharevich in
2084              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
2085      Branch: perl
2086            ! XSUB.h
2087 ____________________________________________________________________________
2088 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
2089         Log: Typo in #10889.
2090      Branch: perl
2091            ! hints/uts.sh
2092 ____________________________________________________________________________
2093 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
2094         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
2095              From: Abhijit Menon-Sen <ams@wiw.org>
2096              Date: Mon, 25 Jun 2001 23:45:45 +0530
2097              Message-ID: <20010625234545.A5022@lustre.linux.in>
2098      Branch: perl
2099            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
2100 ____________________________________________________________________________
2101 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
2102         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
2103              From: Michael G Schwern <schwern@pobox.com>
2104              Date: Mon, 25 Jun 2001 14:35:51 -0400
2105              Message-ID: <20010625143551.H13819@blackrider>
2106      Branch: perl
2107            ! lib/Test.pm
2108 ____________________________________________________________________________
2109 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
2110         Log: Update Changes.
2111      Branch: perl
2112            ! Changes patchlevel.h
2113 ____________________________________________________________________________
2114 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
2115         Log: Regen toc and modlib.
2116      Branch: perl
2117            ! pod/perlmodlib.pod pod/perltoc.pod
2118 ____________________________________________________________________________
2119 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
2120         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
2121              for the benefit of C++ compilers, as suggested by Guruprasad.
2122      Branch: perl
2123            ! embed.pl proto.h
2124 ____________________________________________________________________________
2125 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
2126         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
2127              From: Jonathan Stowe <gellyfish@gellyfish.com>
2128              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
2129              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
2130      Branch: perl
2131            ! pod/perlfaq5.pod
2132 ____________________________________________________________________________
2133 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
2134         Log: Missed from #10925.
2135      Branch: perl
2136            ! gv.c
2137 ____________________________________________________________________________
2138 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
2139         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
2140              From: Robin Houston <robin@kitsite.com>
2141              Date: Sat, 19 May 2001 16:19:34 +0100
2142              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
2143      Branch: perl
2144            ! cv.h gv.h op.c
2145 ____________________________________________________________________________
2146 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
2147         Log: Netware README tweak.
2148      Branch: perl
2149            ! README.netware
2150 ____________________________________________________________________________
2151 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
2152         Log: Subject: [PATCH] Re: overload.t fails
2153              From: Abhijit Menon-Sen <ams@wiw.org>
2154              Date: Mon, 25 Jun 2001 14:52:20 +0530
2155              Message-ID: <20010625145220.A24114@lustre.linux.in>
2156      Branch: perl
2157            ! lib/overload.t
2158 ____________________________________________________________________________
2159 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
2160         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2161              From: Mike Guy <mjtg@cam.ac.uk>
2162              Date: Mon, 25 Jun 2001 11:43:23 +0100
2163              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
2164      Branch: perl
2165            ! lib/Carp.pm
2166 ____________________________________________________________________________
2167 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
2168         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
2169              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2170              Date: Sun, 24 Jun 2001 05:17:05 -0400
2171              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
2172      Branch: perl
2173            ! os2/os2ish.h
2174 ____________________________________________________________________________
2175 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
2176         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
2177              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2178              Date: Mon, 25 Jun 2001 05:52:27 -0400
2179              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
2180      Branch: perl
2181            ! hints/os2.sh
2182 ____________________________________________________________________________
2183 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
2184         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
2185              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2186              Date: Mon, 25 Jun 2001 05:23:35 -0400
2187              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
2188      Branch: perl
2189            ! os2/os2.c
2190 ____________________________________________________________________________
2191 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
2192         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
2193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2194              Date: Mon, 25 Jun 2001 05:04:32 -0400
2195              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
2196      Branch: perl
2197            ! os2/OS2/REXX/DLL/DLL.pm
2198 ____________________________________________________________________________
2199 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
2200         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
2201              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2202              Date: Mon, 25 Jun 2001 05:02:36 -0400
2203              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
2204      Branch: perl
2205            ! mg.c os2/dl_os2.c os2/os2.c
2206 ____________________________________________________________________________
2207 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
2208         Log: Subject: Re: [PATCH 5.6.1] misprints
2209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2210              Date: Mon, 25 Jun 2001 04:50:50 -0400
2211              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
2212      Branch: perl
2213            ! os2/os2.c pp_sys.c
2214 ____________________________________________________________________________
2215 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
2216         Log: Add Test::More and Test::Simple to the delta.
2217      Branch: perl
2218            ! pod/perl572delta.pod
2219 ____________________________________________________________________________
2220 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
2221         Log: Add Test::More, from Michael G Schwern.
2222      Branch: perl
2223            + lib/Test/More.pm lib/Test/More/t/More.t
2224            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2225            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2226            + t/lib/Test/More/Catch.pm
2227            ! MANIFEST
2228 ____________________________________________________________________________
2229 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
2230         Log: Add Test::Simple from Michael G Schwern.
2231      Branch: perl
2232            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
2233            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
2234            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
2235            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
2236            + t/lib/Test/Simple/Catch.pm
2237            + t/lib/Test/Simple/sample_tests/death.plx
2238            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
2239            + t/lib/Test/Simple/sample_tests/extras.plx
2240            + t/lib/Test/Simple/sample_tests/five_fail.plx
2241            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
2242            + t/lib/Test/Simple/sample_tests/one_fail.plx
2243            + t/lib/Test/Simple/sample_tests/require.plx
2244            + t/lib/Test/Simple/sample_tests/success.plx
2245            + t/lib/Test/Simple/sample_tests/too_few.plx
2246            + t/lib/Test/Simple/sample_tests/two_fail.plx
2247            ! MANIFEST
2248 ____________________________________________________________________________
2249 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
2250         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
2251              From: "Craig A. Berry" <craigberry@mac.com>
2252              Date: Sun, 24 Jun 2001 23:41:36 -0500
2253              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
2254      Branch: perl
2255            ! pp_sys.c
2256 ____________________________________________________________________________
2257 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
2258         Log: Upgrade to Attribute::Handlers 0.70.
2259      Branch: perl
2260            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
2261            ! MANIFEST lib/Attribute/Handlers.pm
2262 ____________________________________________________________________________
2263 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
2264         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
2265              From: Abhijit Menon-Sen <ams@wiw.org>
2266              Date: Sat, 23 Jun 2001 05:17:44 +0530
2267              Message-ID: <20010623051744.A18583@lustre.linux.in>
2268              
2269              (Can't think of a good place to put tests.)
2270      Branch: perl
2271            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
2272 ____________________________________________________________________________
2273 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
2274         Log: Subject: [PATCH] t/op/pat.t typo fix
2275              From: Richard Soderberg <rs@crystalflame.net>
2276              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
2277              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
2278      Branch: perl
2279            ! t/op/pat.t
2280 ____________________________________________________________________________
2281 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
2282         Log: Move the pack warnings to their own file, as pointed
2283              out by Spider.
2284      Branch: perl
2285            + t/lib/warnings/pp_pack
2286            ! MANIFEST t/lib/warnings/pp
2287 ____________________________________________________________________________
2288 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
2289         Log: Update Changes.
2290      Branch: perl
2291            ! Changes patchlevel.h
2292 ____________________________________________________________________________
2293 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
2294         Log: Partially fix a problem noticed by IRIX compiler:
2295              the initialization of parse_start was bypassed by
2296              several gotos.  Now initialized to zero, which may
2297              not be the best choice.
2298      Branch: perl
2299            ! regcomp.c
2300 ____________________________________________________________________________
2301 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
2302         Log: Relax the group and password tests back to moaning only
2303              if no matches at all are found.  (Even with a small sample
2304              I could find many sites where there are, umm, anomalies in
2305              the said databases.)       
2306      Branch: perl
2307            ! t/op/grent.t t/op/pwent.t
2308 ____________________________________________________________________________
2309 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
2310         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
2311      Branch: perl
2312            ! pp_ctl.c
2313 ____________________________________________________________________________
2314 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
2315         Log: De-cut-and-pasto in #10902.
2316      Branch: perl
2317            ! pp_ctl.c
2318 ____________________________________________________________________________
2319 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
2320         Log: The #10771 didn't take?
2321      Branch: perl
2322            ! pp_ctl.c
2323 ____________________________________________________________________________
2324 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
2325         Log: Undo the filetests part of #10900, under multiplicity
2326              weird errors take place.
2327      Branch: perl
2328            ! pp_sys.c
2329 ____________________________________________________________________________
2330 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
2331         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
2332      Branch: perl
2333            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
2334 ____________________________________________________________________________
2335 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
2336         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
2337              From: Tony Bowden <tony@kasei.com>
2338              Date: Sun, 24 Jun 2001 17:32:40 +0100
2339              Message-ID: <20010624173240.A16293@blackstar.co.uk>
2340              
2341              Document (well, mention) shortmess() and longmess()
2342              to rob people of their fun of reinventing the weel.
2343      Branch: perl
2344            ! lib/Carp.pm
2345 ____________________________________________________________________________
2346 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
2347         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
2348              From: Brian Jepson <bjepson@oreilly.com>
2349              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
2350              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
2351      Branch: perl
2352            ! pp_sys.c
2353 ____________________________________________________________________________
2354 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
2355         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
2356              From: Robin Barker <rmb1@cise.npl.co.uk> 
2357              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
2358              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
2359      Branch: perl
2360            ! lib/CPAN.pm
2361 ____________________________________________________________________________
2362 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
2363         Log: Memoize patch from mjd.
2364      Branch: perl
2365            ! lib/Memoize/t/tie_storable.t
2366 ____________________________________________________________________________
2367 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
2368         Log: Spec the sv_pvprintify() a bit more.
2369      Branch: perl
2370            ! pod/perltodo.pod
2371 ____________________________________________________________________________
2372 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
2373         Log: Upgrade to Memoize 0.65.
2374      Branch: perl
2375            + lib/Memoize/t/array_confusion.t
2376            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2377            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
2378            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
2379            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
2380            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
2381            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
2382            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
2383            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
2384            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
2385            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
2386            ! lib/Memoize/t/tie_storable.t
2387 ____________________________________________________________________________
2388 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
2389         Log: Metaconfig unit change for #10892.
2390      Branch: metaconfig
2391            ! U/modified/Options.U
2392 ____________________________________________________________________________
2393 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
2394         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
2395              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2396              Date: Sun, 24 Jun 2001 05:24:40 -0400
2397              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
2398      Branch: perl
2399            ! Configure hints/os2.sh
2400 ____________________________________________________________________________
2401 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
2402         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
2403              From: Mike Guy <mjtg@cam.ac.uk>
2404              Date: Sun, 24 Jun 2001 15:28:39 +0100
2405              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
2406              
2407              Fix an ancient (5.002) bug.
2408      Branch: perl
2409            ! lib/Carp/Heavy.pm
2410 ____________________________________________________________________________
2411 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
2412         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
2413              variables.
2414      Branch: perl
2415            ! pp_sys.c
2416 ____________________________________________________________________________
2417 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
2418         Log: Make UTS as per #10888.
2419      Branch: perl
2420            ! hints/uts.sh
2421 ____________________________________________________________________________
2422 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
2423         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
2424      Branch: perl
2425            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
2426            ! mpeix/mpeixish.h perl.h unixish.h
2427 ____________________________________________________________________________
2428 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
2429         Log: AUTHORS update.
2430      Branch: perl
2431            ! AUTHORS
2432 ____________________________________________________________________________
2433 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
2434         Log: Subject: Encode::Tcl for multibyte doesnot work
2435              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2436              Date: Sun, 24 Jun 2001 22:48:21 +0900
2437              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
2438      Branch: perl
2439            ! ext/Encode/Encode/Tcl.pm
2440 ____________________________________________________________________________
2441 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
2442         Log: Subject: [PATCH] Remove tautology in error messages
2443              From: Mike Guy <mjtg@cam.ac.uk>
2444              Date: Sun, 24 Jun 2001 13:31:00 +0100
2445              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
2446      Branch: perl
2447            ! pp_sys.c
2448 ____________________________________________________________________________
2449 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
2450         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
2451      Branch: perl
2452            ! hints/darwin.sh
2453 ____________________________________________________________________________
2454 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
2455         Log: Subject: Re: [PATCH 5.6.1] test suite
2456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2457              Date: Sun, 24 Jun 2001 05:47:05 -0400
2458              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
2459              
2460              Test suite fixes.
2461      Branch: perl
2462            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
2463 ____________________________________________________________________________
2464 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
2465         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
2466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2467              Date: Sun, 24 Jun 2001 05:37:19 -0400
2468              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
2469      Branch: perl
2470            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
2471 ____________________________________________________________________________
2472 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
2473         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
2474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2475              Date: Sun, 24 Jun 2001 05:34:50 -0400
2476              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
2477              
2478              Pacify compiler warnings.
2479      Branch: perl
2480            ! pp_sys.c
2481 ____________________________________________________________________________
2482 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
2483         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
2484              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2485              Date: Sun, 24 Jun 2001 05:21:18 -0400
2486              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
2487              
2488              Enable compression of executables during link time.
2489      Branch: perl
2490            ! hints/os2.sh
2491 ____________________________________________________________________________
2492 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
2493         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
2494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2495              Date: Sun, 24 Jun 2001 05:15:11 -0400
2496              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
2497              
2498              Add ordinals to the export list for Perl DLL.
2499              (Breaks intra-version DLL compatibility.)
2500      Branch: perl
2501            ! makedef.pl
2502 ____________________________________________________________________________
2503 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
2504         Log: Allow (displaying and) re-editing the Subject in perlbug.
2505              Also abstract the Subject quality control into a function.
2506      Branch: perl
2507            ! utils/perlbug.PL
2508 ____________________________________________________________________________
2509 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
2510         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
2511      Branch: perl
2512            ! utils/perlbug.PL
2513 ____________________________________________________________________________
2514 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
2515         Log: Regen toc and modlib.
2516      Branch: perl
2517            ! pod/perlmodlib.pod pod/perltoc.pod
2518 ____________________________________________________________________________
2519 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
2520         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
2521              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
2522              attribute semantics as much as possible, or 'ntsec' which uses
2523              native NTFS semantics.)  (See also #10877.)
2524      Branch: perl
2525            ! perl.c
2526 ____________________________________________________________________________
2527 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
2528         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
2529      Branch: perl
2530            ! lib/Test/Harness.pm
2531 ____________________________________________________________________________
2532 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
2533         Log: Just zap the -uPerlio.
2534      Branch: perl
2535            ! ext/B/Stash.t
2536 ____________________________________________________________________________
2537 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
2538         Log: Do not test PerlIO if PerlIO not used.
2539      Branch: perl
2540            ! ext/PerlIO/PerlIO.t
2541 ____________________________________________________________________________
2542 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
2543         Log: Regen perlapi.
2544      Branch: perl
2545            ! pod/perlapi.pod
2546 ____________________________________________________________________________
2547 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
2548         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
2549              From: Nicholas Clark <nick@ccl4.org>
2550              Date: Sat, 23 Jun 2001 22:55:47 +0100
2551              Message-ID: <20010623225547.Z98663@plum.flirble.org>
2552      Branch: perl
2553            ! numeric.c
2554 ____________________________________________________________________________
2555 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
2556         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
2557              From: Prymmer/Kahn <pvhp@best.com>
2558              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
2559              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
2560      Branch: perl
2561            ! lib/h2xs.t
2562 ____________________________________________________________________________
2563 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
2564         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
2565              cygwin does not taint cwd, just like win32.
2566      Branch: perl
2567            ! lib/File/Find/taint.t t/op/taint.t
2568 ____________________________________________________________________________
2569 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
2570         Log: Retract #10865, the patch should be unnecessary.
2571              (But seemingly helpful in Cygwin?  Strange.)
2572      Branch: perl
2573            ! lib/Memoize/t/tie_ndbm.t
2574 ____________________________________________________________________________
2575 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
2576         Log: Misplaced test file; plus Cygwin filesystem semantics.
2577      Branch: perl
2578            + ext/SDBM_File/sdbm.t
2579            - ext/ODBM_File/sdbm.t
2580            ! MANIFEST
2581 ____________________________________________________________________________
2582 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
2583         Log: (Retracted by #10867.)
2584      Branch: perl
2585            ! lib/Memoize/t/tie_ndbm.t
2586 ____________________________________________________________________________
2587 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
2588         Log: Metaconfig unit change for #10863.
2589      Branch: metaconfig/U/perl
2590            ! Extensions.U
2591 ____________________________________________________________________________
2592 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
2593         Log: In Cygwin do not build NDBM_File and ODBM_File unless
2594              -lndbm and -ldbm are available.
2595      Branch: perl
2596            ! Configure config_h.SH
2597 ____________________________________________________________________________
2598 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
2599         Log: More Cygwin filesystem semantics.
2600      Branch: perl
2601            ! t/io/fs.t t/op/stat.t
2602 ____________________________________________________________________________
2603 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
2604         Log: More DOSish permission semantics for Cygwin.
2605      Branch: perl
2606            ! lib/AnyDBM_File.t
2607 ____________________________________________________________________________
2608 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
2609         Log: Cygwin too has different permission semantics.
2610      Branch: perl
2611            ! ext/GDBM_File/gdbm.t
2612 ____________________________________________________________________________
2613 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
2614         Log: The group (and assumedly passwd) databases can have
2615              only one entry (this is the case in cygwin).
2616      Branch: perl
2617            ! t/op/grent.t t/op/pwent.t
2618 ____________________________________________________________________________
2619 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
2620         Log: Also in Cygwin use Socket to figure out domainname
2621              (if any) (avoids trying to call external 'domainname',
2622              which doesn't at the moment exist in Cygwin)
2623      Branch: perl
2624            ! lib/Net/Domain.pm
2625 ____________________________________________________________________________
2626 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
2627         Log: Remove also the lib$Foo.def, not just $Foo.def.
2628      Branch: perl
2629            ! lib/ExtUtils/MM_Unix.pm
2630 ____________________________________________________________________________
2631 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
2632         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
2633      Branch: perl
2634            ! unixish.h
2635 ____________________________________________________________________________
2636 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
2637         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
2638              to match the whole isprint(), only the space character.
2639      Branch: perl
2640            ! handy.h pod/perlre.pod t/op/pat.t
2641 ____________________________________________________________________________
2642 [ 10854] By: nick                                  on 2001/06/23  08:09:33
2643         Log: Integrate mainline
2644      Branch: perlio
2645           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
2646           !> lib/ExtUtils.t lib/File/Find/taint.t
2647           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
2648           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
2649           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
2650 ____________________________________________________________________________
2651 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
2652         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
2653              with its floats    in os390 and s390 (UTS).
2654      Branch: perl
2655            ! lib/Math/BigInt/t/bigintpm.t
2656 ____________________________________________________________________________
2657 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
2658         Log: Add also UTS (s390) to the non-IEEE float platforms.
2659      Branch: perl
2660            ! t/op/sprintf.t
2661 ____________________________________________________________________________
2662 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
2663         Log: Subject: RFC: what are applicable standards for exponent sizes?
2664              From: Peter Prymmer <pvhp@forte.com>
2665              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
2666              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
2667      Branch: perl
2668            ! t/op/sprintf.t
2669 ____________________________________________________________________________
2670 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
2671         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
2672              From: Peter Prymmer <pvhp@forte.com>
2673              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
2674              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
2675      Branch: perl
2676            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
2677 ____________________________________________________________________________
2678 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
2679         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
2680              From: Peter Prymmer <pvhp@forte.com>
2681              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
2682              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
2683      Branch: perl
2684            ! lib/ExtUtils.t
2685 ____________________________________________________________________________
2686 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
2687         Log: Retract #10845.
2688      Branch: perl
2689            ! lib/File/Find/taint.t
2690 ____________________________________________________________________________
2691 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
2692         Log: Yet another error message.
2693      Branch: perl
2694            ! t/op/mkdir.t
2695 ____________________________________________________________________________
2696 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
2697         Log: The croak message for nonexistent socket functions may vary.
2698      Branch: perl
2699            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
2700 ____________________________________________________________________________
2701 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
2702         Log: (Retracted by #10848.)
2703      Branch: perl
2704            ! lib/File/Find/taint.t
2705 ____________________________________________________________________________
2706 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
2707         Log: Integrate perlio.
2708      Branch: perl
2709           !> lib/File/Find/taint.t t/op/write.t
2710 ____________________________________________________________________________
2711 [ 10843] By: nick                                  on 2001/06/22  21:24:51
2712         Log: Back out debug in taint.t
2713      Branch: perlio
2714            ! lib/File/Find/taint.t
2715 ____________________________________________________________________________
2716 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
2717         Log: setitimer() does not exist in Unicos, despite of what
2718              Configure thinks, from Mark P. Lutz.
2719      Branch: perl
2720            ! hints/unicos.sh
2721 ____________________________________________________________________________
2722 [ 10841] By: nick                                  on 2001/06/22  21:19:36
2723         Log: Skip cwd test on Win32 ???
2724      Branch: perlio
2725            ! lib/File/Find/taint.t
2726 ____________________________________________________________________________
2727 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
2728         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
2729              and Tru64 gcc -Wall happy.
2730      Branch: perl
2731            ! mg.c
2732 ____________________________________________________________________________
2733 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
2734         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
2735      Branch: perl
2736            ! ext/IPC/SysV/Semaphore.pm
2737 ____________________________________________________________________________
2738 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
2739         Log: Metaconfig unit change for #10837.
2740      Branch: metaconfig/U/perl
2741            ! Cross.U
2742 ____________________________________________________________________________
2743 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
2744         Log: Cleanup of the cross-compilation unit.
2745      Branch: perl
2746            ! Configure
2747 ____________________________________________________________________________
2748 [ 10836] By: nick                                  on 2001/06/22  20:45:12
2749         Log: Skip |- based op/write.t on Win32 as well as VMS
2750      Branch: perlio
2751            ! t/op/write.t
2752 ____________________________________________________________________________
2753 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
2754         Log: Integrate perlio.
2755      Branch: perl
2756           !> util.c
2757 ____________________________________________________________________________
2758 [ 10834] By: nick                                  on 2001/06/22  20:41:54
2759         Log: Integrate mainline
2760      Branch: perlio
2761           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
2762           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
2763           !> vos/config.ga.h
2764 ____________________________________________________________________________
2765 [ 10833] By: nick                                  on 2001/06/22  20:22:58
2766         Log: Patcho fix.
2767      Branch: perlio
2768            ! util.c
2769 ____________________________________________________________________________
2770 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
2771         Log: Metaconfig unit changes for #10831.
2772      Branch: metaconfig
2773            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
2774 ____________________________________________________________________________
2775 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
2776         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
2777              From: Andy Dougherty <doughera@lafayette.edu>
2778              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
2779              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
2780      Branch: perl
2781            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2782            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
2783 ____________________________________________________________________________
2784 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
2785         Log: MPE/iX prototype nits from Mark Bixby.
2786      Branch: perl
2787            ! pp_sys.c
2788 ____________________________________________________________________________
2789 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
2790         Log: Detypo.
2791      Branch: perl
2792            ! util.c
2793 ____________________________________________________________________________
2794 [ 10828] By: nick                                  on 2001/06/22  15:33:37
2795         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
2796      Branch: perlio
2797           +> lib/h2xs.t
2798           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
2799           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
2800           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
2801           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
2802           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2803           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
2804           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
2805           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
2806           !> vms/vmsish.h
2807 ____________________________________________________________________________
2808 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
2809         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
2810              Date: Fri, 22 Jun 2001 10:08:35 -0500
2811              From: "Craig A. Berry" <craigberry@mac.com>
2812              Message-Id: <a05101001b75908704194@[192.168.56.145]>
2813      Branch: perl
2814            ! vms/vms.c vms/vmsish.h
2815 ____________________________________________________________________________
2816 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
2817         Log: NetWare scripts tweak from Ananth Kesari.
2818      Branch: perl
2819            ! NetWare/t/NWScripts.pl
2820 ____________________________________________________________________________
2821 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
2822         Log: Update Changes.
2823      Branch: perl
2824            ! Changes patchlevel.h
2825 ____________________________________________________________________________
2826 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
2827         Log: Add .i and .s targets.
2828      Branch: perl
2829            ! Makefile.SH
2830 ____________________________________________________________________________
2831 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
2832         Log: Upgrade to Locale::Maketext 1.03.
2833      Branch: perl
2834            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
2835            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
2836 ____________________________________________________________________________
2837 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
2838         Log: Upgrade to I18N::LangTags 0.26.
2839      Branch: perl
2840            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
2841            ! lib/I18N/LangTags/test.pl
2842 ____________________________________________________________________________
2843 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
2844         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
2845              Philip Newton.
2846      Branch: perl
2847            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
2848            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2849 ____________________________________________________________________________
2850 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
2851         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
2852              From: Prymmer/Kahn <pvhp@best.com>
2853              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
2854              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
2855      Branch: perl
2856            + lib/h2xs.t
2857            ! MANIFEST utils/h2xs.PL
2858 ____________________________________________________________________________
2859 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
2860         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
2861              From: Prymmer/Kahn <pvhp@best.com>
2862              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
2863              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
2864      Branch: perl
2865            ! lib/ExtUtils.t
2866 ____________________________________________________________________________
2867 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
2868         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
2869              From: Prymmer/Kahn <pvhp@best.com>
2870              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
2871              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
2872      Branch: perl
2873            ! t/pod/plainer.t
2874 ____________________________________________________________________________
2875 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
2876         Log: AUTHORS update.
2877      Branch: perl
2878            ! AUTHORS
2879 ____________________________________________________________________________
2880 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
2881         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
2882              From: "Craig A. Berry" <craigberry@mac.com>
2883              Date: Thu, 21 Jun 2001 18:20:38 -0500
2884              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
2885      Branch: perl
2886            ! ext/POSIX/POSIX.xs
2887 ____________________________________________________________________________
2888 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
2889         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
2890              From: "Craig A. Berry" <craigberry@mac.com>
2891              Date: Thu, 21 Jun 2001 09:58:52 -0500
2892              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
2893      Branch: perl
2894            ! ext/B/Deparse.t t/op/write.t
2895 ____________________________________________________________________________
2896 [ 10814] By: nick                                  on 2001/06/22  08:13:09
2897         Log: Integrate mainline.
2898      Branch: perlio
2899           !> (integrate 46 files)
2900 ____________________________________________________________________________
2901 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
2902         Log: Change the prefixes only if $prefix is unset,
2903              as originally patched by Marcel Grunauer.
2904      Branch: perl
2905            ! hints/darwin.sh hints/rhapsody.sh
2906 ____________________________________________________________________________
2907 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
2908         Log: Subject: Re: Patch for hints/darwin.sh
2909              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
2910              Date: Thu, 21 Jun 2001 11:23:46 -0700
2911              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
2912      Branch: perl
2913            ! hints/darwin.sh hints/rhapsody.sh
2914 ____________________________________________________________________________
2915 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
2916         Log: Add .PHONY targets for non-file targets,
2917              from Wilfredo Sánchez.  Should help saying
2918              "make install" on case-insensitive filesystems.
2919      Branch: perl
2920            ! Makefile.SH
2921 ____________________________________________________________________________
2922 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
2923         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
2924              From: Doug MacEachern <dougm@covalent.net>
2925              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
2926              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
2927              
2928              plus reword the getcwd() comment, plus use getcwd() buffer
2929              size minus one.
2930      Branch: perl
2931            ! util.c
2932 ____________________________________________________________________________
2933 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
2934         Log: More gprofing from Doug MacEachern.
2935      Branch: perl
2936            ! Makefile.SH
2937 ____________________________________________________________________________
2938 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
2939         Log: Metaconfig unit change for #10807.
2940      Branch: metaconfig/U/perl
2941            ! d_sfio.U
2942 ____________________________________________________________________________
2943 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
2944         Log: Tell that you are removing the unneeded -lsfio.
2945      Branch: perl
2946            ! Configure
2947 ____________________________________________________________________________
2948 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
2949         Log: More MPE/iX tweaks from Mark Bixby.
2950      Branch: perl
2951            ! perl.c t/op/magic.t
2952 ____________________________________________________________________________
2953 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
2954         Log: The fchdir() proto is supposed to live in <unistd.h>.
2955      Branch: perl
2956            ! ext/Cwd/Cwd.xs
2957 ____________________________________________________________________________
2958 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
2959         Log: This town is too small for the Cwd extension and me,
2960              it would seem...
2961      Branch: perl
2962            ! ext/Cwd/Cwd.xs
2963 ____________________________________________________________________________
2964 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
2965         Log: Metaconfig unit change for #10802.
2966      Branch: metaconfig/U/perl
2967            ! d_modfl.U
2968 ____________________________________________________________________________
2969 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
2970         Log: More d'ohs.
2971      Branch: perl
2972            ! Configure
2973 ____________________________________________________________________________
2974 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
2975         Log: Off-by-one.  I'm so classic.
2976      Branch: perl
2977            ! util.c
2978 ____________________________________________________________________________
2979 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
2980         Log: Update Changes.
2981      Branch: perl
2982            ! Changes patchlevel.h
2983 ____________________________________________________________________________
2984 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
2985         Log: Subject: Documentation patch for Net::FTP
2986              From: Marcel Grunauer <marcel@codewerk.com>
2987              Date: Wed, 20 Jun 2001 23:03:26 +0200
2988              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
2989      Branch: perl
2990            ! lib/Net/FTP.pm
2991 ____________________________________________________________________________
2992 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
2993         Log: Retract the #10417 mg.c and embed.pl parts because of
2994              strange SEGVs in 64bit x86 FreeBSD observed by
2995              Nicholas Clark.
2996      Branch: perl
2997            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
2998 ____________________________________________________________________________
2999 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
3000         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
3001      Branch: perl
3002            ! Configure NetWare/config.wc NetWare/config_H.wc
3003            ! Porting/Glossary Porting/config.sh Porting/config_H
3004            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
3005            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3006            ! vos/config.ga.h win32/config.bc win32/config.gc
3007            ! win32/config.vc win32/config_H.bc win32/config_H.gc
3008            ! win32/config_H.vc
3009 ____________________________________________________________________________
3010 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
3011         Log: Cwd tweak from Doug MacEachern.
3012      Branch: perl
3013            ! ext/Cwd/Cwd.xs
3014 ____________________________________________________________________________
3015 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
3016         Log: Protect the fchdir() and lstat() with ifdefs.
3017              fchdir() needs a Configure probe.
3018      Branch: perl
3019            ! ext/Cwd/Cwd.xs
3020 ____________________________________________________________________________
3021 [ 10794] By: nick                                  on 2001/06/21  17:11:35
3022         Log: Integrate mainline
3023      Branch: perlio
3024           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
3025           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
3026           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
3027           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
3028           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
3029           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
3030           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
3031           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
3032            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
3033            - lib/File/Glob/case.t lib/File/Glob/global.t
3034            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
3035            - lib/File/Temp/posix.t lib/File/Temp/security.t
3036            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
3037            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
3038            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
3039            - lib/Text/Wrap/wrap.t
3040           !> (integrate 41 files)
3041 ____________________________________________________________________________
3042 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
3043         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
3044              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
3045              Date: Thu, 21 Jun 2001 13:04:54 -0500
3046              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
3047      Branch: perl
3048            ! ext/Cwd/Cwd.xs
3049 ____________________________________________________________________________
3050 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
3051         Log: Subject: [PATCH pod] overlong =item
3052              From: Robin Barker <rmb1@cise.npl.co.uk>
3053              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
3054              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
3055      Branch: perl
3056            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
3057            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3058 ____________________________________________________________________________
3059 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
3060         Log: Subject: [PATCH perlio.c] format 
3061              From: Robin Barker <rmb1@cise.npl.co.uk>
3062              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
3063              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
3064      Branch: perl
3065            ! perlio.c
3066 ____________________________________________________________________________
3067 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
3068         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
3069              From: Radu Greab <radu@netsoft.ro>
3070              Date: Thu, 21 Jun 2001 19:06:02 +0300
3071              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
3072      Branch: perl
3073            ! pod/perlapi.pod sv.c
3074 ____________________________________________________________________________
3075 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
3076         Log: The metaconfig unit changes for #10788.
3077      Branch: metaconfig/U/perl
3078            ! Cross.U fflushall.U
3079 ____________________________________________________________________________
3080 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
3081         Log: Cross-configuration changes: make $from to rm the files
3082              before copying them over (this means that he rm can be
3083              removed from the fflushall test), create $targetmkdir      
3084              (not documented in install since it is supposed to internal
3085              use only), make $run to copy over the executable only if
3086              a stamp file .xok doesn't already exist (to avoid unnecessary
3087              copying of the executable)
3088      Branch: perl
3089            ! Configure Makefile.SH
3090 ____________________________________________________________________________
3091 [ 10787] By: nick                                  on 2001/06/21  14:16:18
3092         Log: Integrate mainline
3093      Branch: perlio
3094           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
3095           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
3096           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
3097            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
3098           !> (integrate 34 files)
3099 ____________________________________________________________________________
3100 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
3101         Log: Re-add the files as text.
3102      Branch: perl
3103            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
3104 ____________________________________________________________________________
3105 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
3106         Log: Delete the binary files.
3107      Branch: perl
3108            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
3109 ____________________________________________________________________________
3110 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
3111         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
3112              From: Andy Dougherty <doughera@lafayette.edu>
3113              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
3114              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
3115      Branch: perl
3116            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
3117            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
3118            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
3119            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
3120 ____________________________________________________________________________
3121 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
3122         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
3123              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
3124              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
3125              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
3126              
3127              Setting umask to something friendlier.
3128      Branch: perl
3129            ! installman installperl
3130 ____________________________________________________________________________
3131 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
3132         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
3133              Resort MANIFEST with sort -f, looks much better.
3134      Branch: perl
3135            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
3136            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
3137            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
3138            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
3139            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
3140            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
3141            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
3142            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
3143            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
3144            - lib/File/Glob/case.t lib/File/Glob/global.t
3145            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
3146            - lib/File/Temp/posix.t lib/File/Temp/security.t
3147            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
3148            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
3149            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
3150            - lib/Text/Wrap/wrap.t
3151            ! MANIFEST
3152 ____________________________________________________________________________
3153 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
3154         Log: Upgrade to I18N::LangTags 0.25.
3155      Branch: perl
3156            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
3157            ! lib/I18N/LangTags/List.pm
3158 ____________________________________________________________________________
3159 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
3160         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
3161              From: Richard Soderberg <rs@crystalflame.net>
3162              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
3163              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
3164      Branch: perl
3165            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
3166            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
3167 ____________________________________________________________________________
3168 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
3169         Log: Test obsoleted by change #10777.
3170      Branch: perl
3171            ! t/op/sub_lval.t
3172 ____________________________________________________________________________
3173 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
3174         Log: Case of confused test numbering.
3175      Branch: perl
3176            ! t/op/pat.t
3177 ____________________________________________________________________________
3178 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
3179         Log: Subject: Re: Opinion on undef lvalue
3180              From: Abhijit Menon-Sen <ams@wiw.org>
3181              Date: Sun, 17 Jun 2001 13:04:46 +0530
3182              Message-ID: <20010617130446.B27925@lustre.linux.in>
3183              
3184              Allow lvalue subs to return undef in array context.
3185      Branch: perl
3186            ! pp_hot.c
3187 ____________________________________________________________________________
3188 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
3189         Log: Just a guess that using the same hack for cygwin as
3190              for win32 might help.
3191      Branch: perl
3192            ! lib/File/Find/find.t
3193 ____________________________________________________________________________
3194 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
3195         Log: NetWare tweaks from Guruprasad.
3196      Branch: perl
3197            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
3198            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
3199            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
3200            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
3201 ____________________________________________________________________________
3202 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
3203         Log: Subject: Re: perl@10722: Bogus warnings on REs 
3204              From: Hugo <hv@crypt.compulink.co.uk>
3205              Date: Thu, 21 Jun 2001 09:51:17 +0100
3206              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
3207              
3208              Unroll to avoid a UTS compiler bug.
3209      Branch: perl
3210            ! regcomp.c
3211 ____________________________________________________________________________
3212 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
3213         Log: Subject: Re: [PATCH] Make /o work under i?threads
3214              From: Artur Bergman <artur@contiller.se>
3215              Date: Thu, 21 Jun 2001 14:38:03 +0200
3216              Message-ID: <B757B74A.184D%artur@contiller.se>
3217      Branch: perl
3218            ! t/op/pat.t
3219 ____________________________________________________________________________
3220 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
3221         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
3222              From: Artur Bergman <artur@contiller.se> 
3223              Date: Thu, 21 Jun 2001 14:27:33 +0200
3224              Message-ID: <B757B4D4.1849%artur@contiller.se>
3225              
3226              Plus extra parentheses.
3227      Branch: perl
3228            ! op.h
3229 ____________________________________________________________________________
3230 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
3231         Log: Subject: [PATCH] Make /o work under i?threads
3232              From: Richard Soderberg <rs@crystalflame.net>
3233              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
3234              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
3235      Branch: perl
3236            ! pp_ctl.c
3237 ____________________________________________________________________________
3238 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
3239         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
3240              From: Artur Bergman <artur@contiller.se>
3241              Date: Thu, 21 Jun 2001 14:04:54 +0200
3242              Message-ID: <B757AF86.1842%artur@contiller.se>
3243      Branch: perl
3244            ! op.h
3245 ____________________________________________________________________________
3246 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
3247         Log: Subject: Re: perl@10765: sv.c not OK on win32
3248              From: Artur Bergman <artur@contiller.se>
3249              Date: Thu, 21 Jun 2001 10:31:06 +0200
3250              Message-ID: <B7577D69.182C%artur@contiller.se>
3251      Branch: perl
3252            ! sv.c
3253 ____________________________________________________________________________
3254 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
3255         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
3256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3257              Date: Thu, 21 Jun 2001 06:23:56 -0400
3258              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
3259              
3260              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
3261              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3262              Date: Thu, 21 Jun 2001 06:32:21 -0400
3263              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
3264      Branch: perl
3265            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
3266 ____________________________________________________________________________
3267 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
3268         Log: Subject: [PATCH] make syslog test more verbose
3269              From: Robert Spier <rspier@pobox.com>
3270              Date: Thu, 21 Jun 2001 00:54:32 -0400
3271              Message-ID: <15153.32264.295807.333073@rls.cx>
3272      Branch: perl
3273            ! ext/Sys/Syslog/syslog.t
3274 ____________________________________________________________________________
3275 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
3276         Log: Subject: op/study.t refinements
3277              From: Hugo <hv@crypt.compulink.co.uk>
3278              Date: Thu, 21 Jun 2001 00:29:07 +0100
3279              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
3280      Branch: perl
3281            ! t/op/study.t
3282 ____________________________________________________________________________
3283 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
3284         Log: Update Changes.
3285      Branch: perl
3286            ! Changes patchlevel.h
3287 ____________________________________________________________________________
3288 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
3289         Log: Subject: Re: [PATCH] djgpp updates
3290              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3291              Date: Wed, 20 Jun 2001 10:05:15 +0200
3292              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
3293      Branch: perl
3294            ! djgpp/config.over
3295 ____________________________________________________________________________
3296 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
3297         Log: Fix for ID 20010619.002 "When building hash, hash keys that
3298              are function calls are not being called", from Abhijit.
3299      Branch: perl
3300            ! t/base/lex.t toke.c
3301 ____________________________________________________________________________
3302 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
3303         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
3304      Branch: perl
3305            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
3306            + lib/Locale/Maketext/test.pl
3307            - lib/Locale/Maketext.t
3308            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
3309            ! lib/Locale/Maketext/TPJ13.pod
3310 ____________________________________________________________________________
3311 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
3312         Log: Metaconfig unit change for #10760.
3313      Branch: metaconfig
3314            ! U/modified/Cppsym.U
3315 ____________________________________________________________________________
3316 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
3317         Log: Do not remove the ccsym* Cppsym* files since
3318              they are useful for metaconfig units coming after us.
3319              (This is the Configure nit mentioned in #10752.)
3320      Branch: perl
3321            ! Configure
3322 ____________________________________________________________________________
3323 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
3324         Log: Update to I18N::LangTags 0.24, from Sean Burke.
3325      Branch: perl
3326            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
3327            + lib/I18N/LangTags/README
3328            - lib/I18N/LangTags/List.pod
3329            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
3330 ____________________________________________________________________________
3331 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
3332         Log: Regen headers.
3333      Branch: perl
3334            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
3335            ! pod/perlapi.pod proto.h
3336 ____________________________________________________________________________
3337 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
3338         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
3339              From: Artur Bergman <artur@contiller.se>
3340              Date: Wed, 20 Jun 2001 11:31:32 +0200
3341              Message-ID: <B7563A14.17D8%artur@contiller.se>
3342      Branch: perl
3343            ! embed.pl hv.c intrpvar.h sv.c sv.h
3344 ____________________________________________________________________________
3345 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
3346         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
3347              From: Tim Sweetman <tim@aldigital.co.uk> 
3348              Date: Wed, 13 Jun 2001 14:25:17 +0100 
3349              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
3350      Branch: perl
3351            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
3352 ____________________________________________________________________________
3353 [ 10755] By: nick                                  on 2001/06/20  16:12:37
3354         Log: Integrate mainline
3355      Branch: perlio
3356           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
3357           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
3358           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
3359           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
3360           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
3361           !> t/op/study.t util.c
3362 ____________________________________________________________________________
3363 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
3364         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
3365              but not Makefile)
3366      Branch: maint-5.6/perl
3367            ! win32/Makefile
3368 ____________________________________________________________________________
3369 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
3370         Log: Security tweak on readlink().
3371      Branch: perl
3372            ! pp_sys.c
3373 ____________________________________________________________________________
3374 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
3375         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
3376      Branch: perl
3377            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
3378            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
3379            ! mpeix/relink t/op/pwent.t
3380 ____________________________________________________________________________
3381 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
3382         Log: Reinstate #10725 (with probe for alarm()).
3383      Branch: perl
3384            ! t/op/study.t
3385 ____________________________________________________________________________
3386 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
3387         Log: Replace our implementation of realpath() with OpenBSD's
3388              (src/lib/libc/stdlib/realpath.c 1.4).
3389      Branch: perl
3390            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
3391            ! pod/perldiag.pod proto.h util.c
3392 ____________________________________________________________________________
3393 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
3394         Log: Integrate perlio.
3395      Branch: perl
3396           !> perlio.c
3397 ____________________________________________________________________________
3398 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
3399         Log: No point in going into memory-saving contortions
3400              with getcwd() since there's a danger of buffer overflow.
3401              Also make the POSIX extension to use sv_getcwd().
3402              Finally, a missed proto.h fragment.
3403      Branch: perl
3404            ! ext/POSIX/POSIX.xs proto.h util.c
3405 ____________________________________________________________________________
3406 [ 10747] By: nick                                  on 2001/06/20  12:38:26
3407         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
3408      Branch: perlio
3409            ! perlio.c
3410 ____________________________________________________________________________
3411 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
3412         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
3413              From: Graham Barr <gbarr@pobox.com>
3414              Date: Wed, 20 Jun 2001 11:05:49 +0100
3415              Message-ID: <20010620110549.I19188@pobox.com>
3416              
3417              reported in        
3418              
3419              Subject: Bug in IO::Socket::INET module (repeat)
3420              From: "Harmon S. Nine" <hnine@netarx.com>
3421              Date: Tue, 19 Jun 2001 09:41:35 -0400
3422              Message-ID: <3B2F568F.8080605@netarx.com>
3423              
3424              The bug was that the IO::Socket::INET constructor
3425              did not allow a 'LocalPort' of 0.
3426      Branch: perl
3427            ! ext/IO/lib/IO/Socket/INET.pm
3428 ____________________________________________________________________________
3429 [ 10745] By: nick                                  on 2001/06/20  08:56:39
3430         Log: Integrate mainline.
3431      Branch: perlio
3432           !> (integrate 37 files)
3433 ____________________________________________________________________________
3434 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
3435         Log: After some reading I don't think we can blindly
3436              use systems' realpath().  Too many security problems,
3437              too many buggy implementations.
3438              
3439              TODO: the realpath() emulation code in util.c doesn't
3440              seem fully operational?  (readlink(), for example?)
3441      Branch: perl
3442            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
3443            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
3444            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
3445            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
3446            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
3447            ! win32/config_H.gc win32/config_H.vc
3448 ____________________________________________________________________________
3449 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
3450         Log: Metaconfig unit change for #10738.
3451      Branch: metaconfig
3452            ! U/compline/d_gconvert.U
3453 ____________________________________________________________________________
3454 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
3455         Log: Integrate change #10739 from maintperl:
3456              
3457              C<eval "/x$\r\n/x"> fails to compile correctly 
3458      Branch: perl
3459           !> t/op/pat.t toke.c
3460 ____________________________________________________________________________
3461 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
3462         Log: Retract #10725 (Hugo asked NOT to apply the patch)
3463      Branch: perl
3464            ! t/op/study.t
3465 ____________________________________________________________________________
3466 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
3467         Log: The test.third results were funnily named because of the
3468              new test scheme.
3469      Branch: perl
3470            ! t/TEST
3471 ____________________________________________________________________________
3472 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
3473         Log: C<eval "/x$\r\n/x"> fails to compile correctly
3474      Branch: maint-5.6/perl
3475            ! t/op/pat.t toke.c
3476 ____________________________________________________________________________
3477 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
3478         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
3479              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3480              Date: Tue, 19 Jun 2001 19:15:40 -0400
3481              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
3482              
3483              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
3484              because "1e+129" being expected but "1.e+129" being returned.
3485              The culprit (at least in Tru64) is the use of gcvt().
3486      Branch: perl
3487            ! Configure
3488 ____________________________________________________________________________
3489 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
3490         Log: Subject: [PATCH perl@10722] test hunting on VMS
3491              From: "Craig A. Berry" <craigberry@mac.com>
3492              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
3493              Date: Tue, 19 Jun 2001 18:59:01 -0500
3494      Branch: perl
3495            ! vms/test.com
3496 ____________________________________________________________________________
3497 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
3498         Log: Subject: [PATCH] s/typos//
3499              From: Abhijit Menon-Sen <ams@wiw.org>
3500              Date: Wed, 20 Jun 2001 02:15:02 +0530
3501              Message-ID: <20010620021502.A14541@lustre.linux.in>
3502              
3503              Without the op.h s/bearword/bareword/ hunk, see
3504              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
3505      Branch: perl
3506            ! util.c
3507 ____________________________________________________________________________
3508 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
3509         Log: Metaconfig unit change for #10732 and #10733.
3510      Branch: metaconfig/U/perl
3511            ! fflushall.U
3512 ____________________________________________________________________________
3513 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
3514         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
3515              From: "Craig A. Berry" <craigberry@mac.com>
3516              Date: Tue, 19 Jun 2001 17:19:48 -0500
3517              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
3518      Branch: perl
3519            ! configure.com vms/descrip_mms.template
3520 ____________________________________________________________________________
3521 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
3522         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
3523              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3524              Date: Tue, 19 Jun 2001 16:48:07 -0400
3525              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
3526              
3527              Further fixes to fflush(NULL) detection.
3528      Branch: perl
3529            ! Configure
3530 ____________________________________________________________________________
3531 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
3532         Log: AIX test -s hangs with non-existent files?
3533              (A genuine logic bug in Configure, but AIX also broken?)
3534      Branch: perl
3535            ! Configure
3536 ____________________________________________________________________________
3537 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
3538         Log: AUTHORS updates.
3539      Branch: perl
3540            ! AUTHORS
3541 ____________________________________________________________________________
3542 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
3543         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
3544              From: Spider Boardman <spider@Orb.Nashua.NH.US>
3545              Date: Tue, 19 Jun 2001 15:33:25 -0400
3546              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
3547      Branch: perl
3548            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
3549            ! t/lib/warnings/pp
3550 ____________________________________________________________________________
3551 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
3552         Log: Integrate perlio.
3553      Branch: perl
3554           !> lib/File/Find/find.t win32/distclean.bat
3555 ____________________________________________________________________________
3556 [ 10728] By: nick                                  on 2001/06/19  18:24:53
3557         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
3558      Branch: perlio
3559            ! lib/File/Find/find.t win32/distclean.bat
3560 ____________________________________________________________________________
3561 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
3562         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
3563              also add information how to find out whether one has PerlIO.
3564      Branch: perl
3565            ! pod/perlfunc.pod
3566 ____________________________________________________________________________
3567 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
3568         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
3569              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3570              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
3571              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
3572      Branch: perl
3573            ! pod/perlfunc.pod
3574 ____________________________________________________________________________
3575 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
3576         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
3577              From: Hugo <hv@crypt.compulink.co.uk>
3578              Date: Tue, 19 Jun 2001 12:37:30 +0100
3579              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
3580      Branch: perl
3581            ! t/op/study.t
3582 ____________________________________________________________________________
3583 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
3584         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
3585              From: Hugo <hv@crypt.compulink.co.uk>
3586              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
3587              Date: Tue, 19 Jun 2001 13:15:17 +0100
3588      Branch: perl
3589            ! util.c
3590 ____________________________________________________________________________
3591 [ 10723] By: nick                                  on 2001/06/19  14:46:15
3592         Log: Integrate mainline
3593      Branch: perlio
3594           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
3595           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
3596           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
3597           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
3598           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
3599           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3600            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
3601            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
3602            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
3603            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
3604            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
3605            - ext/Thread/unsync4.t
3606           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
3607           !> djgpp/config.over djgpp/fixpmain
3608           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
3609           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
3610           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
3611 ____________________________________________________________________________
3612 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
3613         Log: Update Changes.
3614      Branch: perl
3615            ! Changes patchlevel.h
3616 ____________________________________________________________________________
3617 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
3618         Log: The existence shall be MANIFESted.
3619      Branch: perl
3620            ! MANIFEST
3621 ____________________________________________________________________________
3622 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
3623         Log: The old libnet.cfg is first searched from the current directory,
3624              only then from the module path.
3625      Branch: perl
3626            ! utils/libnetcfg.PL
3627 ____________________________________________________________________________
3628 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
3629         Log: NetWare tweaks from Guruprasad.
3630      Branch: perl
3631            ! NetWare/Makefile NetWare/config.wc
3632 ____________________________________________________________________________
3633 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
3634         Log: Subject: [PATCH] djgpp updates
3635              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
3636              Date: Tue, 19 Jun 2001 10:59:06 +0200
3637              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
3638      Branch: perl
3639            ! djgpp/config.over djgpp/fixpmain
3640 ____________________________________________________________________________
3641 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
3642         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
3643              From: Prymmer/Kahn <pvhp@best.com>
3644              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
3645              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
3646      Branch: perl
3647            ! win32/Makefile
3648 ____________________________________________________________________________
3649 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
3650         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
3651              to happen right after the inclusion of <inttypes.h>,
3652              from Edward Moy.
3653      Branch: perl
3654            ! handy.h perl.h
3655 ____________________________________________________________________________
3656 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
3657         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
3658              From: Doug MacEachern <dougm@covalent.net>
3659              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
3660              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
3661      Branch: perl
3662            ! ext/DynaLoader/DynaLoader_pm.PL
3663 ____________________________________________________________________________
3664 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
3665         Log: Revert #10656 for perfomance reasons but leave in the
3666              use of Hv*() macros -- in comments, so that grepping the
3667              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
3668              suggested by Sarathy, also by Abhijit.)
3669      Branch: perl
3670            ! hv.c
3671 ____________________________________________________________________________
3672 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
3673         Log: Subject: [patch] .s MakeMaker suffix
3674              From: Doug MacEachern <dougm@covalent.net>
3675              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
3676              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
3677      Branch: perl
3678            ! lib/ExtUtils/MM_Unix.pm
3679 ____________________________________________________________________________
3680 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
3681         Log: One test lost in the big shuffle restored.
3682      Branch: perl
3683            + ext/IPC/SysV/ipcsysv.t
3684            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
3685 ____________________________________________________________________________
3686 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
3687         Log: Rename the old non-standard threads tests so that
3688              they won't be invoked.
3689      Branch: perl
3690            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
3691            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
3692            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
3693            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
3694            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
3695            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3696            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
3697            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
3698            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
3699            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
3700            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
3701            - ext/Thread/unsync4.t
3702            ! MANIFEST
3703 ____________________________________________________________________________
3704 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
3705         Log: Integrate perlio.
3706      Branch: perl
3707           !> win32/config_sh.PL
3708 ____________________________________________________________________________
3709 [ 10709] By: nick                                  on 2001/06/19  08:18:18
3710         Log: Integrate mainline
3711      Branch: perlio
3712           +> (branch 40 files)
3713            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
3714            - lib/strict/subs lib/strict/vars lib/warnings/1global
3715            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
3716            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
3717            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
3718            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
3719            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
3720            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
3721            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
3722            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
3723            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
3724            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
3725            - lib/warnings/utf8 lib/warnings/util
3726           !> (integrate 57 files)
3727 ____________________________________________________________________________
3728 [ 10708] By: nick                                  on 2001/06/19  07:57:10
3729         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
3730      Branch: perlio
3731            ! win32/config_sh.PL
3732 ____________________________________________________________________________
3733 [ 10707] By: nick                                  on 2001/06/19  07:05:07
3734         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
3735      Branch: perl
3736            ! perly.c perly.y perly_c.diff vms/perly_c.vms
3737 ____________________________________________________________________________
3738 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
3739         Log: More perl572delta tweaks.
3740      Branch: perl
3741            ! pod/perl572delta.pod
3742 ____________________________________________________________________________
3743 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
3744         Log: Update perl572delta.
3745      Branch: perl
3746            ! pod/perl572delta.pod
3747 ____________________________________________________________________________
3748 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
3749         Log: VOS updates from Paul Green.
3750      Branch: perl
3751            ! vos/Changes vos/build.cm vos/perl.bind
3752 ____________________________________________________________________________
3753 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
3754         Log: Update the vos/config.*.* files.
3755      Branch: perl
3756            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
3757            ! vos/config.ga.h
3758 ____________________________________________________________________________
3759 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
3760         Log: Add a makefile for more painless adding of symbols to the
3761              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
3762              takes care of the adding)
3763      Branch: perl
3764            + vos/Makefile
3765 ____________________________________________________________________________
3766 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
3767         Log: Make libnetcfg by default display the libnet configuration,
3768              -c to change, add -i for old config, document all options,
3769              regen toc.
3770      Branch: perl
3771            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
3772 ____________________________________________________________________________
3773 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
3774         Log: gcc -Wall sweep.
3775      Branch: perl
3776            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
3777 ____________________________________________________________________________
3778 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
3779         Log: So there.
3780      Branch: perl
3781            ! universal.c
3782 ____________________________________________________________________________
3783 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
3784         Log: Document the need for sv_printify().
3785              
3786              Document that 'use utf8' has been considered.
3787              
3788              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
3789      Branch: perl
3790            ! pod/perltodo.pod universal.c
3791 ____________________________________________________________________________
3792 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
3793         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
3794              From: Nicholas Clark <nick@ccl4.org>
3795              Date: Mon, 18 Jun 2001 23:29:23 +0100
3796              Message-ID: <20010618232923.I98663@plum.flirble.org>
3797      Branch: perl
3798            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
3799            ! ext/Sys/Syslog/Makefile.PL
3800 ____________________________________________________________________________
3801 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
3802         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
3803              From: Scott.L.Miller@Compaq.com
3804              Date: Mon, 18 Jun 2001 10:12:27 -0500
3805              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
3806      Branch: perl
3807            ! lib/perl5db.pl pod/perldebug.pod
3808 ____________________________________________________________________________
3809 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
3810         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
3811              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3812              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
3813              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
3814      Branch: perl
3815            ! lib/Carp/Heavy.pm
3816 ____________________________________________________________________________
3817 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
3818         Log: Subject: [PATCH] Documentation changes for CLONE
3819              From: Artur Bergman <artur@contiller.se>
3820              Date: Mon, 18 Jun 2001 22:06:37 +0200
3821              Message-ID: <B7542BEC.1719%artur@contiller.se>
3822      Branch: perl
3823            ! pod/perlmod.pod pod/perlsub.pod
3824 ____________________________________________________________________________
3825 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
3826         Log: Subject: Re: configure.com
3827              From: "Craig A. Berry" <craigberry@mac.com>
3828              Date: Mon, 18 Jun 2001 16:04:38 -0500
3829              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
3830      Branch: perl
3831            ! configure.com
3832 ____________________________________________________________________________
3833 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
3834         Log: Subject: PL_nullstash + perl_clone()
3835              From: Doug MacEachern <dougm@covalent.net>
3836              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
3837              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
3838      Branch: perl
3839            ! sv.c
3840 ____________________________________________________________________________
3841 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
3842         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
3843              From: davem@fdgroup.co.uk
3844              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
3845              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
3846      Branch: perl
3847            ! embed.pl pod/perlapi.pod
3848 ____________________________________________________________________________
3849 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
3850         Log: More cross-compilation defaults gleaned from -Dcc
3851              if it is CPU-OS-gcc.
3852      Branch: metaconfig
3853            ! U/modified/libc.U
3854      Branch: metaconfig/U/perl
3855            ! Cross.U
3856      Branch: perl
3857            ! Configure INSTALL
3858 ____________________________________________________________________________
3859 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
3860         Log: Update Changes.
3861      Branch: perl
3862            ! Changes patchlevel.h
3863 ____________________________________________________________________________
3864 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
3865         Log: Subject: [PATCH 5.7.1] sv.c documentation
3866              From: davem@fdgroup.co.uk
3867              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
3868              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
3869      Branch: perl
3870            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
3871            ! sv.c sv.h
3872 ____________________________________________________________________________
3873 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
3874         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
3875              From: "Jon Gunnip" <jongunnip@hotmail.com>
3876              Date: Sun, 17 Jun 2001 18:24:29 -0400
3877              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
3878      Branch: perl
3879            ! pod/perlvar.pod
3880 ____________________________________________________________________________
3881 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
3882         Log: Move the locale/strict/warnings helper files back
3883              under the t/lib; this way the amount of non-installabled
3884              stuff under lib/ stays smaller.
3885      Branch: perl
3886            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
3887            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
3888            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
3889            + t/lib/warnings/5nolint t/lib/warnings/6default
3890            + t/lib/warnings/7fatal t/lib/warnings/8signal
3891            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
3892            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
3893            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
3894            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
3895            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
3896            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
3897            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
3898            + t/lib/warnings/taint t/lib/warnings/toke
3899            + t/lib/warnings/universal t/lib/warnings/utf8
3900            + t/lib/warnings/util
3901            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
3902            - lib/strict/subs lib/strict/vars lib/warnings/1global
3903            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
3904            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
3905            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
3906            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
3907            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
3908            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
3909            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
3910            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
3911            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
3912            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
3913            - lib/warnings/utf8 lib/warnings/util
3914            ! MANIFEST installperl lib/locale.t lib/strict.t
3915 ____________________________________________________________________________
3916 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
3917         Log: Split off the pack/unpack code, from Nicholas Clark.
3918      Branch: perl
3919            + pp_pack.c
3920            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
3921            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
3922            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
3923 ____________________________________________________________________________
3924 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
3925         Log: Guard the SysV IPC tests against being invoked in
3926              SysV-IPC-less places.
3927      Branch: perl
3928            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
3929 ____________________________________________________________________________
3930 [ 10683] By: nick                                  on 2001/06/18  12:24:42
3931         Log: Integrate mainline (new test scheme now ok on Linux).
3932      Branch: perlio
3933           +> lib/warnings.t
3934           !> dump.c sv.c
3935 ____________________________________________________________________________
3936 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
3937         Log: Add the locale.c and numeric.c to the microperl sources.
3938      Branch: perl
3939            ! Makefile.micro win32/Makefile
3940 ____________________________________________________________________________
3941 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
3942         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
3943              From: Abhijit Menon-Sen <ams@wiw.org>
3944              Date: Mon, 18 Jun 2001 14:23:44 +0530
3945              Message-ID: <20010618142344.A13136@lustre.linux.in>
3946      Branch: perl
3947            ! dump.c
3948 ____________________________________________________________________________
3949 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
3950         Log: Subject: Re: [PATCH] more anonymous stash cleanups
3951              From: Abhijit Menon-Sen <ams@wiw.org>
3952              Date: Mon, 18 Jun 2001 15:50:32 +0530
3953              Message-ID: <20010618155032.A13223@lustre.linux.in>
3954              
3955              Plus the comment left in as suggested by NI-S.
3956      Branch: perl
3957            ! sv.c
3958 ____________________________________________________________________________
3959 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
3960         Log: One missed file.
3961      Branch: perl
3962            + lib/warnings.t
3963 ____________________________________________________________________________
3964 [ 10678] By: nick                                  on 2001/06/18  08:05:29
3965         Log: Integrate mainline (part2 - the deletes)
3966      Branch: perlio
3967            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
3968            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
3969            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
3970            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
3971            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
3972            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
3973            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
3974            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
3975            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
3976            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
3977            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
3978 ____________________________________________________________________________
3979 [ 10677] By: nick                                  on 2001/06/18  08:04:44
3980         Log: Integrate mainline (part1)
3981      Branch: perlio
3982           +> (branch 376 files)
3983            - (delete 219 files)
3984           !> (integrate 151 files)
3985 ____________________________________________________________________________
3986 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
3987         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
3988              No doubt I made some mistakes like missed some files or
3989              misnamed some files.  The naming rules were more or less:
3990              (1) if the module is from CPAN, follows its ways, be it
3991              t/*.t or test.pl.
3992              (2) otherwise if there are multiple tests for a module
3993              put them in a t/
3994              (3) otherwise if there's only one test put it in Module.t
3995              (4) helper files go to module/ (locale, strict, warnings)
3996              (5) use longer filenames now that we can (but e.g. the
3997              compat-0.6.t and the Text::Balanced test files still
3998              were renamed to be more civil against the 8.3 people)
3999              installperl was updated appropriately not to install the
4000              *.t files or the help files from under lib.
4001              
4002              TODO: some helper files still remain under t/ that could
4003              follow their 'masters'.  UPDATE: On second thoughts, why
4004              should they.  They can continue to live under t/lib, and
4005              in fact the locale/strict/warnings helpers that were moved
4006              could be moved back.  This way the amount of non-installable
4007              stuff under lib/ stays smaller.
4008      Branch: perl
4009            + (add 253 files)
4010            - (delete 254 files)
4011            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
4012 ____________________________________________________________________________
4013 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
4014         Log: The warning no more comes from util.c, it comes from numeric.c.
4015      Branch: perl
4016            ! README.tru64
4017 ____________________________________________________________________________
4018 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
4019         Log: Subject: Re: anyone good at casting spells?
4020              From: Spider Boardman <spider@Orb.Nashua.NH.US>
4021              Date: Sun, 17 Jun 2001 21:21:04 -0400
4022              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
4023      Branch: perl
4024            ! ext/POSIX/POSIX.xs hv.h
4025 ____________________________________________________________________________
4026 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
4027         Log: Protect the (original) thread tests against testing if no 5.005
4028              threads have been configured.
4029      Branch: perl
4030            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
4031            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
4032            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
4033            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
4034            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
4035            ! ext/Thread/unsync4.t
4036 ____________________________________________________________________________
4037 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
4038         Log: Try the new test scanning scheme on Text::Abbrev.
4039      Branch: perl
4040            + lib/Text/Abbrev.t
4041            - lib/Text/Abbrev/t/abbrev.t
4042            ! MANIFEST
4043 ____________________________________________________________________________
4044 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
4045         Log: Change the scan policy of the *.t and test.pl files,
4046              now the *.t do not need to live in a t/ directory.
4047      Branch: perl
4048            ! t/TEST t/harness
4049 ____________________________________________________________________________
4050 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
4051         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
4052              From: Ilmari Karonen <iltzu@sci.fi>
4053              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
4054              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
4055      Branch: perl
4056            ! pod/perlfaq7.pod
4057 ____________________________________________________________________________
4058 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
4059         Log: Quench the warnings from Tru64; the HP-UX is still
4060              broken because it really, REALLY, doesn't like the
4061              HvARRAY() being lvalue:
4062              
4063              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
4064              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
4065      Branch: perl
4066            ! hv.c
4067 ____________________________________________________________________________
4068 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
4069         Log: Integrate change #10667 from maintperl:
4070              
4071              change#10449 broke the special-case that makes lexicals inside the
4072              eval"" within DB::DB() visible
4073      Branch: perl
4074           !> op.c
4075 ____________________________________________________________________________
4076 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
4077         Log: change#10449 broke the special-case that makes lexicals inside the
4078              eval"" within DB::DB() visible
4079      Branch: maint-5.6/perl
4080            ! op.c
4081 ____________________________________________________________________________
4082 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
4083         Log: Still spurious output; indent the code a bit.
4084              
4085              TODO1: separate the utility functions like MkDir
4086              into a helper script?
4087              
4088              TODO2: I see a lot of repetition in the filepath()
4089              and dirpath() calls.
4090      Branch: perl
4091            ! t/lib/filefind.t t/lib/findtaint.t
4092 ____________________________________________________________________________
4093 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
4094         Log: Regen modlib, toc.
4095      Branch: perl
4096            ! pod/perlmodlib.pod pod/perltoc.pod
4097 ____________________________________________________________________________
4098 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
4099         Log: Add libnetcfg to perlutil.
4100      Branch: perl
4101            ! pod/perlutil.pod
4102 ____________________________________________________________________________
4103 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
4104         Log: Initial integration of libnet-1.0703.
4105              The Configure script renamed as libnetcfg, will be
4106              installed along other utilities.
4107      Branch: perl
4108            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
4109            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
4110            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
4111            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
4112            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
4113            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
4114            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
4115            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
4116            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
4117            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
4118            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
4119            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
4120            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
4121            + utils/libnetcfg.PL
4122            ! MANIFEST utils.lst utils/Makefile
4123 ____________________________________________________________________________
4124 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
4125         Log: Less potentially test-harness-confusing output.
4126      Branch: perl
4127            ! lib/Memoize/t/expire_module_t.t
4128 ____________________________________________________________________________
4129 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
4130         Log: The final print annoys make test.
4131      Branch: perl
4132            ! t/lib/filefind.t t/lib/findtaint.t
4133 ____________________________________________________________________________
4134 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
4135         Log: Add an option for handling dangling symbolic links.
4136      Branch: perl
4137            ! lib/File/Find.pm t/lib/filefind.t
4138 ____________________________________________________________________________
4139 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
4140         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
4141              From: Thomas Wegner <wegner_thomas@yahoo.com>
4142              Date: Sun, 17 Jun 2001 14:43:11 +0200
4143              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
4144      Branch: perl
4145            + t/lib/findtaint.t
4146            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
4147 ____________________________________________________________________________
4148 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
4149         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
4150              From: Jonathan Stowe <gellyfish@gellyfish.com>
4151              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
4152              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
4153      Branch: perl
4154            ! lib/ExtUtils/MM_Unix.pm
4155 ____________________________________________________________________________
4156 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
4157         Log: Subject: [PATCH] more anonymous stash cleanups
4158              From: Abhijit Menon-Sen <ams@wiw.org>
4159              Date: Sun, 17 Jun 2001 11:44:06 +0530
4160              Message-ID: <20010617114406.A25203@lustre.linux.in>
4161      Branch: perl
4162            ! op.c
4163 ____________________________________________________________________________
4164 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
4165         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
4166              From: Abhijit Menon-Sen <ams@wiw.org>
4167              Date: Sun, 17 Jun 2001 08:02:59 +0530
4168              Message-ID: <20010617080259.A28776@lustre.linux.in>
4169              
4170              Subject: [PATCH #2/7] xhv_eiter
4171              From: Abhijit Menon-Sen <ams@wiw.org>
4172              Date: Sun, 17 Jun 2001 08:13:18 +0530
4173              Message-ID: <20010617081318.B28776@lustre.linux.in>
4174              
4175              Subject: [PATCH #3/7] xhv_fill
4176              From: Abhijit Menon-Sen <ams@wiw.org>
4177              Date: Sun, 17 Jun 2001 08:25:16 +0530
4178              Message-ID: <20010617082516.C28776@lustre.linux.in>
4179              
4180              Subject: [PATCH #4/7] xhv_keys
4181              From: Abhijit Menon-Sen <ams@wiw.org>
4182              Date: Sun, 17 Jun 2001 08:36:17 +0530
4183              Message-ID: <20010617083617.D28776@lustre.linux.in>
4184              
4185              Subject: [PATCH #5/7] xhv_max
4186              From: Abhijit Menon-Sen <ams@wiw.org>
4187              Date: Sun, 17 Jun 2001 08:39:48 +0530
4188              Message-ID: <20010617083948.E28776@lustre.linux.in>
4189              
4190              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
4191              From: Abhijit Menon-Sen <ams@wiw.org>
4192              Date: Sun, 17 Jun 2001 08:51:11 +0530
4193              Message-ID: <20010617085111.F28776@lustre.linux.in>
4194      Branch: perl
4195            ! hv.c
4196 ____________________________________________________________________________
4197 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
4198         Log: Update Changes.
4199      Branch: perl
4200            ! Changes patchlevel.h
4201 ____________________________________________________________________________
4202 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
4203         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
4204              From: Abhijit Menon-Sen <ams@wiw.org>
4205              Date: Sat, 16 Jun 2001 07:41:19 +0530
4206              Message-ID: <20010616074119.A24720@lustre.linux.in>
4207      Branch: perl
4208            ! hv.c perl.c vms/vmsish.h win32/win32.h
4209 ____________________________________________________________________________
4210 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
4211         Log: Document tests failing when threaded, since we now have more.
4212      Branch: perl
4213            ! pod/perl572delta.pod
4214 ____________________________________________________________________________
4215 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
4216         Log: -Wall cleanup.
4217      Branch: perl
4218            ! ext/Thread/Thread.xs
4219 ____________________________________________________________________________
4220 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
4221         Log: pthread_attr_setstacksize() isn't absolutely necessary
4222              to call, only iff THREAD_CREATE_NEEDS_STACK.
4223      Branch: perl
4224            ! ext/Thread/Thread.xs
4225 ____________________________________________________________________________
4226 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
4227         Log: -Wall strays.
4228      Branch: perl
4229            ! perl.c util.c
4230 ____________________________________________________________________________
4231 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
4232         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
4233              (and INT64_MIN) brokenness.
4234      Branch: perl
4235            ! hints/darwin.sh perl.h
4236 ____________________________________________________________________________
4237 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
4238         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
4239              From: Nicholas Clark <nick@ccl4.org>
4240              Date: Sun, 17 Jun 2001 00:16:05 +0100
4241              Message-ID: <20010617001605.V98663@plum.flirble.org>
4242      Branch: perl
4243            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
4244            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
4245            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4246 ____________________________________________________________________________
4247 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
4248         Log: Add perlnetware to docs; regen toc; supply skeleton
4249              docs for some Memoize submodules.
4250      Branch: perl
4251            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
4252            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
4253            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
4254            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
4255            ! win32/Makefile win32/makefile.mk
4256 ____________________________________________________________________________
4257 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
4258         Log: pod cleanup.
4259      Branch: perl
4260            ! README.netware
4261 ____________________________________________________________________________
4262 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
4263         Log: Integrate Memoize 0.64.  Few tweaks were required in
4264              the test scripts.  Note that the speed and expire*
4265              tests take several dozen seconds to run.
4266      Branch: perl
4267            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
4268            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
4269            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
4270            + lib/Memoize/README lib/Memoize/SDBM_File.pm
4271            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
4272            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
4273            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
4274            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
4275            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
4276            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
4277            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
4278            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
4279            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
4280            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
4281            ! MANIFEST t/lib/1_compile.t
4282 ____________________________________________________________________________
4283 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
4284         Log: Document the cross-compilation options.
4285      Branch: perl
4286            ! Cross/README INSTALL
4287 ____________________________________________________________________________
4288 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
4289         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
4290      Branch: perl
4291            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
4292            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
4293            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
4294            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
4295            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
4296            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
4297            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
4298            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
4299            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
4300            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
4301            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
4302            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
4303            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
4304            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
4305            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
4306            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
4307            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
4308            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
4309            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
4310            + lib/ExtUtils/MM_NW5.pm
4311            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
4312            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
4313            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
4314            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
4315            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
4316            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
4317            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
4318            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
4319            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
4320            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
4321            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
4322            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
4323            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
4324            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
4325            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
4326            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
4327            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
4328            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
4329            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
4330            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
4331            ! util.h x2p/a2py.c
4332 ____________________________________________________________________________
4333 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
4334         Log: Resort MANIFEST.
4335      Branch: perl
4336            ! MANIFEST
4337 ____________________________________________________________________________
4338 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
4339         Log: Integrate perlio.
4340      Branch: perl
4341           +> win32/win32io.c
4342           !> MANIFEST perlio.c perliol.h win32/makefile.mk
4343 ____________________________________________________________________________
4344 [ 10640] By: nick                                  on 2001/06/16  18:38:31
4345         Log: Disable :win32 layer as default till I get it working
4346      Branch: perlio
4347            ! MANIFEST perlio.c
4348 ____________________________________________________________________________
4349 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
4350         Log: Try the new scheme by moving the Text::Abbrev test
4351              to a new place under lib.
4352      Branch: perl
4353            + lib/Text/Abbrev/t/abbrev.t
4354            - t/lib/abbrev.t
4355            ! MANIFEST
4356 ____________________________________________________________________________
4357 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
4358         Log: Make the code even more dynamical so that testname
4359              suffix length can change.
4360      Branch: perl
4361            ! lib/Test/Harness.pm t/TEST
4362 ____________________________________________________________________________
4363 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
4364         Log: Allow for deeper t/ and also a single test.pl.
4365      Branch: perl
4366            ! t/TEST t/harness
4367 ____________________________________________________________________________
4368 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
4369         Log: #define fix from Nicholas Clark.
4370      Branch: perl
4371            ! ext/POSIX/POSIX.xs
4372 ____________________________________________________________________________
4373 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
4374         Log: Initialization is nice.
4375      Branch: perl
4376            ! lib/Test/Harness.pm
4377 ____________________________________________________________________________
4378 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
4379         Log: Make t/TEST and t/harness to test also the t/ tests
4380              under the main lib/ and ext/ directories.  Fix Test::Harness
4381              to dynamically change the width of its "foo/bar....ok" output.
4382      Branch: perl
4383            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
4384 ____________________________________________________________________________
4385 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
4386         Log: Subject: [PATCH] Re: perl@10611 
4387              From: Nicholas Clark <nick@ccl4.org>
4388              Date: Sat, 16 Jun 2001 16:52:47 +0100
4389              Message-ID: <20010616165247.O98663@plum.flirble.org>
4390              
4391              The .xs parts, too.
4392      Branch: perl
4393            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
4394            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
4395 ____________________________________________________________________________
4396 [ 10632] By: nick                                  on 2001/06/16  16:44:35
4397         Log: Work-in-progress win32 layer semi-functional, checking 
4398              for UNIX breakage.
4399      Branch: perlio
4400            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
4401 ____________________________________________________________________________
4402 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
4403         Log: Subject: [PATCH] Re: perl@10611 
4404              From: Nicholas Clark <nick@ccl4.org>
4405              Date: Sat, 16 Jun 2001 16:52:47 +0100
4406              Message-ID: <20010616165247.O98663@plum.flirble.org>
4407      Branch: perl
4408            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
4409            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
4410            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
4411            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
4412            ! lib/ExtUtils/Constant.pm
4413 ____________________________________________________________________________
4414 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
4415         Log: Metaconfig unit change for #10629.
4416      Branch: metaconfig
4417            ! U/modified/Finish.U
4418 ____________________________________________________________________________
4419 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
4420         Log: The extraction changed directories.
4421      Branch: perl
4422            ! Configure
4423 ____________________________________________________________________________
4424 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
4425         Log: Math::BigInt 1.35 from Tels.
4426      Branch: perl
4427            + t/lib/mbimbf.t
4428            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4429            ! t/lib/bigfltpm.t t/lib/bigintpm.t
4430 ____________________________________________________________________________
4431 [ 10627] By: nick                                  on 2001/06/16  14:54:52
4432         Log: Work in progress UNIX-side edit of win32 PerLIO layer
4433      Branch: perlio
4434            + win32/win32io.c
4435            ! perlio.c win32/makefile.mk
4436 ____________________________________________________________________________
4437 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
4438         Log: Subject: [PATCH 5.6.1] os2/diff-configure
4439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4440              Date: Fri, 15 Jun 2001 01:19:36 -0400
4441              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
4442              
4443              Empty all of it because I think #10624 made even the
4444              last patch hunk unnecessary.
4445      Branch: perl
4446            ! os2/diff.configure
4447 ____________________________________________________________________________
4448 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
4449         Log: Metaconfig unit change for 10624.
4450      Branch: metaconfig
4451            ! U/modified/libc.U
4452      Branch: perl
4453            ! config_h.SH
4454 ____________________________________________________________________________
4455 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
4456         Log: Move the initialization of libnames to the beginning so
4457              that can one 'seed' it (as OS/2 does.)
4458      Branch: perl
4459            ! Configure
4460 ____________________________________________________________________________
4461 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
4462         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
4463              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4464              Date: Fri, 15 Jun 2001 19:10:57 -0400
4465              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
4466      Branch: perl
4467            ! os2/OS2/REXX/DLL/DLL.pm
4468 ____________________________________________________________________________
4469 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
4470         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
4471              From: "Craig A. Berry" <craigberry@mac.com>
4472              Date: Fri, 15 Jun 2001 17:00:03 -0500
4473              Message-Id: <a05101007b750342599be@[172.16.52.1]>
4474      Branch: perl
4475            ! vms/descrip_mms.template
4476 ____________________________________________________________________________
4477 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
4478         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
4479              From: "Craig A. Berry" <craigberry@mac.com>
4480              Date: Fri, 15 Jun 2001 18:39:42 -0500
4481              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
4482      Branch: perl
4483            ! lib/File/Spec/VMS.pm t/lib/extutils.t
4484 ____________________________________________________________________________
4485 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
4486         Log: Integrate perlio.
4487      Branch: perl
4488           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
4489           !> t/io/utf8.t t/lib/io_scalar.t
4490 ____________________________________________________________________________
4491 [ 10619] By: nick                                  on 2001/06/15  21:05:19
4492         Log: Generated files
4493      Branch: perlio
4494            ! embed.h proto.h
4495 ____________________________________________________________________________
4496 [ 10618] By: nick                                  on 2001/06/15  20:27:42
4497         Log: Fix open.pm to work via XS-implemented method calls rather
4498              than *open::layers variables which caused all the HV/AV hassle.
4499      Branch: perlio
4500            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
4501            ! t/lib/io_scalar.t
4502 ____________________________________________________________________________
4503 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
4504         Log: Integrate perlio.
4505      Branch: perl
4506           !> lib/ExtUtils/Constant.pm
4507 ____________________________________________________________________________
4508 [ 10616] By: nick                                  on 2001/06/15  18:46:47
4509         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
4510      Branch: perlio
4511            ! lib/ExtUtils/Constant.pm
4512 ____________________________________________________________________________
4513 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
4514         Log: Integrate perlio.
4515      Branch: perl
4516           !> ext/Socket/Socket.xs
4517 ____________________________________________________________________________
4518 [ 10614] By: nick                                  on 2001/06/15  18:33:37
4519         Log: MULTIPLICITY fix for Socket.xs
4520      Branch: perlio
4521            ! ext/Socket/Socket.xs
4522 ____________________________________________________________________________
4523 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
4524         Log: Subject: Re: perl@10611
4525              From: Doug MacEachern <dougm@covalent.net>
4526              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
4527              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
4528      Branch: perl
4529            ! ext/Socket/Socket.xs
4530 ____________________________________________________________________________
4531 [ 10612] By: nick                                  on 2001/06/15  16:14:38
4532         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
4533      Branch: perlio
4534           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4535           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
4536           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
4537           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
4538           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
4539           !> utils/h2ph.PL
4540 ____________________________________________________________________________
4541 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
4542         Log: Update Changes.
4543      Branch: perl
4544            ! Changes patchlevel.h
4545 ____________________________________________________________________________
4546 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
4547         Log: Upping the test count.
4548      Branch: perl
4549            ! t/lib/filefind.t
4550 ____________________________________________________________________________
4551 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
4552         Log: Integrate perlio.
4553      Branch: perl
4554           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4555 ____________________________________________________________________________
4556 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
4557         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
4558              From: andreas.koenig@anima.de (Andreas J. Koenig)
4559              Date: 15 Jun 2001 13:30:39 +0200
4560              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
4561              
4562              Record the grim history.
4563      Branch: perl
4564            ! lib/File/Find.pm
4565 ____________________________________________________________________________
4566 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
4567         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
4568              From: Brian McCauley <nobull@mail.com>
4569              Date: 15 Jun 2001 07:51:26 +0100
4570              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
4571      Branch: perl
4572            ! lib/File/Find.pm t/lib/filefind.t
4573 ____________________________________________________________________________
4574 [ 10606] By: nick                                  on 2001/06/15  14:00:08
4575         Log: regen_config_h for Win32.
4576      Branch: perlio
4577            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4578 ____________________________________________________________________________
4579 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
4580         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
4581              From: Peter Prymmer <pvhp@forte.com>
4582              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
4583              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
4584      Branch: perl
4585            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
4586 ____________________________________________________________________________
4587 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
4588         Log: Some filesystems require writability for rename/unlink.
4589      Branch: perl
4590            ! opcode.pl
4591 ____________________________________________________________________________
4592 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
4593         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
4594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
4595              Date: Fri, 15 Jun 2001 12:08:53 +0200
4596              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
4597      Branch: perl
4598            ! perlio.c
4599 ____________________________________________________________________________
4600 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
4601         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
4602              From: Mike Guy <mjtg@cam.ac.uk>
4603              Date: Fri, 15 Jun 2001 14:11:49 +0100
4604              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
4605      Branch: perl
4606            ! opcode.pl
4607 ____________________________________________________________________________
4608 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
4609         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
4610              From: Nicholas Clark <nick@ccl4.org>
4611              Date: Thu, 14 Jun 2001 23:52:56 +0100
4612              Message-ID: <20010614235256.G98663@plum.flirble.org>
4613      Branch: perl
4614            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
4615            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
4616 ____________________________________________________________________________
4617 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
4618         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
4619              From: Russ Allbery <rra@stanford.edu>
4620              Date: 14 Jun 2001 13:24:43 -0700
4621              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
4622      Branch: perl
4623            ! ext/GDBM_File/GDBM_File.pm
4624 ____________________________________________________________________________
4625 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
4626         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
4627              From: Nicholas Clark <nick@ccl4.org>
4628              Date: Thu, 14 Jun 2001 20:37:47 +0100
4629              Message-ID: <20010614203747.F98663@plum.flirble.org>
4630      Branch: perl
4631            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
4632            ! t/lib/gdbm.t
4633 ____________________________________________________________________________
4634 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
4635         Log: Integrate perlio.
4636      Branch: perl
4637           !> makedef.pl sv.c
4638 ____________________________________________________________________________
4639 [ 10597] By: nick                                  on 2001/06/15  11:08:13
4640         Log: Check that HVs with HvNAME() != NULL are really stashes before
4641              treating them as such. Also be more defensive on the GvCV.
4642              Win32 fork and dprof now working again. 
4643      Branch: perlio
4644            ! sv.c
4645 ____________________________________________________________________________
4646 [ 10596] By: nick                                  on 2001/06/15  10:11:20
4647         Log: Integrate mainline.
4648      Branch: perlio
4649           +> Cross/README
4650           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
4651           !> Porting/config_H config_h.SH configure.com epoc/config.sh
4652           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
4653           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
4654           !> vos/config.ga.h win32/config.bc win32/config.gc
4655           !> win32/config.vc win32/config_H.bc win32/config_H.gc
4656           !> win32/config_H.vc
4657 ____________________________________________________________________________
4658 [ 10595] By: nick                                  on 2001/06/15  09:37:17
4659         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
4660              - Win32 (VC++) now builds but fails:
4661              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
4662              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
4663              write.t    - open(...,"|-") not implemented on Win32 
4664      Branch: perlio
4665            ! makedef.pl
4666 ____________________________________________________________________________
4667 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
4668         Log: Integrate perlio.
4669      Branch: perl
4670           !> perlio.c win32/makefile.mk
4671 ____________________________________________________________________________
4672 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
4673         Log: Metaconfig unit changes for #10592.
4674      Branch: metaconfig
4675            + U/modified/i_varhdr.U U/modified/startsh.U
4676            - U/a_dvisory/crosscompile.U U/target/Target.U
4677            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
4678            ! U/compline/bitpbyte.U U/compline/byteorder.U
4679            ! U/compline/ccflags.U U/compline/charsize.U
4680            ! U/compline/d_casti32.U U/compline/d_castneg.U
4681            ! U/compline/d_closedir.U U/compline/d_fd_set.U
4682            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
4683            ! U/compline/d_keepsig.U U/compline/d_open3.U
4684            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
4685            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
4686            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
4687            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
4688            ! U/compline/doublesize.U U/compline/floatsize.U
4689            ! U/compline/nblock_io.U U/compline/orderlib.U
4690            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
4691            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
4692            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
4693            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
4694            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
4695            ! U/modified/spitshell.U U/threads/archname.U
4696            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
4697            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
4698            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
4699            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
4700            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
4701      Branch: metaconfig/U/perl
4702            + Cross.U
4703            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
4704            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
4705            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
4706            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
4707            ! stdio_streams.U uselfs.U
4708 ____________________________________________________________________________
4709 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
4710         Log: The first steps towards cross-compilation.
4711              
4712              Abstract execution of compiled test executables with $run,
4713              and abstract transfer of files with $to and $from.
4714              
4715              Under cross-compilation the $run, $to, and $from will point
4716              to appropriate wrapper scripts, by default ssh and scp,
4717              but also rsh, rcp, and cp are supported.  If not
4718              cross-compiling, they will be set to '', ':', and ':',
4719              respectively.
4720              
4721              With these patches I was able to get Configure for
4722              iPAQ ARM Linux on an Intel Linux about 95% right
4723              (only a few tests failed to execute or they produced
4724              incorrect results), and I was able to compile
4725              a functional miniperl.
4726              
4727              The symbol crosscompile renamed to be usecrosscompile,
4728              the corresponding C symbol from CROSSCOMPILE to
4729              USE_CROSS_COMPILE.
4730      Branch: perl
4731            ! Configure Cross/README Makefile.SH Porting/Glossary
4732            ! Porting/config.sh Porting/config_H config_h.SH configure.com
4733            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
4734            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4735            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4736            ! win32/config.gc win32/config.vc win32/config_H.bc
4737            ! win32/config_H.gc win32/config_H.vc
4738 ____________________________________________________________________________
4739 [ 10591] By: nick                                  on 2001/06/14  20:00:12
4740         Log: Steps along the road toward Win32 building again.
4741      Branch: perlio
4742            ! perlio.c win32/makefile.mk
4743 ____________________________________________________________________________
4744 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
4745         Log: Integrate perlio.
4746      Branch: perl
4747           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
4748 ____________________________________________________________________________
4749 [ 10589] By: nick                                  on 2001/06/14  13:54:07
4750         Log: Routine regen_config_h for Win32
4751      Branch: perlio
4752            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
4753 ____________________________________________________________________________
4754 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
4755         Log: Integrate perlio.
4756      Branch: perl
4757           +> perlyline.pl
4758           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
4759 ____________________________________________________________________________
4760 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
4761         Log: A placeholder.
4762      Branch: perl
4763            + Cross/README
4764 ____________________________________________________________________________
4765 [ 10586] By: nick                                  on 2001/06/14  08:25:07
4766         Log: Add new step to run_byacc which:
4767              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
4768              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
4769      Branch: perlio
4770            + perlyline.pl
4771            ! MANIFEST Makefile.SH perly.c
4772 ____________________________________________________________________________
4773 [ 10585] By: nick                                  on 2001/06/14  08:22:29
4774         Log: Integrate mainline
4775      Branch: perlio
4776           +> locale.c numeric.c
4777           !> Changes cygwin/Makefile.SHs embed.h embed.pl
4778           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
4779           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
4780           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
4781           !> x2p/Makefile.SH
4782 ____________________________________________________________________________
4783 [ 10584] By: nick                                  on 2001/06/14  08:05:53
4784         Log: Hack to remove insecure directories from PATH so test will run.
4785      Branch: perlio
4786            ! t/lib/filefind.t
4787 ____________________________________________________________________________
4788 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
4789         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
4790      Branch: perl
4791            - t/lib/mbimbf.t
4792            ! MANIFEST
4793 ____________________________________________________________________________
4794 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
4795         Log: Detypo.
4796      Branch: perl
4797            ! x2p/Makefile.SH
4798 ____________________________________________________________________________
4799 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
4800         Log: de-$CONFIG continues.
4801      Branch: perl
4802            ! cygwin/Makefile.SHs x2p/Makefile.SH
4803 ____________________________________________________________________________
4804 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
4805         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
4806              From: Nicholas Clark <nick@ccl4.org>
4807              Date: Wed, 13 Jun 2001 21:20:13 +0100
4808              Message-ID: <20010613212013.D98663@plum.flirble.org>
4809      Branch: perl
4810            ! opcode.pl
4811 ____________________________________________________________________________
4812 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
4813         Log: Subject: splitting util.c
4814              From: Hugo <hv@crypt.compulink.co.uk>
4815              Date: Thu, 14 Jun 2001 00:41:08 +0100
4816              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
4817      Branch: perl
4818            + locale.c numeric.c
4819            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
4820            ! pod/perlapi.pod proto.h util.c
4821 ____________________________________________________________________________
4822 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
4823         Log: Upgrade to Math::BigInt 1.34 from Tels.
4824      Branch: perl
4825            + t/lib/mbimbf.t
4826            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4827            ! t/lib/bigfltpm.t t/lib/bigintpm.t
4828 ____________________________________________________________________________
4829 [ 10577] By: nick                                  on 2001/06/13  19:02:48
4830         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
4831      Branch: perlio
4832           !> (integrate 125 files)
4833 ____________________________________________________________________________
4834 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
4835         Log: Update Changes.
4836      Branch: perl
4837            ! Changes patchlevel.h
4838 ____________________________________________________________________________
4839 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
4840         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
4841              From: "Craig A. Berry" <craigberry@mac.com>
4842              Date: Wed, 13 Jun 2001 13:24:28 -0500
4843              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
4844      Branch: perl
4845            ! ext/re/Makefile.PL
4846 ____________________________________________________________________________
4847 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
4848         Log: Mc.u.c. for #10573.
4849      Branch: metaconfig
4850            ! U/threads/usethreads.U
4851 ____________________________________________________________________________
4852 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
4853         Log: It would be also be good if I could type.
4854      Branch: perl
4855            ! Configure
4856 ____________________________________________________________________________
4857 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
4858         Log: Metaconfig unit change for #10571.
4859      Branch: metaconfig
4860            ! U/threads/usethreads.U
4861 ____________________________________________________________________________
4862 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
4863         Log: A non-empty default is a good thing.
4864      Branch: perl
4865            ! Configure
4866 ____________________________________________________________________________
4867 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
4868         Log: Metaconfig unit change for #10569.
4869      Branch: metaconfig
4870            ! U/threads/usethreads.U
4871 ____________________________________________________________________________
4872 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
4873         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
4874              extremely experimental, not even prompted for.
4875      Branch: perl
4876            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4877            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
4878            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
4879            ! win32/config.bc win32/config.gc win32/config.vc
4880 ____________________________________________________________________________
4881 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
4882         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
4883      Branch: perl
4884            ! pod/perlfaq6.pod
4885 ____________________________________________________________________________
4886 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
4887         Log: Integrate perlio; conflicts, accept Nick's versions.
4888      Branch: perl
4889           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4890           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
4891 ____________________________________________________________________________
4892 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
4893         Log: Subject: Re: ext/ + -Wall
4894              From: Doug MacEachern <dougm@covalent.net>
4895              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
4896              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
4897      Branch: perl
4898            ! XSUB.h lib/ExtUtils/xsubpp perl.h
4899 ____________________________________________________________________________
4900 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
4901         Log: Similar logic as DB_File.xs, using the modern macros and
4902              defines them to older ones for older Perls where PERL_VERSION
4903              is not defined, from Doug MacEachern.
4904      Branch: perl
4905            ! ext/Storable/Storable.xs
4906 ____________________________________________________________________________
4907 [ 10564] By: nick                                  on 2001/06/13  15:22:01
4908         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
4909              and using that instead (name lookups are sequential search for now).
4910      Branch: perlio
4911            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
4912            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
4913 ____________________________________________________________________________
4914 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
4915         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
4916              From: "Richard Soderberg" <rs@crystalflame.net>
4917              Date: Sat, 26 May 2001 06:44:20 -0700
4918              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
4919      Branch: perl
4920            ! sv.c t/op/glob.t
4921 ____________________________________________________________________________
4922 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
4923         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
4924              From: "Craig A. Berry" <craigberry@mac.com>
4925              Date: Tue, 12 Jun 2001 23:55:26 -0500
4926              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
4927      Branch: perl
4928            ! ext/re/Makefile.PL ext/re/re.xs
4929 ____________________________________________________________________________
4930 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
4931         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
4932              suggested by NI-S.
4933      Branch: perl
4934            ! XSUB.h malloc.c perl.h
4935 ____________________________________________________________________________
4936 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
4937         Log: Regen toc.
4938      Branch: perl
4939            ! pod/perltoc.pod
4940 ____________________________________________________________________________
4941 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
4942         Log: Subject: [patch] perl.gprof control
4943              From: Doug MacEachern <dougm@covalent.net>
4944              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
4945              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
4946      Branch: perl
4947            ! miniperlmain.c perl.h
4948 ____________________________________________________________________________
4949 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
4950         Log: Subject: Re: ext/ + -Wall
4951              From: Doug MacEachern <dougm@covalent.net>
4952              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
4953              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
4954              
4955              Document ax and break up dXSARGS.
4956      Branch: perl
4957            ! XSUB.h pod/perlapi.pod
4958 ____________________________________________________________________________
4959 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
4960         Log: More AIX tweakage from Merijn.
4961      Branch: perl
4962            ! hints/aix.sh
4963 ____________________________________________________________________________
4964 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
4965         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
4966              From: "Craig A. Berry" <craigberry@mac.com>
4967              Date: Tue, 12 Jun 2001 22:57:45 -0500
4968              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
4969      Branch: perl
4970            ! vms/descrip_mms.template
4971 ____________________________________________________________________________
4972 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
4973         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
4974              From: "Craig A. Berry" <craigberry@mac.com>
4975              Date: Tue, 12 Jun 2001 22:21:39 -0500
4976              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
4977      Branch: perl
4978            ! configure.com util.c
4979 ____________________________________________________________________________
4980 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
4981         Log: New AIX dynaloading code from Jens-Uwe Mager.
4982              Does break binary compatibility.
4983      Branch: perl
4984            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
4985 ____________________________________________________________________________
4986 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
4987         Log: VMS DEC C compiler found nits by Peter Prymmer.
4988      Branch: perl
4989            ! util.c
4990 ____________________________________________________________________________
4991 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
4992         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
4993              From: Peter Prymmer <pvhp@forte.com>
4994              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
4995              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
4996      Branch: perl
4997            ! t/lib/filecomp.t
4998 ____________________________________________________________________________
4999 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
5000         Log: I wonder how many $CONFIGs still lurk in the shadows.
5001      Branch: perl
5002            ! pod/Makefile.SH x2p/cflags.SH
5003 ____________________________________________________________________________
5004 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
5005         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
5006      Branch: perl
5007            ! pod/checkpods.PL
5008 ____________________________________________________________________________
5009 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
5010         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
5011      Branch: perl
5012            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
5013 ____________________________________________________________________________
5014 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
5015         Log: Subject: [patch] rid local_patches warnings
5016              From: Doug MacEachern <dougm@covalent.net>
5017              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
5018              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
5019      Branch: perl
5020            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
5021 ____________________________________________________________________________
5022 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
5023         Log: Subject: Re: ext/ + -Wall
5024              From: Doug MacEachern <dougm@covalent.net>
5025              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
5026              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
5027      Branch: perl
5028            ! ext/attrs/attrs.xs
5029 ____________________________________________________________________________
5030 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
5031         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
5032              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
5033              Date: Tue, 12 Jun 2001 14:36:20 -0400
5034              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
5035      Branch: perl
5036            ! pod/perlretut.pod
5037 ____________________________________________________________________________
5038 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
5039         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
5040              From: Mike Guy <mjtg@cam.ac.uk>
5041              Date: Tue, 12 Jun 2001 19:10:31 +0100
5042              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
5043              
5044              Subject: Re: [ID 20010612.001] out of memory during regex compilation
5045              From: Mike Guy <mjtg@cam.ac.uk>
5046              Date: Tue, 12 Jun 2001 19:21:01 +0100
5047              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
5048      Branch: perl
5049            ! pod/perlop.pod
5050 ____________________________________________________________________________
5051 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
5052         Log: AIX tweaks from Merijn H. Brand.
5053      Branch: perl
5054            ! hints/aix.sh
5055 ____________________________________________________________________________
5056 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
5057         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
5058              From: "Brendan O'Dea" <bod@compusol.com.au>
5059              Date: Wed, 13 Jun 2001 05:16:47 +1000
5060              Message-ID: <20010613051647.A8945@compusol.com.au>
5061      Branch: maint-5.6/perl
5062            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5063 ____________________________________________________________________________
5064 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
5065         Log: Subject: Small bcopy cleanup
5066              From: Andy Dougherty <doughera@lafayette.edu>
5067              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
5068              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
5069      Branch: perl
5070            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
5071 ____________________________________________________________________________
5072 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
5073         Log: Subject: [PATCH] Re: ext/ + -Wall
5074              From: Nicholas Clark <nick@ccl4.org>
5075              Date: Wed, 13 Jun 2001 00:04:30 +0100
5076              Message-ID: <20010613000430.M5901@plum.flirble.org>
5077      Branch: perl
5078            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
5079 ____________________________________________________________________________
5080 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
5081         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
5082              From: Nicholas Clark <nick@ccl4.org>
5083              Date: Tue, 12 Jun 2001 23:53:07 +0100
5084              Message-ID: <20010612235307.L5901@plum.flirble.org>
5085      Branch: perl
5086            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5087 ____________________________________________________________________________
5088 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
5089         Log: MPE/iX tweaks from Mark Bixby.
5090      Branch: perl
5091            ! hints/mpeix.sh mpeix/mpeixish.h util.c
5092 ____________________________________________________________________________
5093 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
5094         Log: Update Changes.
5095      Branch: perl
5096            ! Changes patchlevel.h
5097 ____________________________________________________________________________
5098 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
5099         Log: One less -Wall whine (found under DEBUGGING).
5100      Branch: perl
5101            ! x2p/Makefile.SH x2p/a2p.c
5102 ____________________________________________________________________________
5103 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
5104         Log: s/case-independent/case-insensitive/g
5105      Branch: perl
5106            ! pod/perldebug.pod
5107 ____________________________________________________________________________
5108 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
5109         Log: As suggested in    
5110              
5111              Subject: Re: ext/ + -Wall
5112              From: Gurusamy Sarathy <gsar@ActiveState.com>
5113              Date: Mon, 11 Jun 2001 23:34:31 -0700
5114              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
5115      Branch: perl
5116            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
5117            ! perl.h
5118 ____________________________________________________________________________
5119 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
5120         Log: Subject: ext/ + -Wall
5121              From: Doug MacEachern <dougm@covalent.net>
5122              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
5123              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
5124      Branch: perl
5125            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
5126            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
5127            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
5128            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
5129            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
5130            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
5131            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
5132            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
5133            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
5134            ! lib/ExtUtils/xsubpp
5135 ____________________________________________________________________________
5136 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
5137         Log: Subject: [PATCH] anonymous stashes
5138              From: Abhijit Menon-Sen <ams@wiw.org>
5139              Date: Tue, 12 Jun 2001 12:47:04 +0530
5140              Message-ID: <20010612124704.A29029@lustre.linux.in>
5141      Branch: perl
5142            ! dump.c gv.c sv.c xsutils.c
5143 ____________________________________________________________________________
5144 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
5145         Log: One more test for $^S.
5146      Branch: perl
5147            ! t/op/magic.t
5148 ____________________________________________________________________________
5149 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
5150         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
5151              From: Abhijit Menon-Sen <ams@wiw.org>
5152              Date: Tue, 12 Jun 2001 17:35:55 +0530
5153              Message-ID: <20010612173555.A32426@lustre.linux.in>
5154      Branch: perl
5155            ! mg.c t/op/magic.t
5156 ____________________________________________________________________________
5157 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
5158         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
5159              From: Mike Guy <mjtg@cam.ac.uk>
5160              Date: Tue, 12 Jun 2001 13:14:15 +0100
5161              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
5162      Branch: perl
5163            ! pod/perlop.pod
5164 ____________________________________________________________________________
5165 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
5166         Log: AUTHORS updates.
5167      Branch: perl
5168            ! AUTHORS
5169 ____________________________________________________________________________
5170 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
5171         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
5172              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
5173              Content-Transfer-Encoding: 7bit
5174              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
5175      Branch: perl
5176            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
5177 ____________________________________________________________________________
5178 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
5179         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
5180              From: "Philip Newton" <Philip.Newton@gmx.net>
5181              Date: Mon, 11 Jun 2001 07:08:03 +0200
5182              Message-Id: <200106120802.LAA08992@taas.iki.fi>
5183      Branch: perl
5184            ! t/base/term.t
5185 ____________________________________________________________________________
5186 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
5187         Log: Cleanup the a2p.c for -Wall.
5188      Branch: perl
5189            ! x2p/Makefile.SH x2p/a2p.c
5190 ____________________________________________________________________________
5191 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
5192         Log: File::Find update for MacOS from Chris Nandor.
5193      Branch: perl
5194            ! lib/File/Find.pm t/lib/filefind.t
5195 ____________________________________________________________________________
5196 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
5197         Log: gcc -Wall nits picked out by a non-UNIX system
5198              (courtesy of Mark Bixby)
5199      Branch: perl
5200            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
5201            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
5202            ! pp_sys.c util.c
5203 ____________________________________________________________________________
5204 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
5205         Log: Metaconfig unit change for #10522.  (The d_modfl changes
5206              placate metalint.)
5207      Branch: metaconfig/U/perl
5208            ! d_modfl.U d_u32align.U
5209 ____________________________________________________________________________
5210 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
5211         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
5212              be "./try 2>&1 >/dev/null".
5213      Branch: perl
5214            ! Configure
5215 ____________________________________________________________________________
5216 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
5217         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
5218              From: "Craig A. Berry" <craigberry@mac.com>
5219              Date: Mon, 11 Jun 2001 14:00:32 -0500
5220              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
5221      Branch: perl
5222            ! configure.com
5223 ____________________________________________________________________________
5224 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
5225         Log: Move the full \p\P lists to perlunicode.
5226      Branch: perl
5227            ! pod/perlretut.pod pod/perlunicode.pod
5228 ____________________________________________________________________________
5229 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
5230         Log: VOS build tweak for 5.6.1 from Paul Green.
5231      Branch: maint-5.6/perl
5232            ! vos/build.cm
5233 ____________________________________________________________________________
5234 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
5235         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
5236              From: "Craig A. Berry" <craigberry@mac.com>
5237              Date: Fri, 8 Jun 2001 18:08:18 -0500
5238              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
5239      Branch: perl
5240            ! vms/vms.c
5241 ____________________________________________________________________________
5242 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
5243         Log: Update Changes.
5244      Branch: perl
5245            ! Changes patchlevel.h
5246 ____________________________________________________________________________
5247 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
5248         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
5249      Branch: perl
5250            ! vos/config.alpha.h vos/config.ga.h
5251 ____________________________________________________________________________
5252 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
5253         Log: VOS updates from Paul Green for @10476.
5254      Branch: perl
5255            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
5256            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5257            ! vos/config.ga.h vos/configure_perl.cm
5258 ____________________________________________________________________________
5259 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
5260         Log: Subject: [PATCH] Not many people know this ...
5261              From: Mike Guy <mjtg@cam.ac.uk>
5262              Date: Mon, 11 Jun 2001 14:55:15 +0100
5263              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
5264      Branch: perl
5265            ! pod/perldebug.pod
5266 ____________________________________________________________________________
5267 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
5268         Log: Add final commas to lists as suggested by Philip Newton.
5269      Branch: perl
5270            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5271 ____________________________________________________________________________
5272 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
5273         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
5274              Date: Sun, 10 Jun 2001 23:35:38 -0400
5275              From: Chris Nandor <pudge@pobox.com>
5276              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
5277      Branch: perl
5278            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
5279            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
5280            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
5281            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
5282            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
5283            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
5284            ! t/op/write.t t/pragma/strict.t
5285 ____________________________________________________________________________
5286 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
5287         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
5288              From: Chris Nandor <pudge@pobox.com>
5289              Date: Mon, 11 Jun 2001 08:24:28 -0400
5290              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
5291      Branch: perl
5292            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
5293            ! t/lib/io_dir.t
5294 ____________________________________________________________________________
5295 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
5296         Log: One more run_byacc (a hand-tweaked version had slipped in).
5297      Branch: perl
5298            ! perly.c vms/perly_c.vms
5299 ____________________________________________________________________________
5300 [ 10509] By: nick                                  on 2001/06/11  07:49:15
5301         Log: Integrate mainline
5302      Branch: perlio
5303           !> Makefile.SH embed.h embed.pl global.sym
5304           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
5305           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
5306           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
5307           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
5308 ____________________________________________________________________________
5309 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
5310         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
5311              From: Mike Guy <mjtg@cam.ac.uk>
5312              Reply-To: mjtg@cam.ac.uk
5313              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
5314      Branch: perl
5315            ! lib/ExtUtils/Manifest.pm
5316 ____________________________________________________________________________
5317 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
5318         Log: Subject: [PATCH] ExtUtils::Constant
5319              From: Nicholas Clark <nick@ccl4.org>
5320              Date: Sun, 10 Jun 2001 23:25:41 +0100
5321              Message-ID: <20010610232540.C76396@plum.flirble.org>
5322      Branch: perl
5323            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
5324 ____________________________________________________________________________
5325 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
5326         Log: Integrate perlio.
5327      Branch: perl
5328           !> iperlsys.h
5329 ____________________________________________________________________________
5330 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
5331         Log: Move the grok_number and its lieutenant grok_numeric_radix
5332              from sv.c statics to util.c and public.
5333      Branch: perl
5334            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
5335            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
5336 ____________________________________________________________________________
5337 [ 10504] By: nick                                  on 2001/06/10  17:47:06
5338         Log: Fix (valid) -Wall warnings in perlio.c
5339      Branch: perlio
5340            ! iperlsys.h
5341 ____________________________________________________________________________
5342 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
5343         Log: Update perly_c.diff, update perly.fixer to edit away
5344              some of the -Wall noise.
5345      Branch: perl
5346            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
5347 ____________________________________________________________________________
5348 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
5349         Log: Check the version of byacc.
5350      Branch: perl
5351            ! Makefile.SH
5352 ____________________________________________________________________________
5353 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
5354         Log: Subject: [PATCH] perly.y overhaul
5355              From: Simon Cozens <simon@netthink.co.uk>
5356              Date: Sun, 10 Jun 2001 16:56:54 +0100
5357              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
5358              
5359              Plus make run_byacc.
5360      Branch: perl
5361            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
5362 ____________________________________________________________________________
5363 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
5364         Log: Integrate perlio.
5365      Branch: perl
5366           !> perlio.c perlsfio.h
5367 ____________________________________________________________________________
5368 [ 10499] By: nick                                  on 2001/06/10  15:01:08
5369         Log: Integrate mainline
5370      Branch: perlio
5371           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
5372           !> t/pragma/locale.t util.c
5373 ____________________________________________________________________________
5374 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
5375         Log: Put some meat on the perl572delta bones.  The list of
5376              selected bug fixes needs more work, as does still the
5377              whole document.
5378      Branch: perl
5379            ! pod/perl572delta.pod
5380 ____________________________________________________________________________
5381 [ 10497] By: nick                                  on 2001/06/10  12:27:51
5382         Log: Paper over a crack or two with USE_SFIO
5383      Branch: perlio
5384            ! perlio.c perlsfio.h
5385 ____________________________________________________________________________
5386 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
5387         Log: Update Changes.
5388      Branch: perl
5389            ! Changes patchlevel.h
5390 ____________________________________________________________________________
5391 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
5392         Log: Subject: Re: pragma/locale.t #107
5393              From: Hugo <hv@crypt.compulink.co.uk>
5394              Date: Sun, 10 Jun 2001 11:23:30 +0100
5395              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
5396              
5397              Encapsulate the scan of the decimal radix separator.
5398      Branch: perl
5399            ! embed.h embed.pl proto.h sv.c
5400 ____________________________________________________________________________
5401 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
5402         Log: Try to grok numbers both with the locale specific separator
5403              and with the usual "." (if different from the lss); add a test
5404              to locale.t to do also a little bit of math in addition to just
5405              equalness testing; remove extraneous logic as suggested in
5406              
5407              Subject: Re: pragma/locale.t #107
5408              From: Nicholas Clark <nick@ccl4.org>
5409              Date: Sat, 9 Jun 2001 22:37:36 +0100
5410              Message-ID: <20010609223735.Y76396@plum.flirble.org>
5411      Branch: perl
5412            ! sv.c t/pragma/locale.t
5413 ____________________________________________________________________________
5414 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
5415         Log: Metaconfig unit change for #10492.
5416      Branch: metaconfig/U/perl
5417            ! Extensions.U
5418 ____________________________________________________________________________
5419 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
5420         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
5421              From: Artur Bergman <artur@contiller.se> 
5422              Date: Sat, 09 Jun 2001 21:03:51 +0200
5423              Message-ID: <B7483FB6.1398%artur@contiller.se>
5424      Branch: perl
5425            ! Configure
5426 ____________________________________________________________________________
5427 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
5428         Log: Integrate perlio.
5429      Branch: perl
5430           !> perlsfio.h
5431 ____________________________________________________________________________
5432 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
5433         Log: Do locale specific separator if only in locale.
5434      Branch: perl
5435            ! util.c
5436 ____________________________________________________________________________
5437 [ 10489] By: nick                                  on 2001/06/09  19:13:25
5438         Log: Make XS/Typemap compile (but fail) with sfio
5439      Branch: perlio
5440            ! perlsfio.h
5441 ____________________________________________________________________________
5442 [ 10488] By: nick                                  on 2001/06/09  19:12:51
5443         Log: Re-integrate mainline
5444      Branch: perlio
5445           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
5446           !> proto.h sv.c util.c
5447 ____________________________________________________________________________
5448 [ 10487] By: nick                                  on 2001/06/09  16:26:29
5449         Log: Integrate mainline
5450      Branch: perlio
5451           !> (integrate 31 files)
5452 ____________________________________________________________________________
5453 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
5454         Log: Subject: [PATCH] New attempt to clone callack
5455              From: Artur Bergman <artur@contiller.se> 
5456              Date: Thu, 07 Jun 2001 11:52:16 +0200
5457              Message-ID: <B7451B6F.12B7%artur@contiller.se>
5458      Branch: perl
5459            ! embedvar.h intrpvar.h perlapi.h sv.c
5460 ____________________________________________________________________________
5461 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
5462         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
5463      Branch: perl
5464            ! embed.h embed.pl perl.h proto.h sv.c util.c
5465 ____________________________________________________________________________
5466 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
5467         Log: Subject: Re: pragma/locale.t #107
5468              From: Nicholas Clark <nick@ccl4.org>
5469              Date: Sat, 9 Jun 2001 16:26:10 +0100
5470              Message-ID: <20010609162609.V76396@plum.flirble.org>
5471              
5472              A missing NVification.
5473      Branch: perl
5474            ! sv.c
5475 ____________________________________________________________________________
5476 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
5477         Log: Redo the #10482, there already was a test script for formats.
5478      Branch: perl
5479            - t/io/format.t
5480            ! MANIFEST t/op/write.t
5481 ____________________________________________________________________________
5482 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
5483         Log: Twisted format testing, from Merijn.
5484      Branch: perl
5485            + t/io/format.t
5486            ! MANIFEST
5487 ____________________________________________________________________________
5488 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
5489         Log: More \p{In...} testing, combined with \N{...}.
5490      Branch: perl
5491            ! lib/utf8_heavy.pl t/op/pat.t
5492 ____________________________________________________________________________
5493 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
5494         Log: Metaconfig changes for #10479.
5495      Branch: metaconfig
5496            ! U/Glossary.patch
5497      Branch: metaconfig/U/perl
5498            ! d_modfl.U
5499 ____________________________________________________________________________
5500 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
5501         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
5502      Branch: perl
5503            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5504            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
5505            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
5506            ! win32/config.bc win32/config.gc win32/config.vc
5507 ____________________________________________________________________________
5508 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
5509         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
5510              From: "Craig A. Berry" <craigberry@mac.com>
5511              Date: Thu, 7 Jun 2001 14:27:20 -0500
5512              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
5513      Branch: perl
5514            ! vms/perlvms.pod
5515 ____________________________________________________________________________
5516 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
5517         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
5518              From: Gisle Aas <gisle@ActiveState.com>
5519              Date: 07 Jun 2001 17:04:29 -0700
5520              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
5521      Branch: perl
5522            ! ext/re/re.xs
5523 ____________________________________________________________________________
5524 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
5525         Log: Update Changes.
5526      Branch: perl
5527            ! Changes patchlevel.h
5528 ____________________________________________________________________________
5529 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
5530         Log: Regen Glossary et alia.
5531      Branch: perl
5532            ! Porting/Glossary Porting/config.sh Porting/config_H
5533 ____________________________________________________________________________
5534 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
5535         Log: Metaconfig unit changes for #10473.
5536      Branch: metaconfig/U/perl
5537            ! d_modfl.U
5538 ____________________________________________________________________________
5539 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
5540         Log: Harumph, also AIX will spill its guts (i.e. dump core)
5541              if an executable contains modfl() but it hasn't been
5542              compiled right (in the case of AIX, with cc -qlongdouble).
5543      Branch: perl
5544            ! Configure
5545 ____________________________________________________________________________
5546 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
5547         Log: integrate change#10471 from mainline
5548              
5549              in change#10451, check that CvOUTSIDE is a CV before looking in
5550              (it can apparently be SVt_NULL during global destruction)
5551      Branch: maint-5.6/perl
5552           !> op.c
5553 ____________________________________________________________________________
5554 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
5555         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
5556              (it can apparently be SVt_NULL during global destruction)
5557      Branch: perl
5558            ! op.c
5559 ____________________________________________________________________________
5560 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
5561         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
5562              From: Robin Barker <rmb1@cise.npl.co.uk>
5563              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
5564              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
5565      Branch: perl
5566            ! lib/diagnostics.pm pod/perldiag.pod
5567 ____________________________________________________________________________
5568 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
5569         Log: Subject: [PATCH perl@10439] long =item
5570              From: Robin Barker <rmb1@cise.npl.co.uk>
5571              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
5572              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
5573      Branch: perl
5574            ! README.amiga lib/Attribute/Handlers.pm
5575            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
5576 ____________________________________________________________________________
5577 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
5578         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
5579              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
5580              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
5581              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
5582      Branch: perl
5583            ! pod/perlguts.pod
5584 ____________________________________________________________________________
5585 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
5586         Log: Integrate perlio.
5587      Branch: perl
5588           !> sv.c
5589 ____________________________________________________________________________
5590 [ 10466] By: nick                                  on 2001/06/07  10:25:40
5591         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
5592              whitespace tweaks.
5593              Still coredumps in pragma/overload.t - what a nice hard fail that is...
5594      Branch: perlio
5595            ! sv.c
5596 ____________________________________________________________________________
5597 [ 10465] By: nick                                  on 2001/06/07  08:41:58
5598         Log: Raw integrate of mainline for S_grok_number debug
5599              (sv.c has MULTIPLICITY issues as well as whatever else ...)
5600      Branch: perlio
5601            - plan9/perlplan9.doc plan9/perlplan9.pod
5602           !> (integrate 46 files)
5603 ____________________________________________________________________________
5604 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
5605         Log: The proper prototyping for #10463.
5606      Branch: perl
5607            ! embed.h embed.pl proto.h sv.c
5608 ____________________________________________________________________________
5609 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
5610         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
5611              From: Nicholas Clark <nick@ccl4.org>
5612              Date: Thu, 7 Jun 2001 00:29:59 +0100
5613              Message-ID: <20010607002959.Z76396@plum.flirble.org>
5614      Branch: perl
5615            ! sv.c
5616 ____________________________________________________________________________
5617 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
5618         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
5619              From: "Craig A. Berry" <craigberry@mac.com>
5620              Date: Wed, 06 Jun 2001 17:54:30 -0500
5621              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
5622      Branch: perl
5623            ! vms/perlvms.pod
5624 ____________________________________________________________________________
5625 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
5626         Log: Podify the remaining README.platform files;
5627              merge README.plan9 and plan9/perlplan9.pod;
5628              delete plan9/perlplan9.* (the perlplan.doc needs to
5629              be regenerated in Plan 9); make the =head1 and =head2
5630              in the README.platform to be a little more verbose
5631              (skipped README.os2 not to anger Ilya) so that they
5632              look better in the toc; regen toc.
5633      Branch: perl
5634            - plan9/perlplan9.doc plan9/perlplan9.pod
5635            ! MANIFEST README.aix README.amiga README.apollo README.beos
5636            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
5637            ! README.hpux README.hurd README.machten README.macos
5638            ! README.micro README.mint README.mpeix README.os390
5639            ! README.plan9 README.qnx README.solaris README.threads
5640            ! README.tru64 README.vmesa README.vms README.vos README.win32
5641            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
5642            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
5643 ____________________________________________________________________________
5644 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
5645         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
5646              From: Mike Guy <mjtg@cam.ac.uk>
5647              Reply-To: mjtg@cam.ac.uk
5648              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
5649      Branch: perl
5650            ! pod/perlguts.pod
5651 ____________________________________________________________________________
5652 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
5653         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
5654              From: Mike Guy <mjtg@cam.ac.uk>
5655              Reply-To: mjtg@cam.ac.uk
5656              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
5657      Branch: perl
5658            ! pod/perlsec.pod
5659 ____________________________________________________________________________
5660 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
5661         Log: Disable long doubles from pre-5.0 Tru64s.
5662      Branch: perl
5663            ! README.tru64 hints/dec_osf.sh
5664 ____________________________________________________________________________
5665 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
5666         Log: The #10455 exposed that modfl() is fundamentally busted
5667              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
5668              testing it.
5669      Branch: perl
5670            ! hints/dec_osf.sh
5671 ____________________________________________________________________________
5672 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
5673         Log: Metaconfig unit change for #10455.
5674      Branch: metaconfig/U/perl
5675            ! d_modfl.U
5676 ____________________________________________________________________________
5677 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
5678         Log: Configure check for geborken modfl(), inspired by
5679              
5680              Subject: Re: [20010118.017] op/int.t failure 
5681              From: Hugo <hv@crypt.compulink.co.uk>
5682              Date: Tue, 05 Jun 2001 13:43:27 +0100
5683              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
5684      Branch: perl
5685            ! Configure
5686 ____________________________________________________________________________
5687 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
5688         Log: Integrate changes #10450 and #10451 from maintperl:
5689              
5690              optimize change#10448 slightly (don't repeat search in eval""s lexical
5691              scope, since that has already been searched)
5692              
5693              change#9108 needs subtler treatment for case of closures created
5694              within eval""
5695      Branch: perl
5696           !> op.c t/op/misc.t
5697 ____________________________________________________________________________
5698 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
5699         Log: MakeMaker magic to compile (when no dynamic loading)
5700              List/Util.xsc as (ListUtil.c and) ListUtil.o since
5701              POSIX-BC (BS2000) linker has an evil limitation of
5702              being unable to include in the same executable several
5703              object files with the same name - case-insensitively -
5704              because otherwise we conflict with util.c.
5705              Strictly speaking currently required only in POSIX-BC
5706              but probably will do no harm elsewhere where static
5707              linking is required.
5708      Branch: perl
5709            ! ext/List/Util/Makefile.PL
5710 ____________________________________________________________________________
5711 [ 10452] By: nick                                  on 2001/06/06  08:59:51
5712         Log: Integrate mainline.
5713      Branch: perlio
5714           +> lib/Attribute/Handlers/demo/Demo.pm
5715           +> lib/Attribute/Handlers/demo/Descriptions.pm
5716           +> lib/Attribute/Handlers/demo/MyClass.pm
5717           +> lib/Attribute/Handlers/demo/demo.pl
5718           +> lib/Attribute/Handlers/demo/demo2.pl
5719           +> lib/Attribute/Handlers/demo/demo3.pl
5720           +> lib/Attribute/Handlers/demo/demo4.pl
5721           +> lib/Attribute/Handlers/demo/demo_call.pl
5722           +> lib/Attribute/Handlers/demo/demo_chain.pl
5723           +> lib/Attribute/Handlers/demo/demo_cycle.pl
5724           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
5725           +> lib/Attribute/Handlers/demo/demo_phases.pl
5726           +> lib/Attribute/Handlers/demo/demo_range.pl
5727           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
5728           +> uts/strtol_wrap.c
5729           !> (integrate 91 files)
5730 ____________________________________________________________________________
5731 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
5732         Log: change#9108 needs subtler treatment for case of closures created
5733              within eval""
5734      Branch: maint-5.6/perl
5735            ! op.c t/op/misc.t
5736 ____________________________________________________________________________
5737 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
5738         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
5739              scope, since that has already been searched)
5740      Branch: maint-5.6/perl
5741            ! op.c
5742 ____________________________________________________________________________
5743 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
5744         Log: Integrate change #10448 from maintperl; lexicals
5745              outside an eval"" weren't resolved correctly inside a subroutine
5746              definition inside the eval"" if they were not already referenced
5747              in the toplevel of the eval""-ed code
5748      Branch: perl
5749           !> cop.h op.c pp_ctl.c t/op/misc.t
5750 ____________________________________________________________________________
5751 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
5752         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
5753              outside an eval"" weren't resolved correctly inside a subroutine
5754              definition inside the eval"" if they were not already referenced
5755              in the toplevel of the eval""-ed code
5756      Branch: maint-5.6/perl
5757            ! cop.h op.c pp_ctl.c t/op/misc.t
5758 ____________________________________________________________________________
5759 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
5760         Log: Subject: [PATCH] perl570delta.pod
5761              From: Peter Scott <Peter@PSDT.com> 
5762              Date: Tue, 05 Jun 2001 18:51:02 -0700
5763              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
5764      Branch: perl
5765            ! pod/perl570delta.pod
5766 ____________________________________________________________________________
5767 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
5768         Log: The fudge factor is no more needed.  I hope.
5769      Branch: perl
5770            ! t/lib/posix.t
5771 ____________________________________________________________________________
5772 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
5773         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
5774              From: Hugo <hv@crypt.compulink.co.uk>
5775              Date: Tue, 05 Jun 2001 12:58:19 +0100
5776              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
5777      Branch: perl
5778            ! util.c
5779 ____________________________________________________________________________
5780 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
5781         Log: Make up prototypes only for those who have the functions
5782              but not the prototypes.
5783      Branch: perl
5784            ! perl.h
5785 ____________________________________________________________________________
5786 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
5787         Log: Subject: Re: Not OK: perl@10439 on win32 
5788              From: Prymmer/Kahn <pvhp@best.com> 
5789              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
5790              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
5791      Branch: perl
5792            ! perl.h util.c
5793 ____________________________________________________________________________
5794 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
5795         Log: The metaconfig units changes for #10441.
5796      Branch: metaconfig
5797            ! U/modified/Extract.U U/modified/Extractall.U
5798            ! U/modified/Finish.U
5799 ____________________________________________________________________________
5800 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
5801         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
5802      Branch: perl
5803            ! Configure
5804 ____________________________________________________________________________
5805 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
5806         Log: Unnecessary fuzziness undone, noted by Mike Guy.
5807      Branch: perl
5808            ! t/op/tr.t
5809 ____________________________________________________________________________
5810 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
5811         Log: Update Changes.
5812      Branch: perl
5813            ! Changes patchlevel.h
5814 ____________________________________________________________________________
5815 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
5816         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
5817              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
5818              leakage patch.
5819      Branch: perl
5820            ! t/op/misc.t
5821 ____________________________________________________________________________
5822 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
5823         Log: Test case for #10433/#10424.
5824      Branch: perl
5825            ! t/op/misc.t
5826 ____________________________________________________________________________
5827 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
5828         Log: Subject: One fix for strtoul not setting errno
5829              From: hom00@utsglobal.com (Hal Morris)
5830              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
5831              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
5832      Branch: perl
5833            + uts/strtol_wrap.c
5834            ! MANIFEST hints/uts.sh
5835 ____________________________________________________________________________
5836 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
5837         Log: Metaconfig units changes for #10434.
5838      Branch: metaconfig
5839            ! U/modified/Cppsym.U
5840      Branch: metaconfig/U/perl
5841            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
5842            + d_syscallproto.U d_usleepproto.U
5843            ! longdblfio.U quadfio.U
5844 ____________________________________________________________________________
5845 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
5846         Log: Configure tweaks; add prototype probes, make the cpp symbols
5847              probe to cast, not whine; test for %Ld and %Lf before %lld and
5848              %llf because the L is the ANSI way.
5849      Branch: perl
5850            ! Configure config_h.SH configure.com epoc/config.sh
5851            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
5852            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
5853            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
5854 ____________________________________________________________________________
5855 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
5856         Log: Sigh.  This is what #10424 was supposed to check in.
5857      Branch: perl
5858            ! op.c sv.c sv.h
5859 ____________________________________________________________________________
5860 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
5861         Log: More verbose failure.
5862      Branch: perl
5863            ! t/op/ver.t
5864 ____________________________________________________________________________
5865 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
5866         Log: The .pm changes to go with #10428.
5867      Branch: perl
5868            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
5869            ! ext/Sys/Syslog/Syslog.pm
5870 ____________________________________________________________________________
5871 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
5872         Log: On second thoughts show to utf8 skippage message only
5873              on failures, it's too confusing otherwise,
5874      Branch: perl
5875            ! t/pragma/locale.t
5876 ____________________________________________________________________________
5877 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
5878         Log: Do not import anything from Encode.
5879      Branch: perl
5880            ! ext/MIME/Base64/QuotedPrint.pm
5881 ____________________________________________________________________________
5882 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
5883         Log: The #10402 didn't take.  Weird.
5884      Branch: perl
5885            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
5886            ! ext/Sys/Syslog/Syslog.xs
5887 ____________________________________________________________________________
5888 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
5889         Log: Eradicate traces of 'asciirange' re subpragma.
5890      Branch: perl
5891            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
5892            ! pod/perldiag.pod
5893 ____________________________________________________________________________
5894 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
5895         Log: use is a compile-time thing.
5896      Branch: perl
5897            ! ext/MIME/Base64/QuotedPrint.pm
5898 ____________________________________________________________________________
5899 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
5900         Log: Subject: [PATCH perl@10419] -Wall casting patch
5901              From: Robin Barker <rmb1@cise.npl.co.uk>
5902              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
5903              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
5904      Branch: perl
5905            ! ext/Devel/DProf/DProf.xs mg.c
5906 ____________________________________________________________________________
5907 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
5908         Log: Subject: [PATCH #2] introducing SVpad_TYPED
5909              From: Abhijit Menon-Sen <ams@wiw.org>
5910              Date: Mon, 4 Jun 2001 12:26:02 +0530
5911              Message-ID: <20010604122602.A5775@lustre.linux.in>
5912      Branch: perl
5913            ! op.c sv.c sv.h
5914 ____________________________________________________________________________
5915 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
5916         Log: testsuite for change#10192 (from Gisle Aas)
5917      Branch: perl
5918            + t/op/override.t
5919            ! MANIFEST
5920 ____________________________________________________________________________
5921 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
5922         Log: integrate changes#10414-10416 from mainline
5923              
5924              Potential buffer overrun if the radix separator is more than
5925              one byte.  Also, under locales, prefer the locale-specific
5926              separator over the old boring ".".
5927              
5928              "10.", that is, decimal numbers can have no decimal part at all.
5929              
5930              The non-locale places need love, too.
5931      Branch: maint-5.6/perl
5932           !> perl.h sv.c
5933 ____________________________________________________________________________
5934 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
5935         Log: Missed from #10420.
5936      Branch: perl
5937            ! epoc/config.sh
5938 ____________________________________________________________________________
5939 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
5940         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
5941              often this prototype goes with HAS_SETRESUID_PROTO.
5942      Branch: perl
5943            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
5944            ! config_h.SH configure.com perl.h uconfig.h
5945 ____________________________________________________________________________
5946 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
5947         Log: Update Changes.
5948      Branch: perl
5949            ! Changes patchlevel.h
5950 ____________________________________________________________________________
5951 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
5952         Log: -Wall "subscript has type `char'" cleanup.
5953      Branch: perl
5954            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
5955 ____________________________________________________________________________
5956 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
5957         Log: Various "cast to pointer from integer of different size"
5958              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
5959              wide but I32 (int) only 32 bits wide).
5960              
5961              WARNING: the classnum and tagnum changes in Storable.xs
5962              may not be wise, they may be breaking binary compatibility
5963              (in 64-bit platforms), asked Raphael Manfredi about the changes.
5964      Branch: perl
5965            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
5966            ! mg.c proto.h
5967 ____________________________________________________________________________
5968 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
5969         Log: The non-locale places need love, too.
5970      Branch: perl
5971            ! perl.h
5972 ____________________________________________________________________________
5973 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
5974         Log: "10.", that is, decimal numbers can have no decimal part at all.
5975      Branch: perl
5976            ! perl.h
5977 ____________________________________________________________________________
5978 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
5979         Log: Potential buffer overrun if the radix separator is more than
5980              one byte.  Also, under locales, prefer the locale-specific
5981              separator over the old boring ".".
5982      Branch: perl
5983            ! perl.h sv.c
5984 ____________________________________________________________________________
5985 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
5986         Log: Integrate change #10412 from maintperl; locale is now
5987              per-cop, not per-op; plus retweak the locale.t to always
5988              list the skipped utf8 locales.
5989      Branch: perl
5990            ! t/pragma/locale.t
5991           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
5992           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
5993 ____________________________________________________________________________
5994 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
5995         Log: rationalize locale handling to fix the bugs uncovered by change#10394
5996              
5997              the major issue was that the runtime was looking at PL_hints rather
5998              than op_private to notice whether locale was enabled
5999              
6000              the secondary issue was that many locale-sensitive numeric ops didn't
6001              have HINT_LOCALE propagated into their op_private
6002              
6003              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
6004              instead of per-op, just like HINT_BYTE and the hints for lexical
6005              warnings (this makes the hint available to every op via PL_curcop)
6006              
6007              pragma/locale.t may need to be reworked with these fixes in mind
6008              (it currently passes its tests)
6009      Branch: maint-5.6/perl
6010            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
6011            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
6012 ____________________________________________________________________________
6013 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
6014         Log: More verbose debugging.
6015      Branch: perl
6016            ! t/pragma/locale.t
6017 ____________________________________________________________________________
6018 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
6019         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
6020              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6021              Date: Sat, 2 Jun 2001 22:53:33 +0100
6022              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
6023      Branch: perl
6024            ! regcomp.c t/pragma/warn/regcomp
6025 ____________________________________________________________________________
6026 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
6027         Log: Mention that lexicalizing $a or $b is a bad idea if one
6028              wants to use sort().
6029      Branch: perl
6030            ! pod/perlvar.pod
6031 ____________________________________________________________________________
6032 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
6033         Log: Tweak the test to be happy if the accuracy is 'good enough'.
6034      Branch: perl
6035            ! t/lib/posix.t
6036 ____________________________________________________________________________
6037 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
6038         Log: Upgrade to Attribute::Handlers 0.70.
6039              
6040              NOTE: this unearthed the "too late for CHECK block" bug,
6041              that's why the 1_compile.t change.
6042      Branch: perl
6043            + lib/Attribute/Handlers/demo/Demo.pm
6044            + lib/Attribute/Handlers/demo/Descriptions.pm
6045            + lib/Attribute/Handlers/demo/MyClass.pm
6046            + lib/Attribute/Handlers/demo/demo.pl
6047            + lib/Attribute/Handlers/demo/demo2.pl
6048            + lib/Attribute/Handlers/demo/demo3.pl
6049            + lib/Attribute/Handlers/demo/demo4.pl
6050            + lib/Attribute/Handlers/demo/demo_call.pl
6051            + lib/Attribute/Handlers/demo/demo_chain.pl
6052            + lib/Attribute/Handlers/demo/demo_cycle.pl
6053            + lib/Attribute/Handlers/demo/demo_hashdir.pl
6054            + lib/Attribute/Handlers/demo/demo_phases.pl
6055            + lib/Attribute/Handlers/demo/demo_range.pl
6056            + lib/Attribute/Handlers/demo/demo_rawdata.pl
6057            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
6058            ! t/lib/attrhand.t
6059 ____________________________________________________________________________
6060 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
6061         Log: One less -Wall whine.
6062      Branch: perl
6063            ! regcomp.c
6064 ____________________________________________________________________________
6065 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
6066         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
6067      Branch: perl
6068           !> t/op/eval.t
6069 ____________________________________________________________________________
6070 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
6071         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
6072              aren't "normally" visible inside eval""s contained in subs unless
6073              a cloned reference to them already exists)
6074              
6075              strangely enough, t/harness did show this up as a failure (harness
6076              needs fixing?)
6077      Branch: maint-5.6/perl
6078            ! t/op/eval.t
6079 ____________________________________________________________________________
6080 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
6081         Log: Update to Text::Balanced 1.85.
6082      Branch: perl
6083            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
6084 ____________________________________________________________________________
6085 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
6086         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
6087              From: Nicholas Clark <nick@ccl4.org>
6088              Date: Sun, 3 Jun 2001 17:54:36 +0100
6089              Message-ID: <20010603175436.E76396@plum.flirble.org> 
6090      Branch: perl
6091            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
6092            ! ext/Sys/Syslog/Syslog.xs
6093 ____________________________________________________________________________
6094 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
6095         Log: Unused variables.
6096      Branch: perl
6097            ! util.c
6098 ____________________________________________________________________________
6099 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
6100         Log: Subject: [PATCH] APIfy op_clear 
6101              From: Simon Cozens <simon@netthink.co.uk>
6102              Date: Sun, 3 Jun 2001 13:51:46 +0100
6103              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
6104              
6105              (despite the subject line, op_null is APIfied by the patch)
6106      Branch: perl
6107            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
6108 ____________________________________________________________________________
6109 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
6110         Log: Subject: [PATCH] t/lib/extutils.t
6111              From: Nicholas Clark <nick@ccl4.org>
6112              Date: Sat, 2 Jun 2001 23:57:05 +0100
6113              Message-ID: <20010602235705.Q12698@plum.flirble.org>
6114      Branch: perl
6115            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
6116 ____________________________________________________________________________
6117 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
6118         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
6119              From: Prymmer/Kahn <pvhp@best.com>
6120              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
6121              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
6122      Branch: perl
6123            ! win32/Makefile win32/makefile.mk
6124 ____________________________________________________________________________
6125 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
6126         Log: Subject: Re: 'decimal digits' macro? 
6127              From: Hugo <hv@crypt.compulink.co.uk>
6128              Date: Sun, 03 Jun 2001 04:26:36 +0100
6129              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
6130      Branch: perl
6131            ! handy.h t/lib/posix.t t/op/tr.t
6132 ____________________________________________________________________________
6133 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
6134         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
6135              From: Hugo <hv@crypt.compulink.co.uk>
6136              Date: Sun, 03 Jun 2001 14:56:30 +0100
6137              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
6138      Branch: perl
6139            ! util.c
6140 ____________________________________________________________________________
6141 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
6142         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
6143      Branch: perl
6144           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
6145           !> vms/perly_c.vms
6146 ____________________________________________________________________________
6147 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
6148         Log: fix leakage of lexicals at file scope into subroutines that were
6149              declared before them; this appears to be a longstanding bug that
6150              meant that lexicals at file scope were never "deintroduced", meaning
6151              their scope range was never properly closed, and their visibility
6152              extended to all subsequent eval""s or requires
6153              
6154              added a test case
6155              
6156              seems to also fix a case of bogus duplicate warnings
6157      Branch: maint-5.6/perl
6158            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
6159            ! vms/perly_c.vms
6160 ____________________________________________________________________________
6161 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
6162         Log: More VMS tweaks from Craig A. Berry.
6163      Branch: perl
6164            ! configure.com t/lib/extutils.t
6165 ____________________________________________________________________________
6166 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
6167         Log: -Wall cleanup continues.
6168      Branch: perl
6169            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
6170            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
6171            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
6172            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
6173            ! run.c toke.c util.c
6174 ____________________________________________________________________________
6175 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
6176         Log: The metaconfig unit change for #10390.
6177      Branch: metaconfig/U/perl
6178            ! gccvers.U
6179 ____________________________________________________________________________
6180 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
6181         Log: Drop the -ansi from the default gcc flags.
6182              
6183              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
6184              that struct cannot be compared with a flat integer, such as STRLEN.
6185              The -ansi will also cause a lot of noise in Solaris because of:
6186              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
6187      Branch: perl
6188            ! Configure
6189 ____________________________________________________________________________
6190 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
6191         Log: Integrate perlio.
6192      Branch: perl
6193           !> pod/perlapi.pod util.c
6194 ____________________________________________________________________________
6195 [ 10388] By: nick                                  on 2001/06/02  08:01:12
6196         Log: Integrate mainline
6197      Branch: perlio
6198           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
6199           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
6200           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
6201           !> t/lib/1_compile.t t/lib/mimeqp.t
6202 ____________________________________________________________________________
6203 [ 10387] By: nick                                  on 2001/06/02  07:39:17
6204         Log: Tweak util.c's atof2 for MULTIPLICITY
6205      Branch: perlio
6206            ! util.c
6207 ____________________________________________________________________________
6208 [ 10386] By: nick                                  on 2001/06/02  07:38:33
6209         Log: Integrate mainline
6210      Branch: perlio
6211           !> (integrate 41 files)
6212 ____________________________________________________________________________
6213 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
6214         Log: Add Attribute::Handlers 0.61 from Damian Conway.
6215      Branch: perl
6216            + lib/Attribute/Handlers.pm t/lib/attrhand.t
6217            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
6218 ____________________________________________________________________________
6219 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
6220         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
6221              From: Peter Prymmer <pvhp@forte.com>
6222              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
6223              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
6224      Branch: perl
6225            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
6226 ____________________________________________________________________________
6227 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
6228         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
6229              From: Jeff Pinyan <jeffp@crusoe.net>
6230              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
6231              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
6232      Branch: perl
6233            ! lib/File/Find.pm
6234 ____________________________________________________________________________
6235 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
6236         Log: Subject: [PATCH perl@10381] configure.com tweaks
6237              From: "Craig A. Berry" <craigberry@mac.com>
6238              Date: Fri, 1 Jun 2001 13:55:43 -0500
6239              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
6240      Branch: perl
6241            ! configure.com
6242 ____________________________________________________________________________
6243 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
6244         Log: Update Changes.
6245      Branch: perl
6246            ! Changes patchlevel.h
6247 ____________________________________________________________________________
6248 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
6249         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
6250              From: Mike Guy <mjtg@cam.ac.uk>
6251              Date: Fri, 01 Jun 2001 18:17:02 +0100
6252              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
6253      Branch: perl
6254            ! lib/perl5db.pl
6255 ____________________________________________________________________________
6256 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
6257         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
6258              From: Hugo <hv@crypt.compulink.co.uk>
6259              Date: Thu, 31 May 2001 20:49:48 +0100
6260              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
6261      Branch: perl
6262            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
6263            ! util.c
6264 ____________________________________________________________________________
6265 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
6266         Log: Zero() is not available in x2p (or, rather, some of its
6267              implementations like memzero() might not be available.)
6268      Branch: perl
6269            ! x2p/hash.c
6270 ____________________________________________________________________________
6271 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
6272         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
6273              From: Michael G Schwern <schwern@pobox.com>
6274              Date: Fri, 1 Jun 2001 12:00:29 +0100
6275              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
6276              
6277              (But use Zero() instead of memset.)
6278      Branch: perl
6279            ! x2p/hash.c
6280 ____________________________________________________________________________
6281 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
6282         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
6283              From: Jeff Pinyan <jeffp@crusoe.net>
6284              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
6285              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
6286      Branch: perl
6287            ! pod/perldiag.pod regcomp.c t/op/pat.t
6288 ____________________________________________________________________________
6289 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
6290         Log: Retract #10324 and #10333; not needed.
6291      Branch: perl
6292            ! hints/irix_6.sh hints/linux.sh
6293 ____________________________________________________________________________
6294 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
6295         Log: The #10370 wasn't quite right.
6296      Branch: perl
6297            ! ext/XS/Typemap/Typemap.xs
6298 ____________________________________________________________________________
6299 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
6300         Log: The metaconfig units changes for #10372.
6301      Branch: metaconfig/U/perl
6302            + d_realpath.U d_sresgproto.U d_sresuproto.U
6303            ! gccvers.U i_db.U
6304 ____________________________________________________________________________
6305 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
6306         Log: Configure tweaks; record the Berkeley DB version,
6307              probe for realpath(), for setresuid() and setresgid()
6308              prototypes; use realpath() (try to be paranoid enough),
6309              use the setres[ug]id prototypes because glibc has the functions
6310              but not their prototypes; add -Wall -ansi to gcc ccflags;
6311              regen toc.
6312      Branch: perl
6313            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6314            ! config_h.SH configure.com epoc/config.sh
6315            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
6316            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
6317            ! vos/config.ga.def win32/config.bc win32/config.gc
6318            ! win32/config.vc
6319 ____________________________________________________________________________
6320 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
6321         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
6322              From: Michael G Schwern <schwern@pobox.com>
6323              Date: Fri, 1 Jun 2001 11:28:14 +0100
6324              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
6325      Branch: perl
6326            ! lib/attributes.pm xsutils.c
6327 ____________________________________________________________________________
6328 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
6329         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
6330              From: Tim Jenness <t.jenness@jach.hawaii.edu>
6331              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
6332              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
6333      Branch: perl
6334            ! ext/XS/Typemap/Typemap.xs
6335 ____________________________________________________________________________
6336 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
6337         Log: Subject: [patch] Cwd.xs optimizations/abstraction
6338              From: Doug MacEachern <dougm@covalent.net>
6339              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
6340              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
6341      Branch: perl
6342            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
6343            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
6344 ____________________________________________________________________________
6345 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
6346         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!])
6347              From: Nicholas Clark <nick@ccl4.org>
6348              Date: Thu, 31 May 2001 23:56:40 +0100
6349              Message-ID: <20010531235640.F12698@plum.flirble.org>
6350              
6351              Make the test work also under only static extensions
6352              (sh Configure -Uusedl fakes this nicely)
6353      Branch: perl
6354            ! t/lib/extutils.t
6355 ____________________________________________________________________________
6356 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
6357         Log: Subject: [PATCH hv.c] Eliminating trigraph
6358              From: Michael G Schwern <schwern@pobox.com>
6359              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
6360              Date: Fri, 1 Jun 2001 11:49:56 +0100
6361      Branch: perl
6362            ! hv.c
6363 ____________________________________________________________________________
6364 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
6365         Log: Subject: Re: [PATCH] Tests for File::Compare 
6366              From: "Philip Newton" <Philip.Newton@gmx.net>
6367              Date: Thu, 31 May 2001 19:44:05 +0200
6368              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
6369              
6370              Unnecessary "quotation marks".
6371      Branch: perl
6372            ! t/lib/filecomp.t
6373 ____________________________________________________________________________
6374 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
6375         Log: Integrate perlio.
6376      Branch: perl
6377           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
6378 ____________________________________________________________________________
6379 [ 10364] By: nick                                  on 2001/06/01  10:13:31
6380         Log: Cleanup dll.base and dll.exp created by GCC builds.
6381      Branch: perlio
6382            ! lib/ExtUtils/MM_Win32.pm
6383 ____________________________________________________________________________
6384 [ 10363] By: nick                                  on 2001/06/01  10:02:17
6385         Log: Make filecomp test work on CRLF platforms by adding binmode.
6386      Branch: perlio
6387            ! t/lib/filecomp.t
6388 ____________________________________________________________________________
6389 [ 10362] By: nick                                  on 2001/06/01  08:37:17
6390         Log: Integrate mainline
6391      Branch: perlio
6392           !> Changes Configure patchlevel.h perlio.c
6393 ____________________________________________________________________________
6394 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
6395         Log: panic:claustrophobia.
6396      Branch: perl
6397            ! perlio.c
6398 ____________________________________________________________________________
6399 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
6400         Log: Update Changes.
6401      Branch: perl
6402            ! Changes patchlevel.h
6403 ____________________________________________________________________________
6404 [ 10359] By: nick                                  on 2001/05/31  12:35:50
6405         Log: Integrate mainline.
6406      Branch: perlio
6407           +> t/lib/filecomp.t
6408           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
6409           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
6410 ____________________________________________________________________________
6411 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
6412         Log: Integrate perlio.
6413      Branch: perl
6414           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
6415           !> win32/config_H.vc
6416 ____________________________________________________________________________
6417 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
6418         Log: Metaconfig unit change for #10356.
6419      Branch: metaconfig
6420            ! U/installdirs/inc_version_list.U
6421 ____________________________________________________________________________
6422 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
6423         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
6424              (idea from Sarathy; implementation from Andy)
6425      Branch: perl
6426            ! Configure
6427 ____________________________________________________________________________
6428 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
6429         Log: More AUTHORS.
6430      Branch: perl
6431            ! AUTHORS
6432 ____________________________________________________________________________
6433 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
6434         Log: Subject: Re: [PATCH] Tests for File::Compare
6435              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
6436              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
6437              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
6438      Branch: perl
6439            + t/lib/filecomp.t
6440            ! MANIFEST t/lib/1_compile.t
6441 ____________________________________________________________________________
6442 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
6443         Log: Subject: [PATCH] DEBUG_* macro cleanups
6444              From: Abhijit Menon-Sen <ams@wiw.org>
6445              Date: Thu, 31 May 2001 12:16:22 +0530
6446              Message-ID: <20010531121622.B4829@lustre.linux.in>
6447              
6448              Subject: Re: [PATCH] DEBUG_* macro cleanups
6449              From: Abhijit Menon-Sen <ams@wiw.org>
6450              Date: Thu, 31 May 2001 13:57:01 +0530
6451              Message-ID: <20010531135701.A21775@lustre.linux.in>
6452              
6453              (The DEBUG_ definitions in perl.h changed to use the
6454              STMT_START and STMT_END.)
6455      Branch: perl
6456            ! perl.h pp_ctl.c sv.c toke.c
6457 ____________________________________________________________________________
6458 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
6459         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
6460              From: Abhijit Menon-Sen <ams@wiw.org>
6461              Date: Thu, 31 May 2001 08:27:55 +0530
6462              Message-ID: <20010531082755.A10018@lustre.linux.in>
6463      Branch: perl
6464            ! ext/Storable/Storable.xs gv.c perl.c
6465 ____________________________________________________________________________
6466 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
6467         Log: Subject: [PATCH] AUTHORS
6468              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
6469              Date: Thu, 31 May 2001 01:27:59 -0500
6470              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
6471              
6472              Subject: Re: [PATCH] AUTHORS
6473              From: "Philip Newton" <Philip.Newton@gmx.net>
6474              Date: Thu, 31 May 2001 10:08:06 +0200
6475              (Message-Id missing?)
6476      Branch: perl
6477            ! AUTHORS
6478 ____________________________________________________________________________
6479 [ 10350] By: nick                                  on 2001/05/31  11:40:43
6480         Log: win32 - dmake regen_config_h
6481      Branch: perlio
6482            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6483 ____________________________________________________________________________
6484 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
6485         Log: Subject: Re: [PATCH util.c] More warning cleanups.
6486              From: "Philip Newton" <Philip.Newton@gmx.net>
6487              Date: Thu, 31 May 2001 07:41:36 +0200
6488              Message-Id: <200105310538.IAA25458@taku.hut.fi>
6489              
6490              Undo C++-ism that snekt in.
6491      Branch: perl
6492            ! util.c
6493 ____________________________________________________________________________
6494 [ 10348] By: nick                                  on 2001/05/31  11:36:46
6495         Log: Tolerate Win32 numerics
6496      Branch: perlio
6497            ! t/pragma/warn/toke
6498 ____________________________________________________________________________
6499 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
6500         Log: Integrate perlio.
6501      Branch: perl
6502           !> perlio.c win32/win32.h
6503 ____________________________________________________________________________
6504 [ 10346] By: nick                                  on 2001/05/31  10:54:55
6505         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
6506              perlio.c change 10255.
6507      Branch: perlio
6508            ! perlio.c
6509 ____________________________________________________________________________
6510 [ 10345] By: nick                                  on 2001/05/31  10:01:57
6511         Log: Conditionaly put back some "unused" dTHX which are used
6512              with PERL_IMPLICIT_SYS
6513      Branch: perlio
6514            ! perlio.c
6515 ____________________________________________________________________________
6516 [ 10344] By: nick                                  on 2001/05/31  10:00:59
6517         Log: Fix Win32 for new spelling IN_BYTES 
6518      Branch: perlio
6519            ! win32/win32.h
6520 ____________________________________________________________________________
6521 [ 10343] By: nick                                  on 2001/05/31  08:01:32
6522         Log: perlio.c -Wall cleaner under MULTIPLICITY
6523              - still minor noise with linux stdio
6524      Branch: perlio
6525            ! perlio.c
6526 ____________________________________________________________________________
6527 [ 10342] By: nick                                  on 2001/05/31  07:52:23
6528         Log: Integrate mainline.
6529      Branch: perlio
6530           !> (integrate 42 files)
6531 ____________________________________________________________________________
6532 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
6533         Log: AUTHORS updates.
6534      Branch: perl
6535            ! AUTHORS
6536 ____________________________________________________________________________
6537 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
6538         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
6539              From: Peter Prymmer <pvhp@forte.com>
6540              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
6541              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
6542      Branch: perl
6543            ! t/lib/md5-file.t
6544 ____________________________________________________________________________
6545 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
6546         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
6547              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
6548              to match the pragma name; various robustness cleanups.
6549      Branch: perl
6550            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
6551            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
6552 ____________________________________________________________________________
6553 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
6554         Log: More -Wall sweeping.
6555      Branch: perl
6556            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
6557            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
6558            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
6559            ! regcomp.c sv.c toke.c utf8.c
6560 ____________________________________________________________________________
6561 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
6562         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
6563              From: Nicholas Clark <nick@ccl4.org>
6564              Date: Wed, 30 May 2001 22:34:41 +0100
6565              Message-ID: <20010530223441.Y86445@plum.flirble.org>
6566      Branch: perl
6567            ! t/op/cmp.t
6568 ____________________________________________________________________________
6569 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
6570         Log: It's is not, it isn't ain't, and it's it's, not its,
6571              if you mean it is. If you don't, it's its. Then too,
6572              it's hers. It isn't her's. It isn't our's either.
6573              It's ours, and likewise yours and theirs.
6574              -- Oxford University Press, Edpress News
6575      Branch: perl
6576            ! lib/autouse.pm
6577 ____________________________________________________________________________
6578 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
6579         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
6580      Branch: perl
6581            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
6582            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
6583            ! x2p/str.c x2p/walk.c xsutils.c
6584 ____________________________________________________________________________
6585 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
6586         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
6587              From: Michael G Schwern <schwern@pobox.com>
6588              Date: Wed, 30 May 2001 17:10:38 +0100
6589              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
6590              
6591              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
6592              From: Abhijit Menon-Sen <ams@wiw.org>
6593              Date: Wed, 30 May 2001 23:16:13 +0530
6594              Message-ID: <20010530231613.A31933@lustre.linux.in>
6595      Branch: perl
6596            ! perl.c t/run/runenv.t
6597 ____________________________________________________________________________
6598 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
6599         Log: (Retracted by #10375.)
6600              
6601              IRIX hints patch from Merijn Broeren.
6602              
6603              TODO: (this and the earlier Linux hints patch) should be solved
6604              at Configure level.  Merijn: -ldb should not be used on any platform
6605              for perl, just when linking DBFile itself. Trying to be helpful here
6606              is counterproductive.
6607      Branch: perl
6608            ! hints/irix_6.sh
6609 ____________________________________________________________________________
6610 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
6611         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
6612              From: Nicholas Clark <nick@ccl4.org>
6613              Date: Wed, 30 May 2001 23:20:58 +0100
6614              Message-ID: <20010530232058.B86445@plum.flirble.org>
6615      Branch: perl
6616            ! doop.c
6617 ____________________________________________________________________________
6618 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
6619         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
6620              From: Michael G Schwern <schwern@pobox.com> 
6621              Date: Wed, 30 May 2001 15:24:20 +0100
6622              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
6623      Branch: perl
6624            ! t/pragma/autouse.t
6625 ____________________________________________________________________________
6626 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
6627         Log: The regex trick wasn't a good idea.
6628      Branch: perl
6629            ! pod/perlfaq4.pod
6630 ____________________________________________________________________________
6631 [ 10329] By: nick                                  on 2001/05/30  18:34:35
6632         Log: Integrate mainline
6633      Branch: perlio
6634           !> (integrate 40 files)
6635 ____________________________________________________________________________
6636 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
6637         Log: Update Changes.
6638      Branch: perl
6639            ! Changes patchlevel.h
6640 ____________________________________________________________________________
6641 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
6642         Log: The metaconfig unit change for #10325.
6643      Branch: metaconfig
6644            + U/modified/afs.U
6645 ____________________________________________________________________________
6646 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
6647         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
6648              is now wrong.
6649      Branch: perl
6650            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
6651 ____________________________________________________________________________
6652 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
6653         Log: Introduce $Config{afsroot}.
6654      Branch: perl
6655            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
6656            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
6657            ! win32/config.gc win32/config.vc
6658 ____________________________________________________________________________
6659 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
6660         Log: (Retracted by #10375.)
6661              
6662              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
6663      Branch: perl
6664            ! hints/linux.sh
6665 ____________________________________________________________________________
6666 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
6667         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
6668              (Also Configure tweaks needed; coming up soon.)
6669      Branch: perl
6670            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
6671 ____________________________________________________________________________
6672 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
6673         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
6674              From: Michael G Schwern <schwern@pobox.com>
6675              Date: Sun, 27 May 2001 10:29:43 +0100
6676              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
6677      Branch: perl
6678            ! lib/perl5db.pl
6679 ____________________________________________________________________________
6680 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
6681         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
6682              and Abhijit Menon-Sen.
6683      Branch: perl
6684            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
6685            ! perl.c pp_sys.c regcomp.c
6686 ____________________________________________________________________________
6687 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
6688         Log: Fix the BOOT section to call myU2time properly.
6689      Branch: perl
6690            ! ext/Time/HiRes/HiRes.xs
6691 ____________________________________________________________________________
6692 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
6693         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
6694              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
6695              Date: Wed, 30 May 2001 09:44:29 -0400
6696              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
6697              
6698              Detypo; plus add one more trick.
6699      Branch: perl
6700            ! pod/perlfaq4.pod
6701 ____________________________________________________________________________
6702 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
6703         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)
6704              From: Michael G Schwern <schwern@pobox.com>
6705              Date: Wed, 30 May 2001 14:39:06 +0100
6706              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
6707      Branch: perl
6708            ! lib/autouse.pm t/pragma/autouse.t
6709 ____________________________________________________________________________
6710 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
6711         Log: Subject: Re: AIX and gcc (moving targets)
6712              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6713              Date: Wed, 30 May 2001 15:25:08 +0200
6714              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
6715      Branch: perl
6716            ! ext/Time/HiRes/HiRes.xs
6717 ____________________________________________________________________________
6718 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
6719         Log: Subject: [PATCH t/TEST] sorting tests
6720              From: Michael G Schwern <schwern@pobox.com>
6721              Date: Wed, 30 May 2001 10:24:02 +0100
6722              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
6723      Branch: perl
6724            ! t/TEST
6725 ____________________________________________________________________________
6726 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
6727         Log: Subject: [ID 20010529.002] typos in man page perlre
6728              From: bart@cg681574-a.adubn1.nj.home.com 
6729              Date: Tue, 29 May 2001 13:58:59 -0500
6730              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
6731      Branch: perl
6732            ! pod/perlre.pod
6733 ____________________________________________________________________________
6734 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
6735         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
6736              From: "Craig A. Berry" <craigberry@mac.com>
6737              Date: Tue, 29 May 2001 23:23:45 -0500
6738              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
6739      Branch: perl
6740            ! t/lib/extutils.t t/pragma/autouse.t
6741 ____________________________________________________________________________
6742 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
6743         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)
6744              From: David Dyck <dcd@tc.fluke.com>
6745              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
6746              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
6747      Branch: perl
6748            ! t/lib/filefind.t
6749 ____________________________________________________________________________
6750 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
6751         Log: AIX hints update for gcc from Merijn H. Brand.
6752      Branch: perl
6753            ! hints/aix.sh
6754 ____________________________________________________________________________
6755 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
6756         Log: Retract #10295 and #10296: a more generic solution
6757              is needed (there's something funny with gcc on AIX).
6758      Branch: perl
6759            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
6760 ____________________________________________________________________________
6761 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
6762         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
6763              From: Hugo <hv@crypt.compulink.co.uk>
6764              Date: Wed, 30 May 2001 11:59:19 +0100
6765              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
6766              
6767              localizing $@ has unfortunate semantics - if you die past
6768              a local $@, the die message is lost.
6769      Branch: perl
6770            ! lib/utf8_heavy.pl
6771 ____________________________________________________________________________
6772 [ 10309] By: nick                                  on 2001/05/30  08:23:02
6773         Log: Integrate mainline (autouse works again.)
6774      Branch: perlio
6775           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
6776           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
6777           !> pod/perlvar.pod t/op/cmp.t
6778 ____________________________________________________________________________
6779 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
6780         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
6781              From: David Dyck <dcd@tc.fluke.com>
6782              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
6783              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
6784      Branch: perl
6785            ! lib/File/Find.pm
6786 ____________________________________________________________________________
6787 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
6788         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
6789              From: Nicholas Clark <nick@ccl4.org>
6790              Date: Tue, 29 May 2001 23:16:09 +0100
6791              Message-ID: <20010529231609.U86445@plum.flirble.org>
6792              
6793              Make the test output slightly clearer by distinguishing
6794              between '' and undef.
6795      Branch: perl
6796            ! t/op/cmp.t
6797 ____________________________________________________________________________
6798 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
6799         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
6800              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6801              Date: Tue, 29 May 2001 19:15:19 -0400
6802              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
6803      Branch: perl
6804            ! hints/os2.sh
6805 ____________________________________________________________________________
6806 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
6807         Log: Subject: perlvar.pod addition
6808              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
6809              Date: Fri, 25 May 2001 20:23:12 +0200
6810              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
6811              
6812              Subject: Re: perlvar.pod addition
6813              From: "Abigail" <abigail@foad.org> 
6814              Date: Fri, 25 May 2001 22:00:39 +0200
6815              Message-ID: <20010525200039.28029.qmail@foad.org>
6816              
6817              Mention $a and $b in perlvar.
6818      Branch: perl
6819            ! pod/perlvar.pod
6820 ____________________________________________________________________________
6821 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
6822         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
6823              From: Jeff Pinyan <jeffp@crusoe.net>
6824              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
6825              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
6826      Branch: perl
6827            ! pod/perlvar.pod
6828 ____________________________________________________________________________
6829 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
6830         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
6831              From: Jeff Pinyan <jeffp@crusoe.net>
6832              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
6833              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
6834      Branch: perl
6835            ! pod/perlfaq6.pod
6836 ____________________________________________________________________________
6837 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
6838         Log: Mention Time::localtime and Time::gmtime.
6839      Branch: perl
6840            ! ext/Time/Piece/Piece.pm
6841 ____________________________________________________________________________
6842 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
6843         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
6844              From: Michael G Schwern <schwern@pobox.com>
6845              Date: Tue, 29 May 2001 18:51:32 +0100
6846              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
6847      Branch: perl
6848            ! pod/perlfaq4.pod
6849 ____________________________________________________________________________
6850 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
6851         Log: Retract #10243.
6852      Branch: perl
6853            ! lib/autouse.pm
6854 ____________________________________________________________________________
6855 [ 10299] By: nick                                  on 2001/05/29  18:41:19
6856         Log: Post weekend integrate mainline (fails one test pragma/autouse).
6857      Branch: perlio
6858           +> (branch 29 files)
6859           !> (integrate 91 files)
6860 ____________________________________________________________________________
6861 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
6862         Log: Update Changes.
6863      Branch: perl
6864            ! Changes patchlevel.h
6865 ____________________________________________________________________________
6866 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
6867         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
6868              before Perl_load_module/Perl_call_method and restore the value
6869              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
6870      Branch: perl
6871            ! utf8.c
6872 ____________________________________________________________________________
6873 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
6874         Log: Subject: Re: AIX and gcc (moving targets)
6875              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6876              Date: Tue, 29 May 2001 17:59:40 +0200
6877              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
6878      Branch: perl
6879            ! ext/Storable/Makefile.PL
6880 ____________________________________________________________________________
6881 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
6882         Log: Subject: Re: AIX and gcc (moving targets)
6883              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6884              Date: Tue, 29 May 2001 12:32:57 +0200
6885              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
6886      Branch: perl
6887            ! ext/POSIX/Makefile.PL
6888 ____________________________________________________________________________
6889 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
6890         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
6891              From: Michael G Schwern <schwern@pobox.com>
6892              Date: Tue, 29 May 2001 09:53:29 +0100
6893              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
6894              
6895              (#10280 retracted)
6896      Branch: perl
6897            ! lib/Test/Harness.pm t/lib/test-harness.t
6898 ____________________________________________________________________________
6899 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
6900
6901         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
6902              From: Michael G Schwern <schwern@pobox.com>
6903              Date: Tue, 29 May 2001 09:19:52 +0100
6904              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
6905      Branch: perl
6906            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
6907            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
6908            + t/lib/Test/todo.t
6909            ! MANIFEST lib/Test.pm t/TEST
6910 ____________________________________________________________________________
6911 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
6912         Log: From: Michael G Schwern <schwern@pobox.com>
6913              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
6914              Date: Tue, 29 May 2001 08:26:09 +0100
6915              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
6916      Branch: perl
6917            ! t/TEST
6918 ____________________________________________________________________________
6919 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
6920         Log: Add tests for Time::gmtime and Time::localtime.
6921      Branch: perl
6922            + t/lib/time-gmtime.t t/lib/time-localtime.t
6923            ! MANIFEST t/lib/1_compile.t
6924 ____________________________________________________________________________
6925 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
6926         Log: Add test for File::stat.
6927      Branch: perl
6928            + t/lib/filestat.t
6929            ! MANIFEST t/lib/1_compile.t
6930 ____________________________________________________________________________
6931 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
6932         Log: Add test for Net::servent.
6933      Branch: perl
6934            + t/lib/net-sent.t
6935            ! MANIFEST t/lib/1_compile.t
6936 ____________________________________________________________________________
6937 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
6938         Log: Add test for Net::protoent.
6939      Branch: perl
6940            + t/lib/net-pent.t
6941            ! MANIFEST t/lib/1_compile.t
6942 ____________________________________________________________________________
6943 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
6944         Log: Add test for Net::netent.
6945      Branch: perl
6946            + t/lib/net-nent.t
6947            ! MANIFEST t/lib/1_compile.t
6948 ____________________________________________________________________________
6949 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
6950         Log: Add test for User::grent.  Portability doubtful.
6951      Branch: perl
6952            + t/lib/user-grent.t
6953            ! MANIFEST t/lib/1_compile.t
6954 ____________________________________________________________________________
6955 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
6956         Log: Add test for User::pwent.
6957              Probably will fall down somewhere for portability reasons.
6958      Branch: perl
6959            + t/lib/user-pwent.t
6960            ! MANIFEST t/lib/1_compile.t
6961 ____________________________________________________________________________
6962 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
6963         Log: Metaconfig units changes for #10283.
6964      Branch: metaconfig
6965            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
6966            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
6967            ! U/installdirs/sitescript.U U/modified/Signal.U
6968 ____________________________________________________________________________
6969 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
6970         Log: Subject: [PATCH 5.6.1] signal names in Configure
6971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6972              Date: Tue, 29 May 2001 03:52:25 -0400
6973              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
6974              
6975              Subject: [PATCH 5.6.1] older perl in Configure
6976              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6977              Date: Tue, 29 May 2001 03:55:40 -0400
6978              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
6979              
6980              Subject: [PATCH 5.6.1] goofs in Configure
6981              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6982              Date: Tue, 29 May 2001 04:13:07 -0400
6983              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
6984              
6985              Configure portability tweaks.
6986      Branch: perl
6987            ! Configure
6988 ____________________________________________________________________________
6989 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
6990         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
6991              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6992              Date: Tue, 29 May 2001 04:07:06 -0400
6993              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
6994      Branch: perl
6995            ! os2/os2.c
6996 ____________________________________________________________________________
6997 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
6998         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
6999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7000              Date: Tue, 29 May 2001 04:01:38 -0400
7001              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
7002      Branch: perl
7003            ! hints/os2.sh os2/Makefile.SHs
7004 ____________________________________________________________________________
7005 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
7006         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
7007              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7008              Date: Tue, 29 May 2001 03:50:18 -0400
7009              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
7010      Branch: perl
7011            ! lib/Test/Harness.pm
7012 ____________________________________________________________________________
7013 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
7014         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
7015      Branch: perl
7016            ! lib/utf8_heavy.pl
7017 ____________________________________________________________________________
7018 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
7019         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
7020              From: Hugo <hv@crypt.compulink.co.uk>
7021              Date: Tue, 29 May 2001 03:03:45 +0100
7022              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
7023              
7024              Explanation why the $@ always gets the UTF8 flag when under use utf8--
7025              because we told it to have the flag when under use utf8.
7026      Branch: perl
7027            ! pp_ctl.c
7028 ____________________________________________________________________________
7029 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
7030         Log: At least a partial fix for 20010528.004.
7031      Branch: perl
7032            ! lib/utf8_heavy.pl
7033 ____________________________________________________________________________
7034 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
7035         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
7036              From: Nicholas Clark <nick@ccl4.org> 
7037              Date: Mon, 28 May 2001 23:39:38 +0100
7038              Message-ID: <20010528233938.M86445@plum.flirble.org>
7039              
7040              More portable non-zero UV.
7041      Branch: perl
7042            ! t/lib/extutils.t
7043 ____________________________________________________________________________
7044 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
7045         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
7046              From: Nicholas Clark <nick@ccl4.org>
7047              Date: Mon, 28 May 2001 22:46:09 +0100
7048              Message-ID: <20010528224608.L86445@plum.flirble.org>
7049              
7050              Test also "make clean".
7051      Branch: perl
7052            ! t/lib/extutils.t
7053 ____________________________________________________________________________
7054 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
7055         Log: Subject: Re: Would -Wno-unused -Wall be better?
7056              From: Michael G Schwern <schwern@pobox.com>
7057              Date: Tue, 29 May 2001 00:55:54 +0100
7058              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
7059      Branch: perl
7060            ! pp.h
7061 ____________________________________________________________________________
7062 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
7063         Log: Add a test for 20010528.007, fixed in #10272.
7064      Branch: perl
7065            ! t/op/misc.t toke.c
7066 ____________________________________________________________________________
7067 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
7068         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
7069              From: Hugo <hv@crypt.compulink.co.uk>
7070              Date: Tue, 29 May 2001 00:23:23 +0100
7071              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
7072      Branch: perl
7073            ! toke.c
7074 ____________________________________________________________________________
7075 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
7076         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
7077              From: Michael G Schwern <schwern@pobox.com>
7078              Date: Tue, 29 May 2001 00:42:59 +0100
7079              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
7080      Branch: perl
7081            ! t/pragma/autouse.t
7082 ____________________________________________________________________________
7083 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
7084         Log: Some shells seemingly arrange the signal handlers differently
7085              (bug id 20010521.004).
7086      Branch: perl
7087            ! t/lib/sigaction.t
7088 ____________________________________________________________________________
7089 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
7090         Log: Regen perlmodlib.
7091      Branch: perl
7092            ! pod/perlmodlib.pod
7093 ____________________________________________________________________________
7094 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
7095         Log: Update Changes.
7096      Branch: perl
7097            ! Changes patchlevel.h
7098 ____________________________________________________________________________
7099 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
7100         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
7101              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
7102              Date: Mon, 28 May 2001 14:56:35 -0500
7103              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
7104      Branch: perl
7105            ! pod/perlnewmod.pod
7106 ____________________________________________________________________________
7107 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
7108         Log: Regen toc.
7109      Branch: perl
7110            ! pod/perltoc.pod
7111 ____________________________________________________________________________
7112 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
7113         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
7114              From: "Richard Soderberg" <rs@crystalflame.net>
7115              Date: Mon, 28 May 2001 12:31:23 -0700
7116              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
7117      Branch: perl
7118            ! t/op/splice.t
7119 ____________________________________________________________________________
7120 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
7121         Log: The #10260 was too bold: locales and utf8 still do not mix.
7122      Branch: perl
7123            ! t/pragma/locale.t
7124 ____________________________________________________________________________
7125 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
7126         Log: Subject: [PATCH] Pod nitpicks
7127              From: "Richard Soderberg" <rs@crystalflame.net>
7128              Date: Mon, 28 May 2001 10:08:58 -0700
7129              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
7130      Branch: perl
7131            ! pod/perl571delta.pod pod/perlapi.pod sv.h
7132 ____________________________________________________________________________
7133 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
7134         Log: Upgrade to I18N::LangTags 0.22.
7135      Branch: perl
7136            + lib/I18N/LangTags/List.pod
7137            ! MANIFEST lib/I18N/LangTags.pm
7138 ____________________________________________________________________________
7139 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
7140         Log: A slightly more serious bug found by -Mutf8; op/misc and
7141              lib/complex dumped core.
7142      Branch: perl
7143            ! regexec.c
7144 ____________________________________________________________________________
7145 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
7146         Log: Various buglets shaken out by -Mutf8.
7147      Branch: perl
7148            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
7149            ! t/pragma/locale.t
7150 ____________________________________________________________________________
7151 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
7152         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
7153      Branch: perl
7154            ! t/lib/carp.t
7155 ____________________________________________________________________________
7156 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
7157         Log: Subject: [PATCH] todo patch
7158              From: Artur Bergman <artur@contiller.se> 
7159              Date: Mon, 28 May 2001 17:03:51 +0200
7160              Message-ID: <B7383577.F34%artur@contiller.se>
7161      Branch: perl
7162            ! pod/perltodo.pod
7163 ____________________________________________________________________________
7164 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
7165         Log: Subject: typo in perlguts.pod
7166              From: "John P. Linderman" <jpl@research.att.com>
7167              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
7168              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
7169      Branch: perl
7170            ! pod/perlguts.pod
7171 ____________________________________________________________________________
7172 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
7173         Log: Subject: AIX and gcc (moving targets)
7174              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7175              Date: Mon, 28 May 2001 12:54:04 +0200
7176              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
7177      Branch: perl
7178            ! hints/aix.sh
7179 ____________________________________________________________________________
7180 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
7181         Log: Subject: Re: perlio + multiple perl_alloc..destruct
7182              From: Doug MacEachern <dougm@covalent.net>
7183              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
7184              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
7185      Branch: perl
7186            ! perlio.c
7187 ____________________________________________________________________________
7188 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
7189         Log: The #10251 wasn't quite up-to-the-code.
7190      Branch: perl
7191            ! t/op/misc.t
7192 ____________________________________________________________________________
7193 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
7194         Log: Test case for bug 20010526.004, fixed in #10252.
7195      Branch: perl
7196            ! t/op/taint.t
7197 ____________________________________________________________________________
7198 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
7199         Log: Subject: Re: [ID 20010526.004] Taint looses value
7200              From: Hugo <hv@crypt.compulink.co.uk>
7201              Date: Sun, 27 May 2001 20:39:32 +0100
7202              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
7203      Branch: perl
7204            ! sv.c
7205 ____________________________________________________________________________
7206 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
7207         Log: Test case for 20010422.005, fixed by #10250.
7208      Branch: perl
7209            ! t/op/misc.t
7210 ____________________________________________________________________________
7211 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
7212         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
7213              From: Spider Boardman <spider@Orb.Nashua.NH.US>
7214              Date: Mon, 28 May 2001 06:39:12 -0400
7215              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
7216      Branch: perl
7217            ! toke.c
7218 ____________________________________________________________________________
7219 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
7220         Log: Linerewrapping.
7221      Branch: perl
7222            ! lib/open.pm
7223 ____________________________________________________________________________
7224 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
7225         Log: Updates on the modules list.
7226      Branch: perl
7227            ! t/lib/1_compile.t
7228 ____________________________________________________________________________
7229 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
7230         Log: Add a test for PerlIO.
7231              
7232              (I probably got the crlf/raw thing wrong for clrfy platforms...)
7233      Branch: perl
7234            + t/lib/perlio.t
7235            ! MANIFEST lib/PerlIO.pm
7236 ____________________________________________________________________________
7237 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
7238         Log: Add a test for carp et alia.
7239      Branch: perl
7240            + t/lib/carp.t
7241            ! MANIFEST
7242 ____________________________________________________________________________
7243 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
7244         Log: Adding the new test would be swell.
7245      Branch: perl
7246            + t/pragma/autouse.t
7247 ____________________________________________________________________________
7248 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
7249         Log: Add a test for the autouse pragma.
7250      Branch: perl
7251            ! MANIFEST
7252 ____________________________________________________________________________
7253 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
7254         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
7255              From: dLux <dlux@spam.sch.bme.hu>
7256              Date: Sun, 27 May 2001 16:14:26 +0200
7257              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
7258      Branch: perl
7259            ! lib/autouse.pm
7260 ____________________________________________________________________________
7261 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
7262         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
7263              From: "Richard Soderberg" <rs@crystalflame.net>
7264              Date: Mon, 28 May 2001 03:56:36 -0700
7265              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
7266      Branch: perl
7267            ! utils/dprofpp.PL
7268 ____________________________________________________________________________
7269 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
7270         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
7271              From: "Stephen P. Potter" <spp@spotter.yi.org>
7272              Date: Tue, 22 May 2001 11:40:25 -0400
7273              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
7274              
7275              Subject: Re: [ID 20010522.003] Time::Local module bug
7276              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
7277              Date: Tue, 22 May 2001 11:50:19 -0400
7278              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
7279      Branch: perl
7280            ! lib/Time/Local.pm
7281 ____________________________________________________________________________
7282 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
7283         Log: The PERL_DL_NONLAZY can have whitespace in front.
7284      Branch: perl
7285            ! t/lib/extutils.t
7286 ____________________________________________________________________________
7287 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
7288         Log: Document strftime() and strptime().
7289      Branch: perl
7290            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
7291 ____________________________________________________________________________
7292 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
7293         Log: Make Time::Piece::strptime() to be a function, not a method.
7294      Branch: perl
7295            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
7296 ____________________________________________________________________________
7297 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
7298         Log: Tweak the test to be more portable.
7299      Branch: perl
7300            ! t/lib/extutils.t
7301 ____________________________________________________________________________
7302 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
7303         Log: Subject: PATCH: Re: Re: Attributes that tie
7304              From: Leon Brocard <acme@astray.com>
7305              Date: Sun, 27 May 2001 12:37:29 +0100
7306              Message-ID: <20010527123729.A22663@ns0.astray.com>
7307              
7308              Document that variable attributes are not currently usable
7309              for tieing.  (An ugly limitation that should be fixed.)
7310      Branch: perl
7311            ! lib/attributes.pm
7312 ____________________________________________________________________________
7313 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
7314         Log: Microperl tweaks.
7315      Branch: perl
7316            ! Makefile.micro uconfig.h uconfig.sh
7317 ____________________________________________________________________________
7318 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
7319         Log: Add make target for microperl (kind of silly, but convenient).
7320      Branch: perl
7321            ! Makefile.SH
7322 ____________________________________________________________________________
7323 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
7324         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
7325              for microperl.)
7326      Branch: perl
7327            ! doio.c
7328 ____________________________________________________________________________
7329 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
7330         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
7331              From: rspier@pobox.com (Robert Spier)
7332              Date: Sat, 26 May 2001 20:05:23 -0400
7333              Message-ID: <15120.17603.148648.12430@rls.cx>
7334              
7335              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
7336              From: rspier@pobox.com (Robert Spier)
7337              Date: Sun, 27 May 2001 00:23:12 -0400
7338              Message-ID: <15120.33072.511966.767230@rls.cx>
7339      Branch: perl
7340            ! doio.c pod/perlfunc.pod
7341 ____________________________________________________________________________
7342 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
7343         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
7344      Branch: perl
7345            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
7346 ____________________________________________________________________________
7347 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
7348         Log: Add README.tru64.
7349      Branch: perl
7350            + README.tru64
7351 ____________________________________________________________________________
7352 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
7353         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
7354      Branch: perl
7355            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7356            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
7357            ! MANIFEST
7358 ____________________________________________________________________________
7359 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
7360         Log: Integrate I18N::LangTags from Sean Burke.
7361              
7362              TODO: the language list from RFC 3066 needs to be integrated
7363              and made available somehow.  The list is included in the
7364              I18N-LangTags 0.21 distribution, but it is undocumented
7365              and unconnected to the module.
7366      Branch: perl
7367            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
7368            ! MANIFEST
7369 ____________________________________________________________________________
7370 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
7371         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
7372              envisioned by Sarathy.
7373      Branch: perl
7374            ! t/op/ver.t toke.c
7375 ____________________________________________________________________________
7376 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
7377         Log: Subject: [ID 20010525.001] Pod typo nits fixed
7378              From: lvirden@cas.org
7379              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
7380              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
7381              
7382              minus the perlsolaris decimation plus the
7383              
7384              Subject: Re: [ID 20010525.001] Pod typo nits fixed
7385              From: "Philip Newton" <Philip.Newton@gmx.net>
7386              Date: Fri, 25 May 2001 18:05:55 +0200
7387              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
7388      Branch: perl
7389            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
7390            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
7391            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
7392            ! pod/perlutil.pod pod/perlxstut.pod
7393 ____________________________________________________________________________
7394 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
7395         Log: return clauses are nice.
7396      Branch: perl
7397            ! sv.c
7398 ____________________________________________________________________________
7399 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
7400         Log: Subject: change 10199 backwards?
7401              From: Doug MacEachern <dougm@covalent.net>
7402              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
7403              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
7404      Branch: perl
7405            ! sv.c
7406 ____________________________________________________________________________
7407 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
7408         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
7409              From: Hugo <hv@crypt.compulink.co.uk>
7410              Date: Sat, 26 May 2001 17:05:12 +0100
7411              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
7412      Branch: perl
7413            + t/op/gmagic.t
7414            ! MANIFEST doop.c embed.h embed.pl global.sym
7415            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
7416            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
7417 ____________________________________________________________________________
7418 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
7419         Log: Regen headers for #10221.
7420      Branch: perl
7421            ! global.sym objXSUB.h perlapi.c
7422 ____________________________________________________________________________
7423 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
7424         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
7425              From: Juha Laiho <juha.laiho@Elma.Net>
7426              Date: Thu, 3 May 2001 09:51:30 +0300
7427              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
7428      Branch: perl
7429            ! embed.pl
7430 ____________________________________________________________________________
7431 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
7432         Log: Subject: Re: [PATCH] Re: stability of sort()?
7433              From: "John P. Linderman" <jpl@research.att.com>
7434              Date: Sat, 26 May 2001 13:27:19 -0400
7435              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
7436      Branch: perl
7437            ! pod/perlfunc.pod
7438 ____________________________________________________________________________
7439 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
7440         Log: Integrate perlio.
7441      Branch: perl
7442           !> pod/perlguts.pod
7443 ____________________________________________________________________________
7444 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
7445         Log: Subject: [PATCH perl@10210] PerlIO for VMS
7446              From: "Craig A. Berry" <craigberry@mac.com>
7447              Date: Sat, 26 May 2001 09:34:11 -0500
7448              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
7449      Branch: perl
7450            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
7451            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
7452            ! vms/vmsish.h
7453 ____________________________________________________________________________
7454 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
7455         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
7456              From: David Dyck <dcd@tc.fluke.com>
7457              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
7458              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
7459      Branch: perl
7460            ! lib/perl5db.pl
7461 ____________________________________________________________________________
7462 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
7463         Log: Subject: utf8 regexp tests
7464              From: Hugo <hv@crypt.compulink.co.uk>
7465              Date: Fri, 25 May 2001 22:35:01 +0100
7466              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
7467      Branch: perl
7468            ! t/op/regexp.t
7469 ____________________________________________________________________________
7470 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
7471         Log: Subject: [PATCH] Re: stability of sort()?
7472              From: Nicholas Clark <nick@ccl4.org>
7473              Date: Fri, 25 May 2001 22:40:19 +0100
7474              Message-ID: <20010525224019.B86445@plum.flirble.org>
7475      Branch: perl
7476            ! pod/perlfunc.pod
7477 ____________________________________________________________________________
7478 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
7479         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
7480              From: John Peacock <jpeacock@rowman.com>
7481              Date: Thu, 24 May 2001 22:14:01 -0400
7482              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
7483      Branch: perl
7484            ! mg.c scope.c sv.c
7485 ____________________________________________________________________________
7486 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
7487         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
7488              From: Nicholas Clark <nick@ccl4.org>
7489              Date: Sun, 20 May 2001 19:24:13 +0100
7490              Message-ID: <20010520192413.G83222@plum.flirble.org>
7491      Branch: perl
7492            + lib/ExtUtils/Constant.pm t/lib/extutils.t
7493            ! MANIFEST utils/h2xs.PL
7494 ____________________________________________________________________________
7495 [ 10212] By: nick                                  on 2001/05/26  09:49:28
7496         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
7497              add a few more notes there on use of mortals on the stack.
7498      Branch: perlio
7499            ! pod/perlguts.pod
7500 ____________________________________________________________________________
7501 [ 10211] By: nick                                  on 2001/05/26  09:05:36
7502         Log: Integrate mainline
7503      Branch: perlio
7504           +> t/lib/fcntl.t t/pragma/vars.t
7505           !> (integrate 49 files)
7506 ____________________________________________________________________________
7507 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
7508         Log: Update Changes.
7509      Branch: perl
7510            ! Changes patchlevel.h
7511 ____________________________________________________________________________
7512 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
7513         Log: Based on
7514              
7515              Subject: [PATCH pp.c] Wrapping pack("C",256)
7516              From: Simon Cozens <simon@netthink.co.uk>
7517              Date: Sat, 12 May 2001 17:58:41 +0100
7518              Message-ID: <20010512175841.A6132@netthink.co.uk>
7519      Branch: perl
7520            ! pod/perldiag.pod pp.c t/pragma/warn/pp
7521 ____________________________________________________________________________
7522 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
7523         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
7524              From: "Brendan O'Dea" <bod@compusol.com.au>
7525              Date: Fri, 25 May 2001 11:18:29 +1000
7526              Message-ID: <20010525111829.A28411@compusol.com.au>
7527              
7528              (Slightly modified.)
7529      Branch: perl
7530            ! lib/Term/Cap.pm
7531 ____________________________________________________________________________
7532 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
7533         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
7534              From: Hugo <hv@crypt.compulink.co.uk>
7535              Date: Fri, 25 May 2001 02:13:25 +0100
7536              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
7537      Branch: perl
7538            ! t/op/misc.t
7539 ____________________________________________________________________________
7540 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
7541         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
7542              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
7543              Date: Fri, 25 May 2001 10:25:36 +0900
7544              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
7545      Branch: perl
7546            ! regcomp.c regexec.c
7547 ____________________________________________________________________________
7548 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
7549         Log: Subject: [PATCH #2] stash autovivification and method call error messages
7550              From: Ilmari Karonen <iltzu@sci.fi>
7551              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
7552              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
7553      Branch: perl
7554            ! gv.c pp_hot.c t/op/method.t
7555 ____________________________________________________________________________
7556 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
7557         Log: Add make target and documentation for gprof profiling.
7558      Branch: perl
7559            ! Makefile.SH pod/perlhack.pod
7560 ____________________________________________________________________________
7561 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
7562         Log: Subject: Don't think about UTF8 
7563              From: Mike Guy <mjtg@cam.ac.uk> 
7564              Date: Tue, 22 May 2001 14:35:39 +0100
7565              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
7566      Branch: perl
7567            ! sv.h
7568 ____________________________________________________________________________
7569 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
7570         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
7571              From: Geraint A Edwards <gedge@serf.org> 
7572              Date: Thu, 24 May 2001 22:51:24 +0100
7573              Message-Id: <20010524225124.A34981@cymru.serf.org>
7574      Branch: perl
7575            ! x2p/find2perl.PL
7576 ____________________________________________________________________________
7577 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
7578         Log: DB_File has its own attribute story.
7579      Branch: perl
7580            ! ext/DB_File/DB_File.xs
7581 ____________________________________________________________________________
7582 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
7583         Log: Subject: Re: Making perl with -Wall
7584              From: Andy Dougherty <doughera@lafayette.edu>
7585              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
7586              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
7587      Branch: perl
7588            ! perl.h
7589 ____________________________________________________________________________
7590 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
7591         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
7592              From: "Richard Soderberg" <rs@crystalflame.net>
7593              Date: Thu, 24 May 2001 08:58:16 -0700
7594              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
7595      Branch: perl
7596            ! sv.c
7597 ____________________________________________________________________________
7598 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
7599         Log: IV/UV casting fixes from Nicholas Clark.
7600      Branch: perl
7601            ! perl.h pp_sys.c util.c
7602 ____________________________________________________________________________
7603 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
7604         Log: Subject: Re: Making perl with -Wall
7605              From: Michael G Schwern <schwern@pobox.com>
7606              Date: Thu, 24 May 2001 15:40:28 +0100
7607              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
7608      Branch: perl
7609            ! malloc.c perl.h
7610 ____________________________________________________________________________
7611 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
7612         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
7613              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7614              Date: Tue, 22 May 2001 11:49:37 +0200
7615              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
7616      Branch: metaconfig
7617            ! U/modified/Oldsym.U
7618      Branch: metaconfig/U/perl
7619            ! patchlevel.U
7620      Branch: perl
7621            ! Configure config_h.SH myconfig.SH
7622 ____________________________________________________________________________
7623 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
7624         Log: Under versiononly install also the scripts with the version suffix.
7625              (e.g. .../bin/h2xs5.7.1)
7626      Branch: perl
7627            ! installperl
7628 ____________________________________________________________________________
7629 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
7630         Log: Subject: [PATCH] Stop segfault in mg.c:636
7631              From: "Richard Soderberg" <rs@crystalflame.net>
7632              Date: Thu, 24 May 2001 05:51:52 -0700
7633              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
7634      Branch: perl
7635            ! mg.c
7636 ____________________________________________________________________________
7637 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
7638         Log: Iteration continues; hopefully convergently.
7639      Branch: perl
7640            ! t/lib/b-stash.t
7641 ____________________________________________________________________________
7642 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
7643         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
7644              From: Gisle Aas <gisle@ActiveState.com>
7645              Date: 23 May 2001 16:13:10 -0700
7646              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
7647      Branch: perl
7648            ! op.c toke.c
7649 ____________________________________________________________________________
7650 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
7651         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
7652              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7653              Date: Thu, 24 May 2001 05:05:22 -0500
7654              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
7655      Branch: perl
7656            ! lib/dumpvar.pl lib/perl5db.pl
7657 ____________________________________________________________________________
7658 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
7659         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
7660              From: David Dyck <dcd@tc.fluke.com>
7661              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
7662              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
7663      Branch: perl
7664            ! lib/perl5db.pl
7665 ____________________________________________________________________________
7666 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
7667         Log: Tiny pod nits on READMEs, mostly whitespace issues.
7668      Branch: perl
7669            ! README.amiga README.dos README.macos README.mpeix README.vmesa
7670            ! README.win32
7671 ____________________________________________________________________________
7672 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
7673         Log: The DG/UX part of the 20010521.005.
7674      Branch: perl
7675            ! README.dgux
7676 ____________________________________________________________________________
7677 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
7678         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
7679              From: Hugo <hv@crypt.compulink.co.uk>
7680              Date: Mon, 21 May 2001 16:32:02 +0100
7681              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
7682      Branch: perl
7683            ! regcomp.c t/op/misc.t
7684 ____________________________________________________________________________
7685 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
7686         Log: Subject: [PATCH] Extra UNIVERSAL tests
7687              From: Mike Guy <mjtg@cam.ac.uk>
7688              Date: Wed, 23 May 2001 12:29:20 +0100
7689              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
7690      Branch: perl
7691            ! t/op/universal.t
7692 ____________________________________________________________________________
7693 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
7694         Log: Subject: [PATCH] Remove EQ keyword
7695              From: Mike Guy <mjtg@cam.ac.uk>
7696              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
7697              Date: Wed, 23 May 2001 11:17:29 +0100
7698      Branch: perl
7699            ! keywords.h keywords.pl
7700 ____________________________________________________________________________
7701 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
7702         Log: Subject: [PATCH] lib/perl5db.pl
7703              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7704              Date: Wed, 23 May 2001 02:18:03 -0500
7705              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
7706      Branch: perl
7707            ! lib/perl5db.pl
7708 ____________________________________________________________________________
7709 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
7710         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
7711              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
7712              Date: Tue, 22 May 2001 23:34:41 -0500
7713              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
7714      Branch: perl
7715            ! lib/Term/Cap.pm
7716 ____________________________________________________________________________
7717 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
7718         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
7719              From: davem@fdgroup.co.uk
7720              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
7721              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
7722      Branch: perl
7723            ! emacs/e2ctags.pl
7724 ____________________________________________________________________________
7725 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
7726         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
7727              From: Michael G Schwern <schwern@pobox.com>
7728              Date: Tue, 22 May 2001 14:15:09 +0100
7729              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
7730      Branch: perl
7731            ! lib/vars.pm
7732 ____________________________________________________________________________
7733 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
7734         Log: Subject: [PATCH lib/vars.pm] Odd code nit
7735              From: Michael G Schwern <schwern@pobox.com>
7736              Date: Tue, 22 May 2001 14:14:28 +0100
7737              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
7738      Branch: perl
7739            ! lib/vars.pm
7740 ____________________________________________________________________________
7741 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
7742         Log: Use the new use vars feature.
7743      Branch: perl
7744            ! t/lib/b-stash.t
7745 ____________________________________________________________________________
7746 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
7747         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
7748              From: Mike Guy <mjtg@cam.ac.uk>
7749              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
7750              Date: Tue, 22 May 2001 13:11:39 +0100
7751      Branch: perl
7752            + t/pragma/vars.t
7753            ! MANIFEST lib/vars.pm t/lib/1_compile.t
7754 ____________________________________________________________________________
7755 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
7756         Log: -qlongdouble considered harmful by Merijn.
7757      Branch: perl
7758            ! hints/aix.sh
7759 ____________________________________________________________________________
7760 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
7761         Log: Update Changes.
7762      Branch: perl
7763            ! Changes patchlevel.h
7764 ____________________________________________________________________________
7765 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
7766         Log: Add a test of its very own for Fcntl.  Hopefully portable.
7767      Branch: perl
7768            + t/lib/fcntl.t
7769            ! MANIFEST
7770 ____________________________________________________________________________
7771 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
7772         Log: Must be trickier for 'minitest' not to die.
7773      Branch: perl
7774            ! t/op/taint.t
7775 ____________________________________________________________________________
7776 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
7777         Log: Can't declare other people's variables.
7778      Branch: perl
7779            ! t/lib/b-stash.t
7780 ____________________________________________________________________________
7781 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
7782         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
7783      Branch: perl
7784            ! doio.c t/op/taint.t
7785 ____________________________________________________________________________
7786 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
7787         Log: The OS/2 variable needs to be declared.
7788      Branch: perl
7789            ! t/lib/b-stash.t
7790 ____________________________________________________________________________
7791 [ 10170] By: nick                                  on 2001/05/20  16:48:29
7792         Log: Integrate mainline
7793      Branch: perlio
7794           !> (integrate 41 files)
7795 ____________________________________________________________________________
7796 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
7797         Log: Small perlsec updates: clarify the taintedness of filename
7798              globbing; suggest using Scalar::Util::tainted().
7799      Branch: perl
7800            ! pod/perlsec.pod
7801 ____________________________________________________________________________
7802 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
7803         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
7804              From: Dave Mitchell <davem@fdgroup.co.uk>
7805              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
7806              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
7807      Branch: perl
7808            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
7809            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
7810            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
7811            ! xsutils.c
7812 ____________________________________________________________________________
7813 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
7814         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
7815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7816              Date: Sat, 19 May 2001 04:08:46 -0400
7817              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
7818      Branch: perl
7819            ! lib/ExtUtils/Mksymlists.pm makedef.pl
7820 ____________________________________________________________________________
7821 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
7822         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
7823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7824              Date: Sat, 19 May 2001 04:30:45 -0400
7825              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
7826      Branch: perl
7827            ! os2/os2.c
7828 ____________________________________________________________________________
7829 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
7830         Log: Subject: [PATCH 5.6.1] build bugs OS/2
7831              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7832              Date: Sat, 19 May 2001 04:35:28 -0400
7833              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
7834      Branch: perl
7835            ! os2/Makefile.SHs os2/os2.c
7836 ____________________________________________________________________________
7837 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
7838         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
7839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7840              Date: Sat, 19 May 2001 04:04:23 -0400
7841              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
7842              
7843              (In bleadperl patched b-stash.t instead of b.t)
7844      Branch: perl
7845            ! t/lib/b-stash.t t/lib/bigfltpm.t
7846 ____________________________________________________________________________
7847 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
7848         Log: Subject: [PATCH 5.6.1] perl5db
7849              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7850              Date: Sat, 19 May 2001 03:49:09 -0400
7851              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
7852      Branch: perl
7853            ! lib/perl5db.pl
7854 ____________________________________________________________________________
7855 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
7856         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
7857              From: Gisle Aas <gisle@ActiveState.com>
7858              Date: 18 May 2001 14:24:51 -0700
7859              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
7860      Branch: perl
7861            ! pp_ctl.c
7862 ____________________________________________________________________________
7863 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
7864         Log: Subject: [PATCH] Chomp should not always stringify
7865              From: Gisle Aas <gisle@ActiveState.com>
7866              Date: 18 May 2001 07:55:25 -0700
7867              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
7868      Branch: perl
7869            ! doop.c t/op/chop.t
7870 ____________________________________________________________________________
7871 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
7872         Log: Integrate perlio.
7873      Branch: perl
7874           !> pod/perlfunc.pod
7875 ____________________________________________________________________________
7876 [ 10159] By: nick                                  on 2001/05/20  09:39:46
7877         Log: Document some more of open's features.
7878      Branch: perlio
7879            ! pod/perlfunc.pod
7880 ____________________________________________________________________________
7881 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
7882         Log: back out change#10153 (it has compatibility issues such as the
7883              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
7884              benefit for 5.6.x doesn't seem worth the risk)
7885      Branch: maint-5.6/perl
7886            ! toke.c
7887 ____________________________________________________________________________
7888 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
7889         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
7890      Branch: perl
7891            ! x2p/s2p.PL
7892 ____________________________________________________________________________
7893 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
7894         Log: Update Changes.
7895      Branch: perl
7896            ! Changes patchlevel.h
7897 ____________________________________________________________________________
7898 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
7899         Log: Integrate change #10144 from maintperl.
7900              
7901              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
7902      Branch: perl
7903           !> win32/config.bc win32/config.gc win32/config.vc
7904           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7905 ____________________________________________________________________________
7906 [ 10154] By: nick                                  on 2001/05/18  07:23:03
7907         Log: Integrate mainline.
7908      Branch: perlio
7909           +> README.dgux t/lib/i18n-collate.t utils.lst
7910           !> (integrate 49 files)
7911 ____________________________________________________________________________
7912 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
7913         Log: Integrate change #7224 from mainline into maintperl.
7914              
7915              Allow @+ and @- to be doublequoted, from Simon Cozens. 
7916              (Approved by Larry, see Tom's comment in 20000830.005.)
7917      Branch: maint-5.6/perl
7918           !> toke.c
7919 ____________________________________________________________________________
7920 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
7921         Log: Subject: [PATCH bleadperl] small lookbehind fix
7922              From: Hugo <hv@crypt.compulink.co.uk>
7923              Date: Fri, 18 May 2001 00:07:19 +0100
7924              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
7925      Branch: perl
7926            ! regexec.c
7927 ____________________________________________________________________________
7928 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
7929         Log: Detypos.
7930      Branch: perl
7931            ! installman utils.lst
7932 ____________________________________________________________________________
7933 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
7934         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
7935              in 20001222.001.
7936      Branch: perl
7937            ! t/lib/glob-basic.t
7938 ____________________________________________________________________________
7939 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
7940         Log: Subject: [PATCH] Test for bug 20010515.004
7941              From: Benjamin Sugars <bsugars@canoe.ca>
7942              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
7943              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
7944      Branch: perl
7945            ! t/op/misc.t
7946 ____________________________________________________________________________
7947 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
7948         Log: Integrate #10145 from maintperl.
7949              
7950              fix for ID 20010515.004 (needs test)
7951      Branch: perl
7952           !> pp_hot.c
7953 ____________________________________________________________________________
7954 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
7955         Log: Thinko noticed by Doug MacEachern.
7956      Branch: perl
7957            ! thread.h
7958 ____________________________________________________________________________
7959 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
7960         Log: Subject: Re: [PATCH] HERE mark in regex
7961              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7962              Date: Thu, 17 May 2001 12:20:33 -0400
7963              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
7964      Branch: perl
7965            ! t/op/re_tests
7966 ____________________________________________________________________________
7967 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
7968         Log: fix for ID 20010515.004 (needs test)
7969      Branch: maint-5.6/perl
7970            ! pp_hot.c
7971 ____________________________________________________________________________
7972 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
7973         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
7974      Branch: maint-5.6/perl
7975            ! win32/config.bc win32/config.gc win32/config.vc
7976            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7977 ____________________________________________________________________________
7978 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
7979         Log: Macrofy the getspecific (and use it also in util.c)
7980      Branch: perl
7981            ! thread.h util.c
7982 ____________________________________________________________________________
7983 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
7984         Log: Use the unchecked thread-specific key fetch also in Tru64.
7985      Branch: perl
7986            ! thread.h
7987 ____________________________________________________________________________
7988 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
7989         Log: Subject: [PATCH 5.6.1]Quick thread speedup
7990              From: Dan Sugalski <dan@sidhe.org> 
7991              Date: Wed, 16 May 2001 18:05:19 -0400
7992              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
7993      Branch: perl
7994            ! thread.h util.c
7995 ____________________________________________________________________________
7996 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
7997         Log: I think this is quite enough testing for a deprecated feature.
7998      Branch: perl
7999            + t/lib/i18n-collate.t
8000            ! MANIFEST t/lib/1_compile.t
8001 ____________________________________________________________________________
8002 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
8003         Log: More HP-UX lore from Jeff Okamoto.
8004      Branch: perl
8005            ! README.hpux
8006 ____________________________________________________________________________
8007 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
8008         Log: Sort utils.lst for easier maintenance.
8009      Branch: perl
8010            ! utils.lst
8011 ____________________________________________________________________________
8012 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
8013         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8014              From: Tim Jenness <t.jenness@jach.hawaii.edu>
8015              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
8016              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
8017              
8018              Add pod2latex to utils.lst.
8019      Branch: perl
8020            ! MANIFEST utils.lst
8021 ____________________________________________________________________________
8022 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
8023         Log: Subject: Re: [PATCH] HERE mark in regex
8024              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8025              Date: Wed, 16 May 2001 13:04:43 -0400
8026              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
8027      Branch: perl
8028            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
8029            ! t/op/regmesg.t t/pragma/warn/regcomp
8030 ____________________________________________________________________________
8031 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
8032         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8033              From: Simon Cozens <simon@netthink.co.uk>
8034              Date: Wed, 16 May 2001 18:02:08 +0100
8035              Message-ID: <20010516180208.A6458@netthink.co.uk>
8036      Branch: perl
8037            ! installman utils.lst
8038 ____________________________________________________________________________
8039 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
8040         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
8041              From: "Philip Newton" <pnewton@gmx.de>
8042              Date: Tue, 15 May 2001 15:09:30 +0200
8043              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
8044              
8045              Test case for #10128.
8046      Branch: perl
8047            ! t/pragma/warn/pp_hot
8048 ____________________________________________________________________________
8049 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
8050         Log: Update Changes.
8051      Branch: perl
8052            ! Changes patchlevel.h
8053 ____________________________________________________________________________
8054 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
8055         Log: Deprecate pseudo-hashes.
8056      Branch: perl
8057            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
8058 ____________________________________________________________________________
8059 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
8060         Log: HP-UX hints update from Merijn.
8061      Branch: perl
8062            ! hints/hpux.sh
8063 ____________________________________________________________________________
8064 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
8065         Log: README.hpux update from Merijn.
8066      Branch: perl
8067            ! README.hpux
8068 ____________________________________________________________________________
8069 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
8070         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
8071              From: Simon Cozens <simon@netthink.co.uk>
8072              Date: Wed, 16 May 2001 15:57:55 +0100
8073              Message-ID: <20010516155755.A4728@netthink.co.uk>
8074      Branch: perl
8075            + utils.lst
8076            ! MANIFEST installman installperl
8077 ____________________________________________________________________________
8078 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
8079         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
8080              From: "Philip Newton" <pnewton@gmx.de>
8081              Date: Tue, 15 May 2001 16:31:05 +0200
8082              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
8083              
8084              Fix PERL_Y2KWARN test to check before rather than after appending.
8085      Branch: perl
8086            ! pp_hot.c
8087 ____________________________________________________________________________
8088 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
8089         Log: Regen Porting stuff.
8090      Branch: perl
8091            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
8092            ! config_h.SH
8093 ____________________________________________________________________________
8094 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
8095         Log: Metaconfig unit change for #10125.
8096      Branch: metaconfig
8097            ! U/modified/Oldconfig.U
8098 ____________________________________________________________________________
8099 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
8100         Log: Use OSVERS.
8101      Branch: perl
8102            ! Configure config_h.SH perl.c
8103 ____________________________________________________________________________
8104 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
8105         Log: Regen toc.
8106      Branch: perl
8107            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
8108 ____________________________________________________________________________
8109 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
8110         Log: Adding the README.dgux to the MANIFEST would be a good idea.
8111      Branch: perl
8112            ! MANIFEST
8113 ____________________________________________________________________________
8114 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
8115         Log: Move the stack desire definition to thread.h.
8116      Branch: perl
8117            ! ext/Thread/Thread.xs thread.h
8118 ____________________________________________________________________________
8119 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
8120         Log: DG-UX threading patches, including a README.dgux,
8121              from Takis Psarogiannakopoulos.
8122      Branch: perl
8123            + README.dgux
8124            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
8125 ____________________________________________________________________________
8126 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
8127         Log: Subject: [PATCH B::Deparse] More on /x regexes
8128              From: Robin Houston <robin@kitsite.com>
8129              Date: Tue, 15 May 2001 19:09:35 +0100
8130              Message-ID: <20010515190935.A27268@penderel>
8131      Branch: perl
8132            ! ext/B/B/Deparse.pm
8133 ____________________________________________________________________________
8134 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
8135         Log: Document that the core time() may be rounding rather
8136              than truncating, would have saved at least my confusion.
8137      Branch: perl
8138            ! ext/Time/HiRes/HiRes.pm
8139 ____________________________________________________________________________
8140 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
8141         Log: Subject: perl-current/t/time-hires.t
8142              From: John Peacock <jpeacock@rowman.com>
8143              Date: Fri, 11 May 2001 14:09:41 -0400
8144              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
8145      Branch: perl
8146            ! t/lib/time-hires.t
8147 ____________________________________________________________________________
8148 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
8149         Log: Subject: [PATCH dump.c] Op private flags
8150              From: Simon Cozens <simon@netthink.co.uk>
8151              Date: Sun, 13 May 2001 20:20:36 +0100
8152              Message-ID: <20010513202036.A21896@netthink.co.uk>
8153      Branch: perl
8154            ! dump.c
8155 ____________________________________________________________________________
8156 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
8157         Log: Upgrade to Switch 2.03.
8158      Branch: perl
8159            ! lib/Switch.pm
8160 ____________________________________________________________________________
8161 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
8162         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
8163              to PERL_CONFIG_SH and use it consistently.
8164      Branch: maint-5.6/perl
8165           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8166           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
8167           !> myconfig.SH writemain.SH
8168 ____________________________________________________________________________
8169 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
8170         Log: Metaconfig units changes for #10113.
8171      Branch: metaconfig
8172            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
8173 ____________________________________________________________________________
8174 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
8175         Log: The problem described in 20010514.031 still wasn't
8176              fully cured, there were remnants of $CONFIG when
8177              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
8178              to avoid future conflicts.
8179      Branch: perl
8180            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
8181            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
8182            ! myconfig.SH writemain.SH
8183 ____________________________________________________________________________
8184 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
8185         Log: Half of #10107 got lost.
8186      Branch: perl
8187            ! ext/B/B/Deparse.pm
8188 ____________________________________________________________________________
8189 [ 10111] By: nick                                  on 2001/05/15  08:39:14
8190         Log: Integrate mainline.
8191      Branch: perlio
8192           +> ext/POSIX/hints/uts.pl
8193            - Todo Todo-5.6 t/camel-III/vstring.t
8194           !> (integrate 48 files)
8195 ____________________________________________________________________________
8196 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
8197         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
8198              From: Robin Houston <robin@kitsite.com>
8199              Date: Mon, 14 May 2001 22:27:08 +0100
8200              Message-ID: <20010514222708.A22963@penderel>
8201      Branch: perl
8202            ! t/TestInit.pm
8203 ____________________________________________________________________________
8204 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
8205         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
8206              From: Robin Houston <robin@kitsite.com>
8207              Date: Mon, 14 May 2001 22:16:43 +0100
8208              Message-ID: <20010514221643.A22437@penderel>
8209      Branch: perl
8210            ! ext/B/B/Deparse.pm
8211 ____________________________________________________________________________
8212 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
8213         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
8214              From: Robin Houston <robin@kitsite.com>
8215              Date: Mon, 14 May 2001 22:03:44 +0100
8216              Message-ID: <20010514220344.A20643@penderel>
8217      Branch: perl
8218            ! ext/B/B/Deparse.pm
8219 ____________________________________________________________________________
8220 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
8221         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
8222              From: Robin Houston <robin@kitsite.com>
8223              Date: Mon, 14 May 2001 22:10:07 +0100
8224              Message-ID: <20010514221007.A21118@penderel>
8225      Branch: perl
8226            ! ext/B/B/Deparse.pm
8227 ____________________________________________________________________________
8228 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
8229         Log: Fix for 20010514.037; substr() didn't invalidate the locale
8230              collation magic.
8231      Branch: perl
8232            ! pp.c
8233 ____________________________________________________________________________
8234 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
8235         Log: Update Changes.
8236      Branch: perl
8237            ! Changes patchlevel.h
8238 ____________________________________________________________________________
8239 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
8240         Log: Retract #10094.
8241      Branch: perl
8242            ! lib/Pod/Text.pm
8243 ____________________________________________________________________________
8244 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
8245         Log: Integrate change #10100 from maintperl.
8246              
8247              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
8248              bug ID 20010514.027)
8249      Branch: perl
8250           !> mg.c pp_ctl.c
8251 ____________________________________________________________________________
8252 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
8253         Log: Document the deprecatedness of suidperl.
8254      Branch: perl
8255            ! INSTALL pod/perlfaq1.pod
8256 ____________________________________________________________________________
8257 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
8258         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
8259              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
8260              Date: Mon, 14 May 2001 09:38:59 -0400
8261              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
8262      Branch: perl
8263            ! lib/ExtUtils/MM_Unix.pm
8264 ____________________________________________________________________________
8265 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
8266         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
8267              bug ID 20010514.027)
8268              
8269              TODO: this needs a testsuite addition
8270      Branch: maint-5.6/perl
8271            ! mg.c pp_ctl.c
8272 ____________________________________________________________________________
8273 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
8274         Log: More DWIMminess for Class::Struct: calling the array or hash
8275              accessors only with one argument, an array or a hash reference,
8276              sets the underlying array or hash.  This mirrors nicely also
8277              the usage in the constructor.
8278              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
8279      Branch: perl
8280            ! lib/Class/Struct.pm t/lib/class-struct.t
8281 ____________________________________________________________________________
8282 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
8283         Log: Reference cmp'ing should go through the whole stringification
8284              process shebang, as pointed out by Sarathy in #10091.
8285      Branch: perl
8286            ! pp.c
8287 ____________________________________________________________________________
8288 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
8289         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
8290              From: Simon Cozens <simon@netthink.co.uk>
8291              Date: Sat, 12 May 2001 16:36:27 +0100
8292              Message-ID: <20010512163627.A5522@netthink.co.uk>
8293              
8294              with some additions salvaged from Todo and Todo-5.6 before
8295              retiring them.
8296      Branch: perl
8297            - Todo Todo-5.6
8298            ! MANIFEST pod/perltodo.pod
8299 ____________________________________________________________________________
8300 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
8301         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
8302              From: "Golubev I. N." <gin@mo.msk.ru>
8303              Date: Mon, 07 May 2001 14:33:34 (GMT)
8304              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
8305      Branch: perl
8306            ! perl.h
8307 ____________________________________________________________________________
8308 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
8309         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
8310              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
8311              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
8312              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
8313      Branch: perl
8314            ! lib/ExtUtils/MM_Unix.pm
8315 ____________________________________________________________________________
8316 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
8317         Log: (Retracted by #10104.)
8318              
8319              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
8320              From: barries <barries@slaysys.com>
8321              Date: Sat, 12 May 2001 01:28:10 -0400
8322              Message-ID: <20010512012810.B26358@jester.slaysys.com>
8323      Branch: perl
8324            ! lib/Pod/Text.pm
8325 ____________________________________________________________________________
8326 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
8327         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
8328              From: Mike Guy <mjtg@cam.ac.uk>
8329              Date: Sat, 12 May 2001 19:24:33 +0100
8330              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
8331      Branch: perl
8332            ! lib/AutoSplit.pm
8333 ____________________________________________________________________________
8334 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
8335         Log: Yet another HP-UX hints tweak from Merijn.
8336      Branch: perl
8337            ! hints/hpux.sh
8338 ____________________________________________________________________________
8339 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
8340         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
8341              isn't defined (changes#9366,9368,9370 from mainline without the
8342              pp_scmp() change)
8343      Branch: maint-5.6/perl
8344            ! pp.c pp.h pp_hot.c
8345 ____________________________________________________________________________
8346 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
8347         Log: The sorting seems to happen now automatically.
8348      Branch: perl
8349            ! t/lib/glob-basic.t
8350 ____________________________________________________________________________
8351 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
8352         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
8353              From: Benjamin Sugars <bsugars@canoe.ca>
8354              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
8355              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
8356      Branch: perl
8357            ! pod/perlfunc.pod
8358 ____________________________________________________________________________
8359 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
8360         Log: Subject: Re: undef(&foo) does not work for XS functions
8361              From: Doug MacEachern <dougm@covalent.net>
8362              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
8363              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
8364      Branch: perl
8365            ! op.c
8366 ____________________________________________________________________________
8367 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
8368         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
8369              From: Peter Prymmer <pvhp@forte.com>
8370              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
8371              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
8372      Branch: perl
8373            ! t/op/append.t
8374 ____________________________________________________________________________
8375 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
8376         Log: Update Changes.
8377      Branch: perl
8378            ! Changes patchlevel.h
8379 ____________________________________________________________________________
8380 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
8381         Log: Remove the 'asciir' re subpragma.  Should instead implement
8382              the 'physical vs logical' range scheme:
8383              
8384              \xAA-\xCC is a native physical range, you want that range of
8385              codepoints in your native encoding.  In EBCDIC the codepoints
8386              in the gaps (between i-j and r-s) should be included.
8387              
8388              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
8389              codepoints in Unicode.
8390              
8391              a-z is a logical range, you want that range of 'logical' codepoints
8392              in your native encoding.  In EBCDIC the codepoints in the gaps
8393              (between i-j and r-s) should not be included.
8394              
8395              Mixed cases (a-\xAA, etc) should either be errors, or maybe
8396              the 'logical' endpoints should be converted to native/Unicode
8397              codepoints, and the range handled as a physical range.
8398              
8399              'Logical endpoints' are to be recognized only in the A-Z, a-z,
8400              and 0-9 ranges.  Probably a warning should be given for mixed
8401              cases like A-z or a-9 (since such expressions are encoding
8402              dependent), with a recommendation to use physical ranges.
8403      Branch: perl
8404            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
8405            ! t/op/regexp.t
8406 ____________________________________________________________________________
8407 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
8408         Log: Make the test to cleanup the test directory tree
8409              both before and after the testing so that we always
8410              have a clean slate to work with.
8411      Branch: perl
8412            ! t/lib/filefind.t
8413 ____________________________________________________________________________
8414 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
8415         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
8416              From: Jon Eveland <jweveland@yahoo.com>
8417              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
8418              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
8419      Branch: perl
8420            ! pod/perlfunc.pod
8421 ____________________________________________________________________________
8422 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
8423         Log: Merge the camel-III/vstring.t with op/ver.t.
8424      Branch: perl
8425            - t/camel-III/vstring.t
8426            ! MANIFEST t/TEST t/harness t/op/ver.t
8427 ____________________________________________________________________________
8428 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
8429         Log: Add test.deparse make target.
8430      Branch: perl
8431            ! Makefile.SH
8432 ____________________________________________________________________________
8433 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
8434         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
8435              From: Robin Houston <robin@kitsite.com>
8436              Date: Fri, 11 May 2001 12:02:22 +0100
8437              Message-ID: <20010511120222.A11529@penderel>
8438      Branch: perl
8439            ! ext/B/B/Deparse.pm t/op/method.t
8440 ____________________________________________________________________________
8441 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
8442         Log: A nicely working combination for UTS from Hal Morris.
8443      Branch: perl
8444            + ext/POSIX/hints/uts.pl
8445            ! MANIFEST hints/uts.sh
8446 ____________________________________________________________________________
8447 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
8448         Log: i_ieeefp=undef for UTS.
8449      Branch: perl
8450            ! hints/uts.sh
8451 ____________________________________________________________________________
8452 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
8453         Log: Subject: RE: rand(0) is rand(1)
8454              From: Larry Shatzer <lshatzer@islanddata.com>
8455              Date: Thu, 10 May 2001 11:09:27 -0700
8456              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
8457      Branch: perl
8458            ! pod/perlfunc.pod
8459 ____________________________________________________________________________
8460 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
8461         Log: Subject: [patch] make op_{clear,null} public
8462              From: Doug MacEachern <dougm@covalent.net>
8463              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
8464              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
8465      Branch: perl
8466            ! embed.h embed.pl op.c proto.h
8467 ____________________________________________________________________________
8468 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
8469         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
8470              From: Robin Houston <robin@kitsite.com>
8471              Date: Thu, 10 May 2001 18:54:59 +0100
8472              Message-ID: <20010510185459.A5995@penderel>
8473      Branch: perl
8474            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
8475 ____________________________________________________________________________
8476 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
8477         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
8478              From: Robin Houston <robin@kitsite.com>
8479              Date: Thu, 10 May 2001 12:56:39 +0100
8480              Message-ID: <20010510125639.A2119@penderel>
8481      Branch: perl
8482            ! ext/B/B/Deparse.pm
8483 ____________________________________________________________________________
8484 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
8485         Log: Retract #10070, not ready yet.
8486      Branch: perl
8487            ! ext/B/B/Deparse.pm
8488 ____________________________________________________________________________
8489 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
8490         Log: The metaconfig unit change for #10071.
8491      Branch: metaconfig
8492            ! U/modified/mallocsrc.U
8493 ____________________________________________________________________________
8494 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
8495         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
8496      Branch: perl
8497            ! Configure
8498 ____________________________________________________________________________
8499 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
8500         Log: (Retracted by #10073)
8501              
8502              Subject: Re: [PATCH t/TEST] B::Deparse tester 
8503              From: Hugo <hv@crypt.compulink.co.uk>
8504              Date: Thu, 10 May 2001 05:48:09 +0100
8505              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
8506      Branch: perl
8507            ! ext/B/B/Deparse.pm
8508 ____________________________________________________________________________
8509 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
8510         Log: Add a for(func()) test.
8511      Branch: perl
8512            ! t/cmd/for.t
8513 ____________________________________________________________________________
8514 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
8515         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
8516              From: Robin Houston <robin@kitsite.com>
8517              Date: Thu, 10 May 2001 13:50:08 +0100
8518              Message-ID: <20010510135008.A2454@penderel>
8519      Branch: perl
8520            ! ext/B/B/Deparse.pm
8521 ____________________________________________________________________________
8522 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
8523         Log: A thinko in #10065.
8524      Branch: perl
8525            ! hv.c
8526 ____________________________________________________________________________
8527 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
8528         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
8529              From: Robin Houston <robin@kitsite.com>
8530              Date: Thu, 10 May 2001 02:10:34 +0100
8531              Message-ID: <20010510021034.A19421@penderel>
8532      Branch: perl
8533            ! ext/B/B.xs ext/B/B/Deparse.pm
8534 ____________________________________________________________________________
8535 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
8536         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
8537              From: Doug MacEachern <dougm@covalent.net>
8538              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
8539              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
8540      Branch: perl
8541            ! hv.c
8542 ____________________________________________________________________________
8543 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
8544         Log: One more workaround for the UTS compiler from Hal Morris.
8545      Branch: perl
8546            ! perl.h
8547 ____________________________________________________________________________
8548 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
8549         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
8550              From: Robin Houston <robin@kitsite.com>
8551              Date: Thu, 10 May 2001 01:02:08 +0100
8552              Message-ID: <20010510010208.A18200@penderel>
8553      Branch: perl
8554            ! ext/B/B/Debug.pm
8555 ____________________________________________________________________________
8556 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
8557         Log: Subject: [PATCH] Simplify deb_curcv() a bit
8558              From: Benjamin Sugars <bsugars@canoe.ca>
8559              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
8560              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
8561      Branch: perl
8562            ! run.c
8563 ____________________________________________________________________________
8564 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
8565         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
8566              From: Benjamin Sugars <bsugars@canoe.ca>
8567              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
8568              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
8569      Branch: perl
8570            ! t/lib/io_scalar.t
8571 ____________________________________________________________________________
8572 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
8573         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
8574              From: Peter Prymmer <pvhp@forte.com>
8575              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
8576              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
8577      Branch: perl
8578            ! t/lib/md5-file.t
8579 ____________________________________________________________________________
8580 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
8581         Log: Subject: [PATCH t/TEST] B::Deparse tester
8582              From: Robin Houston <robin@kitsite.com>
8583              Date: Wed, 9 May 2001 19:17:50 +0100
8584              Message-ID: <20010509191750.A16940@penderel>
8585      Branch: perl
8586            ! ext/B/O.pm t/TEST
8587 ____________________________________________________________________________
8588 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
8589         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
8590              From: Jeff Pinyan <jeffp@crusoe.net>
8591              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
8592              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
8593      Branch: perl
8594            ! lib/Pod/Html.pm
8595 ____________________________________________________________________________
8596 [ 10057] By: nick                                  on 2001/05/09  18:37:56
8597         Log: Integrate mainline.
8598      Branch: perlio
8599           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
8600           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
8601 ____________________________________________________________________________
8602 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
8603         Log: Update Changes.
8604      Branch: perl
8605            ! Changes patchlevel.h
8606 ____________________________________________________________________________
8607 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
8608         Log: Integrate perlio.
8609      Branch: perl
8610           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
8611 ____________________________________________________________________________
8612 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
8613         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
8614              From: Benjamin Sugars <bsugars@canoe.ca>
8615              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
8616              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
8617      Branch: perl
8618            ! perlio.c
8619 ____________________________________________________________________________
8620 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
8621         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
8622              From: Benjamin Sugars <bsugars@canoe.ca>
8623              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
8624              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
8625      Branch: perl
8626            ! ext/PerlIO/Scalar/Scalar.xs
8627 ____________________________________________________________________________
8628 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
8629         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
8630              From: Jeff Pinyan <jeffp@crusoe.net>
8631              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
8632              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
8633      Branch: perl
8634            ! lib/Pod/Html.pm
8635 ____________________________________________________________________________
8636 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
8637         Log: EPOC tweak from Olaf Flebbe.
8638      Branch: perl
8639            ! epoc/epocish.h
8640 ____________________________________________________________________________
8641 [ 10050] By: nick                                  on 2001/05/09  14:37:57
8642         Log: win32, regen_config_h
8643      Branch: perlio
8644            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
8645 ____________________________________________________________________________
8646 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
8647         Log: Integrate perlio.
8648      Branch: perl
8649           !> pp_sys.c
8650 ____________________________________________________________________________
8651 [ 10048] By: nick                                  on 2001/05/09  11:59:50
8652         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
8653              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
8654      Branch: perlio
8655            ! pp_sys.c
8656 ____________________________________________________________________________
8657 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
8658         Log: Integrate perlio.
8659      Branch: perl
8660           !> run.c
8661 ____________________________________________________________________________
8662 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
8663         Log: Subject: Re: Less warnings during configure
8664              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8665              Date: Wed, 09 May 2001 13:12:49 +0200
8666              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
8667      Branch: perl
8668            ! hints/hpux.sh
8669 ____________________________________________________________________________
8670 [ 10045] By: nick                                  on 2001/05/09  09:56:59
8671         Log: MULTIPLICITY/DEBUGGING build fix.
8672      Branch: perlio
8673            ! run.c
8674 ____________________________________________________________________________
8675 [ 10044] By: nick                                  on 2001/05/09  09:46:37
8676         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
8677      Branch: perlio
8678           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
8679            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
8680           !> (integrate 65 files)
8681 ____________________________________________________________________________
8682 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
8683         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
8684              From: Robin Houston <robin@kitsite.com>
8685              Date: Tue, 8 May 2001 19:38:00 +0100
8686              Message-ID: <20010508193800.A4389@penderel>
8687              
8688              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
8689              From: Robin Houston <robin@kitsite.com>
8690              Date: Tue, 8 May 2001 20:03:57 +0100
8691              Message-ID: <20010508200357.A4614@penderel>
8692              
8693              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
8694              From: Robin Houston <robin@kitsite.com>
8695              Date: Wed, 9 May 2001 00:12:05 +0100
8696              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
8697      Branch: perl
8698            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
8699 ____________________________________________________________________________
8700 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
8701         Log: Retract #10031.
8702      Branch: perl
8703            ! pod/perlfunc.pod
8704 ____________________________________________________________________________
8705 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
8706         Log: The metaconfig unit changes for #10040.
8707      Branch: metaconfig/U/perl
8708            ! Checkcc.U d_dlsymun.U dlsrc.U
8709 ____________________________________________________________________________
8710 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
8711         Log: The Configure half of
8712              
8713              Subject: Less warnings during configure
8714              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8715              Date: Tue, 08 May 2001 08:44:02 +0200
8716              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
8717      Branch: perl
8718            ! Configure
8719 ____________________________________________________________________________
8720 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
8721         Log: Subject: Less warnings during configure
8722              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8723              Date: Tue, 08 May 2001 08:44:02 +0200
8724              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
8725      Branch: perl
8726            ! hints/hpux.sh
8727 ____________________________________________________________________________
8728 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
8729         Log: Don't forget to whine about \d__\d.
8730      Branch: perl
8731            ! t/pragma/warn/toke toke.c
8732 ____________________________________________________________________________
8733 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
8734         Log: Allow underscores also in the exponent part.
8735      Branch: perl
8736            ! t/pragma/warn/toke toke.c
8737 ____________________________________________________________________________
8738 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
8739         Log: CodeMagicCD doesn't look like an *I*DE.
8740      Branch: perl
8741            ! pod/perlfaq3.pod
8742 ____________________________________________________________________________
8743 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
8744         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
8745              to be consistently down).
8746      Branch: perl
8747            ! pod/perlfaq3.pod
8748 ____________________________________________________________________________
8749 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
8750         Log: Upgrade to Text::Balanced 1.84.
8751      Branch: perl
8752            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
8753 ____________________________________________________________________________
8754 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
8755         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
8756              From: Benjamin Sugars <bsugars@canoe.ca>
8757              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
8758              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
8759      Branch: perl
8760            ! run.c
8761 ____________________________________________________________________________
8762 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
8763         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
8764              From: Peter Prymmer <pvhp@forte.com>
8765              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
8766              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
8767      Branch: perl
8768            ! t/pod/plainer.t
8769 ____________________________________________________________________________
8770 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
8771         Log: (Retracted by #10042)
8772              
8773              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
8774              From: "Philip Newton" <pnewton@gmx.de>
8775              Date: Tue, 8 May 2001 09:18:10 +0200
8776              Message-ID: <3AF7B9D2.28861.603732@localhost>
8777      Branch: perl
8778            ! pod/perlfunc.pod
8779 ____________________________________________________________________________
8780 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
8781         Log: Subject: [PATCH B::Deparse] Document known bugs
8782              From: Robin Houston <robin@kitsite.com>
8783              Date: Tue, 8 May 2001 01:53:34 +0100
8784              Message-ID: <20010508015334.A32394@penderel>
8785      Branch: perl
8786            ! ext/B/B/Deparse.pm
8787 ____________________________________________________________________________
8788 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
8789         Log: Subject: Re: Perl book, magazine and website updates.
8790              From: "Philip Newton" <pnewton@gmx.de>
8791              Date: Mon, 7 May 2001 17:03:58 +0200
8792              Message-ID: <3AF6D57E.5387.1E29930@localhost>
8793      Branch: perl
8794            ! pod/perlfaq2.pod
8795 ____________________________________________________________________________
8796 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
8797         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
8798              From: Peter Prymmer <pvhp@forte.com>
8799              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
8800              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
8801      Branch: perl
8802            ! t/io/fflush.t
8803 ____________________________________________________________________________
8804 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
8805         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
8806              From: Robin Houston <robin@kitsite.com>
8807              Date: Tue, 8 May 2001 01:14:55 +0100
8808              Message-ID: <20010508011455.A32162@penderel>
8809      Branch: perl
8810            ! ext/B/B/Deparse.pm
8811 ____________________________________________________________________________
8812 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
8813         Log: Typo in #10025.
8814      Branch: perl
8815            ! hints/uts.sh
8816 ____________________________________________________________________________
8817 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
8818         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
8819      Branch: perl
8820            ! hints/uts.sh
8821 ____________________________________________________________________________
8822 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
8823         Log: Subject: Re: [ID 20010506.045] question about hash syntax
8824              From: Peter Scott <Peter@PSDT.com>
8825              Date: Sun, 06 May 2001 13:10:40 -0700
8826              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
8827      Branch: perl
8828            ! pod/perl56delta.pod
8829 ____________________________________________________________________________
8830 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
8831         Log: Configure should figure out the list of dynamic extensions
8832              just fine in UTS-- and in fact it does, as reported by Hal Morris.
8833      Branch: perl
8834            ! hints/uts.sh
8835 ____________________________________________________________________________
8836 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
8837         Log: Update Changes.
8838      Branch: perl
8839            ! Changes patchlevel.h
8840 ____________________________________________________________________________
8841 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
8842         Log: Subject: [PATCH regcomp.c] Insecure regexes
8843              From: Robin Houston <robin@kitsite.com>
8844              Date: Mon, 7 May 2001 21:56:12 +0100
8845              Message-ID: <20010507215612.A31114@penderel>
8846      Branch: perl
8847            ! regcomp.c
8848 ____________________________________________________________________________
8849 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
8850         Log: Drop the foobar.perl.com references for now until Simon
8851              gets them sorted out.
8852      Branch: perl
8853            ! pod/perlfaq2.pod
8854 ____________________________________________________________________________
8855 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
8856         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
8857              From: Prymmer/Kahn <pvhp@best.com>
8858              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
8859              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
8860      Branch: perl
8861            ! lib/Devel/SelfStubber.pm
8862 ____________________________________________________________________________
8863 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
8864         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
8865              From: Prymmer/Kahn <pvhp@best.com>
8866              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
8867              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
8868      Branch: perl
8869            ! win32/Makefile
8870 ____________________________________________________________________________
8871 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
8872         Log: s/WebTechnique's/WebTechniques/
8873      Branch: perl
8874            ! pod/perlfaq2.pod
8875 ____________________________________________________________________________
8876 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
8877         Log: Llama 3 updates from Randal.
8878      Branch: perl
8879            ! pod/perlfaq2.pod
8880 ____________________________________________________________________________
8881 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
8882         Log: Subject: [PATCH] Help -Dt show correct pad variables
8883              From: Benjamin Sugars <ben.sugars@home.com>
8884              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
8885              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
8886      Branch: perl
8887            ! embed.h embed.pl proto.h run.c
8888 ____________________________________________________________________________
8889 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
8890         Log: Subject: [PATCH] Document C<our $foo : shared>
8891              From: Benjamin Sugars <ben.sugars@home.com>
8892              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
8893              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
8894      Branch: perl
8895            ! pod/perlfunc.pod
8896 ____________________________________________________________________________
8897 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
8898         Log: Subject: [PATCH B::Deparse] undefined folded constants
8899              From: Robin Houston <robin@kitsite.com>
8900              Date: Sun, 6 May 2001 17:19:09 +0100
8901              Message-ID: <20010506171909.A7046@penderel>
8902      Branch: perl
8903            ! ext/B/B/Deparse.pm
8904 ____________________________________________________________________________
8905 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
8906         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
8907              From: Robin Houston <robin@kitsite.com>
8908              Message-ID: <20010506164654.A6848@penderel>
8909              Date: Sun, 6 May 2001 16:46:54 +0100
8910      Branch: perl
8911            ! ext/B/B/Deparse.pm
8912 ____________________________________________________________________________
8913 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
8914         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
8915              From: Robin Houston <robin@kitsite.com>
8916              Date: Sun, 6 May 2001 14:47:02 +0100
8917              Message-ID: <20010506144702.A6308@penderel>
8918      Branch: perl
8919            ! t/op/my_stash.t
8920 ____________________________________________________________________________
8921 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
8922         Log: Subject: Perl book, magazine and website updates.
8923              From: Simon Cozens <simon@netthink.co.uk>
8924              Date: Sun, 6 May 2001 16:55:36 +0100
8925              Message-ID: <20010506165536.A1795@netthink.co.uk>
8926      Branch: perl
8927            ! pod/perlbook.pod pod/perlfaq2.pod
8928 ____________________________________________________________________________
8929 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
8930         Log: Tweaks on the Tru64 prof options.
8931      Branch: perl
8932            ! pod/perlhack.pod
8933 ____________________________________________________________________________
8934 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
8935         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
8936              From: Robin Houston <robin@kitsite.com>
8937              Date: Sun, 6 May 2001 14:40:51 +0100
8938              Message-ID: <20010506144051.A6279@penderel>
8939      Branch: perl
8940            ! t/pod/testp2pt.pl
8941 ____________________________________________________________________________
8942 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
8943         Log: Subject: [PATCH B::Deparse] scoping
8944              From: Robin Houston <robin@kitsite.com>
8945              Date: Sun, 6 May 2001 14:36:56 +0100
8946              Message-ID: <20010506143656.A4006@penderel>
8947      Branch: perl
8948            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
8949 ____________________________________________________________________________
8950 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
8951         Log: Document the undefinedness of bitshifting out of range.
8952      Branch: perl
8953            ! pod/perlop.pod
8954 ____________________________________________________________________________
8955 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
8956         Log: Retract #10003 and update the IDE descriptions a bit.
8957      Branch: perl
8958            ! pod/perlfaq3.pod
8959 ____________________________________________________________________________
8960 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
8961         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
8962              From: Prymmer/Kahn <pvhp@best.com>
8963              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
8964              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
8965      Branch: perl
8966            ! win32/Makefile win32/buildext.pl win32/config.bc
8967            ! win32/config.gc win32/config.vc
8968 ____________________________________________________________________________
8969 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
8970         Log: (Retracted by #10005.)
8971      Branch: perl
8972            ! pod/perlfaq3.pod
8973 ____________________________________________________________________________
8974 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
8975         Log: It's "psed", not "sed".
8976      Branch: perl
8977            ! x2p/s2p.PL
8978 ____________________________________________________________________________
8979 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
8980         Log: Update Changes.
8981      Branch: perl
8982            ! Changes patchlevel.h
8983 ____________________________________________________________________________
8984 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
8985         Log: Subject: Re: bleadperl make install fails due to "psed"
8986              From: andreas.koenig@anima.de (Andreas J. Koenig)
8987              Date: 05 May 2001 18:23:28 +0200
8988              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
8989      Branch: perl
8990            ! x2p/Makefile.SH x2p/s2p.PL
8991 ____________________________________________________________________________
8992 [  9999] By: jhi                                   on 2001/05/05  18:28:09
8993         Log: AUTHORS updates.
8994      Branch: perl
8995            ! AUTHORS
8996 ____________________________________________________________________________
8997 [  9998] By: jhi                                   on 2001/05/05  18:16:00
8998         Log: Updates on the pods related to the modules included since 5.6.
8999              
9000              TODO: perltodo really could use major updating.
9001      Branch: perl
9002            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
9003            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
9004            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
9005            ! pod/perlsyn.pod pod/perltodo.pod
9006 ____________________________________________________________________________
9007 [  9997] By: jhi                                   on 2001/05/05  17:35:17
9008         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
9009              from Kurt Skauen.
9010      Branch: perl
9011            + hints/atheos.sh
9012            ! MANIFEST
9013 ____________________________________________________________________________
9014 [  9996] By: jhi                                   on 2001/05/05  17:25:00
9015         Log: Add preemptive #undefs for some of the shorter and more prone
9016              to collision regcomp.h #defines.  (Background: the MASK collided
9017              with a system header #define in Rhapsody.)
9018      Branch: perl
9019            ! regcomp.h
9020 ____________________________________________________________________________
9021 [  9995] By: jhi                                   on 2001/05/05  13:24:21
9022         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
9023              From: Nicholas Clark <nick@ccl4.org>
9024              Date: Sat, 5 May 2001 14:46:39 +0100
9025              Message-ID: <20010505144639.O53513@plum.flirble.org>
9026              
9027              Add a test for the constants (if any) being processed correctly.
9028      Branch: perl
9029            ! utils/h2xs.PL
9030 ____________________________________________________________________________
9031 [  9994] By: jhi                                   on 2001/05/05  02:11:03
9032         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
9033              From: Peter Prymmer <pvhp@forte.com>
9034              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
9035              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
9036      Branch: perl
9037            ! t/lib/b-stash.t
9038 ____________________________________________________________________________
9039 [  9993] By: jhi                                   on 2001/05/05  02:03:49
9040         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
9041              From: Peter Prymmer <pvhp@forte.com>
9042              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
9043              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
9044      Branch: perl
9045            ! perlio.c vms/vmsish.h
9046 ____________________________________________________________________________
9047 [  9992] By: jhi                                   on 2001/05/04  17:21:12
9048         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
9049              From: Robin Barker <rmb1@cise.npl.co.uk>
9050              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
9051              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
9052      Branch: perl
9053            + t/pod/plainer.t
9054            ! MANIFEST
9055 ____________________________________________________________________________
9056 [  9991] By: jhi                                   on 2001/05/04  16:47:45
9057         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
9058              From: Robin Barker <rmb1@cise.npl.co.uk>
9059              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
9060              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
9061      Branch: perl
9062            ! regcomp.c
9063 ____________________________________________________________________________
9064 [  9990] By: jhi                                   on 2001/05/04  14:37:20
9065         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
9066              From: Prymmer/Kahn <pvhp@best.com>
9067              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
9068              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
9069      Branch: perl
9070            ! t/lib/b-stash.t
9071 ____________________________________________________________________________
9072 [  9989] By: jhi                                   on 2001/05/04  14:03:58
9073         Log: Introduce perl572delta, update Todo, add the missing
9074              mention about signal safety since 5.7.1 (though this
9075              requires verification and more details.)
9076      Branch: perl
9077            + pod/perl572delta.pod
9078            ! MANIFEST Todo pod/perl571delta.pod
9079 ____________________________________________________________________________
9080 [  9988] By: jhi                                   on 2001/05/04  12:41:51
9081         Log: Subject: [PATCH perl@9944] long =item
9082              From: Robin Barker <rmb1@cise.npl.co.uk>
9083              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
9084              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
9085      Branch: perl
9086            ! ext/Time/HiRes/HiRes.pm
9087 ____________________________________________________________________________
9088 [  9987] By: jhi                                   on 2001/05/04  12:39:19
9089         Log: The #9901 had removed one line essential for EBCDIC.
9090      Branch: perl
9091            ! regcomp.c
9092 ____________________________________________________________________________
9093 [  9986] By: jhi                                   on 2001/05/04  12:30:23
9094         Log: Subject: cygwin/Makefile.SHs INSTALL patch
9095              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
9096              Date: Mon, 08 Jan 2001 04:59:21 +0200
9097              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
9098      Branch: perl
9099            ! cygwin/Makefile.SHs
9100 ____________________________________________________________________________
9101 [  9985] By: jhi                                   on 2001/05/04  03:51:39
9102         Log: Encode/IO doc tweaks.
9103      Branch: perl
9104            ! ext/Encode/Encode.pm
9105 ____________________________________________________________________________
9106 [  9984] By: jhi                                   on 2001/05/04  03:29:34
9107         Log: Remove GDBM_File from the dynamic extensions for UTS,
9108              GDBM is not a standard feature.
9109      Branch: perl
9110            ! hints/uts.sh
9111 ____________________________________________________________________________
9112 [  9983] By: jhi                                   on 2001/05/04  03:22:59
9113         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
9114      Branch: perl
9115            ! pod/perlretut.pod
9116 ____________________________________________________________________________
9117 [  9982] By: jhi                                   on 2001/05/03  23:21:03
9118         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
9119              From: Benjamin Sugars <bsugars@canoe.ca>
9120              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
9121              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
9122      Branch: perl
9123            ! dump.c
9124 ____________________________________________________________________________
9125 [  9981] By: jhi                                   on 2001/05/03  23:20:05
9126         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
9127              From: Benjamin Sugars <bsugars@canoe.ca>
9128              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
9129              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
9130      Branch: perl
9131            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9132 ____________________________________________________________________________
9133 [  9980] By: jhi                                   on 2001/05/03  23:15:29
9134         Log: Integrate perlio.
9135      Branch: perl
9136           !> ext/Encode/Encode.pm
9137 ____________________________________________________________________________
9138 [  9979] By: jhi                                   on 2001/05/03  16:54:59
9139         Log: Install psed man page.
9140      Branch: perl
9141            ! installman
9142 ____________________________________________________________________________
9143 [  9978] By: jhi                                   on 2001/05/03  16:45:58
9144         Log: Remove unused files; noted by Sarathy.
9145      Branch: perl
9146            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
9147            ! MANIFEST
9148 ____________________________________________________________________________
9149 [  9977] By: jhi                                   on 2001/05/03  16:42:30
9150         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
9151              From: Andy Dougherty <doughera@lafayette.edu>
9152              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
9153              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
9154      Branch: perl
9155            ! INSTALL
9156 ____________________________________________________________________________
9157 [  9976] By: nick                                  on 2001/05/03  16:40:42
9158         Log: Allow $answer = encode($object,$text); like it says in docs.
9159      Branch: perlio
9160            ! ext/Encode/Encode.pm
9161 ____________________________________________________________________________
9162 [  9975] By: nick                                  on 2001/05/03  16:22:30
9163         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
9164              to be in scope (fair enough), and also a package variable (our) for eval to see it.
9165      Branch: perlio
9166            ! ext/Encode/Encode.pm
9167 ____________________________________________________________________________
9168 [  9974] By: nick                                  on 2001/05/03  15:48:17
9169         Log: Integrate mainline.
9170      Branch: perlio
9171           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
9172           +> t/lib/filter-simple.t t/lib/next.t
9173           !> (integrate 70 files)
9174 ____________________________________________________________________________
9175 [  9973] By: jhi                                   on 2001/05/03  13:09:09
9176         Log: Update Changes.
9177      Branch: perl
9178            ! Changes patchlevel.h
9179 ____________________________________________________________________________
9180 [  9972] By: jhi                                   on 2001/05/03  12:58:33
9181         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
9182              From: Prymmer/Kahn <pvhp@best.com>
9183              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
9184              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
9185      Branch: perl
9186            ! t/io/fflush.t
9187 ____________________________________________________________________________
9188 [  9971] By: jhi                                   on 2001/05/03  12:57:26
9189         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
9190              From: Prymmer/Kahn <pvhp@best.com>
9191              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
9192              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
9193      Branch: perl
9194            ! win32/FindExt.pm
9195 ____________________________________________________________________________
9196 [  9970] By: jhi                                   on 2001/05/03  02:42:46
9197         Log: Can't croak sans thread context, from Doug MacEachern.
9198      Branch: perl
9199            ! toke.c
9200 ____________________________________________________________________________
9201 [  9969] By: jhi                                   on 2001/05/03  01:23:48
9202         Log: Subject: Random input test and Perl
9203              From: Ilya Zakharevich <ilya@math.berkeley.edu>
9204              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
9205              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
9206      Branch: perl
9207            ! toke.c
9208 ____________________________________________________________________________
9209 [  9968] By: jhi                                   on 2001/05/02  22:17:21
9210         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
9211              From: Peter Prymmer <pvhp@forte.com>
9212              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
9213              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
9214      Branch: perl
9215            ! pod/perlfunc.pod pod/perlport.pod
9216 ____________________________________________________________________________
9217 [  9967] By: jhi                                   on 2001/05/02  20:12:45
9218         Log: Workaround for UTS compiler casting bug from Hal Morris.
9219      Branch: perl
9220            ! perl.h
9221 ____________________________________________________________________________
9222 [  9966] By: jhi                                   on 2001/05/02  18:31:37
9223         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
9224              From: Dan Sugalski <dan@sidhe.org>
9225              Date: Wed, 02 May 2001 15:23:22 -0400
9226              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
9227      Branch: perl
9228            ! perl.c vms/vms.c
9229 ____________________________________________________________________________
9230 [  9965] By: jhi                                   on 2001/05/02  18:21:29
9231         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
9232      Branch: perl
9233            ! pod/perlfunc.pod
9234 ____________________________________________________________________________
9235 [  9964] By: jhi                                   on 2001/05/02  18:15:01
9236         Log: Document large files in INSTALL, document also the %x
9237              limitation if not use64bitint, closes bug 20010326.007.
9238      Branch: perl
9239            ! INSTALL
9240 ____________________________________________________________________________
9241 [  9963] By: jhi                                   on 2001/05/02  17:24:47
9242         Log: perlmodlib tweaks; regen pods.
9243      Branch: perl
9244            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
9245            ! pod/perltoc.pod
9246 ____________________________________________________________________________
9247 [  9962] By: jhi                                   on 2001/05/02  17:14:00
9248         Log: Fix for a segfault, from Marc Lehmann.
9249      Branch: perl
9250            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
9251 ____________________________________________________________________________
9252 [  9961] By: jhi                                   on 2001/05/02  15:55:53
9253         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
9254              From: "Philip Newton" <pnewton@gmx.de>
9255              Date: Wed, 2 May 2001 18:39:03 +0200
9256              Message-ID: <3AF05447.15525.173B588@localhost>
9257      Branch: perl
9258            ! pod/perlop.pod
9259 ____________________________________________________________________________
9260 [  9960] By: jhi                                   on 2001/05/02  15:35:37
9261         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
9262              From: Dan Sugalski <dan@sidhe.org>
9263              Date: Wed, 02 May 2001 11:37:27 -0400
9264              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
9265      Branch: perl
9266            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
9267            ! thread.h vms/vms.c vms/vmsish.h
9268 ____________________________________________________________________________
9269 [  9959] By: jhi                                   on 2001/05/02  15:21:08
9270         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
9271              From: Benjamin Sugars <bsugars@canoe.ca>
9272              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
9273              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
9274      Branch: perl
9275            ! ext/PerlIO/Scalar/Scalar.xs
9276 ____________________________________________________________________________
9277 [  9958] By: jhi                                   on 2001/05/02  15:15:53
9278         Log: Bug in #9915, spotted by Mike Guy.
9279      Branch: perl
9280            ! installperl
9281 ____________________________________________________________________________
9282 [  9957] By: jhi                                   on 2001/05/02  13:26:01
9283         Log: Add a test for not griping about references as array
9284              indices if the reference has magic in it (overloaded
9285              methods).
9286      Branch: perl
9287            ! pod/perldiag.pod t/pragma/warn/pp_hot
9288 ____________________________________________________________________________
9289 [  9956] By: jhi                                   on 2001/05/02  13:07:01
9290         Log: Retracted a bit too much in #9952.
9291      Branch: perl
9292            ! t/pragma/sub_lval.t
9293 ____________________________________________________________________________
9294 [  9955] By: jhi                                   on 2001/05/02  13:05:38
9295         Log: Test for #9952.
9296      Branch: perl
9297            ! t/op/tie.t
9298 ____________________________________________________________________________
9299 [  9954] By: jhi                                   on 2001/05/02  11:48:18
9300         Log: Additional note on the encoding example: one cannot
9301              convert string constants in-place.
9302      Branch: perl
9303            ! ext/Encode/Encode.pm
9304 ____________________________________________________________________________
9305 [  9953] By: jhi                                   on 2001/05/02  11:43:51
9306         Log: Note that if you have recent enough Perl you already
9307              have Filter::Util::Call.
9308      Branch: perl
9309            ! lib/Filter/Simple.pm
9310 ____________________________________________________________________________
9311 [  9952] By: jhi                                   on 2001/05/02  11:31:53
9312         Log: Retract changes #8254 and #8255, causes coredump in
9313              'tie FH, "main"', reported by Abigail, culprit found by
9314              Benjamin Sugars.  Mirrors maintperl change #9950.
9315      Branch: perl
9316            ! op.c t/pragma/sub_lval.t
9317 ____________________________________________________________________________
9318 [  9951] By: jhi                                   on 2001/05/02  11:14:29
9319         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
9320      Branch: perl
9321            + t/lib/MyFilter.pm
9322 ____________________________________________________________________________
9323 [  9950] By: gsar                                  on 2001/05/02  03:17:11
9324         Log: revert integration of changes#8254,8255 in change#8620 (causes
9325              a coredump in C<tie FH, 'foo'>; the idea itself may need better
9326              rationalization)
9327      Branch: maint-5.6/perl
9328            ! op.c t/pragma/sub_lval.t
9329 ____________________________________________________________________________
9330 [  9949] By: gsar                                  on 2001/05/02  02:56:32
9331         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
9332              
9333              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
9334              
9335              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
9336      Branch: maint-5.6/perl
9337           !> hints/svr5.sh
9338 ____________________________________________________________________________
9339 [  9948] By: gsar                                  on 2001/05/02  02:49:15
9340         Log: pod/find.t breaks on VMS (from Craig Berry)
9341      Branch: maint-5.6/perl
9342            ! t/pod/find.t
9343 ____________________________________________________________________________
9344 [  9947] By: jhi                                   on 2001/05/02  02:43:09
9345         Log: Add an encoding conversion example.
9346      Branch: perl
9347            ! ext/Encode/Encode.pm
9348 ____________________________________________________________________________
9349 [  9946] By: jhi                                   on 2001/05/02  01:34:22
9350         Log: Another coat of paint but still nowhere finished.
9351              Need to decide on the semantics of strptime(): should
9352              strptime() be a function instead of a method?  To do
9353              the week/monthname-strptiming the i18n/l10n bullet needs
9354              to be bitten with gusto.
9355      Branch: perl
9356            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
9357 ____________________________________________________________________________
9358 [  9945] By: jhi                                   on 2001/05/01  23:40:52
9359         Log: Update Changes.
9360      Branch: perl
9361            ! Changes patchlevel.h
9362 ____________________________________________________________________________
9363 [  9944] By: jhi                                   on 2001/05/01  23:33:37
9364         Log: Add known-to-be-tested modules to the list-to-be-skipped.
9365      Branch: perl
9366            ! t/lib/1_compile.t
9367 ____________________________________________________________________________
9368 [  9943] By: jhi                                   on 2001/05/01  23:24:40
9369         Log: Subject: BorlandC++ fix
9370              From: "Vadim Konovalov" <watman@inbox.ru>
9371              Date: Mon, 30 Apr 2001 20:12:26 -0700
9372              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
9373      Branch: perl
9374            ! win32/makefile.mk
9375 ____________________________________________________________________________
9376 [  9942] By: jhi                                   on 2001/05/01  23:18:02
9377         Log: Update to Filter::Simple 0.60, create a test for it.
9378      Branch: perl
9379            + t/lib/filter-simple.t
9380            ! MANIFEST lib/Filter/Simple.pm
9381 ____________________________________________________________________________
9382 [  9941] By: jhi                                   on 2001/05/01  19:47:24
9383         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
9384              From: Hugo <hv@crypt.compulink.co.uk>
9385              Date: Tue, 01 May 2001 20:12:20 +0100
9386              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
9387      Branch: perl
9388            ! pp_hot.c t/op/re_tests
9389 ____________________________________________________________________________
9390 [  9940] By: jhi                                   on 2001/05/01  19:42:16
9391         Log: Integrate perlio.
9392      Branch: perl
9393           !> lib/base.pm t/lib/fields.t
9394 ____________________________________________________________________________
9395 [  9939] By: jhi                                   on 2001/05/01  19:39:51
9396         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
9397              From: Benjamin Sugars <bsugars@canoe.ca>
9398              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
9399              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
9400      Branch: perl
9401            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9402 ____________________________________________________________________________
9403 [  9938] By: jhi                                   on 2001/05/01  19:34:09
9404         Log: Add NEXT, a pseudo-class for method redispatching.
9405              <Damian>NEXT.pm probably offers more bang-for-buck
9406              than anything else I've ever written.</Damian>
9407      Branch: perl
9408            + lib/NEXT.pm t/lib/next.t
9409            ! MANIFEST
9410 ____________________________________________________________________________
9411 [  9937] By: jhi                                   on 2001/05/01  19:21:41
9412         Log: Update to Switch 2.02.
9413      Branch: perl
9414            ! lib/Switch.pm t/lib/switch.t
9415 ____________________________________________________________________________
9416 [  9936] By: nick                                  on 2001/05/01  19:09:21
9417         Log: Fix for base.pm clobbering $VERSION
9418      Branch: perlio
9419            ! lib/base.pm
9420 ____________________________________________________________________________
9421 [  9935] By: nick                                  on 2001/05/01  18:54:38
9422         Log: Test for base.pm clobbering $VERSION.
9423      Branch: perlio
9424            ! t/lib/fields.t
9425 ____________________________________________________________________________
9426 [  9934] By: jhi                                   on 2001/05/01  18:39:10
9427         Log: Add information about Scalar::Util::blessed.
9428      Branch: perl
9429            ! pod/perlobj.pod
9430 ____________________________________________________________________________
9431 [  9933] By: jhi                                   on 2001/05/01  18:33:51
9432         Log: Subject: Extra UNIVERSAL documentation
9433              From: Mike Guy <mjtg@cam.ac.uk>
9434              Date: Tue, 01 May 2001 20:12:11 +0100
9435              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
9436      Branch: perl
9437            ! pod/perlobj.pod
9438 ____________________________________________________________________________
9439 [  9932] By: jhi                                   on 2001/05/01  18:26:54
9440         Log: Subject: Autoflush in tests as appropriate
9441              From: Mike Guy <mjtg@cam.ac.uk>
9442              Date: Tue, 01 May 2001 20:05:31 +0100
9443              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
9444      Branch: perl
9445            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
9446            ! t/op/taint.t
9447 ____________________________________________________________________________
9448 [  9931] By: jhi                                   on 2001/05/01  18:02:29
9449         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
9450              From: Benjamin Sugars <bsugars@canoe.ca>
9451              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
9452              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
9453      Branch: perl
9454            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
9455 ____________________________________________________________________________
9456 [  9930] By: jhi                                   on 2001/05/01  15:12:26
9457         Log: Subject: Re: Finally got a round tuit
9458              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9459              Date: Tue, 01 May 2001 14:14:10 +0200
9460              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
9461              
9462              The -DP part, slightly modified.
9463      Branch: perl
9464            ! perl.c
9465 ____________________________________________________________________________
9466 [  9929] By: jhi                                   on 2001/05/01  14:17:15
9467         Log: Subject: Re: Finally got a round tuit
9468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9469              Date: Tue, 01 May 2001 16:34:06 +0200
9470              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
9471              
9472              cpp and optimization tweaks for HP-UX.
9473      Branch: perl
9474            ! hints/hpux.sh
9475 ____________________________________________________________________________
9476 [  9928] By: jhi                                   on 2001/05/01  13:24:20
9477         Log: Tune the scan_num() comments to reality.
9478      Branch: perl
9479            ! toke.c
9480 ____________________________________________________________________________
9481 [  9927] By: jhi                                   on 2001/05/01  13:14:01
9482         Log: Subject: [PATCH B::Deparse] optimised sort
9483              From: Robin Houston <robin@kitsite.com>
9484              Date: Tue, 1 May 2001 14:07:12 +0100
9485              Message-ID: <20010501140712.A4266@penderel>
9486      Branch: perl
9487            ! ext/B/B/Deparse.pm
9488 ____________________________________________________________________________
9489 [  9926] By: jhi                                   on 2001/05/01  13:10:53
9490         Log: Subject: [PATCH t/lib/b-deparse.t] 
9491              From: Robin Houston <robin@kitsite.com>
9492              Date: Tue, 1 May 2001 13:37:42 +0100
9493              Message-ID: <20010501133742.A4082@penderel>
9494      Branch: perl
9495            ! t/lib/b-deparse.t
9496 ____________________________________________________________________________
9497 [  9925] By: jhi                                   on 2001/05/01  13:10:13
9498         Log: Subject: [PATCH B::Deparse] for(;;), sort
9499              From: Robin Houston <robin@kitsite.com>
9500              Date: Tue, 1 May 2001 13:35:00 +0100
9501              Message-ID: <20010501133500.A4061@penderel>
9502      Branch: perl
9503            ! ext/B/B/Deparse.pm
9504 ____________________________________________________________________________
9505 [  9924] By: jhi                                   on 2001/05/01  13:09:22
9506         Log: Subject: [PATCH B::Deparse] do, warn, use
9507              From: Robin Houston <robin@kitsite.com>
9508              Date: Tue, 1 May 2001 13:31:03 +0100
9509              Message-ID: <20010501133103.A4041@penderel>
9510      Branch: perl
9511            ! ext/B/B/Deparse.pm
9512 ____________________________________________________________________________
9513 [  9923] By: jhi                                   on 2001/05/01  11:45:36
9514         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
9515              From: Benjamin Sugars <ben.sugars@home.com>
9516              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
9517              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
9518      Branch: perl
9519            + t/io/fflush.t
9520            ! MANIFEST
9521 ____________________________________________________________________________
9522 [  9922] By: jhi                                   on 2001/05/01  11:35:42
9523         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
9524              From: Peter Prymmer <pvhp@forte.com>
9525              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
9526              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
9527      Branch: perl
9528            ! t/lib/selfstubber.t
9529 ____________________________________________________________________________
9530 [  9921] By: jhi                                   on 2001/04/30  16:34:33
9531         Log: Subject: [PATCH B::Concise] suppress warning
9532              From: Robin Houston <robin@kitsite.com>
9533              Date: Mon, 30 Apr 2001 16:09:49 +0100
9534              Message-ID: <20010430160949.A25086@penderel>
9535      Branch: perl
9536            ! ext/B/B/Concise.pm
9537 ____________________________________________________________________________
9538 [  9920] By: jhi                                   on 2001/04/30  13:56:04
9539         Log: Strip the *markers* from #9919.
9540      Branch: perl
9541            ! pod/perlfaq.pod pod/perlfaq5.pod
9542 ____________________________________________________________________________
9543 [  9919] By: jhi                                   on 2001/04/30  13:54:04
9544         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
9545              From: Gwyn Judd <b.judd@xtra.co.nz>
9546              Date: Sun, 29 Apr 2001 01:47:49 +1200
9547              Message-ID: <20010429014749.A4418@thislove>
9548      Branch: perl
9549            ! pod/perlfaq.pod pod/perlfaq5.pod
9550 ____________________________________________________________________________
9551 [  9918] By: jhi                                   on 2001/04/30  13:13:54
9552         Log: More_tweakage.
9553      Branch: perl
9554            ! pod/perldata.pod pod/perldiag.pod
9555 ____________________________________________________________________________
9556 [  9917] By: jhi                                   on 2001/04/30  13:01:27
9557         Log: Update Changes.
9558      Branch: perl
9559            ! Changes patchlevel.h
9560 ____________________________________________________________________________
9561 [  9916] By: jhi                                   on 2001/04/30  12:57:03
9562         Log: T_w_e_a_k_a_g_e.
9563      Branch: perl
9564            ! pod/perldata.pod pod/perldiag.pod
9565 ____________________________________________________________________________
9566 [  9915] By: jhi                                   on 2001/04/30  12:39:29
9567         Log: Install s2p also as psed.
9568              
9569              TODO: psed documentation?
9570      Branch: perl
9571            ! installperl
9572 ____________________________________________________________________________
9573 [  9914] By: jhi                                   on 2001/04/30  12:29:21
9574         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
9575              From: Jens Hamisch <jens@Strawberry.COM>
9576              Date: Fri, 27 Apr 2001 17:00:36 +0200
9577              Message-ID: <20010427170036.K1372@Strawberry.COM>
9578              
9579              SOCKS5_VERSION_NAME is the right symbol to detect
9580              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
9581              function called socks5_init() is available, and even that is
9582              not universal, most SOCKS5 installations use SOCKSinit()).
9583      Branch: perl
9584            ! perlio.c
9585 ____________________________________________________________________________
9586 [  9913] By: jhi                                   on 2001/04/30  12:22:15
9587         Log: Allow a zero timeout on IO::Socket accept and connect--
9588              though one really shouldn't do that.  Based on
9589              
9590              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
9591              From: "John Holdsworth" <coldwave@bigfoot.com>
9592              Date: Sun, 4 Feb 2001 12:48:18 +0100
9593              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
9594      Branch: perl
9595            ! ext/IO/lib/IO/Socket.pm
9596 ____________________________________________________________________________
9597 [  9912] By: jhi                                   on 2001/04/30  11:27:27
9598         Log: Save the spot of regprev (see #9911) for binary compatibility;
9599              regen API.
9600      Branch: perl
9601            ! embedvar.h perlapi.h thrdvar.h
9602 ____________________________________________________________________________
9603 [  9911] By: jhi                                   on 2001/04/30  11:22:03
9604         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
9605              From: Hugo <hv@crypt.compulink.co.uk>
9606              Date: Sun, 29 Apr 2001 17:09:30 +0100
9607              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
9608      Branch: perl
9609            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
9610 ____________________________________________________________________________
9611 [  9910] By: jhi                                   on 2001/04/30  11:15:12
9612         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
9613              a dummy for PL_numeric_radix); no pressing reason to break
9614              binary compatibility; regen API.
9615      Branch: perl
9616            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
9617            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
9618 ____________________________________________________________________________
9619 [  9909] By: jhi                                   on 2001/04/30  10:56:08
9620         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
9621              From: Walt Mankowski <waltman@netaxs.com>
9622              Date: Sun, 29 Apr 2001 21:53:48 -0400
9623              Message-ID: <20010429215348.A3971@netaxs.com>
9624      Branch: perl
9625            ! pod/perlfunc.pod
9626 ____________________________________________________________________________
9627 [  9908] By: jhi                                   on 2001/04/30  10:49:40
9628         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
9629      Branch: perl
9630            ! t/lib/selfstubber.t
9631 ____________________________________________________________________________
9632 [  9907] By: nick                                  on 2001/04/30  09:26:50
9633         Log: Integrate mainline.
9634      Branch: perlio
9635           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
9636 ____________________________________________________________________________
9637 [  9906] By: jhi                                   on 2001/04/29  23:24:20
9638         Log: Abigail spotted a thinko in #9905.
9639      Branch: perl
9640            ! pod/perldiag.pod
9641 ____________________________________________________________________________
9642 [  9905] By: jhi                                   on 2001/04/29  15:55:39
9643         Log: Changed the underscore/undebar syntax in numeric constants;
9644              now any grouping will do, as long as the underscores are not
9645              consecutive (so "zero-grouping" is out), and they do not begin
9646              or end the integer or fractional parts.
9647      Branch: perl
9648            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
9649 ____________________________________________________________________________
9650 [  9904] By: nick                                  on 2001/04/29  15:43:22
9651         Log: Integrate mainline.
9652      Branch: perlio
9653           +> (branch 98 files)
9654            - lib/unicode/Block.pl
9655            - lib/unicode/In/AlphabeticPresentationForms.pl
9656            - lib/unicode/In/Arabic.pl
9657            - lib/unicode/In/ArabicPresentationForms-A.pl
9658            - lib/unicode/In/ArabicPresentationForms-B.pl
9659            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
9660            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
9661            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
9662            - lib/unicode/In/BopomofoExtended.pl
9663            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
9664            - lib/unicode/In/CJKCompatibility.pl
9665            - lib/unicode/In/CJKCompatibilityForms.pl
9666            - lib/unicode/In/CJKCompatibilityIdeographs.pl
9667            - lib/unicode/In/CJKRadicalsSupplement.pl
9668            - lib/unicode/In/CJKSymbolsandPunctuation.pl
9669            - lib/unicode/In/CJKUnifiedIdeographs.pl
9670            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
9671            - lib/unicode/In/Cherokee.pl
9672            - lib/unicode/In/CombiningDiacriticalMarks.pl
9673            - lib/unicode/In/CombiningHalfMarks.pl
9674            - lib/unicode/In/CombiningMarksforSymbols.pl
9675            - lib/unicode/In/ControlPictures.pl
9676            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
9677            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
9678            - lib/unicode/In/EnclosedAlphanumerics.pl
9679            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
9680            - lib/unicode/In/Ethiopic.pl
9681            - lib/unicode/In/GeneralPunctuation.pl
9682            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
9683            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
9684            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
9685            - lib/unicode/In/HalfwidthandFullwidthForms.pl
9686            - lib/unicode/In/HangulCompatibilityJamo.pl
9687            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
9688            - lib/unicode/In/Hebrew.pl
9689            - lib/unicode/In/HighPrivateUseSurrogates.pl
9690            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
9691            - lib/unicode/In/IPAExtensions.pl
9692            - lib/unicode/In/IdeographicDescriptionCharacters.pl
9693            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
9694            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
9695            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
9696            - lib/unicode/In/Latin-1Supplement.pl
9697            - lib/unicode/In/LatinExtended-A.pl
9698            - lib/unicode/In/LatinExtended-B.pl
9699            - lib/unicode/In/LatinExtendedAdditional.pl
9700            - lib/unicode/In/LetterlikeSymbols.pl
9701            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
9702            - lib/unicode/In/MathematicalOperators.pl
9703            - lib/unicode/In/MiscellaneousSymbols.pl
9704            - lib/unicode/In/MiscellaneousTechnical.pl
9705            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
9706            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
9707            - lib/unicode/In/OpticalCharacterRecognition.pl
9708            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
9709            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
9710            - lib/unicode/In/SmallFormVariants.pl
9711            - lib/unicode/In/SpacingModifierLetters.pl
9712            - lib/unicode/In/Specials.pl
9713            - lib/unicode/In/SuperscriptsandSubscripts.pl
9714            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
9715            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
9716            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
9717            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
9718            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
9719           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
9720           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
9721           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
9722           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
9723           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
9724           !> utf8.c win32/Makefile
9725 ____________________________________________________________________________
9726 [  9903] By: jhi                                   on 2001/04/29  14:30:53
9727         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
9728              From: Prymmer/Kahn <pvhp@best.com>
9729              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
9730              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
9731      Branch: perl
9732            ! win32/Makefile
9733 ____________________________________________________________________________
9734 [  9902] By: jhi                                   on 2001/04/29  02:52:44
9735         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
9736              From: "Abigail" <abigail@foad.org>
9737              Date: Sun, 29 Apr 2001 03:14:25 +0200
9738              Message-ID: <20010429011425.24503.qmail@foad.org>
9739      Branch: perl
9740            ! ext/IO/lib/IO/Seekable.pm
9741 ____________________________________________________________________________
9742 [  9901] By: jhi                                   on 2001/04/29  02:04:46
9743         Log: In character classes one couldn't have 0x80..0xff characters
9744              at the left hand side if there were 0x100.. characters in the
9745              character class.
9746      Branch: perl
9747            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
9748            ! t/op/pat.t utf8.c
9749 ____________________________________________________________________________
9750 [  9900] By: jhi                                   on 2001/04/28  22:55:04
9751         Log: Forgot the latest mktables.PL from #9899.
9752      Branch: perl
9753            ! lib/unicode/mktables.PL
9754 ____________________________________________________________________________
9755 [  9899] By: jhi                                   on 2001/04/28  22:53:28
9756         Log: Explain the \p{} and \P{} error message better and
9757              have prettier prettyprint in In.pl.
9758      Branch: perl
9759            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
9760            ! pod/perldiag.pod
9761 ____________________________________________________________________________
9762 [  9898] By: jhi                                   on 2001/04/28  21:03:34
9763         Log: Add one possible explanation for the "Invalid [] range" error.
9764      Branch: perl
9765            ! pod/perldiag.pod
9766 ____________________________________________________________________________
9767 [  9897] By: jhi                                   on 2001/04/28  17:18:26
9768         Log: Add a level of indirection to the implementation of \p{InFoo}
9769              so that we don't have to have long filenames.  (Nothing changes
9770              in the user interface.)   The indirection is defined in
9771              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
9772              Also rename some the character classes by removing '-' from
9773              the classnames, and finally renamed Block.pl as Blocks.pl.
9774      Branch: perl
9775            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
9776            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
9777            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
9778            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
9779            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
9780            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
9781            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
9782            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
9783            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
9784            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
9785            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
9786            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
9787            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
9788            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
9789            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
9790            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
9791            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
9792            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
9793            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
9794            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
9795            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
9796            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
9797            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
9798            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
9799            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
9800            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
9801            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
9802            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
9803            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
9804            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
9805            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
9806            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
9807            + lib/unicode/In/94.pl lib/unicode/In/95.pl
9808            - lib/unicode/Block.pl
9809            - lib/unicode/In/AlphabeticPresentationForms.pl
9810            - lib/unicode/In/Arabic.pl
9811            - lib/unicode/In/ArabicPresentationForms-A.pl
9812            - lib/unicode/In/ArabicPresentationForms-B.pl
9813            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
9814            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
9815            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
9816            - lib/unicode/In/BopomofoExtended.pl
9817            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
9818            - lib/unicode/In/CJKCompatibility.pl
9819            - lib/unicode/In/CJKCompatibilityForms.pl
9820            - lib/unicode/In/CJKCompatibilityIdeographs.pl
9821            - lib/unicode/In/CJKRadicalsSupplement.pl
9822            - lib/unicode/In/CJKSymbolsandPunctuation.pl
9823            - lib/unicode/In/CJKUnifiedIdeographs.pl
9824            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
9825            - lib/unicode/In/Cherokee.pl
9826            - lib/unicode/In/CombiningDiacriticalMarks.pl
9827            - lib/unicode/In/CombiningHalfMarks.pl
9828            - lib/unicode/In/CombiningMarksforSymbols.pl
9829            - lib/unicode/In/ControlPictures.pl
9830            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
9831            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
9832            - lib/unicode/In/EnclosedAlphanumerics.pl
9833            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
9834            - lib/unicode/In/Ethiopic.pl
9835            - lib/unicode/In/GeneralPunctuation.pl
9836            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
9837            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
9838            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
9839            - lib/unicode/In/HalfwidthandFullwidthForms.pl
9840            - lib/unicode/In/HangulCompatibilityJamo.pl
9841            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
9842            - lib/unicode/In/Hebrew.pl
9843            - lib/unicode/In/HighPrivateUseSurrogates.pl
9844            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
9845            - lib/unicode/In/IPAExtensions.pl
9846            - lib/unicode/In/IdeographicDescriptionCharacters.pl
9847            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
9848            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
9849            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
9850            - lib/unicode/In/Latin-1Supplement.pl
9851            - lib/unicode/In/LatinExtended-A.pl
9852            - lib/unicode/In/LatinExtended-B.pl
9853            - lib/unicode/In/LatinExtendedAdditional.pl
9854            - lib/unicode/In/LetterlikeSymbols.pl
9855            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
9856            - lib/unicode/In/MathematicalOperators.pl
9857            - lib/unicode/In/MiscellaneousSymbols.pl
9858            - lib/unicode/In/MiscellaneousTechnical.pl
9859            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
9860            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
9861            - lib/unicode/In/OpticalCharacterRecognition.pl
9862            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
9863            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
9864            - lib/unicode/In/SmallFormVariants.pl
9865            - lib/unicode/In/SpacingModifierLetters.pl
9866            - lib/unicode/In/Specials.pl
9867            - lib/unicode/In/SuperscriptsandSubscripts.pl
9868            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
9869            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
9870            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
9871            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
9872            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
9873            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
9874            ! pod/perlunicode.pod
9875 ____________________________________________________________________________
9876 [  9896] By: jhi                                   on 2001/04/28  14:33:17
9877         Log: Update the information on shared library path on HP-UX.
9878      Branch: perl
9879            ! INSTALL
9880 ____________________________________________________________________________
9881 [  9895] By: jhi                                   on 2001/04/28  14:32:30
9882         Log: Because #9894 seems to do the trick, this workaround can be removed.
9883      Branch: perl
9884            ! t/lib/selfstubber.t
9885 ____________________________________________________________________________
9886 [  9894] By: jhi                                   on 2001/04/28  14:26:13
9887         Log: For PerlIO flush the children's file handles (on fork/exec/system).
9888      Branch: perl
9889            ! perl.h
9890 ____________________________________________________________________________
9891 [  9893] By: jhi                                   on 2001/04/28  14:23:15
9892         Log: Test tweak for #9891.
9893      Branch: perl
9894            ! t/lib/b-deparse.t
9895 ____________________________________________________________________________
9896 [  9892] By: jhi                                   on 2001/04/28  14:10:13
9897         Log: New HP-UX hints from Merijn.
9898      Branch: perl
9899            ! hints/hpux.sh
9900 ____________________________________________________________________________
9901 [  9891] By: jhi                                   on 2001/04/28  14:07:27
9902         Log: Subject: [PATCH B::Deparse] non-block scopes
9903              From: Robin Houston <robin@kitsite.com>
9904              Date: Fri, 27 Apr 2001 19:15:14 +0100
9905              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
9906      Branch: perl
9907            ! ext/B/B/Deparse.pm
9908 ____________________________________________________________________________
9909 [  9890] By: nick                                  on 2001/04/27  19:41:25
9910         Log: Integrate mainline
9911      Branch: perlio
9912           +> t/lib/selfstubber.t
9913           !> (integrate 50 files)
9914 ____________________________________________________________________________
9915 [  9889] By: jhi                                   on 2001/04/27  18:23:46
9916         Log: Subject: Re: selfstubber test fail on bleadperl
9917              From: Mike Guy <mjtg@cam.ac.uk>
9918              Date: Fri, 27 Apr 2001 19:31:18 +0100
9919              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
9920      Branch: perl
9921            ! t/lib/selfstubber.t
9922 ____________________________________________________________________________
9923 [  9888] By: jhi                                   on 2001/04/27  16:20:54
9924         Log: Test tweak for #9886.
9925      Branch: perl
9926            ! t/lib/b-deparse.t
9927 ____________________________________________________________________________
9928 [  9887] By: jhi                                   on 2001/04/27  16:16:33
9929         Log: Buffering issue at least in Solaris (even with perlio).
9930      Branch: perl
9931            ! t/lib/selfstubber.t
9932 ____________________________________________________________________________
9933 [  9886] By: jhi                                   on 2001/04/27  14:59:23
9934         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
9935              From: Robin Houston <robin@kitsite.com>
9936              Date: Fri, 27 Apr 2001 16:53:20 +0100
9937              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
9938      Branch: perl
9939            ! ext/B/B/Deparse.pm
9940 ____________________________________________________________________________
9941 [  9885] By: jhi                                   on 2001/04/27  14:23:51
9942         Log: Update Changes.
9943      Branch: perl
9944            ! Changes patchlevel.h
9945 ____________________________________________________________________________
9946 [  9884] By: jhi                                   on 2001/04/27  14:14:12
9947         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
9948              From: "Philip Newton" <pnewton@gmx.de>
9949              Date: Fri, 27 Apr 2001 16:40:13 +0200
9950              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
9951      Branch: perl
9952            ! pod/perldata.pod
9953 ____________________________________________________________________________
9954 [  9883] By: jhi                                   on 2001/04/27  13:28:19
9955         Log: Add LOG_PERROR; prettify the "removed".
9956      Branch: perl
9957            ! ext/Sys/Syslog/Syslog.xs
9958 ____________________________________________________________________________
9959 [  9882] By: jhi                                   on 2001/04/27  13:13:18
9960         Log: h2xs tweaks: use NV instead of double, "quote" the removed
9961              prefixes for clarity (especially when nothing is removed),
9962              slight pod reformats.
9963      Branch: perl
9964            ! utils/h2xs.PL
9965 ____________________________________________________________________________
9966 [  9881] By: jhi                                   on 2001/04/27  12:58:48
9967         Log: Don't bother creating existing directories.
9968      Branch: perl
9969            ! utils/h2xs.PL
9970 ____________________________________________________________________________
9971 [  9880] By: jhi                                   on 2001/04/27  12:45:39
9972         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
9973              From: Mike Schilli <m@perlmeister.com>
9974              Date: Wed, 25 Apr 2001 01:29:21 -0700
9975              Message-id: <3AE68AE1.6A981723@perlmeister.com>
9976      Branch: perl
9977            ! utils/h2xs.PL
9978 ____________________________________________________________________________
9979 [  9879] By: jhi                                   on 2001/04/27  12:40:55
9980         Log: break is not yet Perl.  Added the template license also to README.
9981      Branch: perl
9982            ! utils/h2xs.PL
9983 ____________________________________________________________________________
9984 [  9878] By: jhi                                   on 2001/04/27  03:08:20
9985         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
9986              From: Tim Jenness <t.jenness@jach.hawaii.edu>
9987              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
9988              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
9989      Branch: perl
9990            ! t/lib/xs-typemap.t
9991 ____________________________________________________________________________
9992 [  9877] By: jhi                                   on 2001/04/26  23:54:40
9993         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
9994              From: "Abigail" <abigail@foad.org>
9995              Date: Fri, 27 Apr 2001 01:44:28 +0200
9996              Message-ID: <20010426234428.19786.qmail@foad.org>
9997      Branch: perl
9998            ! utils/h2xs.PL
9999 ____________________________________________________________________________
10000 [  9876] By: jhi                                   on 2001/04/26  23:52:06
10001         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
10002              From: Peter Prymmer <pvhp@forte.com>
10003              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
10004              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
10005      Branch: perl
10006            ! t/lib/selfstubber.t
10007 ____________________________________________________________________________
10008 [  9875] By: jhi                                   on 2001/04/26  23:48:10
10009         Log: Deparse nits.
10010      Branch: perl
10011            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
10012 ____________________________________________________________________________
10013 [  9874] By: jhi                                   on 2001/04/26  22:46:05
10014         Log: Document ANYOF_CLASS.
10015      Branch: perl
10016            ! regcomp.h
10017 ____________________________________________________________________________
10018 [  9873] By: jhi                                   on 2001/04/26  22:35:03
10019         Log: Subject: Re: [PATCH @9846] dumping ANYOF
10020              From: Hugo <hv@crypt.compulink.co.uk>
10021              Date: Thu, 26 Apr 2001 23:33:38 +0100
10022              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
10023      Branch: perl
10024            ! regcomp.c regcomp.h
10025 ____________________________________________________________________________
10026 [  9872] By: jhi                                   on 2001/04/26  22:34:31
10027         Log: Subject: [PATCH] more for Devel::SelfStubber
10028              From: Nicholas Clark <nick@ccl4.org>
10029              Date: Fri, 27 Apr 2001 00:13:52 +0100
10030              Message-ID: <20010427001351.K88186@plum.flirble.org>
10031      Branch: perl
10032            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
10033 ____________________________________________________________________________
10034 [  9871] By: jhi                                   on 2001/04/26  21:59:17
10035         Log: Subject: [PATCH B::Deparse] formats must be flush left
10036              From: Robin Houston <robin@kitsite.com>
10037              Date: Thu, 26 Apr 2001 23:54:29 +0100
10038              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
10039      Branch: perl
10040            ! ext/B/B/Deparse.pm
10041 ____________________________________________________________________________
10042 [  9870] By: jhi                                   on 2001/04/26  21:57:37
10043         Log: If some of the constants are prefixes of others,
10044              the prefixes may never get recognized.  (See 20010426.006.)
10045      Branch: perl
10046            ! utils/h2xs.PL
10047 ____________________________________________________________________________
10048 [  9869] By: jhi                                   on 2001/04/26  21:50:42
10049         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
10050              From: Chris Bongaarts <cab@tc.umn.edu>
10051              Date: Thu, 26 Apr 2001 17:10:31 -0500
10052              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
10053      Branch: perl
10054            ! ext/Sys/Syslog/Syslog.xs
10055 ____________________________________________________________________________
10056 [  9868] By: jhi                                   on 2001/04/26  21:35:12
10057         Log: Further cuts and more docs from Graham Barr.
10058      Branch: perl
10059            ! ext/List/Util/lib/List/Util.pm
10060            ! ext/List/Util/lib/Scalar/Util.pm
10061 ____________________________________________________________________________
10062 [  9867] By: jhi                                   on 2001/04/26  21:18:57
10063         Log: Subject: [PATCH 5.7.1] DB_File-1.77
10064              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
10065              Date: Thu, 26 Apr 2001 22:37:53 +0100
10066              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
10067      Branch: perl
10068            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
10069            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
10070 ____________________________________________________________________________
10071 [  9866] By: jhi                                   on 2001/04/26  21:12:31
10072         Log: Subject: [PATCH B::Deparse] fix easy bugs
10073              From: Robin Houston <robin@kitsite.com>
10074              Date: Thu, 26 Apr 2001 23:03:33 +0100
10075              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
10076      Branch: perl
10077            ! ext/B/B/Deparse.pm
10078 ____________________________________________________________________________
10079 [  9865] By: jhi                                   on 2001/04/26  20:26:13
10080         Log: Update Changes.
10081      Branch: perl
10082            ! Changes patchlevel.h
10083 ____________________________________________________________________________
10084 [  9864] By: jhi                                   on 2001/04/26  19:27:48
10085         Log: Dethinko from Robin Houston.
10086      Branch: perl
10087            ! ext/B/B/Deparse.pm
10088 ____________________________________________________________________________
10089 [  9863] By: jhi                                   on 2001/04/26  19:10:35
10090         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
10091              From: Robin Houston <robin@kitsite.com>
10092              Date: Thu, 26 Apr 2001 21:08:32 +0100
10093              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
10094      Branch: perl
10095            ! ext/B/B/Deparse.pm
10096 ____________________________________________________________________________
10097 [  9862] By: jhi                                   on 2001/04/26  19:04:23
10098         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
10099              From: Robin Houston <robin@kitsite.com>
10100              Date: Thu, 26 Apr 2001 20:52:50 +0100
10101              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
10102      Branch: perl
10103            ! ext/B/B/Deparse.pm
10104 ____________________________________________________________________________
10105 [  9861] By: jhi                                   on 2001/04/26  18:56:14
10106         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
10107              From: Mike Guy <mjtg@cam.ac.uk>
10108              Date: Thu, 26 Apr 2001 14:22:40 +0100
10109              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
10110      Branch: perl
10111            ! pod/perlobj.pod
10112 ____________________________________________________________________________
10113 [  9860] By: jhi                                   on 2001/04/26  18:46:42
10114         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
10115              From: Robin Houston <robin@kitsite.com>
10116              Date: Thu, 26 Apr 2001 20:34:29 +0100
10117              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
10118              
10119              Hashes do not interpolate.
10120      Branch: perl
10121            ! ext/B/B/Deparse.pm
10122 ____________________________________________________________________________
10123 [  9859] By: jhi                                   on 2001/04/26  18:43:51
10124         Log: Subject: The Time::Piece conspiracy unmasked!!!
10125              From: Mike Guy <mjtg@cam.ac.uk>
10126              Date: Thu, 26 Apr 2001 19:02:50 +0100
10127              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
10128              
10129              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
10130              From: Mike Guy <mjtg@cam.ac.uk>
10131              Date: Thu, 26 Apr 2001 19:08:21 +0100
10132              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
10133              
10134              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
10135              From: Graham Barr <gbarr@pobox.com>
10136              Date: Thu, 26 Apr 2001 19:12:03 +0100
10137              Message-ID: <20010426191203.A70835@pobox.com>
10138              
10139              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
10140      Branch: perl
10141            ! ext/List/Util/lib/List/Util.pm
10142            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
10143 ____________________________________________________________________________
10144 [  9858] By: jhi                                   on 2001/04/26  18:17:42
10145         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
10146              From: Robin Houston <robin@kitsite.com>
10147              Date: Thu, 26 Apr 2001 16:09:35 +0100
10148              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
10149      Branch: perl
10150            ! t/comp/proto.t
10151 ____________________________________________________________________________
10152 [  9857] By: jhi                                   on 2001/04/26  18:04:59
10153         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
10154              From: barries <barries@slaysys.com>
10155              Date: Thu, 26 Apr 2001 12:01:10 -0400
10156              Message-ID: <20010426120110.E29698@jester.slaysys.com>
10157      Branch: perl
10158            ! pod/perldiag.pod
10159 ____________________________________________________________________________
10160 [  9856] By: jhi                                   on 2001/04/26  18:03:33
10161         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
10162              Date: Thu, 26 Apr 2001 17:13:41 +0100
10163              From: Robin Houston <robin@kitsite.com>
10164              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
10165              
10166              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
10167              From: Robin Houston <robin@kitsite.com>
10168              Date: Thu, 26 Apr 2001 18:44:29 +0100
10169              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
10170      Branch: perl
10171            ! ext/B/B/Deparse.pm
10172 ____________________________________________________________________________
10173 [  9855] By: jhi                                   on 2001/04/26  17:56:04
10174         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
10175              From: Robin Houston <robin@kitsite.com>
10176              Date: Thu, 26 Apr 2001 17:04:08 +0100
10177              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
10178      Branch: perl
10179            ! ext/B/B/Deparse.pm
10180 ____________________________________________________________________________
10181 [  9854] By: jhi                                   on 2001/04/26  17:47:26
10182         Log: Subject: Re: Short test case for undef %stash:: crash
10183              From: Benjamin Sugars <bsugars@canoe.ca> 
10184              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
10185              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
10186              Changed and moved the perldiag entry.
10187      Branch: perl
10188            ! gv.c pod/perldiag.pod
10189 ____________________________________________________________________________
10190 [  9853] By: jhi                                   on 2001/04/26  14:35:16
10191         Log: Beginnings of strptime().  Do not touch the wet paint.
10192      Branch: perl
10193            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
10194 ____________________________________________________________________________
10195 [  9852] By: jhi                                   on 2001/04/26  13:17:21
10196         Log: Retract #9851, core dumps from pod2man.
10197      Branch: perl
10198            ! regcomp.c
10199 ____________________________________________________________________________
10200 [  9851] By: jhi                                   on 2001/04/26  11:54:41
10201         Log: (Retracted by #9852.)
10202              
10203              Subject: [PATCH @9846] dumping ANYOF
10204              From: Hugo <hv@crypt.compulink.co.uk>
10205              Date: Thu, 26 Apr 2001 05:32:38 +0100
10206              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
10207      Branch: perl
10208            ! regcomp.c
10209 ____________________________________________________________________________
10210 [  9850] By: jhi                                   on 2001/04/26  02:34:44
10211         Log: If ccflags was empty the _previous_ $* containing all the
10212              environment variables and Configure variables was used,
10213              which lead, among other bad things, into $ccflags being your
10214              uname -a output, which lead into test compile with cc failing,
10215              which lead into gcc being selected, which didn't work that well
10216              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
10217              with large files, et cetera.
10218      Branch: perl
10219            ! hints/hpux.sh
10220 ____________________________________________________________________________
10221 [  9849] By: jhi                                   on 2001/04/26  01:44:57
10222         Log: Make selfstubber test more portable.
10223      Branch: perl
10224            ! t/lib/selfstubber.t
10225 ____________________________________________________________________________
10226 [  9848] By: jhi                                   on 2001/04/26  00:50:26
10227         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
10228              From: Benjamin Sugars <ben.sugars@home.com>
10229              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
10230              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
10231      Branch: perl
10232            ! ext/Cwd/Cwd.xs
10233 ____________________________________________________________________________
10234 [  9847] By: jhi                                   on 2001/04/26  00:46:58
10235         Log: Subject: [PATCH: perl@9841] VMS updates
10236              From: Peter Prymmer <pvhp@forte.com>
10237              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
10238              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
10239      Branch: perl
10240            ! README.vms configure.com vms/descrip_mms.template
10241            ! vms/ext/filespec.t
10242 ____________________________________________________________________________
10243 [  9846] By: jhi                                   on 2001/04/26  00:11:56
10244         Log: re 'debug' was broken by #9084.
10245      Branch: perl
10246            ! ext/re/re.xs
10247 ____________________________________________________________________________
10248 [  9845] By: jhi                                   on 2001/04/25  22:33:17
10249         Log: Subject: [PATCH] test for Devel::SelfStubber
10250              From: Nicholas Clark <nick@ccl4.org>
10251              Date: Thu, 26 Apr 2001 00:00:54 +0100
10252              Message-ID: <20010426000054.D89026@plum.flirble.org>
10253      Branch: perl
10254            + t/lib/selfstubber.t
10255            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
10256 ____________________________________________________________________________
10257 [  9844] By: jhi                                   on 2001/04/25  22:29:32
10258         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
10259              From: Paul Johnson <paul@pjcj.net>
10260              Date: Thu, 26 Apr 2001 00:46:08 +0200
10261              Message-ID: <20010426004608.H2338@pjcj.net>
10262      Branch: perl
10263            ! ext/B/B/Concise.pm
10264 ____________________________________________________________________________
10265 [  9843] By: jhi                                   on 2001/04/25  22:28:28
10266         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
10267              From: Peter Prymmer <pvhp@forte.com>
10268              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
10269              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
10270      Branch: perl
10271            ! ext/Cwd/Cwd.xs
10272 ____________________________________________________________________________
10273 [  9842] By: jhi                                   on 2001/04/25  20:58:12
10274         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
10275              From: John Peacock <jpeacock@rowman.com>
10276              Date: Wed, 25 Apr 2001 17:30:26 -0400
10277              Message-ID: <3AE741F2.B3217464@rowman.com>
10278      Branch: perl
10279            ! lib/Math/BigInt.pm t/lib/bigintpm.t
10280 ____________________________________________________________________________
10281 [  9841] By: jhi                                   on 2001/04/25  20:07:05
10282         Log: Update Changes.
10283      Branch: perl
10284            ! Changes patchlevel.h
10285 ____________________________________________________________________________
10286 [  9840] By: jhi                                   on 2001/04/25  19:56:51
10287         Log: Yet another HP-UX hints version from Merijn.
10288      Branch: perl
10289            ! hints/hpux.sh
10290 ____________________________________________________________________________
10291 [  9839] By: jhi                                   on 2001/04/25  19:53:04
10292         Log: abs_path() didn't terminate the filename correctly,
10293              in DIRNAMLENless systems like HP-UX this would fail.
10294      Branch: perl
10295            ! ext/Cwd/Cwd.xs
10296 ____________________________________________________________________________
10297 [  9838] By: jhi                                   on 2001/04/25  16:37:26
10298         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
10299              From: Mike Guy <mjtg@cam.ac.uk>
10300              Date: Wed, 25 Apr 2001 18:31:47 +0100
10301              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
10302      Branch: perl
10303            ! op.c
10304 ____________________________________________________________________________
10305 [  9837] By: jhi                                   on 2001/04/25  16:21:53
10306         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
10307              From: Jon Eveland <jweveland@yahoo.com>
10308              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
10309              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
10310      Branch: perl
10311            ! lib/perl5db.pl
10312 ____________________________________________________________________________
10313 [  9836] By: jhi                                   on 2001/04/25  14:17:50
10314         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
10315              From: "Philip Newton" <pnewton@gmx.de>
10316              Date: Wed, 25 Apr 2001 17:05:58 +0200
10317              Message-ID: <3AE703F6.3234.1833C45@localhost>
10318      Branch: perl
10319            ! Porting/patching.pod
10320 ____________________________________________________________________________
10321 [  9835] By: jhi                                   on 2001/04/25  13:58:07
10322         Log: It would seem that both ar and full_ar need to be overridden
10323              for HP-UX to avoid the GNU ar.
10324      Branch: perl
10325            ! hints/hpux.sh
10326 ____________________________________________________________________________
10327 [  9834] By: jhi                                   on 2001/04/25  13:50:40
10328         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
10329              From: "Philip Newton" <pnewton@gmx.de>
10330              Date: Wed, 25 Apr 2001 16:09:23 +0200
10331              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
10332              
10333              Detypo.
10334      Branch: perl
10335            ! t/op/misc.t
10336 ____________________________________________________________________________
10337 [  9833] By: jhi                                   on 2001/04/25  12:36:11
10338         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
10339      Branch: perl
10340            ! hints/hpux.sh
10341 ____________________________________________________________________________
10342 [  9832] By: jhi                                   on 2001/04/25  12:33:36
10343         Log: New version of HP-UX hints from Merijn.
10344      Branch: perl
10345            ! hints/hpux.sh
10346 ____________________________________________________________________________
10347 [  9831] By: jhi                                   on 2001/04/25  03:39:45
10348         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
10349      Branch: perl
10350            ! hints/hpux.sh
10351 ____________________________________________________________________________
10352 [  9830] By: jhi                                   on 2001/04/25  02:53:25
10353         Log: The tzname[] bit is not needed by util.c -- and causes
10354              heartburn in VMS (and it missing was probably the cause of
10355              the Mac OS X trouble).  Ouch.
10356      Branch: perl
10357            ! ext/POSIX/POSIX.xs util.c
10358 ____________________________________________________________________________
10359 [  9829] By: jhi                                   on 2001/04/25  00:10:06
10360         Log: Metaconfig unit change for #9828.
10361      Branch: metaconfig
10362            ! U/compline/ccflags.U
10363 ____________________________________________________________________________
10364 [  9828] By: jhi                                   on 2001/04/25  00:04:18
10365         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
10366              (which is actually the reason for the change, we need to pass
10367              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
10368              EP/IX, OS/2, and TitanOS, based on the hints files.
10369      Branch: perl
10370            ! Configure config_h.SH
10371 ____________________________________________________________________________
10372 [  9827] By: jhi                                   on 2001/04/24  23:49:20
10373         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
10374              the $cat must have an absolute path.
10375      Branch: perl
10376            ! makedepend.SH
10377 ____________________________________________________________________________
10378 [  9826] By: jhi                                   on 2001/04/24  23:40:53
10379         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
10380      Branch: perl
10381            ! README.amiga
10382 ____________________________________________________________________________
10383 [  9825] By: jhi                                   on 2001/04/24  23:35:35
10384         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
10385              From: "Philip Newton" <pnewton@gmx.de>
10386              Date: Tue, 24 Apr 2001 18:52:49 +0200
10387              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
10388      Branch: perl
10389            ! x2p/find2perl.PL
10390 ____________________________________________________________________________
10391 [  9824] By: jhi                                   on 2001/04/24  23:33:07
10392         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
10393              Some gcc specifics dropped out due to extensive rewriting;
10394              will be put back later as needed.
10395      Branch: perl
10396            ! hints/hpux.sh
10397 ____________________________________________________________________________
10398 [  9823] By: jhi                                   on 2001/04/24  23:27:57
10399         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
10400      Branch: perl
10401            ! ext/POSIX/POSIX.xs
10402 ____________________________________________________________________________
10403 [  9822] By: jhi                                   on 2001/04/24  23:25:21
10404         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
10405              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10406              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
10407              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
10408      Branch: perl
10409            ! ext/XS/Typemap/Typemap.xs
10410 ____________________________________________________________________________
10411 [  9821] By: jhi                                   on 2001/04/24  23:24:10
10412         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
10413              From: "Abigail" <abigail@foad.org>
10414              Date: Tue, 24 Apr 2001 23:12:03 +0200
10415              Message-ID: <20010424211203.7901.qmail@foad.org>
10416      Branch: perl
10417            ! pod/perlport.pod
10418 ____________________________________________________________________________
10419 [  9820] By: jhi                                   on 2001/04/24  23:23:15
10420         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
10421              From: Matt Sergeant <matt@sergeant.org>
10422              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
10423              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
10424      Branch: perl
10425            ! pod/perlfaq4.pod
10426 ____________________________________________________________________________
10427 [  9819] By: nick                                  on 2001/04/24  18:49:43
10428         Log: Integrate mainline.
10429      Branch: perlio
10430           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
10431           !> (integrate 37 files)
10432 ____________________________________________________________________________
10433 [  9818] By: jhi                                   on 2001/04/24  14:35:23
10434         Log: Update Changes.
10435      Branch: perl
10436            ! Changes patchlevel.h
10437 ____________________________________________________________________________
10438 [  9817] By: jhi                                   on 2001/04/24  14:09:17
10439         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
10440              From: "Philip Newton" <pnewton@gmx.de>
10441              Date: Tue, 24 Apr 2001 12:58:12 +0200
10442              Message-ID: <3AE57864.8304.B77A0A@localhost> 
10443              
10444              plus add CPAN to the list of modules that have their own tests.
10445      Branch: perl
10446            ! t/lib/1_compile.t
10447 ____________________________________________________________________________
10448 [  9816] By: jhi                                   on 2001/04/24  14:07:03
10449         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
10450              From: Michael G Schwern <schwern@pobox.com>
10451              Date: Sat, 21 Apr 2001 22:35:00 +0100
10452              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
10453      Branch: perl
10454            ! t/lib/1_compile.t
10455 ____________________________________________________________________________
10456 [  9815] By: jhi                                   on 2001/04/24  13:54:32
10457         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
10458              From: Robin Houston <robin@kitsite.com>
10459              Date: Tue, 24 Apr 2001 15:51:18 +0100
10460              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
10461      Branch: perl
10462            ! ext/B/B/Deparse.pm
10463 ____________________________________________________________________________
10464 [  9814] By: jhi                                   on 2001/04/24  13:17:34
10465         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
10466              From: Bill Glicker <billg@burrelles.com>
10467              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
10468              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
10469      Branch: perl
10470            ! hints/svr5.sh
10471 ____________________________________________________________________________
10472 [  9813] By: jhi                                   on 2001/04/24  12:54:23
10473         Log: Prevent path disclosure (probing for existence of filenames)
10474              using suidperl; bug id 20010322.218.
10475      Branch: perl
10476            ! perl.c pod/perldiag.pod
10477 ____________________________________________________________________________
10478 [  9812] By: jhi                                   on 2001/04/24  12:08:36
10479         Log: Retract #9811.
10480      Branch: perl
10481            ! ext/POSIX/POSIX.xs
10482 ____________________________________________________________________________
10483 [  9811] By: jhi                                   on 2001/04/24  11:57:35
10484         Log: (Retracted by #9812.)
10485      Branch: perl
10486            ! ext/POSIX/POSIX.xs
10487 ____________________________________________________________________________
10488 [  9810] By: jhi                                   on 2001/04/24  03:32:35
10489         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
10490      Branch: perl
10491            ! util.c
10492 ____________________________________________________________________________
10493 [  9809] By: jhi                                   on 2001/04/24  03:16:13
10494         Log: The Math::BigFloat::import() was broken.
10495              (Fixes bug id 20010422.002.)
10496      Branch: perl
10497            ! lib/Math/BigFloat.pm
10498 ____________________________________________________________________________
10499 [  9808] By: jhi                                   on 2001/04/24  01:11:40
10500         Log: Additional dependencies; should help for parallel makes
10501              not to fail on missing lib/lib.pm or lib/re.pm.
10502      Branch: perl
10503            ! Makefile.SH
10504 ____________________________________________________________________________
10505 [  9807] By: jhi                                   on 2001/04/24  00:57:01
10506         Log: Update the test failure disclaimer.
10507      Branch: perl
10508            ! t/pragma/warn/pp_hot
10509 ____________________________________________________________________________
10510 [  9806] By: jhi                                   on 2001/04/24  00:54:04
10511         Log: Add make target "install-all" which is alias for "install"
10512              to cater for case-preserving filesystems like HFS+.
10513      Branch: perl
10514            ! INSTALL Makefile.SH
10515 ____________________________________________________________________________
10516 [  9805] By: jhi                                   on 2001/04/24  00:47:28
10517         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
10518              From: Peter Prymmer <pvhp@forte.com>
10519              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
10520              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
10521              
10522              (Ken William's message forwarded from macosx@perl.org)
10523      Branch: perl
10524            ! hints/darwin.sh
10525 ____________________________________________________________________________
10526 [  9804] By: jhi                                   on 2001/04/23  23:57:35
10527         Log: Cut-and-pasto.
10528      Branch: perl
10529            ! perlio.c
10530 ____________________________________________________________________________
10531 [  9803] By: jhi                                   on 2001/04/23  23:52:25
10532         Log: More PerlIO robustness.
10533      Branch: perl
10534            ! perlio.c
10535 ____________________________________________________________________________
10536 [  9802] By: jhi                                   on 2001/04/23  23:43:35
10537         Log: Make the "STD* opened only for ..." errors more consistent.
10538      Branch: perl
10539            ! doio.c
10540 ____________________________________________________________________________
10541 [  9801] By: jhi                                   on 2001/04/23  23:34:26
10542         Log: Test case for #9800.
10543      Branch: perl
10544            ! t/op/misc.t
10545 ____________________________________________________________________________
10546 [  9800] By: jhi                                   on 2001/04/23  23:14:43
10547         Log: Avoid coredump on 'close STDERR; die' by making
10548              the PerlIO calls more robust.  Also use SETERRNO()
10549              instead of errno = to be more VMS-ready.
10550      Branch: perl
10551            ! perlio.c
10552 ____________________________________________________________________________
10553 [  9799] By: jhi                                   on 2001/04/23  21:41:10
10554         Log: Subject: test for ID 20010423.002
10555              From: Robin Houston <robin@kitsite.com>
10556              Date: Mon, 23 Apr 2001 16:52:21 +0100
10557              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
10558      Branch: perl
10559            ! t/op/avhv.t
10560 ____________________________________________________________________________
10561 [  9798] By: jhi                                   on 2001/04/23  21:40:07
10562         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
10563              From: David Dyck <dcd@tc.fluke.com>
10564              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
10565              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
10566      Branch: perl
10567            ! installperl
10568 ____________________________________________________________________________
10569 [  9797] By: jhi                                   on 2001/04/23  21:37:56
10570         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
10571              From: Benjamin Sugars <bsugars@canoe.ca>
10572              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
10573              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
10574      Branch: perl
10575            ! ext/Cwd/Cwd.xs lib/Cwd.pm
10576 ____________________________________________________________________________
10577 [  9796] By: jhi                                   on 2001/04/23  21:29:24
10578         Log: Synchronize h2xs and pod2man some more on the documentation
10579              templates they propose.
10580      Branch: perl
10581            ! pod/pod2man.PL utils/h2xs.PL
10582 ____________________________________________________________________________
10583 [  9795] By: jhi                                   on 2001/04/23  17:30:40
10584         Log: Add one more naughty test for base64; make encoding logic cleaner.
10585      Branch: perl
10586            ! t/lib/mimeb64.t
10587 ____________________________________________________________________________
10588 [  9794] By: jhi                                   on 2001/04/23  13:51:32
10589         Log: Update Changes.
10590      Branch: perl
10591            ! Changes patchlevel.h
10592 ____________________________________________________________________________
10593 [  9793] By: jhi                                   on 2001/04/23  13:44:18
10594         Log: Duplicate lines.
10595      Branch: perl
10596            ! MANIFEST
10597 ____________________________________________________________________________
10598 [  9792] By: jhi                                   on 2001/04/23  13:39:13
10599         Log: Subject: Re: PATCH 5.7.1
10600              From: Mark-Jason Dominus <mjd@plover.com>
10601              Date: Mon, 23 Apr 2001 10:30:21 -0400
10602              Message-ID: <20010423143021.17335.qmail@plover.com>
10603      Branch: perl
10604            ! perl.h sv.c
10605 ____________________________________________________________________________
10606 [  9791] By: jhi                                   on 2001/04/23  13:32:40
10607         Log: Add the CPAN.pm 1.59_54 tests.
10608      Branch: perl
10609            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
10610            ! MANIFEST
10611 ____________________________________________________________________________
10612 [  9790] By: jhi                                   on 2001/04/23  13:21:55
10613         Log: Subject: Deparse nit
10614              From: Robin Houston <robin@kitsite.com>
10615              Date: Mon, 23 Apr 2001 12:38:20 +0100
10616              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
10617      Branch: perl
10618            ! ext/B/B/Deparse.pm
10619 ____________________________________________________________________________
10620 [  9789] By: jhi                                   on 2001/04/23  13:19:07
10621         Log: Subject: [PATCH] bug 20010423.002
10622              From: Robin Houston <robin@kitsite.com>
10623              Date: Mon, 23 Apr 2001 13:12:30 +0100
10624              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
10625      Branch: perl
10626            ! pp.c
10627 ____________________________________________________________________________
10628 [  9788] By: jhi                                   on 2001/04/23  13:02:49
10629         Log: Subject: PATCH [5.7.1] hv.c unused #define
10630              From: Mark-Jason Dominus <mjd@plover.com>
10631              Date: Sun, 22 Apr 2001 14:17:49 -0400
10632              Message-ID: <20010422181749.26976.qmail@plover.com>
10633      Branch: perl
10634            ! hv.c
10635 ____________________________________________________________________________
10636 [  9787] By: jhi                                   on 2001/04/23  13:02:02
10637         Log: Subject: PATCH 5.7.1
10638              From: Mark-Jason Dominus <mjd@plover.com>
10639              Date: Sun, 22 Apr 2001 15:12:57 -0400
10640              Message-ID: <20010422191258.6539.qmail@plover.com>
10641              
10642              plus Sarathy's STMT_START + STMT_END suggestion.
10643      Branch: perl
10644            ! perl.h
10645 ____________________________________________________________________________
10646 [  9786] By: jhi                                   on 2001/04/23  12:53:25
10647         Log: Fix for
10648              
10649              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
10650              From: dLux <dlux@spam.sch.bme.hu>
10651              Date: Mon, 23 Apr 2001 01:25:26 +0200
10652              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
10653              
10654              (SvGROW really does return a char *.)
10655      Branch: perl
10656            ! pod/perlapi.pod sv.h
10657 ____________________________________________________________________________
10658 [  9785] By: jhi                                   on 2001/04/23  04:34:04
10659         Log: Time::Piece work continues.  $t->day removed since
10660              I think it's too confusing.  Now has normal and
10661              abbreviated length weekday names and month names,
10662              the names change with _names(), not _list().
10663              Now has strftime() in Perl, _strftime() is
10664              the libc version (to which strftime() falls back
10665              if it doesn't know the format.  To do: the reverse
10666              of strftime, strptime(), and the localisation of both.
10667      Branch: perl
10668            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
10669            ! t/lib/time-piece.t
10670 ____________________________________________________________________________
10671 [  9784] By: jhi                                   on 2001/04/23  02:41:46
10672         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
10673              From: andreas.koenig@anima.de (Andreas J. Koenig)
10674              Date: 23 Apr 2001 05:20:55 +0200
10675              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
10676      Branch: perl
10677            ! t/pragma/overload.t
10678 ____________________________________________________________________________
10679 [  9783] By: jhi                                   on 2001/04/22  23:32:42
10680         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
10681              From: Robin Houston <robin@kitsite.com>
10682              Date: Mon, 23 Apr 2001 00:38:18 +0100
10683              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
10684      Branch: perl
10685            ! ext/B/B/Deparse.pm
10686 ____________________________________________________________________________
10687 [  9782] By: jhi                                   on 2001/04/22  20:55:43
10688         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
10689              From: Simon Cozens <simon@netthink.co.uk>
10690              Date: Sun, 22 Apr 2001 18:47:25 +0100
10691              Message-ID: <20010422184725.A14411@netthink.co.uk>
10692      Branch: perl
10693            ! sv.c t/pragma/overload.t
10694 ____________________________________________________________________________
10695 [  9781] By: jhi                                   on 2001/04/22  20:52:13
10696         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
10697              From: Robin Houston <robin@kitsite.com>
10698              Date: Sun, 22 Apr 2001 22:14:50 +0100
10699              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
10700      Branch: perl
10701            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
10702 ____________________________________________________________________________
10703 [  9780] By: nick                                  on 2001/04/22  20:40:31
10704         Log: Integrate mainline.
10705      Branch: perlio
10706           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
10707           +> t/lib/b-stash.t
10708           !> (integrate 38 files)
10709 ____________________________________________________________________________
10710 [  9779] By: jhi                                   on 2001/04/22  15:16:03
10711         Log: Subject: IO::Socket::INET patch
10712              From: andrew deryabin <djsf@technarchy.ru>
10713              Date: Sat, 21 Apr 2001 17:46:52 +0400
10714              Message-ID: <20010421174652.B1426@technarchy>
10715      Branch: perl
10716            ! ext/IO/lib/IO/Socket/INET.pm
10717 ____________________________________________________________________________
10718 [  9778] By: jhi                                   on 2001/04/22  15:14:33
10719         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
10720              From: Mark-Jason Dominus <mjd@plover.com>
10721              Date: Sat, 21 Apr 2001 21:27:49 -0400
10722              Message-ID: <20010422012749.27024.qmail@plover.com>
10723      Branch: perl
10724            ! regcomp.c
10725 ____________________________________________________________________________
10726 [  9777] By: jhi                                   on 2001/04/22  15:10:51
10727         Log: Subject: Re: Regex debugger patch 
10728              From: Mark-Jason Dominus <mjd@plover.com>
10729              Date: Sat, 21 Apr 2001 21:48:51 -0400
10730              Message-ID: <20010422014851.27165.qmail@plover.com>
10731      Branch: perl
10732            ! pod/perldebguts.pod
10733 ____________________________________________________________________________
10734 [  9776] By: jhi                                   on 2001/04/22  15:09:48
10735         Log: Subject: Re: Regex debugger patch
10736              From: Mark-Jason Dominus <mjd@plover.com>
10737              Date: Sat, 21 Apr 2001 14:24:39 -0400
10738              Message-ID: <20010421182439.16508.qmail@plover.com>
10739              
10740              Regex debugger backend.
10741      Branch: perl
10742            ! regcomp.c regexp.h
10743 ____________________________________________________________________________
10744 [  9775] By: jhi                                   on 2001/04/21  16:45:40
10745         Log: Subject: [PATCH] Typo in utf8.h
10746              From: Jesús Quiroga <jquiroga@pobox.com>
10747              Date: Sat, 21 Apr 2001 19:25:33 +0200
10748              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
10749      Branch: perl
10750            ! utf8.h
10751 ____________________________________________________________________________
10752 [  9774] By: jhi                                   on 2001/04/21  16:43:52
10753         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
10754              From: Joe Orton <jorton@redhat.com>
10755              Date: Tue, 17 Apr 2001 15:50:43 +0100
10756              Message-Id: <20010417155043.D19132@eu.c2.net>
10757      Branch: perl
10758            ! hints/svr5.sh
10759 ____________________________________________________________________________
10760 [  9773] By: jhi                                   on 2001/04/21  15:30:15
10761         Log: Subject: Patch utils/h2xs.PL
10762              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10763              Date: Sat, 21 Apr 2001 10:32:16 -0500
10764              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
10765              
10766              Add MAILING list and LICENSE templates.
10767      Branch: perl
10768            ! utils/h2xs.PL
10769 ____________________________________________________________________________
10770 [  9772] By: jhi                                   on 2001/04/21  15:28:36
10771         Log: Subject: perlfaq2.patch for 5.7.1
10772              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10773              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
10774              Date: Fri, 20 Apr 2001 16:42:19 -0500
10775              
10776              rm an extra tab, a blurb about the xx.cpan to clarify
10777              which countries actually have that and dejanews is history
10778              as well as most of that nonsensical entry.
10779      Branch: perl
10780            ! pod/perlfaq2.pod
10781 ____________________________________________________________________________
10782 [  9771] By: jhi                                   on 2001/04/21  15:27:17
10783         Log: Subject: perlfaq1.patch for 5.7.1
10784              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
10785              Date: Fri, 20 Apr 2001 16:57:36 -0500
10786              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
10787              
10788              Evil URLs must die. Especially when they are broken.
10789      Branch: perl
10790            ! pod/perlfaq1.pod
10791 ____________________________________________________________________________
10792 [  9770] By: jhi                                   on 2001/04/21  15:23:38
10793         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
10794              From: Michael G Schwern <schwern@pobox.com>
10795              Date: Sat, 21 Apr 2001 16:11:12 +0100
10796              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
10797      Branch: perl
10798            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
10799            + t/lib/b-stash.t
10800            ! MANIFEST ext/B/B.pm t/lib/b.t
10801 ____________________________________________________________________________
10802 [  9769] By: jhi                                   on 2001/04/21  15:03:32
10803         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
10804              From: Michael G Schwern <schwern@pobox.com>
10805              Date: Sat, 21 Apr 2001 09:48:00 +0100
10806              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
10807      Branch: perl
10808            ! utils/h2ph.PL
10809 ____________________________________________________________________________
10810 [  9768] By: jhi                                   on 2001/04/21  14:33:49
10811         Log: PerlIO and Encode doc cleanup and tweaks.
10812      Branch: perl
10813            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
10814            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
10815 ____________________________________________________________________________
10816 [  9767] By: jhi                                   on 2001/04/21  12:40:16
10817         Log: Integrate perlio.
10818      Branch: perl
10819           !> doio.c
10820 ____________________________________________________________________________
10821 [  9766] By: nick                                  on 2001/04/20  18:28:35
10822         Log: Avoid core dump on
10823              open(STDOUT,">",\$foo);
10824      Branch: perlio
10825            ! doio.c
10826 ____________________________________________________________________________
10827 [  9765] By: jhi                                   on 2001/04/20  13:23:43
10828         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
10829              From: Robin Houston <robin@kitsite.com>
10830              Date: Fri, 20 Apr 2001 14:29:22 +0100
10831              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
10832      Branch: perl
10833            ! ext/B/B.pm ext/B/B/Deparse.pm
10834 ____________________________________________________________________________
10835 [  9764] By: jhi                                   on 2001/04/20  13:19:33
10836         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
10837              From: Peter Prymmer <pvhp@forte.com>
10838              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
10839              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
10840      Branch: perl
10841            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
10842            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
10843            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
10844            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
10845 ____________________________________________________________________________
10846 [  9763] By: jhi                                   on 2001/04/20  12:36:39
10847         Log: Subject: Re: A new PerlIO coredump
10848              From: Nick Ing-Simmons <nik@tiuk.ti.com>
10849              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
10850              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
10851      Branch: perl
10852            ! doio.c
10853 ____________________________________________________________________________
10854 [  9762] By: jhi                                   on 2001/04/19  23:02:30
10855         Log: Update Changes.
10856      Branch: perl
10857            ! Changes patchlevel.h
10858 ____________________________________________________________________________
10859 [  9761] By: jhi                                   on 2001/04/19  22:59:19
10860         Log: More cleanup cleanup.
10861      Branch: perl
10862            ! Makefile.SH win32/Makefile win32/makefile.mk
10863 ____________________________________________________________________________
10864 [  9760] By: jhi                                   on 2001/04/19  22:50:31
10865         Log: lib/Time is non-empty, let's not rmdir it.
10866      Branch: perl
10867            ! Makefile.SH
10868 ____________________________________________________________________________
10869 [  9759] By: jhi                                   on 2001/04/19  22:36:51
10870         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
10871              From: Robin Houston <robin@kitsite.com>
10872              Date: Fri, 20 Apr 2001 00:18:53 +0100
10873              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
10874      Branch: perl
10875            ! ext/B/B/Deparse.pm
10876 ____________________________________________________________________________
10877 [  9758] By: jhi                                   on 2001/04/19  22:36:00
10878         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
10879              From: Peter Prymmer <pvhp@forte.com>
10880              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
10881              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
10882      Branch: perl
10883            ! ext/Cwd/Cwd.xs
10884 ____________________________________________________________________________
10885 [  9757] By: nick                                  on 2001/04/19  18:53:54
10886         Log: Blind (untested) integrate of mainline.
10887      Branch: perlio
10888           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
10889           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
10890           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
10891           !> (integrate 53 files)
10892 ____________________________________________________________________________
10893 [  9756] By: jhi                                   on 2001/04/19  16:59:23
10894         Log: Document and test Time::Piece.
10895      Branch: perl
10896            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
10897            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
10898 ____________________________________________________________________________
10899 [  9755] By: jhi                                   on 2001/04/19  12:13:29
10900         Log: A better fix for the \x{12345678} trouble from NI-S.
10901      Branch: perl
10902            ! utf8.c
10903 ____________________________________________________________________________
10904 [  9754] By: jhi                                   on 2001/04/19  11:56:07
10905         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
10906              From: Robin Houston <robin@kitsite.com>
10907              Date: Wed, 18 Apr 2001 17:58:33 +0100
10908              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
10909      Branch: perl
10910            ! ext/B/B/Deparse.pm op.c
10911 ____________________________________________________________________________
10912 [  9753] By: jhi                                   on 2001/04/19  04:21:52
10913         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
10914              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
10915              Date: Thu, 19 Apr 2001 01:11:41 -0400
10916              Message-ID: <20010419011141.A5798@cpan.org>
10917      Branch: perl
10918            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
10919 ____________________________________________________________________________
10920 [  9752] By: jhi                                   on 2001/04/19  02:41:10
10921         Log: The new time utils need to be thread-aware, too.
10922      Branch: perl
10923            ! util.c
10924 ____________________________________________________________________________
10925 [  9751] By: jhi                                   on 2001/04/19  02:26:47
10926         Log: Compilation nit noticed by AIX compiler.
10927      Branch: perl
10928            ! perlio.c
10929 ____________________________________________________________________________
10930 [  9750] By: jhi                                   on 2001/04/19  02:20:06
10931         Log: The new time utils need to be public.
10932      Branch: perl
10933            ! embed.pl
10934 ____________________________________________________________________________
10935 [  9749] By: jhi                                   on 2001/04/19  01:42:39
10936         Log: Regen toc.
10937      Branch: perl
10938            ! pod/perltoc.pod
10939 ____________________________________________________________________________
10940 [  9748] By: jhi                                   on 2001/04/19  01:41:10
10941         Log: Add Time::Piece, a slight rewrite of Time::Object,
10942              from Matt Sergeant.
10943      Branch: perl
10944            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
10945            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
10946            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
10947            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
10948            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
10949            ! win32/makefile.mk
10950 ____________________________________________________________________________
10951 [  9747] By: jhi                                   on 2001/04/19  00:55:35
10952         Log: The new metaconfig unit from strftime.
10953      Branch: metaconfig/U/perl
10954            + d_strftime.U
10955 ____________________________________________________________________________
10956 [  9746] By: jhi                                   on 2001/04/19  00:54:54
10957         Log: Move the strftime() wrapper from POSIX.xs to util.c
10958              as my_strftime(), requires HAS_STRFTIME.
10959      Branch: perl
10960            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10961            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
10962            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
10963            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10964            ! vos/config.ga.h win32/config.bc win32/config.gc
10965            ! win32/config.vc
10966 ____________________________________________________________________________
10967 [  9745] By: jhi                                   on 2001/04/18  23:11:03
10968         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
10969              in preparation of Time::Piece.
10970      Branch: perl
10971            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
10972 ____________________________________________________________________________
10973 [  9744] By: jhi                                   on 2001/04/18  22:33:12
10974         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
10975              From: Peter Prymmer <pvhp@forte.com>
10976              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
10977              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
10978      Branch: perl
10979            ! t/lib/exporter.t
10980 ____________________________________________________________________________
10981 [  9743] By: jhi                                   on 2001/04/18  22:32:23
10982         Log: Subject: Fwd: pod2html leaves cache files lying around?
10983              From: Rajesh Vaidheeswarran <rv@gnu.org>
10984              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
10985              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
10986      Branch: perl
10987            ! lib/Pod/Html.pm
10988 ____________________________________________________________________________
10989 [  9742] By: jhi                                   on 2001/04/18  20:31:49
10990         Log: Update Changes.
10991      Branch: perl
10992            ! Changes patchlevel.h
10993 ____________________________________________________________________________
10994 [  9741] By: jhi                                   on 2001/04/18  20:23:02
10995         Log: Declare hints only if needed.
10996      Branch: perl
10997            ! ext/B/B/Deparse.pm
10998 ____________________________________________________________________________
10999 [  9740] By: jhi                                   on 2001/04/18  19:06:05
11000         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
11001              bug noticed by Robin Houston; basically the code of detecting
11002              value wraparound was acting differently under different compilers
11003              and platforms.  The workaround is to remove the overflow check
11004              for now, a real fix would be to do the overflow (portably) right.
11005      Branch: perl
11006            ! t/op/pat.t utf8.c
11007 ____________________________________________________________________________
11008 [  9739] By: jhi                                   on 2001/04/18  19:01:23
11009         Log: Subject: [PATCH B::Deparse] some pragma support
11010              From: Robin Houston <robin@kitsite.com>
11011              Date: Wed, 18 Apr 2001 19:32:12 +0100
11012              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
11013      Branch: perl
11014            ! ext/B/B/Deparse.pm
11015 ____________________________________________________________________________
11016 [  9738] By: jhi                                   on 2001/04/18  15:16:37
11017         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
11018              From: Benjamin Sugars <bsugars@canoe.ca>
11019              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
11020              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
11021      Branch: perl
11022            ! t/op/glob.t
11023 ____________________________________________________________________________
11024 [  9737] By: jhi                                   on 2001/04/18  13:24:50
11025         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
11026              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11027              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
11028              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
11029      Branch: perl
11030            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
11031            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
11032 ____________________________________________________________________________
11033 [  9736] By: jhi                                   on 2001/04/18  04:15:14
11034         Log: The #9735 also changes the subtest 12.
11035      Branch: perl
11036            ! t/lib/b.t
11037 ____________________________________________________________________________
11038 [  9735] By: jhi                                   on 2001/04/18  03:55:17
11039         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
11040              From: David Dyck <dcd@tc.fluke.com>
11041              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
11042              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
11043      Branch: perl
11044            ! ext/B/B/Deparse.pm
11045 ____________________________________________________________________________
11046 [  9734] By: jhi                                   on 2001/04/18  03:54:11
11047         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
11048              From: Gisle Aas <gisle@ActiveState.com>
11049              Date: 17 Apr 2001 19:06:45 -0700
11050              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
11051      Branch: perl
11052            ! pp_hot.c t/op/misc.t
11053 ____________________________________________________________________________
11054 [  9733] By: jhi                                   on 2001/04/17  22:25:22
11055         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
11056              From: "Abigail" <abigail@foad.org>
11057              Date: Wed, 18 Apr 2001 01:17:46 +0200
11058              Message-ID: <20010417231746.21657.qmail@foad.org>
11059      Branch: perl
11060            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
11061 ____________________________________________________________________________
11062 [  9732] By: jhi                                   on 2001/04/17  20:47:56
11063         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
11064              From: Robin Houston <robin@kitsite.com>
11065              Date: Tue, 17 Apr 2001 22:37:42 +0100
11066              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
11067      Branch: perl
11068            ! ext/B/B/Deparse.pm
11069 ____________________________________________________________________________
11070 [  9731] By: nick                                  on 2001/04/17  20:46:35
11071         Log: Re-sync for t/lib/b.t fix
11072      Branch: perlio
11073           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
11074 ____________________________________________________________________________
11075 [  9730] By: jhi                                   on 2001/04/17  20:45:29
11076         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
11077              From: Robin Houston <robin@kitsite.com>
11078              Date: Tue, 17 Apr 2001 22:29:36 +0100
11079              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
11080      Branch: perl
11081            ! ext/B/B.xs ext/B/B/Deparse.pm
11082 ____________________________________________________________________________
11083 [  9729] By: jhi                                   on 2001/04/17  20:43:11
11084         Log: Subject: Deparse - parenthesise args to undeclared subs
11085              From: Robin Houston <robin@kitsite.com>
11086              Date: Tue, 17 Apr 2001 21:31:05 +0100
11087              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
11088      Branch: perl
11089            ! ext/B/B/Deparse.pm
11090 ____________________________________________________________________________
11091 [  9728] By: jhi                                   on 2001/04/17  18:57:30
11092         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
11093              From: Benjamin Sugars <ben.sugars@home.com>
11094              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
11095              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
11096      Branch: perl
11097            ! t/lib/cwd.t
11098 ____________________________________________________________________________
11099 [  9727] By: jhi                                   on 2001/04/17  18:20:20
11100         Log: Subject: [PATCH B::Deparse] ambient pragmas
11101              From: Robin Houston <robin@kitsite.com>
11102              Date: Tue, 17 Apr 2001 20:01:59 +0100
11103              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
11104      Branch: perl
11105            ! ext/B/B/Deparse.pm t/lib/b.t
11106 ____________________________________________________________________________
11107 [  9726] By: nick                                  on 2001/04/17  16:33:51
11108         Log: Integrate mainline (t/lib/b.t fails test 2...)
11109      Branch: perlio
11110           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
11111           +> ext/List/Util/README ext/List/Util/Util.xs
11112           +> ext/List/Util/lib/List/Util.pm
11113           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
11114           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
11115           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
11116           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
11117           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
11118           !> (integrate 31 files)
11119 ____________________________________________________________________________
11120 [  9725] By: jhi                                   on 2001/04/17  12:14:24
11121         Log: Subject: multiple B::* changes
11122              From: Robin Houston <robin@kitsite.com>
11123              Date: Thu, 12 Apr 2001 20:12:27 +0100
11124              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
11125      Branch: perl
11126            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
11127 ____________________________________________________________________________
11128 [  9724] By: jhi                                   on 2001/04/17  11:59:05
11129         Log: Thread-awareness from Doug MacEachern.
11130      Branch: perl
11131            ! ext/List/Util/Util.xs
11132 ____________________________________________________________________________
11133 [  9723] By: jhi                                   on 2001/04/17  11:57:41
11134         Log: Make the test more portable.
11135      Branch: perl
11136            ! t/lib/cwd.t
11137 ____________________________________________________________________________
11138 [  9722] By: jhi                                   on 2001/04/17  11:53:50
11139         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
11140              From: Benjamin Sugars <ben.sugars@home.com>
11141              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
11142              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
11143      Branch: perl
11144            ! t/lib/cwd.t
11145 ____________________________________________________________________________
11146 [  9721] By: jhi                                   on 2001/04/17  11:52:17
11147         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
11148              From: Benjamin Sugars <bsugars@canoe.ca>
11149              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
11150              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
11151      Branch: perl
11152            ! op.c
11153 ____________________________________________________________________________
11154 [  9720] By: jhi                                   on 2001/04/17  11:35:42
11155         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
11156              From: Chris Nandor <pudge@pobox.com>
11157              Date: Tue, 17 Apr 2001 00:30:49 -0400
11158              Message-Id: <p05100207b701768712de@[10.0.1.177]>
11159      Branch: perl
11160            ! ext/File/Glob/bsd_glob.c gv.c
11161 ____________________________________________________________________________
11162 [  9719] By: jhi                                   on 2001/04/17  11:32:13
11163         Log: Subject: [PATCH] Tweten->West
11164              From: Casey West <casey@geeknest.com>
11165              Date: Mon, 16 Apr 2001 12:11:22 -0400
11166              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
11167      Branch: perl
11168            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
11169            ! pod/perltie.pod
11170 ____________________________________________________________________________
11171 [  9718] By: jhi                                   on 2001/04/16  03:22:52
11172         Log: Update Changes.
11173      Branch: perl
11174            ! Changes patchlevel.h
11175 ____________________________________________________________________________
11176 [  9717] By: jhi                                   on 2001/04/16  03:06:28
11177         Log: Regen toc.
11178      Branch: perl
11179            ! pod/perltoc.pod
11180 ____________________________________________________________________________
11181 [  9716] By: jhi                                   on 2001/04/16  02:58:42
11182         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
11183              From: Prymmer/Kahn <pvhp@best.com>
11184              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
11185              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
11186      Branch: perl
11187            ! utf8.c
11188 ____________________________________________________________________________
11189 [  9715] By: jhi                                   on 2001/04/15  23:40:35
11190         Log: Subject: Re: Net::Ping patch, adds stream protocol
11191              From: bronson@rinspin.com (Scott Bronson)
11192              Date: Tue, 10 Apr 2001 23:58:33 -0700
11193              Message-ID: <20010410235833.N29719@rinspin.com>
11194      Branch: perl
11195            ! lib/Net/Ping.pm
11196 ____________________________________________________________________________
11197 [  9714] By: jhi                                   on 2001/04/15  23:31:46
11198         Log: Printing out the ok messages helps successful testing.
11199      Branch: perl
11200            ! t/lib/time-hires.t
11201 ____________________________________________________________________________
11202 [  9713] By: jhi                                   on 2001/04/15  21:43:24
11203         Log: Update Douglas Wegscheid's email.
11204      Branch: perl
11205            ! AUTHORS
11206 ____________________________________________________________________________
11207 [  9712] By: jhi                                   on 2001/04/15  21:40:41
11208         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
11209              From: Michael G Schwern <schwern@pobox.com>
11210              Date: Sat, 14 Apr 2001 22:40:50 +0100
11211              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
11212      Branch: perl
11213            + t/lib/exporter.t
11214            ! MANIFEST lib/Exporter/Heavy.pm
11215 ____________________________________________________________________________
11216 [  9711] By: jhi                                   on 2001/04/15  21:39:21
11217         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
11218              From: Michael G Schwern <schwern@pobox.com>
11219              Date: Sat, 14 Apr 2001 22:13:59 +0100
11220              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
11221      Branch: perl
11222            ! t/op/loopctl.t
11223 ____________________________________________________________________________
11224 [  9710] By: jhi                                   on 2001/04/15  21:30:19
11225         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
11226              From: Michael G Schwern <schwern@pobox.com>
11227              Date: Sat, 14 Apr 2001 22:05:32 +0100
11228              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
11229      Branch: perl
11230            ! t/pragma/warnings.t
11231 ____________________________________________________________________________
11232 [  9709] By: jhi                                   on 2001/04/15  19:34:09
11233         Log: Integrate changes #9706,9707 from maintperl into mainline.
11234              
11235              change#7210 broke .packlist generation
11236              
11237              ExtUtils::Installed doesn't quote regex metacharacters in paths
11238              before using them in match; also make it work for dosish platforms
11239      Branch: perl
11240           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11241 ____________________________________________________________________________
11242 [  9708] By: jhi                                   on 2001/04/15  19:31:01
11243         Log: Test also the scalar aspect of getitimer().
11244      Branch: perl
11245            ! t/lib/time-hires.t
11246 ____________________________________________________________________________
11247 [  9707] By: gsar                                  on 2001/04/15  17:24:20
11248         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
11249              before using them in match; also make it work for dosish platforms
11250      Branch: maint-5.6/perl
11251            ! lib/ExtUtils/Installed.pm
11252 ____________________________________________________________________________
11253 [  9706] By: gsar                                  on 2001/04/15  17:21:59
11254         Log: change#7210 broke .packlist generation (listed only filename
11255              rather than fully qualified path name)
11256      Branch: maint-5.6/perl
11257            ! lib/ExtUtils/Install.pm
11258 ____________________________________________________________________________
11259 [  9705] By: jhi                                   on 2001/04/15  12:36:33
11260         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
11261      Branch: perl
11262            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
11263            ! t/lib/time-hires.t
11264 ____________________________________________________________________________
11265 [  9704] By: jhi                                   on 2001/04/15  10:49:08
11266         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
11267              From: Prymmer/Kahn <pvhp@best.com>
11268              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
11269              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
11270      Branch: perl
11271            ! lib/utf8.pm pod/perlebcdic.pod
11272 ____________________________________________________________________________
11273 [  9703] By: jhi                                   on 2001/04/15  02:26:26
11274         Log: I keep forgetting to sort MANIFEST.
11275      Branch: perl
11276            ! MANIFEST
11277 ____________________________________________________________________________
11278 [  9702] By: jhi                                   on 2001/04/15  02:07:47
11279         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
11280              Now we have blessed, reftype, tainted, first, reduce, ...
11281      Branch: perl
11282            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
11283            + ext/List/Util/README ext/List/Util/Util.xs
11284            + ext/List/Util/lib/List/Util.pm
11285            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
11286            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
11287            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
11288            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
11289            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
11290            ! MANIFEST
11291 ____________________________________________________________________________
11292 [  9701] By: jhi                                   on 2001/04/14  15:05:25
11293         Log: Subject: RE: dprofpp.pl updates 
11294              From: Carl Eklof <CEklof@endeca.com>
11295              Date: Thu, 12 Apr 2001 18:45:46 -0400
11296              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
11297      Branch: perl
11298            ! utils/dprofpp.PL
11299 ____________________________________________________________________________
11300 [  9700] By: jhi                                   on 2001/04/14  14:44:55
11301         Log: Do not just blindly add CR.
11302      Branch: perl
11303            ! Porting/makerel
11304 ____________________________________________________________________________
11305 [  9699] By: jhi                                   on 2001/04/13  13:17:01
11306         Log: Update Changes.
11307      Branch: perl
11308            ! Changes patchlevel.h
11309 ____________________________________________________________________________
11310 [  9698] By: jhi                                   on 2001/04/13  12:44:48
11311         Log: Integrate perlio.
11312      Branch: perl
11313           !> ext/PerlIO/Scalar/Scalar.xs
11314 ____________________________________________________________________________
11315 [  9697] By: jhi                                   on 2001/04/13  12:29:15
11316         Log: Add more debug output to the test.
11317      Branch: perl
11318            ! t/lib/cwd.t
11319 ____________________________________________________________________________
11320 [  9696] By: nick                                  on 2001/04/13  10:14:29
11321         Log: Fix core dump on binmode($fh,'Scalar')
11322      Branch: perlio
11323            ! ext/PerlIO/Scalar/Scalar.xs
11324 ____________________________________________________________________________
11325 [  9695] By: nick                                  on 2001/04/13  09:05:42
11326         Log: Integrate mainline
11327      Branch: perlio
11328           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11329           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11330           +> t/lib/time-hires.t
11331           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
11332           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
11333           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
11334           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
11335           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
11336           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
11337           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
11338 ____________________________________________________________________________
11339 [  9694] By: jhi                                   on 2001/04/12  22:23:35
11340         Log: Integrate change #9693 from maintperl into mainline.
11341              
11342              $VERSION and Version() on the same line provokes a warning from
11343              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
11344      Branch: perl
11345           !> lib/Devel/SelfStubber.pm
11346 ____________________________________________________________________________
11347 [  9693] By: gsar                                  on 2001/04/12  21:55:56
11348         Log: $VERSION and Version() on the same line provokes a warning from
11349              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
11350      Branch: maint-5.6/perl
11351            ! lib/Devel/SelfStubber.pm
11352 ____________________________________________________________________________
11353 [  9692] By: jhi                                   on 2001/04/12  13:54:00
11354         Log: This is at least 5.005.
11355      Branch: perl
11356            ! ext/Time/HiRes/HiRes.xs
11357 ____________________________________________________________________________
11358 [  9691] By: jhi                                   on 2001/04/12  13:37:20
11359         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
11360      Branch: perl
11361            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
11362            ! win32/Makefile win32/makefile.mk
11363 ____________________________________________________________________________
11364 [  9690] By: jhi                                   on 2001/04/12  01:34:46
11365         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
11366      Branch: perl
11367            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11368            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
11369            + t/lib/time-hires.t
11370            ! MANIFEST
11371 ____________________________________________________________________________
11372 [  9689] By: jhi                                   on 2001/04/12  00:28:39
11373         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
11374              From: Gisle Aas <gisle@ActiveState.com>
11375              Date: 11 Apr 2001 16:36:11 -0700
11376              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
11377      Branch: perl
11378            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
11379 ____________________________________________________________________________
11380 [  9688] By: jhi                                   on 2001/04/12  00:27:39
11381         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
11382              From: Gisle Aas <gisle@ActiveState.com>
11383              Date: 11 Apr 2001 11:13:24 -0700
11384              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
11385      Branch: perl
11386            ! ext/MIME/Base64/Base64.xs
11387 ____________________________________________________________________________
11388 [  9687] By: jhi                                   on 2001/04/11  19:51:47
11389         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
11390      Branch: perl
11391            ! Todo-5.6
11392 ____________________________________________________________________________
11393 [  9686] By: jhi                                   on 2001/04/11  16:54:25
11394         Log: Subject: [PATCH opcode.pl] Documentation of table format
11395              From: Simon Cozens <simon@netthink.co.uk>
11396              Date: Wed, 11 Apr 2001 12:59:31 +0100
11397              Message-ID: <20010411125931.A25681@netthink.co.uk>
11398      Branch: perl
11399            ! opcode.pl
11400 ____________________________________________________________________________
11401 [  9685] By: jhi                                   on 2001/04/11  16:53:15
11402         Log: Subject: [PATCH] prototype("CORE::recv")
11403              From: Simon Cozens <simon@netthink.co.uk>
11404              Date: Wed, 11 Apr 2001 13:24:35 +0100
11405              Message-ID: <20010411132435.A26169@netthink.co.uk>
11406      Branch: perl
11407            ! pp.c t/comp/proto.t
11408 ____________________________________________________________________________
11409 [  9684] By: jhi                                   on 2001/04/11  16:47:13
11410         Log: FAQ (and AUTHORS) update from Dan Carson: the information
11411              was several years obsolete, Term::Readkey has been updated
11412              to have the functionality.
11413      Branch: perl
11414            ! AUTHORS pod/perlfaq5.pod
11415 ____________________________________________________________________________
11416 [  9683] By: jhi                                   on 2001/04/11  12:15:46
11417         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
11418              From: Calle Dybedahl <calle@lysator.liu.se>
11419              Date: 10 Apr 2001 16:44:16 +0200
11420              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
11421      Branch: perl
11422            ! ext/MIME/Base64/Base64.xs
11423 ____________________________________________________________________________
11424 [  9682] By: jhi                                   on 2001/04/11  12:12:26
11425         Log: A more minimal fix for 20010410.006 from Hugo.
11426      Branch: perl
11427            ! regexec.c
11428 ____________________________________________________________________________
11429 [  9681] By: jhi                                   on 2001/04/11  11:34:23
11430         Log: Integrate changes #9678,9679 from maintline into mainperl.
11431              
11432              addendum to change#9676
11433              
11434              up $File::Glob::VERSION; add a note pointing out the version of
11435              the OpenBSD glob bsd_glob.c resembles
11436      Branch: perl
11437           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11438           !> ext/File/Glob/bsd_glob.h
11439 ____________________________________________________________________________
11440 [  9680] By: jhi                                   on 2001/04/11  11:30:38
11441         Log: Bad test numbering in integrate in #9677.
11442              Fixes ID 20010411.001.
11443      Branch: perl
11444            ! t/op/pat.t
11445 ____________________________________________________________________________
11446 [  9679] By: gsar                                  on 2001/04/11  03:38:40
11447         Log: up $File::Glob::VERSION; add a note pointing out the version of
11448              the OpenBSD glob bsd_glob.c resembles
11449      Branch: maint-5.6/perl
11450            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11451            ! ext/File/Glob/bsd_glob.h
11452 ____________________________________________________________________________
11453 [  9678] By: gsar                                  on 2001/04/11  03:09:48
11454         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
11455              revision 1.8.10.1 found here:
11456              
11457              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
11458      Branch: maint-5.6/perl
11459            ! ext/File/Glob/bsd_glob.c
11460 ____________________________________________________________________________
11461 [  9677] By: jhi                                   on 2001/04/11  02:54:39
11462         Log: Integrate changes #9675,9676 from maintperl into mainline.
11463              
11464              fix for bug 20010410.006, undo change#7115
11465              
11466              port the OpenBSD glob() security patch
11467      Branch: perl
11468           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11469           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
11470           !> t/op/pat.t
11471 ____________________________________________________________________________
11472 [  9676] By: gsar                                  on 2001/04/11  02:19:02
11473         Log: port the glob() security patch found at:
11474              
11475              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
11476              
11477              CERT advisory for the issue is here:
11478              
11479              http://www.cert.org/advisories/CA-2001-07.html
11480              
11481              Note that the security scare is only relevant for those who are
11482              foolish enough to build suidperl (which is now officially discouraged)
11483      Branch: maint-5.6/perl
11484            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
11485            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
11486 ____________________________________________________________________________
11487 [  9675] By: gsar                                  on 2001/04/10  23:52:11
11488         Log: fix for bug 20010410.006
11489              
11490              undo change#7115 (came into maint-5.6 as change#8156)
11491              
11492              add tests to keep it from coming back
11493      Branch: maint-5.6/perl
11494            ! regexec.c t/op/pat.t
11495 ____________________________________________________________________________
11496 [  9674] By: nick                                  on 2001/04/10  20:39:31
11497         Log: Integrate mainline
11498      Branch: perlio
11499           +> Porting/testall.atom
11500           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
11501           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
11502           !> t/lib/lc-uk.t t/pod/find.t
11503 ____________________________________________________________________________
11504 [  9673] By: nick                                  on 2001/04/10  18:46:14
11505         Log: Integrate against change 9670 aka perl-5.7.1
11506      Branch: perlio
11507           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
11508           !> (integrate 53 files)
11509 ____________________________________________________________________________
11510 [  9672] By: jhi                                   on 2001/04/10  13:45:01
11511         Log: Add a script for doing cumulative profile of the test suite.
11512              (Requires ATOM, that is, Tru64.)
11513      Branch: perl
11514            + Porting/testall.atom
11515            ! MANIFEST
11516 ____________________________________________________________________________
11517 [  9671] By: jhi                                   on 2001/04/10  12:38:53
11518         Log: Missing std block.
11519      Branch: perl
11520            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
11521            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
11522            ! t/pod/find.t
11523 ____________________________________________________________________________
11524 [  9670] By: jhi                                   on 2001/04/10  01:25:58
11525         Log: This is 5.7.1.
11526      Branch: perl
11527            ! patchlevel.h
11528 ____________________________________________________________________________
11529 [  9669] By: jhi                                   on 2001/04/10  01:09:14
11530         Log: Update Changes.
11531      Branch: perl
11532            ! Changes patchlevel.h
11533 ____________________________________________________________________________
11534 [  9668] By: jhi                                   on 2001/04/10  01:00:38
11535         Log: Regen toc.
11536      Branch: perl
11537            ! pod/perltoc.pod
11538 ____________________________________________________________________________
11539 [  9667] By: jhi                                   on 2001/04/10  00:52:16
11540         Log: Update perlhist.
11541      Branch: perl
11542            ! pod/perlhist.pod
11543 ____________________________________________________________________________
11544 [  9666] By: jhi                                   on 2001/04/09  23:38:59
11545         Log: Slight wording tweaks from Damian to #9658.
11546      Branch: perl
11547            ! pod/perlobj.pod
11548 ____________________________________________________________________________
11549 [  9665] By: jhi                                   on 2001/04/09  19:56:06
11550         Log: Subject: [PATCH perlutil.pod] Nit
11551              From: Simon Cozens <simon@netthink.co.uk>
11552              Date: Mon, 9 Apr 2001 20:29:44 +0100
11553              Message-ID: <20010409202944.A14796@the.earth.li>
11554      Branch: perl
11555            ! pod/perlutil.pod
11556 ____________________________________________________________________________
11557 [  9664] By: jhi                                   on 2001/04/09  19:54:42
11558         Log: Subject: Re: perl571delta.pod@9631
11559              From: Mike Guy <mjtg@cam.ac.uk>
11560              Date: Mon, 09 Apr 2001 18:09:14 +0100
11561              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
11562      Branch: perl
11563            ! pod/perl571delta.pod
11564 ____________________________________________________________________________
11565 [  9663] By: jhi                                   on 2001/04/09  13:43:35
11566         Log: Update Changes.
11567      Branch: perl
11568            ! Changes patchlevel.h
11569 ____________________________________________________________________________
11570 [  9662] By: jhi                                   on 2001/04/09  13:24:46
11571         Log: tweak tweak.
11572      Branch: perl
11573            ! AUTHORS pod/perl571delta.pod
11574 ____________________________________________________________________________
11575 [  9661] By: jhi                                   on 2001/04/09  13:15:13
11576         Log: Thinko in manual patch applying.
11577      Branch: perl
11578            ! sv.c
11579 ____________________________________________________________________________
11580 [  9660] By: jhi                                   on 2001/04/09  13:07:53
11581         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
11582              From: Robin Barker <rmb1@cise.npl.co.uk> 
11583              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
11584              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
11585              
11586              (This corrects the case where the "isn't numeric" string contains \0s
11587              and is longer than the temporary buffer, and contains \0 at the point
11588              the string would be truncated by "...".) 
11589      Branch: perl
11590            ! sv.c
11591 ____________________________________________________________________________
11592 [  9659] By: jhi                                   on 2001/04/09  12:57:41
11593         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
11594      Branch: perl
11595            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
11596            ! t/lib/cgi-function.t t/lib/cgi-html.t
11597 ____________________________________________________________________________
11598 [  9658] By: jhi                                   on 2001/04/09  12:48:47
11599         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
11600              From: Ilmari Karonen <iltzu@sci.fi>
11601              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
11602              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
11603              
11604              Rearrange and rewrite the Method Invocation section
11605              to explain the concepts in nicer order.
11606      Branch: perl
11607            ! pod/perlobj.pod
11608 ____________________________________________________________________________
11609 [  9657] By: jhi                                   on 2001/04/09  12:35:58
11610         Log: Upgrade to podlators 1.09, from Russ Allbery.
11611      Branch: perl
11612            ! lib/Pod/Man.pm lib/Pod/Text.pm
11613 ____________________________________________________________________________
11614 [  9656] By: jhi                                   on 2001/04/09  12:31:53
11615         Log: perl571delta.
11616      Branch: perl
11617            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
11618 ____________________________________________________________________________
11619 [  9655] By: jhi                                   on 2001/04/09  12:20:09
11620         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
11621              From: Prymmer/Kahn <pvhp@best.com>
11622              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
11623              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
11624      Branch: perl
11625            ! lib/utf8.pm pod/perlunicode.pod
11626 ____________________________________________________________________________
11627 [  9654] By: gsar                                  on 2001/04/09  03:38:33
11628         Log: here lies 5.6.1
11629      Branch: maint-5.6/perl
11630            ! Changes
11631 ____________________________________________________________________________
11632 [  9653] By: jhi                                   on 2001/04/09  03:25:24
11633         Log: Update perlhist.
11634      Branch: perl
11635            ! pod/perlhist.pod
11636 ____________________________________________________________________________
11637 [  9652] By: jhi                                   on 2001/04/09  03:18:49
11638         Log: perl571delta tweaking continues.
11639      Branch: perl
11640            ! pod/perl571delta.pod
11641 ____________________________________________________________________________
11642 [  9651] By: gsar                                  on 2001/04/09  03:11:19
11643         Log: update Changes, patchlevel.h &c.
11644      Branch: maint-5.6/perl
11645            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
11646            ! pod/perltoc.pod
11647 ____________________________________________________________________________
11648 [  9650] By: jhi                                   on 2001/04/09  02:40:24
11649         Log: Integrate the perlfork half of #9513 from maintperl into mainline
11650              (the perlunicode half is obsolete)
11651      Branch: perl
11652            ! pod/perlfork.pod
11653 ____________________________________________________________________________
11654 [  9649] By: gsar                                  on 2001/04/09  02:35:43
11655         Log: tweak perldelta as suggested by Jarkko
11656      Branch: maint-5.6/perl
11657            ! pod/perldelta.pod
11658 ____________________________________________________________________________
11659 [  9648] By: jhi                                   on 2001/04/09  02:13:04
11660         Log: Integrate change #9646 from maintperl into mainline.
11661              
11662              add note about ithreads and Thread.pm
11663      Branch: perl
11664           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
11665 ____________________________________________________________________________
11666 [  9647] By: jhi                                   on 2001/04/09  02:10:18
11667         Log: Bad assumption that shortsize == 2.
11668      Branch: perl
11669            ! t/lib/xs-typemap.t
11670 ____________________________________________________________________________
11671 [  9646] By: gsar                                  on 2001/04/09  00:48:04
11672         Log: add note about ithreads and Thread.pm (too many people are
11673              confused by the fact that Thread.pm is built and installed
11674              under non-5005threads but doesn't work)
11675      Branch: maint-5.6/perl
11676            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
11677 ____________________________________________________________________________
11678 [  9645] By: gsar                                  on 2001/04/09  00:19:03
11679         Log: update perldelta.pod for changes in 5.6.1
11680      Branch: maint-5.6/perl
11681            ! Changes pod/perldelta.pod
11682 ____________________________________________________________________________
11683 [  9644] By: jhi                                   on 2001/04/08  20:37:00
11684         Log: Integrate change #9639 from maintperl into mainline:
11685              on windows, many of the README.* pods were being copied to
11686              the wrong location
11687      Branch: perl
11688           !> win32/Makefile win32/makefile.mk
11689 ____________________________________________________________________________
11690 [  9643] By: jhi                                   on 2001/04/08  20:07:11
11691         Log: Integrate change #9624 from maintperl into mainline:
11692              the pod tests were not okay.  (t/pod/find.t changes ignored)
11693      Branch: perl
11694           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
11695           !> t/pod/include.t t/pod/included.t t/pod/lref.t
11696           !> t/pod/multiline_items.t t/pod/nested_items.t
11697           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
11698           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
11699 ____________________________________________________________________________
11700 [  9642] By: jhi                                   on 2001/04/08  19:57:17
11701         Log: Integrate change #9638 from maintperl into mainline:
11702              update to latest JPL from the anoncvs repository
11703      Branch: perl
11704           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
11705           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11706           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11707 ____________________________________________________________________________
11708 [  9641] By: jhi                                   on 2001/04/08  19:53:30
11709         Log: perl571delta updates.
11710      Branch: perl
11711            ! lib/Filter/Simple.pm pod/perl571delta.pod
11712 ____________________________________________________________________________
11713 [  9640] By: gsar                                  on 2001/04/08  19:20:46
11714         Log: integrate change#9634 from mainline
11715              
11716              Fix the perlmodlib generation (didn't understand separate .pod
11717              files; didn't understand -- as the name-thing separator).
11718              Update the CPAN mirrors list.
11719      Branch: maint-5.6/perl
11720            ! pod/perlmodlib.pod
11721           !> pod/perlmodlib.PL
11722 ____________________________________________________________________________
11723 [  9639] By: gsar                                  on 2001/04/08  18:57:31
11724         Log: on windows, many of the README.* pods were being copied to the wrong
11725              location
11726      Branch: maint-5.6/perl
11727            ! win32/Makefile win32/makefile.mk
11728 ____________________________________________________________________________
11729 [  9638] By: gsar                                  on 2001/04/08  18:38:25
11730         Log: update to latest JPL from the anoncvs repository
11731      Branch: maint-5.6/perl
11732            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
11733            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11734            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
11735 ____________________________________________________________________________
11736 [  9637] By: jhi                                   on 2001/04/08  17:53:53
11737         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
11738      Branch: perl
11739            ! pod/perl571delta.pod
11740 ____________________________________________________________________________
11741 [  9636] By: jhi                                   on 2001/04/08  17:18:32
11742         Log: Regen toc.
11743      Branch: perl
11744            ! pod/perltoc.pod
11745 ____________________________________________________________________________
11746 [  9635] By: jhi                                   on 2001/04/08  17:16:33
11747         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
11748              From: "Craig A. Berry" <craigberry@mac.com>
11749              Date: Sun, 08 Apr 2001 12:30:16 -0500
11750              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
11751      Branch: perl
11752            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
11753 ____________________________________________________________________________
11754 [  9634] By: jhi                                   on 2001/04/08  17:09:19
11755         Log: Fix the perlmodlib generation (didn't understand separate .pod
11756              files; didn't understand -- as the name-thing separator).
11757              
11758              Update the CPAN mirrors list.
11759      Branch: perl
11760            ! pod/perlmodlib.PL pod/perlmodlib.pod
11761 ____________________________________________________________________________
11762 [  9633] By: jhi                                   on 2001/04/08  16:49:17
11763         Log: Sort MANIFEST.
11764      Branch: perl
11765            ! MANIFEST
11766 ____________________________________________________________________________
11767 [  9632] By: gsar                                  on 2001/04/08  16:36:06
11768         Log: add $Tie::RefHash::VERSION
11769      Branch: maint-5.6/perl
11770            ! lib/Tie/RefHash.pm
11771 ____________________________________________________________________________
11772 [  9631] By: jhi                                   on 2001/04/08  16:10:15
11773         Log: perl571delta updates based on p5p feedback; still needs
11774              lots of examples.
11775      Branch: perl
11776            ! pod/perl571delta.pod
11777 ____________________________________________________________________________
11778 [  9630] By: jhi                                   on 2001/04/08  15:59:13
11779         Log: Update the list of supported platforms to talk about 5.7.1
11780              (and 5.6.1)
11781      Branch: perl
11782            ! pod/perlport.pod
11783 ____________________________________________________________________________
11784 [  9629] By: jhi                                   on 2001/04/08  15:55:41
11785         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
11786              from maintperl into mainline: perlport updates.
11787      Branch: perl
11788            ! pod/perlport.pod
11789 ____________________________________________________________________________
11790 [  9628] By: jhi                                   on 2001/04/08  15:53:17
11791         Log: perlsolaris.pod copied to wrong directory.
11792      Branch: perl
11793            ! win32/makefile.mk
11794 ____________________________________________________________________________
11795 [  9627] By: jhi                                   on 2001/04/08  14:48:18
11796         Log: Subject: Typos in perl571delta.pod
11797              From: "Stephen P. Potter" <spp@spotter.yi.org>
11798              Date: Sat, 07 Apr 2001 20:37:05 -0400
11799              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
11800      Branch: perl
11801            ! pod/perl571delta.pod
11802 ____________________________________________________________________________
11803 [  9626] By: jhi                                   on 2001/04/08  14:39:04
11804         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
11805      Branch: perl
11806            ! gv.c
11807 ____________________________________________________________________________
11808 [  9625] By: nick                                  on 2001/04/08  10:14:23
11809         Log: Integrate mainline
11810      Branch: perlio
11811           +> pod/perl570delta.pod pod/perl571delta.pod
11812           !> (integrate 27 files)
11813 ____________________________________________________________________________
11814 [  9624] By: gsar                                  on 2001/04/08  06:08:17
11815         Log: test in t/pod/* were busted
11816              
11817              these tests are still not enabled in t/{harness,TEST}
11818      Branch: maint-5.6/perl
11819            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
11820            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
11821            ! t/pod/multiline_items.t t/pod/nested_items.t
11822            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
11823            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
11824 ____________________________________________________________________________
11825 [  9623] By: gsar                                  on 2001/04/08  03:37:01
11826         Log: integrate change#9470 from mainline
11827              
11828              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
11829      Branch: maint-5.6/perl
11830           !> ext/Socket/Socket.xs
11831 ____________________________________________________________________________
11832 [  9622] By: jhi                                   on 2001/04/07  22:40:47
11833         Log: Update Changes.
11834      Branch: perl
11835            ! Changes patchlevel.h
11836 ____________________________________________________________________________
11837 [  9621] By: jhi                                   on 2001/04/07  22:34:16
11838         Log: Update AUTHORS.
11839      Branch: perl
11840            ! AUTHORS
11841 ____________________________________________________________________________
11842 [  9620] By: jhi                                   on 2001/04/07  22:12:47
11843         Log: Forgot to bump the number of tests in #9164.
11844      Branch: perl
11845            ! t/op/array.t
11846 ____________________________________________________________________________
11847 [  9619] By: jhi                                   on 2001/04/07  22:09:50
11848         Log: Bump patchlevel to 5.7.1.
11849      Branch: perl
11850            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11851            ! config_h.SH patchlevel.h
11852 ____________________________________________________________________________
11853 [  9618] By: jhi                                   on 2001/04/07  22:02:41
11854         Log: Populate perl571delta.
11855      Branch: perl
11856            ! pod/perl571delta.pod
11857 ____________________________________________________________________________
11858 [  9617] By: jhi                                   on 2001/04/07  22:01:23
11859         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
11860              to forget it later; do not change patchlevel.h yet or regenerate
11861              Configure yet.
11862      Branch: perl
11863            ! epoc/config.sh win32/Makefile win32/config_H.bc
11864            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
11865 ____________________________________________________________________________
11866 [  9616] By: jhi                                   on 2001/04/07  17:46:33
11867         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
11868      Branch: perl
11869            ! pod/perl571delta.pod
11870 ____________________________________________________________________________
11871 [  9615] By: jhi                                   on 2001/04/07  17:33:21
11872         Log: Change the toc configuration.
11873      Branch: perl
11874            ! pod/buildtoc.PL pod/perl.pod
11875 ____________________________________________________________________________
11876 [  9614] By: jhi                                   on 2001/04/07  17:29:47
11877         Log: Subject: PATCH: $[
11878              From: Robin Houston <robin@kitsite.com>
11879              Date: Fri, 6 Apr 2001 18:10:14 +0100
11880              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
11881      Branch: perl
11882            ! op.c t/op/array.t
11883 ____________________________________________________________________________
11884 [  9613] By: jhi                                   on 2001/04/07  17:28:26
11885         Log: Subject: [PATCH perl@9424] isn't numeric warning
11886              From: Robin Barker <rmb1@cise.npl.co.uk>
11887              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
11888              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
11889      Branch: perl
11890            ! sv.c t/pragma/warn/sv
11891 ____________________________________________________________________________
11892 [  9612] By: jhi                                   on 2001/04/07  17:26:45
11893         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
11894              From: Mike Guy <mjtg@cam.ac.uk>
11895              Date: Fri, 06 Apr 2001 12:47:06 +0100
11896              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
11897      Branch: perl
11898            ! dump.c t/lib/peek.t
11899 ____________________________________________________________________________
11900 [  9611] By: jhi                                   on 2001/04/07  17:21:35
11901         Log: Create perl571delta and seed it off with the perldelta changes
11902              since 5.7.0; remove those changes from perldelta and rename it
11903              as perl570delta; recreate perldelta but leave it almost empty.
11904      Branch: perl
11905            + pod/perl570delta.pod pod/perl571delta.pod
11906            ! MANIFEST pod/perldelta.pod
11907 ____________________________________________________________________________
11908 [  9610] By: jhi                                   on 2001/04/07  16:56:32
11909         Log: Denit.
11910      Branch: perl
11911            ! pod/perldelta.pod
11912 ____________________________________________________________________________
11913 [  9609] By: jhi                                   on 2001/04/07  16:38:32
11914         Log: Retract #9523: needs more thought.
11915      Branch: perl
11916            ! Makefile.SH
11917 ____________________________________________________________________________
11918 [  9608] By: jhi                                   on 2001/04/07  14:59:20
11919         Log: atmark() code cleanaup.
11920      Branch: perl
11921            ! ext/IO/IO.xs
11922 ____________________________________________________________________________
11923 [  9607] By: jhi                                   on 2001/04/07  14:48:14
11924         Log: Integrate change #9605 from maintperl into mainline.
11925              
11926              can't optimize away scope entry if tr/// is present
11927      Branch: perl
11928           !> op.c t/op/tr.t
11929 ____________________________________________________________________________
11930 [  9606] By: jhi                                   on 2001/04/07  14:43:59
11931         Log: Integrate perlio.
11932      Branch: perl
11933           +> win32/FindExt.pm
11934           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
11935           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
11936 ____________________________________________________________________________
11937 [  9605] By: gsar                                  on 2001/04/07  11:52:40
11938         Log: can't optimize away scope entry if tr/// is present
11939      Branch: maint-5.6/perl
11940            ! op.c t/op/tr.t
11941 ____________________________________________________________________________
11942 [  9604] By: nick                                  on 2001/04/07  11:39:45
11943         Log: Split out extension finding code from buildext.pl into FindExt.pm
11944              Use it to get Config.pm's idea of available extensions in line
11945              with what is built.
11946      Branch: perlio
11947            + win32/FindExt.pm
11948            ! MANIFEST win32/buildext.pl win32/config_sh.PL
11949            ! win32/makefile.mk
11950 ____________________________________________________________________________
11951 [  9603] By: nick                                  on 2001/04/07  09:11:38
11952         Log: Cleanup correction for failed :Via() layer, also set an error code.
11953      Branch: perlio
11954            ! ext/PerlIO/Via/Via.xs
11955 ____________________________________________________________________________
11956 [  9602] By: nick                                  on 2001/04/07  08:38:04
11957         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
11958              style. So don't use binmode() on the handles so that Win32 etc. see
11959              same sequence and produce same digests.
11960      Branch: perlio
11961            ! t/lib/md5-file.t
11962 ____________________________________________________________________________
11963 [  9601] By: nick                                  on 2001/04/07  08:36:26
11964         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
11965              Else it complains and so crlf layer (say) does not get pushed.
11966      Branch: perlio
11967            ! perlio.c
11968 ____________________________________________________________________________
11969 [  9600] By: jhi                                   on 2001/04/06  23:00:09
11970         Log: Integrate change #9599 from perlio into mainline.
11971      Branch: perl
11972           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
11973           !> win32/config_H.vc
11974 ____________________________________________________________________________
11975 [  9599] By: nick                                  on 2001/04/06  21:42:43
11976         Log: Quote $VERSION in Encode.pm.
11977              regen_config_h as requested.
11978      Branch: perlio
11979            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
11980            ! win32/config_H.vc
11981 ____________________________________________________________________________
11982 [  9598] By: nick                                  on 2001/04/06  20:34:59
11983         Log: Integrate mainline
11984      Branch: perlio
11985           +> README.macos
11986           !> (integrate 39 files)
11987 ____________________________________________________________________________
11988 [  9597] By: gsar                                  on 2001/04/06  18:06:35
11989         Log: integrate change#9464 from mainline (addendum to change#8313)
11990              
11991              Subject: [PATCH @9452] Better peep()ing for foreach() loops
11992      Branch: maint-5.6/perl
11993           !> op.c
11994 ____________________________________________________________________________
11995 [  9596] By: jhi                                   on 2001/04/06  17:26:03
11996         Log: The d_casti32=undef is good for you even when not use64bitall.
11997      Branch: perl
11998            ! hints/hpux.sh
11999 ____________________________________________________________________________
12000 [  9595] By: gsar                                  on 2001/04/06  14:57:17
12001         Log: add a low-impact fix to accomodate darwin-ism
12002      Branch: maint-5.6/perl
12003            ! ext/Errno/Errno_pm.PL
12004 ____________________________________________________________________________
12005 [  9594] By: jhi                                   on 2001/04/06  14:55:14
12006         Log: Integrate changes #9528,9593 from mainline into maintperl;
12007              tweaking the editor/IDE/shell list.
12008      Branch: maint-5.6/perl
12009           !> pod/perlfaq3.pod
12010 ____________________________________________________________________________
12011 [  9593] By: jhi                                   on 2001/04/06  14:51:39
12012         Log: Make the editor/IDE/shell list a little bit airier.
12013      Branch: perl
12014            ! pod/perlfaq3.pod
12015 ____________________________________________________________________________
12016 [  9592] By: gsar                                  on 2001/04/06  14:45:18
12017         Log: integrate change#9477 from mainline (base.pm doc tweak)
12018              
12019              missing doc entry for fmod()
12020      Branch: maint-5.6/perl
12021            ! lib/Math/BigFloat.pm
12022           !> lib/base.pm
12023 ____________________________________________________________________________
12024 [  9591] By: jhi                                   on 2001/04/06  13:55:48
12025         Log: Regen toc.
12026      Branch: perl
12027            ! pod/perltoc.pod
12028 ____________________________________________________________________________
12029 [  9590] By: jhi                                   on 2001/04/06  13:54:52
12030         Log: Math::BigFloat patches from John Peacock.  The equivalent
12031              of #9586 from maintperl but reworked by John to work with
12032              the bleadperl.
12033      Branch: perl
12034            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
12035 ____________________________________________________________________________
12036 [  9589] By: jhi                                   on 2001/04/06  13:42:23
12037         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
12038      Branch: perl
12039            ! ext/Digest/MD5/Makefile.PL
12040 ____________________________________________________________________________
12041 [  9588] By: jhi                                   on 2001/04/06  13:31:45
12042         Log: Integrate changes #9584,9587 from maintperl into mainline.
12043              
12044              keep eval"" CVs alive until the end of the statement in which
12045              they're called
12046              
12047              add README.macos (from Chris Nandor)
12048              
12049              tyop in change#9555
12050      Branch: perl
12051           +> README.macos
12052           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
12053           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
12054           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
12055           !> win32/makefile.mk
12056 ____________________________________________________________________________
12057 [  9587] By: gsar                                  on 2001/04/06  07:31:30
12058         Log: add README.macos (from Chris Nandor)
12059              
12060              tyop in change#9555
12061      Branch: maint-5.6/perl
12062            + README.macos
12063            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
12064            ! win32/Makefile win32/makefile.mk
12065 ____________________________________________________________________________
12066 [  9586] By: gsar                                  on 2001/04/06  07:08:54
12067         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
12068      Branch: maint-5.6/perl
12069            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
12070 ____________________________________________________________________________
12071 [  9585] By: gsar                                  on 2001/04/06  06:58:44
12072         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
12073              from mainline
12074              
12075              Subject: [PATCH] Base64 update to perlfaq9.pod
12076              
12077              Subject: [PATCH AUTHORS] Housekeeping
12078              
12079              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
12080              Mac OS X (Darwin) has extra pwent fields.
12081              
12082              Subject: [PATCH B::*] print control-character vars readably
12083              Needs EBCDICification.
12084              
12085              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
12086              
12087              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
12088              
12089              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
12090              
12091              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
12092              
12093              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
12094              
12095              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
12096              
12097              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
12098              
12099              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
12100              
12101              FreeBSD hints tweak from Anton Berezin.
12102              
12103              Subject: [PATCH foolperl & bleadperl] README.vms update
12104              
12105              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
12106      Branch: maint-5.6/perl
12107           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
12108           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
12109           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
12110 ____________________________________________________________________________
12111 [  9584] By: gsar                                  on 2001/04/06  04:09:00
12112         Log: keep eval"" CVs alive until the end of the statement in which
12113              they're called; this avoids a coredump ensuing from search for
12114              lexicals in code such as:
12115              
12116              sub bug {
12117              my $s = @_;
12118              eval q[sub { eval 'sub { &$s }' }];
12119              }
12120              bug("x")->()->();
12121              
12122              this code still doesn't work as intended (as it has remained
12123              since time immemorial), but it doesn't provoke a coredump anymore
12124      Branch: maint-5.6/perl
12125            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
12126            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
12127 ____________________________________________________________________________
12128 [  9583] By: jhi                                   on 2001/04/05  23:52:51
12129         Log: Update Changes.
12130      Branch: perl
12131            ! Changes patchlevel.h
12132 ____________________________________________________________________________
12133 [  9582] By: jhi                                   on 2001/04/05  23:11:23
12134         Log: Slight doc tweak.
12135      Branch: perl
12136            ! pod/perlunicode.pod
12137 ____________________________________________________________________________
12138 [  9581] By: jhi                                   on 2001/04/05  23:04:11
12139         Log: Integrate perlio.
12140      Branch: perl
12141           !> pod/perlunicode.pod
12142 ____________________________________________________________________________
12143 [  9580] By: jhi                                   on 2001/04/05  23:03:29
12144         Log: Test for #9579.
12145      Branch: perl
12146            ! t/op/do.t
12147 ____________________________________________________________________________
12148 [  9579] By: jhi                                   on 2001/04/05  22:54:17
12149         Log: Subject: [PATCH] Propagate calling context for do '...'
12150              From: Gisle Aas <gisle@ActiveState.com>
12151              Date: 04 Apr 2001 20:17:29 -0700
12152              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
12153      Branch: perl
12154            ! pod/perlfunc.pod pp_ctl.c
12155 ____________________________________________________________________________
12156 [  9578] By: jhi                                   on 2001/04/05  22:52:51
12157         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
12158              From: Peter Prymmer <pvhp@forte.com>
12159              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
12160              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
12161      Branch: perl
12162            ! README.vms
12163 ____________________________________________________________________________
12164 [  9577] By: jhi                                   on 2001/04/05  22:48:22
12165         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
12166              From: "Craig A. Berry" <craigberry@mac.com>
12167              Date: Thu, 5 Apr 2001 13:43:28 -0500
12168              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
12169      Branch: perl
12170            ! README.vms
12171 ____________________________________________________________________________
12172 [  9576] By: jhi                                   on 2001/04/05  22:31:38
12173         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
12174              From: Michael G Schwern <schwern@pobox.com>
12175              Date: Thu, 5 Apr 2001 21:53:21 +0100
12176              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
12177      Branch: perl
12178            ! lib/base.pm t/lib/fields.t
12179 ____________________________________________________________________________
12180 [  9575] By: jhi                                   on 2001/04/05  22:26:10
12181         Log: FreeBSD hints tweak from Anton Berezin.
12182      Branch: perl
12183            ! hints/freebsd.sh
12184 ____________________________________________________________________________
12185 [  9574] By: jhi                                   on 2001/04/05  22:24:03
12186         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
12187              From: David Dyck <dcd@tc.fluke.com>
12188              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
12189              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
12190      Branch: perl
12191            ! t/op/oct.t
12192 ____________________________________________________________________________
12193 [  9573] By: jhi                                   on 2001/04/05  22:23:06
12194         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
12195              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
12196              From: David Dyck <dcd@tc.fluke.com>
12197              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
12198      Branch: perl
12199            ! pp.c
12200 ____________________________________________________________________________
12201 [  9572] By: jhi                                   on 2001/04/05  22:14:47
12202         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
12203              From: Robin Houston <robin@kitsite.com>
12204              Date: Thu, 5 Apr 2001 20:56:48 +0100
12205              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
12206      Branch: perl
12207            ! ext/B/B/Deparse.pm
12208 ____________________________________________________________________________
12209 [  9571] By: jhi                                   on 2001/04/05  22:12:53
12210         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
12211              From: Robin Houston <robin@kitsite.com>
12212              Date: Thu, 5 Apr 2001 19:55:51 +0100
12213              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
12214      Branch: perl
12215            ! ext/B/B/Deparse.pm
12216 ____________________________________________________________________________
12217 [  9570] By: jhi                                   on 2001/04/05  22:11:06
12218         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
12219              From: Robin Houston <robin@kitsite.com>
12220              Date: Thu, 5 Apr 2001 20:16:29 +0100
12221              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
12222      Branch: perl
12223            ! ext/B/B/Deparse.pm
12224 ____________________________________________________________________________
12225 [  9569] By: nick                                  on 2001/04/05  21:32:26
12226         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
12227      Branch: perlio
12228            ! pod/perlunicode.pod
12229 ____________________________________________________________________________
12230 [  9568] By: nick                                  on 2001/04/05  19:38:09
12231         Log: Integrate mainline
12232      Branch: perlio
12233           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
12234           !> (integrate 35 files)
12235 ____________________________________________________________________________
12236 [  9567] By: jhi                                   on 2001/04/05  18:31:45
12237         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
12238              From: Robin Houston <robin@kitsite.com>
12239              Date: Thu, 5 Apr 2001 18:03:23 +0100
12240              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
12241      Branch: perl
12242            ! ext/B/B/Deparse.pm
12243 ____________________________________________________________________________
12244 [  9566] By: jhi                                   on 2001/04/05  18:29:35
12245         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
12246              From: Robin Houston <robin@kitsite.com>
12247              Date: Thu, 5 Apr 2001 16:45:18 +0100
12248              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
12249      Branch: perl
12250            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
12251 ____________________________________________________________________________
12252 [  9565] By: jhi                                   on 2001/04/05  18:24:23
12253         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
12254              From: Robin Houston <robin@kitsite.com>
12255              Date: Thu, 5 Apr 2001 14:50:09 +0100
12256              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
12257      Branch: perl
12258            ! ext/B/B/Deparse.pm
12259 ____________________________________________________________________________
12260 [  9564] By: jhi                                   on 2001/04/05  18:23:03
12261         Log: Subject: [PATCH B::*] print control-character vars readably
12262              From: Robin Houston <robin@kitsite.com>
12263              Date: Thu, 5 Apr 2001 14:27:38 +0100
12264              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
12265              
12266              Needs EBCDICification.
12267      Branch: perl
12268            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
12269            ! ext/B/B/Terse.pm
12270 ____________________________________________________________________________
12271 [  9563] By: jhi                                   on 2001/04/05  18:20:32
12272         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
12273              Date: Thu, 5 Apr 2001 13:21:42 -0400
12274              From: Paul Schinder <schinder@pobox.com>
12275              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
12276              
12277              Mac OS X (Darwin) has extra pwent fields.
12278      Branch: perl
12279            ! t/op/pwent.t
12280 ____________________________________________________________________________
12281 [  9562] By: jhi                                   on 2001/04/05  17:57:51
12282         Log: Regen toc.
12283      Branch: perl
12284            ! pod/perltoc.pod
12285 ____________________________________________________________________________
12286 [  9561] By: jhi                                   on 2001/04/05  17:47:33
12287         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
12288      Branch: metaconfig
12289            ! U/Glossary.patch
12290      Branch: metaconfig/U/perl
12291            + d_u32align.U
12292            ! d_cmsghdr_s.U d_msghdr_s.U
12293 ____________________________________________________________________________
12294 [  9560] By: jhi                                   on 2001/04/05  17:47:01
12295         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
12296              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
12297              Introduce probes for struct msghdr, struct cmsghdr,
12298              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
12299              ualarm, usleep, for possible later extension work.
12300      Branch: perl
12301            + t/lib/md5-align.t
12302            ! Configure MANIFEST Porting/Glossary Porting/config.sh
12303            ! Porting/config_H config_h.SH configure.com epoc/config.sh
12304            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
12305            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12306            ! vos/config.ga.h win32/config.bc win32/config.gc
12307            ! win32/config.vc
12308 ____________________________________________________________________________
12309 [  9559] By: jhi                                   on 2001/04/05  13:03:04
12310         Log: Be traditional in your cpp (for the Errno extension).
12311      Branch: perl
12312            ! hints/darwin.sh
12313 ____________________________________________________________________________
12314 [  9558] By: jhi                                   on 2001/04/05  13:00:05
12315         Log: Add $Config{cppflags} to the gcc incantation.
12316      Branch: perl
12317            ! ext/Errno/Errno_pm.PL
12318 ____________________________________________________________________________
12319 [  9557] By: jhi                                   on 2001/04/05  04:22:39
12320         Log: Introduce Sean Burke's Class::ISA 0.32.
12321      Branch: perl
12322            + lib/Class/ISA.pm t/lib/class-isa.t
12323            ! MANIFEST
12324 ____________________________________________________________________________
12325 [  9556] By: jhi                                   on 2001/04/05  04:09:50
12326         Log: Subject: [PATCH AUTHORS] Housekeeping
12327              From: Paul Johnson <paul@pjcj.net> 
12328              Date: Wed, 4 Apr 2001 22:45:47 +0200
12329              Message-ID: <20010404224547.D9548@pjcj.net>
12330      Branch: perl
12331            ! AUTHORS
12332 ____________________________________________________________________________
12333 [  9555] By: jhi                                   on 2001/04/05  04:06:33
12334         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
12335              From: Gisle Aas <gisle@ActiveState.com>
12336              Date: 04 Apr 2001 14:23:04 -0700
12337              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
12338      Branch: perl
12339            ! pod/perlfaq9.pod
12340 ____________________________________________________________________________
12341 [  9554] By: jhi                                   on 2001/04/05  04:05:49
12342         Log: Downgrade also the "Wide character" diagnostic.
12343      Branch: perl
12344            ! pod/perldiag.pod
12345 ____________________________________________________________________________
12346 [  9553] By: jhi                                   on 2001/04/05  04:00:33
12347         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
12348              maintperl into mainline.
12349              
12350              "double" should be "NV"; standard typemap is missing entry
12351              for NV
12352              
12353              s/djSP/dSP/
12354              
12355              Downgrade "Wide character in print" to a warning.
12356              
12357              B::Deparse fix for ${^FOO} and documentation for PVX() method
12358              (from Robin Houston)
12359              
12360              tr/// doesn't null-terminate the result in some situations
12361              (from Gisle Aas)
12362      Branch: perl
12363           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
12364           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
12365           !> t/io/utf8.t t/op/tr.t
12366 ____________________________________________________________________________
12367 [  9552] By: jhi                                   on 2001/04/05  03:52:50
12368         Log: Retract changes #9542 and #9538 (from maintperl, integrated
12369              at #9540), shouldn't be needed because of the perlio changes.
12370      Branch: perl
12371            ! util.c
12372 ____________________________________________________________________________
12373 [  9551] By: gsar                                  on 2001/04/05  00:18:34
12374         Log: tr/// doesn't null-terminate the result in some situations
12375              (from Gisle Aas)
12376      Branch: maint-5.6/perl
12377            ! doop.c t/op/tr.t
12378 ____________________________________________________________________________
12379 [  9550] By: gsar                                  on 2001/04/04  20:04:17
12380         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
12381              (from Robin Houston)
12382      Branch: maint-5.6/perl
12383            ! ext/B/B.pm ext/B/B/Deparse.pm
12384 ____________________________________________________________________________
12385 [  9549] By: nick                                  on 2001/04/04  18:56:15
12386         Log: Downgrade "Wide character in print" to a warning.
12387      Branch: perlio
12388            ! doio.c t/io/utf8.t
12389 ____________________________________________________________________________
12390 [  9548] By: gsar                                  on 2001/04/04  18:51:49
12391         Log: integrate changes#9460,9462,9482,9521,9522
12392              
12393              Subject: PATCH: B::Debug should show LOOP-specific fields
12394              
12395              Subject: B::Deparse precedence bug. (Patch included.)
12396              
12397              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
12398              
12399              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
12400              
12401              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
12402      Branch: maint-5.6/perl
12403           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
12404           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
12405 ____________________________________________________________________________
12406 [  9547] By: gsar                                  on 2001/04/04  18:49:16
12407         Log: s/djSP/dSP/
12408      Branch: maint-5.6/perl
12409            ! ext/Thread/Thread.xs
12410 ____________________________________________________________________________
12411 [  9546] By: nick                                  on 2001/04/04  18:44:00
12412         Log: Integrate mainline.
12413      Branch: perlio
12414           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
12415           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
12416 ____________________________________________________________________________
12417 [  9545] By: gsar                                  on 2001/04/04  18:38:52
12418         Log: integrate change#8837 from mainline
12419              
12420              Subject: [patch] -Wall cleanup round 2
12421      Branch: maint-5.6/perl
12422           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
12423           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
12424           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
12425           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
12426           !> ext/SDBM_File/SDBM_File.xs
12427 ____________________________________________________________________________
12428 [  9544] By: gsar                                  on 2001/04/04  17:49:57
12429         Log: "double" should be "NV"; standard typemap is missing entry
12430              for NV
12431      Branch: maint-5.6/perl
12432            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
12433 ____________________________________________________________________________
12434 [  9543] By: jhi                                   on 2001/04/04  14:13:18
12435         Log: Thou shalt not (just) match for English error messages.
12436      Branch: perl
12437            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
12438            ! os2/OS2/Process/Process.pm
12439 ____________________________________________________________________________
12440 [  9542] By: jhi                                   on 2001/04/04  13:20:39
12441         Log: Make the stdio tricks of fflush_all() to exist only if
12442              stdio is being used.
12443      Branch: perl
12444            ! util.c
12445 ____________________________________________________________________________
12446 [  9541] By: jhi                                   on 2001/04/04  04:20:24
12447         Log: Subject: Re: [PATCH] Lighten up glob
12448              From: Benjamin Sugars <bsugars@canoe.ca>
12449              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
12450              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
12451      Branch: perl
12452            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
12453            ! util.c
12454 ____________________________________________________________________________
12455 [  9540] By: jhi                                   on 2001/04/04  04:03:57
12456         Log: Integrate changes #9538,9539 from maintperl into mainline.
12457              
12458              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
12459              for use with _fwalk() (fix for change#7705)
12460              
12461              another tweak needed for SunOS 4.1.x build (from Mike Guy)
12462              (cp -f is not portable)
12463      Branch: perl
12464           !> Makefile.SH util.c
12465 ____________________________________________________________________________
12466 [  9539] By: gsar                                  on 2001/04/04  03:01:14
12467         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
12468      Branch: maint-5.6/perl
12469            ! Makefile.SH
12470 ____________________________________________________________________________
12471 [  9538] By: gsar                                  on 2001/04/04  01:00:38
12472         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
12473              for use with _fwalk() (fix for change#7705)
12474      Branch: maint-5.6/perl
12475            ! util.c
12476 ____________________________________________________________________________
12477 [  9537] By: nick                                  on 2001/04/03  19:24:55
12478         Log: Integrate mainline
12479      Branch: perlio
12480           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
12481           +> lib/unicode/PropList.html
12482            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
12483           !> (integrate 69 files)
12484 ____________________________________________________________________________
12485 [  9536] By: jhi                                   on 2001/04/03  18:02:31
12486         Log: Integrate change #9533 from maintperl into mainline.
12487              
12488              better fix for change#9517 to accomodate UNC paths like
12489              \\server\share\foo, and paths with trailing backslash
12490              like c:\this\
12491      Branch: perl
12492           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
12493 ____________________________________________________________________________
12494 [  9535] By: jhi                                   on 2001/04/03  17:58:07
12495         Log: Change the push/unshift warning to be of class syntax, not misc.
12496      Branch: perl
12497            ! op.c pod/perldiag.pod t/pragma/warn/op
12498 ____________________________________________________________________________
12499 [  9534] By: jhi                                   on 2001/04/03  15:03:46
12500         Log: Change the push/unshift warning (#9532) to talk about "no values"
12501              instead of "no arguments".
12502      Branch: perl
12503            ! op.c pod/perldiag.pod t/pragma/warn/op
12504 ____________________________________________________________________________
12505 [  9533] By: gsar                                  on 2001/04/03  14:30:07
12506         Log: better fix for change#9517 to accomodate UNC paths like
12507              \\server\share\foo, and paths with trailing backslash
12508              like c:\this\
12509      Branch: maint-5.6/perl
12510            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
12511 ____________________________________________________________________________
12512 [  9532] By: jhi                                   on 2001/04/03  13:11:46
12513         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
12514              From: Robin Houston <robin@kitsite.com>
12515              Date: Mon, 2 Apr 2001 15:03:29 +0100
12516              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
12517      Branch: perl
12518            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
12519 ____________________________________________________________________________
12520 [  9531] By: jhi                                   on 2001/04/03  13:06:34
12521         Log: Integrate change #9530 from maintperl into mainline.
12522              
12523              accomodate VMS "mailbox overflow" quirk in testsuite (from
12524              Craig Berry)
12525      Branch: perl
12526           !> t/lib/socket.t
12527 ____________________________________________________________________________
12528 [  9530] By: gsar                                  on 2001/04/03  04:56:41
12529         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
12530              Craig Berry)
12531      Branch: maint-5.6/perl
12532            ! t/lib/socket.t
12533 ____________________________________________________________________________
12534 [  9529] By: jhi                                   on 2001/04/03  02:34:34
12535         Log: Update Changes.
12536      Branch: perl
12537            ! Changes patchlevel.h
12538 ____________________________________________________________________________
12539 [  9528] By: jhi                                   on 2001/04/03  01:27:57
12540         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
12541              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
12542              To: perl5-porters@perl.org
12543              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
12544      Branch: perl
12545            ! pod/perlfaq3.pod
12546 ____________________________________________________________________________
12547 [  9527] By: jhi                                   on 2001/04/03  01:22:09
12548         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
12549              From: Peter Prymmer <pvhp@forte.com>
12550              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
12551              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
12552      Branch: perl
12553            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
12554 ____________________________________________________________________________
12555 [  9526] By: jhi                                   on 2001/04/03  01:18:25
12556         Log: The metaconfig unit changes for #9525.
12557      Branch: metaconfig
12558            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
12559      Branch: metaconfig/U/perl
12560            ! use64bits.U
12561 ____________________________________________________________________________
12562 [  9525] By: jhi                                   on 2001/04/03  01:17:30
12563         Log: Configure sanity checks:
12564              * if use64bitall is attempted but pointers are only 32-bit,
12565              'downgrade' to use64bitint
12566              * if use64bitint is attempted but there's no quad type,
12567              forget about use64bitint (well, the default for it is 'n',
12568              the user can still override this)
12569              * if pointers are 64 bits, do not try to use Perl's malloc
12570      Branch: perl
12571            ! Configure
12572 ____________________________________________________________________________
12573 [  9524] By: gsar                                  on 2001/04/03  01:09:12
12574         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
12575      Branch: maint-5.6/perl
12576            ! pp_sys.c
12577 ____________________________________________________________________________
12578 [  9523] By: jhi                                   on 2001/04/03  00:02:31
12579         Log: (Retracted by #9609)
12580              
12581              Make it harder for parallel makes to enter 'test' before
12582              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
12583              should be unhappy enough, but sometimes parallel makes seem
12584              to sneak past both in Tru64 and AIX.)
12585      Branch: perl
12586            ! Makefile.SH
12587 ____________________________________________________________________________
12588 [  9522] By: jhi                                   on 2001/04/02  22:35:31
12589         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
12590              Date: Mon, 2 Apr 2001 22:54:10 +0100
12591              From: Robin Houston <robin@kitsite.com>
12592              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
12593      Branch: perl
12594            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
12595 ____________________________________________________________________________
12596 [  9521] By: jhi                                   on 2001/04/02  22:32:23
12597         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
12598              From: Robin Houston <robin@kitsite.com>
12599              Date: Mon, 2 Apr 2001 20:24:03 +0100
12600              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
12601      Branch: perl
12602            ! ext/B/B/Concise.pm
12603 ____________________________________________________________________________
12604 [  9520] By: jhi                                   on 2001/04/02  22:30:43
12605         Log: Subject: [PATCH] REALLY pedantic hv.h nit
12606              From: Simon Cozens <simon@netthink.co.uk>
12607              Date: Mon, 2 Apr 2001 15:43:06 +0100
12608              Message-ID: <20010402154306.A21711@netthink.co.uk>
12609      Branch: perl
12610            ! hv.h
12611 ____________________________________________________________________________
12612 [  9519] By: jhi                                   on 2001/04/02  22:28:04
12613         Log: Based on
12614              
12615              Subject: [foolperl] EPOC fix
12616              From: Olaf Flebbe <O.Flebbe@science-computing.de>
12617              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
12618              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
12619      Branch: perl
12620            ! pp_sys.c
12621 ____________________________________________________________________________
12622 [  9518] By: jhi                                   on 2001/04/02  22:22:34
12623         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
12624              
12625              README.win32 tweaks; add a note about alternative location for
12626              getting a gcc-2.95.2 that will build perl properly on windows
12627              
12628              add some notes about gutsy threading matters
12629              
12630              many of the utilities interpolate literal paths within doublequotes
12631              (fails on dosish platforms where path contains backslashes)
12632      Branch: perl
12633           !> README.win32 pod/perlguts.pod utils/perldoc.PL
12634           !> x2p/find2perl.PL x2p/s2p.PL
12635 ____________________________________________________________________________
12636 [  9517] By: gsar                                  on 2001/04/02  19:52:21
12637         Log: many of the utilities interpolate literal paths within doublequotes
12638              (fails on dosish platforms where path contains backslashes)
12639      Branch: maint-5.6/perl
12640            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
12641 ____________________________________________________________________________
12642 [  9516] By: gsar                                  on 2001/04/02  05:49:37
12643         Log: a foolish release
12644      Branch: maint-5.6/perl
12645            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
12646            ! pod/perltoc.pod
12647 ____________________________________________________________________________
12648 [  9515] By: gsar                                  on 2001/04/02  05:04:29
12649         Log: add missing changelog summaries
12650      Branch: maint-5.6/perl
12651            ! Changes
12652 ____________________________________________________________________________
12653 [  9514] By: gsar                                  on 2001/04/02  04:07:13
12654         Log: add some notes about gutsy threading matters
12655      Branch: maint-5.6/perl
12656            ! pod/perlguts.pod
12657 ____________________________________________________________________________
12658 [  9513] By: gsar                                  on 2001/04/02  03:25:21
12659         Log: add more prominent caveat notices about experimental features
12660      Branch: maint-5.6/perl
12661            ! pod/perlfork.pod pod/perlunicode.pod
12662 ____________________________________________________________________________
12663 [  9512] By: gsar                                  on 2001/04/02  02:54:33
12664         Log: integrate changes#9479,9509 from mainline
12665              
12666              [PATCH] File::Glob stuff for Mac OS
12667              
12668              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
12669      Branch: maint-5.6/perl
12670           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
12671           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
12672           !> t/lib/glob-taint.t
12673 ____________________________________________________________________________
12674 [  9511] By: gsar                                  on 2001/04/02  02:38:24
12675         Log: README.win32 tweaks; add a note about alternative location for
12676              getting a gcc-2.95.2 that will build perl properly on windows
12677      Branch: maint-5.6/perl
12678            ! README.win32
12679 ____________________________________________________________________________
12680 [  9510] By: jhi                                   on 2001/04/01  20:45:10
12681         Log: An ambiguosity warning.
12682      Branch: perl
12683            ! t/lib/trig.t
12684 ____________________________________________________________________________
12685 [  9509] By: jhi                                   on 2001/04/01  19:53:47
12686         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
12687              From: Jonathan Stowe <gellyfish@gellyfish.com>
12688              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
12689              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
12690      Branch: perl
12691            ! ext/File/Glob/bsd_glob.c
12692 ____________________________________________________________________________
12693 [  9508] By: jhi                                   on 2001/04/01  19:35:03
12694         Log: Update Changes.
12695      Branch: perl
12696            ! Changes patchlevel.h
12697 ____________________________________________________________________________
12698 [  9507] By: jhi                                   on 2001/04/01  19:24:01
12699         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
12700              from mainline to maintperl: pod tweaks.
12701      Branch: maint-5.6/perl
12702           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
12703           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
12704           !> pod/perlvar.pod
12705 ____________________________________________________________________________
12706 [  9506] By: jhi                                   on 2001/04/01  19:11:53
12707         Log: Commit Sarathy to April release of 5.6.1 :-)
12708      Branch: perl
12709            ! pod/perlfaq1.pod
12710 ____________________________________________________________________________
12711 [  9505] By: jhi                                   on 2001/04/01  19:03:15
12712         Log: Subject: PATCH 5.6.0 (perldebug.pod)
12713              From: Mark-Jason Dominus <mjd@plover.com>
12714              Date: Sun, 01 Apr 2001 14:25:11 -0400
12715              Message-ID: <20010401182511.9247.qmail@plover.com>
12716      Branch: perl
12717            ! pod/perldebug.pod
12718 ____________________________________________________________________________
12719 [  9504] By: jhi                                   on 2001/04/01  18:43:09
12720         Log: Add great_circle_direction().
12721      Branch: perl
12722            ! lib/Math/Trig.pm t/lib/trig.t
12723 ____________________________________________________________________________
12724 [  9503] By: jhi                                   on 2001/04/01  17:29:12
12725         Log: Unicode ReadMe update for Unicode 3.1.
12726      Branch: perl
12727            ! lib/unicode/ReadMe.txt
12728 ____________________________________________________________________________
12729 [  9502] By: jhi                                   on 2001/04/01  17:18:40
12730         Log: Integrate change #9501 from maintperl into mainline.
12731              
12732              fix the perlembed notes on multiple interpreters
12733              
12734              fix ExtUtils::Embed to work passably on Windows
12735      Branch: perl
12736           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
12737 ____________________________________________________________________________
12738 [  9501] By: gsar                                  on 2001/04/01  07:21:57
12739         Log: fix the perlembed notes on multiple interpreters
12740              
12741              fix ExtUtils::Embed to work passably on Windows
12742      Branch: maint-5.6/perl
12743            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
12744 ____________________________________________________________________________
12745 [  9500] By: jhi                                   on 2001/04/01  05:58:23
12746         Log: Test for #9499.
12747      Branch: perl
12748            ! t/op/tr.t
12749 ____________________________________________________________________________
12750 [  9499] By: jhi                                   on 2001/04/01  05:55:46
12751         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
12752      Branch: perl
12753            ! embed.h embed.pl op.c proto.h
12754 ____________________________________________________________________________
12755 [  9498] By: jhi                                   on 2001/04/01  05:44:34
12756         Log: Protect the workaround hunk more.
12757      Branch: perl
12758            ! toke.c
12759 ____________________________________________________________________________
12760 [  9497] By: jhi                                   on 2001/04/01  00:24:25
12761         Log: Integrate changes #9493,9494,9495,9496 from maintperl
12762              into mainline.
12763              
12764              fix a broken workaround for Borland compiler in change#4739
12765              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
12766              
12767              nits spotted by Borland compiler
12768              
12769              avoid redefinition warnings under Borland 5.02
12770              
12771              various nits identified by the Borland 5.5 compiler; remove suppression
12772              of a few warnings
12773      Branch: perl
12774           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
12775           !> win32/win32.h
12776 ____________________________________________________________________________
12777 [  9496] By: gsar                                  on 2001/03/31  23:22:28
12778         Log: various nits identified by the Borland 5.5 compiler; remove suppression
12779              of a few warnings
12780      Branch: maint-5.6/perl
12781            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
12782 ____________________________________________________________________________
12783 [  9495] By: gsar                                  on 2001/03/31  21:03:08
12784         Log: avoid redefinition warnings under Borland 5.02
12785      Branch: maint-5.6/perl
12786            ! win32/makefile.mk
12787 ____________________________________________________________________________
12788 [  9494] By: gsar                                  on 2001/03/31  20:18:59
12789         Log: nits spotted by Borland compiler
12790      Branch: maint-5.6/perl
12791            ! utf8.h win32/win32.h
12792 ____________________________________________________________________________
12793 [  9493] By: gsar                                  on 2001/03/31  20:18:05
12794         Log: fix a broken workaround for Borland compiler in change#4739
12795              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
12796      Branch: maint-5.6/perl
12797            ! toke.c
12798 ____________________________________________________________________________
12799 [  9492] By: jhi                                   on 2001/03/31  18:36:24
12800         Log: Integrate change #9491 from maintperl into mainline.
12801              
12802              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
12803              directory is relative (need to fetch the full path name *before*
12804              the chdir!)
12805      Branch: perl
12806           !> lib/Cwd.pm
12807 ____________________________________________________________________________
12808 [  9491] By: gsar                                  on 2001/03/31  17:01:56
12809         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
12810              directory is relative (need to fetch the full path name *before*
12811              the chdir!)
12812              
12813              this is a followup patch for change#6749
12814      Branch: maint-5.6/perl
12815            ! lib/Cwd.pm
12816 ____________________________________________________________________________
12817 [  9490] By: jhi                                   on 2001/03/31  15:50:18
12818         Log: Subject: Re: [PATCH] av.h cosmetics
12819              From: Simon Cozens <simon@netthink.co.uk>
12820              Date: Sat, 31 Mar 2001 13:09:59 +0100
12821              Message-ID: <20010331130959.A22000@netthink.co.uk>
12822              
12823              Document AvALLOC.
12824      Branch: perl
12825            ! pod/perlguts.pod
12826 ____________________________________________________________________________
12827 [  9489] By: jhi                                   on 2001/03/31  15:48:44
12828         Log: Subject: [PATCH] Re: Math::Big* v1.21
12829              From: Tels <perl_dummy@bloodgate.com>
12830              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
12831              Message-Id: <200103311125.GAA377738@www08.hway.net>
12832      Branch: perl
12833            ! pod/perlop.pod
12834 ____________________________________________________________________________
12835 [  9488] By: jhi                                   on 2001/03/31  03:39:51
12836         Log: Debug output tweak.
12837      Branch: perl
12838            ! t/lib/cwd.t
12839 ____________________________________________________________________________
12840 [  9487] By: jhi                                   on 2001/03/31  03:33:02
12841         Log: OverVMSification.
12842      Branch: perl
12843            ! t/lib/cwd.t
12844 ____________________________________________________________________________
12845 [  9486] By: jhi                                   on 2001/03/31  03:01:40
12846         Log: Missed MANIFESTations in #9483.
12847      Branch: perl
12848            ! MANIFEST
12849 ____________________________________________________________________________
12850 [  9485] By: jhi                                   on 2001/03/31  02:58:17
12851         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
12852              From: Peter Prymmer <pvhp@forte.com>
12853              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
12854              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
12855      Branch: perl
12856            ! regexec.c t/lib/cwd.t
12857 ____________________________________________________________________________
12858 [  9484] By: jhi                                   on 2001/03/31  01:04:41
12859         Log: Obsolete file (see #3938)
12860      Branch: perl
12861            - lib/unicode/README.Ethiopic
12862            ! MANIFEST
12863 ____________________________________________________________________________
12864 [  9483] By: jhi                                   on 2001/03/31  00:52:42
12865         Log: Update to Unicode 3.1.
12866              (Rename Names.txt to NamesList.txt.)
12867      Branch: perl
12868            + lib/unicode/NamesList.txt lib/unicode/PropList.html
12869            - lib/unicode/Names.txt
12870            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
12871            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
12872            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
12873            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
12874            ! lib/unicode/UCD.html lib/unicode/Unicode.html
12875            ! lib/unicode/rename lib/unicode/version
12876 ____________________________________________________________________________
12877 [  9482] By: jhi                                   on 2001/03/30  23:33:44
12878         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
12879              From: Robin Houston <robin@kitsite.com>
12880              Date: Fri, 30 Mar 2001 20:07:22 +0100
12881              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
12882      Branch: perl
12883            ! ext/B/B/Deparse.pm
12884 ____________________________________________________________________________
12885 [  9481] By: jhi                                   on 2001/03/30  23:20:25
12886         Log: Subject: Re: [PATCH] CwdXS, Take 2
12887              From: Benjamin Sugars <bsugars@canoe.ca>
12888              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
12889              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
12890      Branch: perl
12891            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
12892            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
12893 ____________________________________________________________________________
12894 [  9480] By: jhi                                   on 2001/03/30  22:52:38
12895         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
12896              From: David Dyck <dcd@tc.fluke.com>
12897              Date: Fri, 30 Mar 2001 14:44:13 -0800
12898              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
12899              
12900              The t/rantests flags file creation was accidentally
12901              removed by #9217.
12902      Branch: perl
12903            ! Makefile.SH
12904 ____________________________________________________________________________
12905 [  9479] By: jhi                                   on 2001/03/30  22:45:45
12906         Log: Subject: [PATCH] File::Glob stuff for Mac OS
12907              From: Chris Nandor <pudge@pobox.com>
12908              Date: Fri, 30 Mar 2001 16:51:00 -0500
12909              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
12910      Branch: perl
12911            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
12912            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
12913            ! t/lib/glob-taint.t
12914 ____________________________________________________________________________
12915 [  9478] By: jhi                                   on 2001/03/30  22:43:12
12916         Log: Subject: fix for win32/buildext.pl
12917              From: "Vadim Konovalov" <watman@inbox.ru>
12918              Date: Sat, 31 Mar 2001 00:50:36 +0400
12919              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
12920      Branch: perl
12921            ! win32/buildext.pl
12922 ____________________________________________________________________________
12923 [  9477] By: jhi                                   on 2001/03/30  22:41:16
12924         Log: Subject: small base.pm doc patch
12925              From: Leon Brocard <acme@astray.com>
12926              Date: Fri, 30 Mar 2001 21:49:57 +0100
12927              Message-ID: <20010330214957.B8733@ns0.astray.com>
12928      Branch: perl
12929            ! lib/base.pm
12930 ____________________________________________________________________________
12931 [  9476] By: jhi                                   on 2001/03/30  18:16:57
12932         Log: Subject: [PATCH] av.h cosmetics
12933              From: Simon Cozens <simon@netthink.co.uk>
12934              Date: Fri, 30 Mar 2001 18:12:28 +0100
12935              Message-ID: <20010330181228.A9319@netthink.co.uk>
12936      Branch: perl
12937            ! av.h
12938 ____________________________________________________________________________
12939 [  9475] By: jhi                                   on 2001/03/30  18:15:50
12940         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
12941              From: "Philip Newton" <pnewton@gmx.de>
12942              Date: Fri, 30 Mar 2001 19:06:57 +0200
12943              Message-ID: <3AC4D951.14815.1AC7068@localhost>
12944      Branch: perl
12945            ! pod/perlhack.pod
12946 ____________________________________________________________________________
12947 [  9474] By: jhi                                   on 2001/03/30  18:14:02
12948         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
12949              From: Benjamin Sugars <bsugars@canoe.ca>
12950              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
12951              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
12952      Branch: perl
12953            ! t/lib/glob-basic.t
12954 ____________________________________________________________________________
12955 [  9473] By: jhi                                   on 2001/03/30  16:09:24
12956         Log: Update Changes.
12957      Branch: perl
12958            ! Changes patchlevel.h
12959 ____________________________________________________________________________
12960 [  9472] By: jhi                                   on 2001/03/30  15:16:08
12961         Log: Integrate perlio.
12962      Branch: perl
12963           !> t/lib/cwd.t t/lib/glob-basic.t
12964 ____________________________________________________________________________
12965 [  9471] By: nick                                  on 2001/03/30  14:47:10
12966         Log: Should be (^O eq 'MSWin32') not 'Win32'
12967              Fail #12 seems real - chdir is in wrong dir.
12968      Branch: perlio
12969            ! t/lib/cwd.t
12970 ____________________________________________________________________________
12971 [  9470] By: jhi                                   on 2001/03/30  14:41:11
12972         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
12973              From: Radu Greab <radu@netsoft.ro>
12974              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
12975              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
12976              
12977              Replace #9352.
12978      Branch: perl
12979            ! ext/Socket/Socket.xs pp_sys.c
12980 ____________________________________________________________________________
12981 [  9469] By: jhi                                   on 2001/03/30  14:37:51
12982         Log: Subject: PATCH pod/perldiag.pod
12983              From: Robin Houston <robin@kitsite.com>
12984              Date: Fri, 30 Mar 2001 14:10:36 +0100
12985              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
12986      Branch: perl
12987            ! pod/perldiag.pod t/lib/glob-basic.t
12988 ____________________________________________________________________________
12989 [  9468] By: jhi                                   on 2001/03/30  14:36:36
12990         Log: Subject: Better diagnostic in io/fs.t
12991              From: andreas.koenig@anima.de (Andreas J. Koenig)
12992              Date: 30 Mar 2001 10:11:43 +0200
12993              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
12994      Branch: perl
12995            ! t/io/fs.t
12996 ____________________________________________________________________________
12997 [  9467] By: nick                                  on 2001/03/30  14:25:43
12998         Log: Skip order test of glob if case-ignoring system cannot 
12999              create a.test and A.test
13000      Branch: perlio
13001            ! t/lib/glob-basic.t
13002 ____________________________________________________________________________
13003 [  9466] By: nick                                  on 2001/03/30  13:03:12
13004         Log: Integrate mainline.
13005      Branch: perlio
13006            - ext/re/hints/aix.pl
13007           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
13008           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
13009           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
13010           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
13011 ____________________________________________________________________________
13012 [  9465] By: jhi                                   on 2001/03/30  03:53:37
13013         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
13014              the tests sometimes hang, sometimes not.)
13015      Branch: perl
13016            ! t/lib/io_multihomed.t t/lib/io_sock.t
13017 ____________________________________________________________________________
13018 [  9464] By: jhi                                   on 2001/03/30  02:56:04
13019         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
13020              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
13021              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
13022              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
13023      Branch: perl
13024            ! op.c
13025 ____________________________________________________________________________
13026 [  9463] By: jhi                                   on 2001/03/30  02:34:48
13027         Log: Test for #9462.
13028      Branch: perl
13029            ! t/lib/b.t
13030 ____________________________________________________________________________
13031 [  9462] By: jhi                                   on 2001/03/30  02:29:37
13032         Log: Subject: B::Deparse precedence bug. (Patch included.)
13033              From: Jeremy Madea <jmadea@inktomi.com>
13034              Date: Thu, 29 Mar 2001 12:05:02 -0800
13035              Message-ID: <20010329120502.A24881@dr.inktomi.com>
13036      Branch: perl
13037            ! ext/B/B/Deparse.pm
13038 ____________________________________________________________________________
13039 [  9461] By: jhi                                   on 2001/03/30  02:18:41
13040         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
13041              From: Peter Prymmer <pvhp@forte.com>
13042              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
13043              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
13044      Branch: perl
13045            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
13046            ! t/lib/md5-file.t
13047 ____________________________________________________________________________
13048 [  9460] By: jhi                                   on 2001/03/30  02:17:07
13049         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
13050              From: Robin Houston <robin@kitsite.com>
13051              Date: Thu, 29 Mar 2001 20:47:56 +0100
13052              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
13053      Branch: perl
13054            ! ext/B/B/Debug.pm
13055 ____________________________________________________________________________
13056 [  9459] By: jhi                                   on 2001/03/30  02:16:05
13057         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
13058              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
13059              Date: Wed, 28 Mar 2001 18:02:20 -0600
13060              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
13061      Branch: perl
13062            ! lib/ExtUtils/MM_VMS.pm
13063 ____________________________________________________________________________
13064 [  9458] By: jhi                                   on 2001/03/30  02:07:58
13065         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
13066              From: "Joshua E. Rodd" <jrodd@pbs.org>
13067              Date: Wed, 28 Mar 2001 17:29:12 -0500
13068              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
13069      Branch: perl
13070            ! pod/perlop.pod
13071 ____________________________________________________________________________
13072 [  9457] By: jhi                                   on 2001/03/30  02:04:33
13073         Log: Subject: ext/re/aix.pl can go
13074              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13075              Date: Thu, 29 Mar 2001 12:03:28 +0200
13076              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
13077      Branch: perl
13078            - ext/re/hints/aix.pl
13079            ! MANIFEST
13080 ____________________________________________________________________________
13081 [  9456] By: jhi                                   on 2001/03/30  02:03:32
13082         Log: Integrate perlio.
13083      Branch: perl
13084           !> ext/Encode/Encode.xs installperl
13085 ____________________________________________________________________________
13086 [  9455] By: nick                                  on 2001/03/29  21:11:46
13087         Log: DLL name has changed so installperl needs to know
13088              (Why isn't it working it out or passed it?)
13089      Branch: perlio
13090            ! installperl
13091 ____________________________________________________________________________
13092 [  9454] By: nick                                  on 2001/03/29  20:56:12
13093         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
13094              and we don't get undef warnings.
13095      Branch: perlio
13096            ! ext/Encode/Encode.xs
13097 ____________________________________________________________________________
13098 [  9453] By: nick                                  on 2001/03/29  17:58:48
13099         Log: Integrate mainline
13100      Branch: perlio
13101           !> Changes patchlevel.h
13102 ____________________________________________________________________________
13103 [  9452] By: jhi                                   on 2001/03/29  16:44:55
13104         Log: Update Changes.
13105      Branch: perl
13106            ! Changes patchlevel.h
13107 ____________________________________________________________________________
13108 [  9451] By: nick                                  on 2001/03/29  16:31:38
13109         Log: Integrate mainline
13110      Branch: perlio
13111           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
13112           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
13113           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
13114           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
13115           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
13116 ____________________________________________________________________________
13117 [  9450] By: jhi                                   on 2001/03/29  16:29:17
13118         Log: Integrate perlio.
13119      Branch: perl
13120           !> win32/buildext.pl
13121 ____________________________________________________________________________
13122 [  9449] By: jhi                                   on 2001/03/29  15:50:01
13123         Log: Update Changes.
13124      Branch: perl
13125            ! Changes patchlevel.h
13126 ____________________________________________________________________________
13127 [  9448] By: nick                                  on 2001/03/29  15:47:15
13128         Log: Make sure buildext.pl finds Errno.pm
13129      Branch: perlio
13130            ! win32/buildext.pl
13131 ____________________________________________________________________________
13132 [  9447] By: jhi                                   on 2001/03/29  15:39:34
13133         Log: Integrate perlio.
13134      Branch: perl
13135           !> win32/makefile.mk
13136 ____________________________________________________________________________
13137 [  9446] By: nick                                  on 2001/03/29  15:30:03
13138         Log: Integrate win32/makefile.mk with mainline.
13139      Branch: perlio
13140           !> win32/makefile.mk
13141 ____________________________________________________________________________
13142 [  9445] By: nick                                  on 2001/03/29  15:27:32
13143         Log: Fix breakage ... 
13144      Branch: perlio
13145            ! win32/makefile.mk
13146 ____________________________________________________________________________
13147 [  9444] By: jhi                                   on 2001/03/29  15:03:08
13148         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
13149              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
13150              Date: Thu, 29 Mar 2001 10:32:59 +0400
13151              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
13152      Branch: perl
13153            ! win32/makefile.mk
13154 ____________________________________________________________________________
13155 [  9443] By: jhi                                   on 2001/03/29  15:02:12
13156         Log: Integrate perlio.
13157      Branch: perl
13158           +> win32/buildext.pl
13159           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
13160           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
13161 ____________________________________________________________________________
13162 [  9442] By: nick                                  on 2001/03/29  14:59:11
13163         Log: Work in progress - determine win32 extensions to build via script.
13164      Branch: perlio
13165            + win32/buildext.pl
13166            ! MANIFEST win32/makefile.mk
13167 ____________________________________________________________________________
13168 [  9441] By: jhi                                   on 2001/03/29  14:51:47
13169         Log: Reintroduce the use of external pwd.
13170      Branch: perl
13171            ! t/lib/cwd.t
13172 ____________________________________________________________________________
13173 [  9440] By: jhi                                   on 2001/03/29  14:42:58
13174         Log: use warnings instead of -w.
13175      Branch: perl
13176            ! utils/h2xs.PL
13177 ____________________________________________________________________________
13178 [  9439] By: jhi                                   on 2001/03/29  14:41:52
13179         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
13180              From: Jonathan Stowe <gellyfish@gellyfish.com>
13181              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
13182              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
13183      Branch: perl
13184            ! utils/h2xs.PL
13185 ____________________________________________________________________________
13186 [  9438] By: jhi                                   on 2001/03/29  14:39:38
13187         Log: Subject: [PATCH perl@9424] minor pod nits
13188              From: Robin Barker <rmb1@cise.npl.co.uk>
13189              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
13190              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
13191      Branch: perl
13192            ! pod/perlhack.pod pod/perliol.pod
13193 ____________________________________________________________________________
13194 [  9437] By: jhi                                   on 2001/03/29  14:29:16
13195         Log: Subject: [PATCH perl@9424] typemap cast warning
13196              From: Robin Barker <rmb1@cise.npl.co.uk>
13197              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
13198              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
13199      Branch: perl
13200            ! lib/ExtUtils/typemap
13201 ____________________________________________________________________________
13202 [  9436] By: jhi                                   on 2001/03/29  14:26:03
13203         Log: Subject: [PATCH perl@9424] printf warning
13204              From: Robin Barker <rmb1@cise.npl.co.uk>
13205              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
13206              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
13207      Branch: perl
13208            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
13209            ! ext/Storable/Storable.xs toke.c
13210 ____________________________________________________________________________
13211 [  9435] By: nick                                  on 2001/03/29  14:23:31
13212         Log: Win32 has name conflict with ERROR
13213      Branch: perlio
13214            ! ext/PerlIO/Via/Via.xs
13215 ____________________________________________________________________________
13216 [  9434] By: jhi                                   on 2001/03/29  14:17:48
13217         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
13218              From: Peter Prymmer <pvhp@forte.com>
13219              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
13220              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
13221      Branch: perl
13222            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
13223 ____________________________________________________________________________
13224 [  9433] By: jhi                                   on 2001/03/29  13:52:44
13225         Log: test-prep target was missing.
13226      Branch: perl
13227            ! Makefile.SH
13228 ____________________________________________________________________________
13229 [  9432] By: nick                                  on 2001/03/29  12:40:03
13230         Log: Make as-shipped compiler default to MSVC6 
13231      Branch: perlio
13232            ! win32/makefile.mk
13233 ____________________________________________________________________________
13234 [  9431] By: nick                                  on 2001/03/29  12:12:16
13235         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
13236              akin to PerlIO::Scalar.
13237      Branch: perlio
13238            ! perlio.c perlio.h
13239 ____________________________________________________________________________
13240 [  9430] By: nick                                  on 2001/03/29  10:56:35
13241         Log: Integrate mainline.
13242      Branch: perlio
13243           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
13244           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
13245           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
13246           !> win32/makefile.mk win32/win32sck.c
13247 ____________________________________________________________________________
13248 [  9429] By: nick                                  on 2001/03/29  09:03:43
13249         Log: Noticed that two tests were skipped as perlio:: package
13250              isn't there any more. Changed the skip condition.
13251              Avoid core-dump if sv_utf8_upgrade() called on something
13252              that does not become SvPOK after SvPV() (e.g. a ref).
13253      Branch: perlio
13254            ! sv.c t/io/utf8.t t/lib/io_scalar.t
13255 ____________________________________________________________________________
13256 [  9428] By: jhi                                   on 2001/03/29  01:31:47
13257         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
13258              From: Benjamin Sugars <bsugars@canoe.ca> 
13259              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
13260              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
13261      Branch: perl
13262            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
13263            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
13264            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
13265 ____________________________________________________________________________
13266 [  9427] By: jhi                                   on 2001/03/29  00:49:30
13267         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
13268              From: "Vadim Konovalov" <watman@inbox.ru>
13269              Date: Thu, 29 Mar 2001 01:50:12 +0400
13270              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
13271      Branch: perl
13272            ! win32/makefile.mk win32/win32sck.c
13273 ____________________________________________________________________________
13274 [  9426] By: gsar                                  on 2001/03/29  00:28:04
13275         Log: dmake can only handle == and != in comparisons; support building
13276              with Borland's VCL libraries (from Vadim Konovalov)
13277      Branch: maint-5.6/perl
13278            ! win32/makefile.mk
13279 ____________________________________________________________________________
13280 [  9425] By: nick                                  on 2001/03/28  19:29:56
13281         Log: Integrate (@snapshot)
13282      Branch: perlio
13283           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
13284 ____________________________________________________________________________
13285 [  9424] By: jhi                                   on 2001/03/28  19:03:16
13286         Log: Update Changes.
13287      Branch: perl
13288            ! Changes patchlevel.h
13289 ____________________________________________________________________________
13290 [  9423] By: jhi                                   on 2001/03/28  18:52:09
13291         Log: Rmdir lib/XS on cleanup.
13292      Branch: perl
13293            ! Makefile.SH
13294 ____________________________________________________________________________
13295 [  9422] By: jhi                                   on 2001/03/28  18:49:34
13296         Log: Integrate perlio.
13297      Branch: perl
13298           !> t/op/utf8decode.t
13299 ____________________________________________________________________________
13300 [  9421] By: nick                                  on 2001/03/28  18:46:44
13301         Log: Loose duplicate chunk.
13302      Branch: perlio
13303            ! t/op/utf8decode.t
13304 ____________________________________________________________________________
13305 [  9420] By: nick                                  on 2001/03/28  18:44:11
13306         Log: Integrate mainline.
13307      Branch: perlio
13308           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
13309           !> vms/vmsish.h
13310 ____________________________________________________________________________
13311 [  9419] By: jhi                                   on 2001/03/28  18:42:05
13312         Log: Can't trust external pwds
13313              (either shell builtins or external programs)
13314      Branch: perl
13315            ! t/lib/cwd.t
13316 ____________________________________________________________________________
13317 [  9418] By: jhi                                   on 2001/03/28  18:34:05
13318         Log: Integrate perlio.
13319      Branch: perl
13320            - lib/perlio.pm
13321           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
13322           !> t/op/utf8decode.t
13323 ____________________________________________________________________________
13324 [  9417] By: nick                                  on 2001/03/28  18:24:02
13325         Log: PerlIO.pm / perlio.pm conflict.
13326              Update some pods.
13327              Make t/op/utf8decode.t a text file.
13328      Branch: perlio
13329            - lib/perlio.pm
13330            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
13331            ! t/op/utf8decode.t
13332 ____________________________________________________________________________
13333 [  9416] By: jhi                                   on 2001/03/28  18:06:07
13334         Log: Integrate change #9409 from mainline to maintperl.
13335              
13336              Yet another tweak on AIX dynaloading.
13337      Branch: maint-5.6/perl
13338           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13339 ____________________________________________________________________________
13340 [  9415] By: gsar                                  on 2001/03/28  17:13:01
13341         Log: integrate changes#9377,9385,9401 from mainline
13342              
13343              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
13344              
13345              If directory entries compare equal case-insensitively,
13346              retry case-sensitively.
13347              
13348              Subject: [PATCH] B::Terse and warnings
13349      Branch: maint-5.6/perl
13350           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
13351           !> t/pragma/warn/perl
13352 ____________________________________________________________________________
13353 [  9414] By: jhi                                   on 2001/03/28  17:11:12
13354         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
13355              From: "Craig A. Berry" <craigberry@mac.com>
13356              Date: Wed, 28 Mar 2001 10:55:20 -0600
13357              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
13358      Branch: perl
13359            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
13360 ____________________________________________________________________________
13361 [  9413] By: jhi                                   on 2001/03/28  17:03:12
13362         Log: Dup hunk.
13363      Branch: perl
13364            ! t/op/utf8decode.t
13365 ____________________________________________________________________________
13366 [  9412] By: jhi                                   on 2001/03/28  17:02:36
13367         Log: Forced integrate from perlio.
13368      Branch: perl
13369           !> t/op/utf8decode.t
13370 ____________________________________________________________________________
13371 [  9411] By: nick                                  on 2001/03/28  16:50:03
13372         Log: Integrate mainline.
13373      Branch: perlio
13374           +> t/lib/cwd.t
13375           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13376           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
13377           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
13378           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
13379           !> t/pragma/warn/perl
13380 ____________________________________________________________________________
13381 [  9410] By: jhi                                   on 2001/03/28  16:44:23
13382         Log: Subject: Re: [PATCH] 9403 cannot be tested
13383              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13384              Date: Wed, 28 Mar 2001 18:33:56 +0200
13385              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
13386      Branch: perl
13387            ! makedef.pl
13388 ____________________________________________________________________________
13389 [  9409] By: jhi                                   on 2001/03/28  16:12:45
13390         Log: Yet another tweak on AIX dynaloading.
13391      Branch: perl
13392            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
13393 ____________________________________________________________________________
13394 [  9408] By: jhi                                   on 2001/03/28  15:52:55
13395         Log: Subject: [PATCH] 9403 cannot be tested
13396              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13397              Date: Wed, 28 Mar 2001 17:23:00 +0200
13398              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
13399              
13400              A missing symbol.
13401      Branch: perl
13402            ! makedef.pl
13403 ____________________________________________________________________________
13404 [  9407] By: jhi                                   on 2001/03/28  15:47:43
13405         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
13406      Branch: perl
13407            ! t/op/utf8decode.t
13408           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
13409           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
13410 ____________________________________________________________________________
13411 [  9406] By: jhi                                   on 2001/03/28  15:37:08
13412         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
13413              From: Benjamin Sugars <bsugars@canoe.ca> 
13414              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
13415              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
13416      Branch: perl
13417            + t/lib/cwd.t
13418            ! MANIFEST
13419 ____________________________________________________________________________
13420 [  9405] By: jhi                                   on 2001/03/28  15:13:18
13421         Log: pp_ne() needs a CORRECT boolean.
13422      Branch: perl
13423            ! pp.c
13424 ____________________________________________________________________________
13425 [  9404] By: jhi                                   on 2001/03/28  15:09:23
13426         Log: pp_ne() needs a boolean, not an integer.
13427      Branch: perl
13428            ! pp.c
13429 ____________________________________________________________________________
13430 [  9403] By: jhi                                   on 2001/03/28  14:47:43
13431         Log: (Retracted by #9404.)
13432      Branch: perl
13433            ! pp.c
13434 ____________________________________________________________________________
13435 [  9402] By: jhi                                   on 2001/03/28  14:43:59
13436         Log: Subject: Re: [PATCH] Typemap testing
13437              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
13438              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
13439              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
13440      Branch: perl
13441            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
13442            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
13443 ____________________________________________________________________________
13444 [  9401] By: jhi                                   on 2001/03/28  14:42:14
13445         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
13446              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
13447              Date: Sun, 25 Mar 2001 21:59:15 +0100
13448              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
13449              
13450              A variable will be checked for the "use once" warnings if:
13451              
13452              1. It is in the scope of a use warnings 'once'
13453              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
13454              
13455              Otherwise it won't be checked at all.
13456              
13457              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
13458              
13459              The enclosed patch partially fixes this issue. What I didn't
13460              get to work was the case where the "used once" warning is enabled
13461              in any file other than the main file.
13462      Branch: perl
13463            ! gv.c t/pragma/warn/perl
13464 ____________________________________________________________________________
13465 [  9400] By: nick                                  on 2001/03/28  14:38:24
13466         Log: More EBCDIC tweaks:
13467              - one more swash issue &~(0xA0-1) did not do the right thing,
13468              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
13469              - add "use re 'asciirange'" to make [!-~] etc. work
13470              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
13471              - Choose a key for t/op/each.t test which gets encoded.
13472              - Skip utf8decode if this is UTF-EBCDIC.
13473      Branch: perlio
13474            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
13475            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
13476 ____________________________________________________________________________
13477 [  9399] By: jhi                                   on 2001/03/28  14:21:00
13478         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
13479              Andreas Schwab.
13480      Branch: perl
13481            ! pp.c
13482 ____________________________________________________________________________
13483 [  9398] By: jhi                                   on 2001/03/28  00:55:56
13484         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
13485              From: David Dyck <dcd@tc.fluke.com>
13486              Date: Tue, 27 Mar 2001 15:16:24 -0800
13487              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
13488      Branch: perl
13489            ! ext/IO/lib/IO/Socket.pm
13490 ____________________________________________________________________________
13491 [  9397] By: jhi                                   on 2001/03/27  21:52:49
13492         Log: Integrate perlio.
13493      Branch: perl
13494           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
13495           +> ext/PerlIO/Via/Via.xs
13496           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
13497 ____________________________________________________________________________
13498 [  9396] By: nick                                  on 2001/03/27  21:45:13
13499         Log: Integrate mainline.
13500      Branch: perlio
13501           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
13502           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
13503 ____________________________________________________________________________
13504 [  9395] By: nick                                  on 2001/03/27  21:18:58
13505         Log: Outline docs for PerlIO and PerlIO::Scalar
13506      Branch: perlio
13507            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
13508 ____________________________________________________________________________
13509 [  9394] By: nick                                  on 2001/03/27  20:50:13
13510         Log: PerlIO::Via layer (alpha-ish).
13511      Branch: perlio
13512            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
13513            + ext/PerlIO/Via/Via.xs
13514            ! MANIFEST
13515 ____________________________________________________________________________
13516 [  9393] By: jhi                                   on 2001/03/27  20:49:55
13517         Log: Retract #9329 now that 9390 should take care of the matter.
13518      Branch: perl
13519            ! utils/h2xs.PL
13520 ____________________________________________________________________________
13521 [  9390] By: jhi                                   on 2001/03/27  20:47:50
13522         Log: Subject: Autoloading Errno.pm when %! is encountered
13523              From: Robin Houston <robin@kitsite.com>
13524              Date: Tue, 27 Mar 2001 20:57:11 +0100
13525              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
13526      Branch: perl
13527            ! embed.h embed.pl gv.c proto.h t/op/magic.t
13528 ____________________________________________________________________________
13529 [  9389] By: jhi                                   on 2001/03/27  20:24:31
13530         Log: Integrate perlio.
13531      Branch: perl
13532           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
13533           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
13534           !> utf8.c
13535 ____________________________________________________________________________
13536 [  9388] By: jhi                                   on 2001/03/27  20:21:38
13537         Log: Better have a three-element array if one is going to assign
13538              to the third element of that array. (from Tim Jenness)
13539      Branch: perl
13540            ! ext/XS/Typemap/Typemap.xs
13541 ____________________________________________________________________________
13542 [  9387] By: nick                                  on 2001/03/27  20:15:43
13543         Log: Integrate mainline.
13544      Branch: perlio
13545           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
13546           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
13547           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
13548           +> t/lib/xs-typemap.t
13549           !> (integrate 34 files)
13550 ____________________________________________________________________________
13551 [  9386] By: jhi                                   on 2001/03/27  20:04:18
13552         Log: Subject: Re: perl@9359 breaks HTML::Parser
13553              From: Gisle Aas <gisle@ActiveState.com>
13554              Date: 27 Mar 2001 11:30:24 -0800
13555              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
13556              
13557              Clarify the UTF-8 issues of the API docs.
13558              (Slightly reworded and expanded.)
13559      Branch: perl
13560            ! pod/perlapi.pod sv.c sv.h
13561 ____________________________________________________________________________
13562 [  9385] By: jhi                                   on 2001/03/27  19:44:25
13563         Log: If directory entries compare equal case-insensitively,
13564              retry case-sensitively.
13565      Branch: perl
13566            ! ext/File/Glob/bsd_glob.c
13567 ____________________________________________________________________________
13568 [  9384] By: nick                                  on 2001/03/27  19:38:50
13569         Log: Various EBCDIC fixes:
13570              - major revelation that swash code is encoding aware,
13571              (or thought it was) - now it is ;-)
13572              - With that out of the way fix a slab of tr/// cases.
13573              - Fix Encode 'Unicode' to be true Unicode so tests pass.
13574              - As anticipated Base64.xs needed tweaks.
13575              - Until tr/// works right avoid old_encode64 in MIME tests.
13576      Branch: perlio
13577            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
13578            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
13579 ____________________________________________________________________________
13580 [  9383] By: jhi                                   on 2001/03/27  18:34:41
13581         Log: Add the std test suite BEGIN block.
13582      Branch: perl
13583            ! t/lib/xs-typemap.t
13584 ____________________________________________________________________________
13585 [  9382] By: jhi                                   on 2001/03/27  15:16:07
13586         Log: Add debugging output to the test.
13587      Branch: perl
13588            ! t/lib/glob-basic.t
13589 ____________________________________________________________________________
13590 [  9381] By: jhi                                   on 2001/03/27  15:08:10
13591         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
13592      Branch: perl
13593            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
13594            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
13595            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
13596            + t/lib/xs-typemap.t
13597            ! MANIFEST
13598 ____________________________________________________________________________
13599 [  9380] By: jhi                                   on 2001/03/27  14:48:34
13600         Log: Subject: [PATCH] Typemap testing
13601              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
13602              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
13603              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
13604              
13605              (The first part of the patch.)
13606      Branch: perl
13607            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
13608 ____________________________________________________________________________
13609 [  9379] By: jhi                                   on 2001/03/27  14:44:56
13610         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
13611              From: Benjamin Sugars <bsugars@canoe.ca> 
13612              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
13613              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
13614      Branch: perl
13615            ! t/lib/glob-basic.t
13616 ____________________________________________________________________________
13617 [  9378] By: jhi                                   on 2001/03/27  14:42:30
13618         Log: Subject: [PATCH] perlvar nit
13619              From: Simon Cozens <simon@netthink.co.uk>
13620              Date: Tue, 27 Mar 2001 01:12:01 +0100
13621              Message-ID: <20010327011201.A19179@netthink.co.uk>
13622      Branch: perl
13623            ! pod/perlvar.pod
13624 ____________________________________________________________________________
13625 [  9377] By: jhi                                   on 2001/03/27  14:36:26
13626         Log: Subject: [PATCH] B::Terse and warnings
13627              From: Benjamin Sugars <ben.sugars@home.com>
13628              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
13629              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
13630      Branch: perl
13631            ! ext/B/B.pm ext/B/B/Terse.pm
13632 ____________________________________________________________________________
13633 [  9376] By: jhi                                   on 2001/03/27  14:31:31
13634         Log: Document sockatmark() some.
13635      Branch: perl
13636            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
13637            ! pod/perltoc.pod
13638 ____________________________________________________________________________
13639 [  9375] By: jhi                                   on 2001/03/27  14:00:24
13640         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
13641              noted by Gisle and fixed by NI-S.
13642      Branch: perl
13643            ! sv.c
13644 ____________________________________________________________________________
13645 [  9374] By: jhi                                   on 2001/03/27  05:50:01
13646         Log: Regen toc.
13647      Branch: perl
13648            ! pod/perltoc.pod
13649 ____________________________________________________________________________
13650 [  9373] By: jhi                                   on 2001/03/27  05:43:51
13651         Log: Pixie documenting.
13652      Branch: perl
13653            ! Makefile.SH pod/perlhack.pod
13654 ____________________________________________________________________________
13655 [  9372] By: jhi                                   on 2001/03/27  05:29:34
13656         Log: Metaconfig unit changes for #9371.
13657      Branch: metaconfig
13658            ! U/modified/myhostname.U
13659      Branch: metaconfig/U/perl
13660            + d_sockatmark.U
13661            ! gccvers.U
13662 ____________________________________________________________________________
13663 [  9371] By: jhi                                   on 2001/03/27  05:29:07
13664         Log: Add sockatmark() probing.
13665      Branch: perl
13666            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13667            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
13668            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13669            ! vos/config.ga.h win32/config.bc win32/config.gc
13670            ! win32/config.vc
13671 ____________________________________________________________________________
13672 [  9370] By: jhi                                   on 2001/03/26  22:01:18
13673         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
13674              Really need to benchmark this.
13675      Branch: perl
13676            ! pp.c
13677 ____________________________________________________________________________
13678 [  9369] By: nick                                  on 2001/03/26  21:59:30
13679         Log: Integrate mainline.
13680      Branch: perlio
13681            ! ext/MIME/Base64/QuotedPrint.pm
13682           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
13683           !> patchlevel.h pod/perlhack.pod pp_sys.c
13684 ____________________________________________________________________________
13685 [  9368] By: jhi                                   on 2001/03/26  21:47:03
13686         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
13687              
13688              TODO1: perlbench.
13689              TODO2: le, lt, ge, gt?  Yech.
13690      Branch: perl
13691            ! pp.c
13692 ____________________________________________________________________________
13693 [  9367] By: jhi                                   on 2001/03/26  21:34:57
13694         Log: Too much cut-and-paste in #9363.
13695      Branch: perl
13696            ! pp_sys.c
13697 ____________________________________________________________________________
13698 [  9366] By: jhi                                   on 2001/03/26  21:20:53
13699         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
13700              From: Andreas Schwab <schwab@suse.de>
13701              Date: 26 Mar 2001 17:29:04 +0200
13702              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
13703              
13704              (The patch for 5.6.0 or so, this is a guess for bleadperl)
13705      Branch: perl
13706            ! pp_hot.c
13707 ____________________________________________________________________________
13708 [  9365] By: jhi                                   on 2001/03/26  21:07:54
13709         Log: Integrate perlio.
13710      Branch: perl
13711           !> perlio.c
13712 ____________________________________________________________________________
13713 [  9364] By: nick                                  on 2001/03/26  20:30:48
13714         Log: REFCNT botch in layer name cache hash.
13715      Branch: perlio
13716            ! perlio.c
13717 ____________________________________________________________________________
13718 [  9363] By: jhi                                   on 2001/03/26  18:44:32
13719         Log: Subject: [PATCH] socket() leaks file descriptors
13720              From: Benjamin Sugars <bsugars@canoe.ca>
13721              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
13722              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
13723              
13724              Also sockpair() fixed similarly.
13725      Branch: perl
13726            ! pp_sys.c
13727 ____________________________________________________________________________
13728 [  9362] By: jhi                                   on 2001/03/26  18:37:52
13729         Log: Integrate perlio.
13730      Branch: perl
13731           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
13732 ____________________________________________________________________________
13733 [  9361] By: nick                                  on 2001/03/26  17:32:06
13734         Log: Implement flush of linebuffered streams on read of a tty.
13735      Branch: perlio
13736            ! perlio.c perliol.h
13737 ____________________________________________________________________________
13738 [  9360] By: nick                                  on 2001/03/26  17:12:32
13739         Log: Memory tweaks and notes for OEMVS.
13740      Branch: perlio
13741            ! README.os390 miniperlmain.c t/op/pat.t
13742 ____________________________________________________________________________
13743 [  9359] By: jhi                                   on 2001/03/26  02:12:54
13744         Log: Update Changes.
13745      Branch: perl
13746            ! Changes patchlevel.h
13747 ____________________________________________________________________________
13748 [  9358] By: jhi                                   on 2001/03/26  02:05:32
13749         Log: Document the most common pixie options.
13750      Branch: perl
13751            ! pod/perlhack.pod
13752 ____________________________________________________________________________
13753 [  9357] By: jhi                                   on 2001/03/26  01:25:28
13754         Log: For perl.pixie check *before* compiling that optimize is -g,
13755              as for perl.third.
13756      Branch: perl
13757            ! Makefile.SH
13758 ____________________________________________________________________________
13759 [  9356] By: jhi                                   on 2001/03/26  01:13:41
13760         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
13761      Branch: perl
13762            ! Makefile.SH
13763 ____________________________________________________________________________
13764 [  9355] By: jhi                                   on 2001/03/26  01:11:19
13765         Log: Remove t/perl.third.
13766      Branch: perl
13767            ! Makefile.SH
13768 ____________________________________________________________________________
13769 [  9354] By: jhi                                   on 2001/03/26  00:23:38
13770         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
13771              IO::Sockatmark().
13772      Branch: perl
13773            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
13774 ____________________________________________________________________________
13775 [  9353] By: jhi                                   on 2001/03/25  22:25:04
13776         Log: Integrate perlio.
13777      Branch: perl
13778           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
13779           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
13780           !> pp_hot.c win32/makefile.mk
13781 ____________________________________________________________________________
13782 [  9352] By: jhi                                   on 2001/03/25  22:21:41
13783         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
13784              From: Radu Greab <radu@netsoft.ro>
13785              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
13786              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
13787      Branch: perl
13788            ! pp_sys.c
13789 ____________________________________________________________________________
13790 [  9351] By: nick                                  on 2001/03/25  22:15:02
13791         Log: Fix readline in list mode to tell rest of world that it has
13792              things on the stack. Otherwise if perl code gets invoked
13793              underneath it it scribbles over results-so-far.
13794              (Why TIEHANDLE has not tripped on this is a mystery.)
13795      Branch: perlio
13796            ! pp_hot.c
13797 ____________________________________________________________________________
13798 [  9350] By: nick                                  on 2001/03/25  22:10:13
13799         Log: win32/makefile.mk typos
13800      Branch: perlio
13801            ! win32/makefile.mk
13802 ____________________________________________________________________________
13803 [  9349] By: nick                                  on 2001/03/25  21:31:14
13804         Log: Integrate now-non-binary file.
13805      Branch: perlio
13806           !> t/lib/mimeqp.t
13807 ____________________________________________________________________________
13808 [  9348] By: nick                                  on 2001/03/25  21:27:24
13809         Log: Make it text
13810      Branch: perlio
13811            ! t/lib/mimeqp.t
13812 ____________________________________________________________________________
13813 [  9347] By: nick                                  on 2001/03/25  21:25:37
13814         Log: Integrate mainline.
13815      Branch: perlio
13816           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
13817           !> lib/Term/ReadLine.pm t/lib/md5-file.t
13818 ____________________________________________________________________________
13819 [  9346] By: nick                                  on 2001/03/25  20:58:15
13820         Log: Add destruct time hook to PerlIO (for work-in-process implementing
13821              layers in perl code. In such cases layers need to be popped before
13822              we loose the ability to run perl code.)
13823              Also back-out "PerlIO::object" hook - it isn't going to work like that...
13824      Branch: perlio
13825            ! perl.c perlio.c perlio.h perliol.h
13826 ____________________________________________________________________________
13827 [  9345] By: nick                                  on 2001/03/25  20:49:11
13828         Log: Avoid at leasy one of undefined warnings in Encode.
13829      Branch: perlio
13830            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
13831 ____________________________________________________________________________
13832 [  9344] By: jhi                                   on 2001/03/25  20:37:43
13833         Log: A workaround for using Term::ReadLine in emacs minibuffer
13834              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
13835              additional tweaks from Ilya Zakharevich.
13836      Branch: perl
13837            ! lib/Term/ReadLine.pm
13838 ____________________________________________________________________________
13839 [  9343] By: nick                                  on 2001/03/25  20:21:14
13840         Log: Missing return value.
13841      Branch: perlio
13842            ! ext/PerlIO/Scalar/Scalar.xs
13843 ____________________________________________________________________________
13844 [  9342] By: jhi                                   on 2001/03/25  16:21:00
13845         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
13846              to equal the CPAN versions since no code changes have been made.
13847      Branch: perl
13848            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
13849            ! t/lib/md5-file.t
13850 ____________________________________________________________________________
13851 [  9341] By: jhi                                   on 2001/03/25  16:01:48
13852         Log: Escape 8-bit characters.
13853      Branch: perl
13854            ! t/lib/mimeqp.t
13855 ____________________________________________________________________________
13856 [  9340] By: gsar                                  on 2001/03/25  15:50:53
13857         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
13858              chars)
13859      Branch: perl
13860            + t/lib/mimeqp.t
13861 ____________________________________________________________________________
13862 [  9339] By: gsar                                  on 2001/03/25  15:48:50
13863         Log: delete mimeqp.t for later with text mode set
13864      Branch: perl
13865            - t/lib/mimeqp.t
13866 ____________________________________________________________________________
13867 [  9338] By: nick                                  on 2001/03/25  09:01:57
13868         Log: Integrate mainline.
13869      Branch: perlio
13870           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13871           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
13872           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
13873           +> t/lib/mimeb64u.t t/lib/mimeqp.t
13874           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
13875           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
13876           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
13877 ____________________________________________________________________________
13878 [  9337] By: jhi                                   on 2001/03/25  04:23:24
13879         Log: Add MIME::Base64 here and there.  Again, a lot of
13880              optimism is in the air.
13881      Branch: perl
13882            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
13883            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
13884 ____________________________________________________________________________
13885 [  9336] By: jhi                                   on 2001/03/25  04:12:43
13886         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
13887              this by ear as I do not do Win32 programming.)
13888      Branch: perl
13889            ! win32/Makefile win32/makefile.mk
13890 ____________________________________________________________________________
13891 [  9335] By: jhi                                   on 2001/03/25  04:03:50
13892         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
13893      Branch: perl
13894            ! t/lib/md5-file.t
13895 ____________________________________________________________________________
13896 [  9334] By: jhi                                   on 2001/03/25  03:58:53
13897         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
13898      Branch: perl
13899            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
13900            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
13901            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
13902            + t/lib/mimeb64u.t t/lib/mimeqp.t
13903            ! MANIFEST
13904 ____________________________________________________________________________
13905 [  9333] By: jhi                                   on 2001/03/24  20:14:37
13906         Log: Integrate perlio.
13907      Branch: perl
13908           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
13909 ____________________________________________________________________________
13910 [  9332] By: nick                                  on 2001/03/24  19:40:34
13911         Log: Fix un-init variable leading to spurious "Out of Memory!"
13912      Branch: perlio
13913            ! doio.c
13914 ____________________________________________________________________________
13915 [  9331] By: nick                                  on 2001/03/24  19:09:59
13916         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
13917              and update layers internals doc.
13918      Branch: perlio
13919            ! pod/perlfunc.pod pod/perliol.pod
13920 ____________________________________________________________________________
13921 [  9330] By: jhi                                   on 2001/03/24  18:42:11
13922         Log: The length might be uninitialized garbage if the *svp is the undef.
13923      Branch: perl
13924            ! doio.c
13925 ____________________________________________________________________________
13926 [  9329] By: jhi                                   on 2001/03/24  18:26:57
13927         Log: (Retracted by #9393)
13928
13929              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
13930              From: Simon Cozens <simon@netthink.co.uk>
13931              Date: Sat, 24 Mar 2001 17:13:17 +0000
13932              Message-ID: <20010324171317.A13406@netthink.co.uk>
13933      Branch: perl
13934            ! utils/h2xs.PL
13935 ____________________________________________________________________________
13936 [  9328] By: nick                                  on 2001/03/24  17:22:02
13937         Log: Integrate mainline.
13938      Branch: perlio
13939           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
13940           !> lib/unicode/version
13941 ____________________________________________________________________________
13942 [  9327] By: nick                                  on 2001/03/24  17:16:02
13943         Log: Integrate mainline.
13944      Branch: perlio
13945           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
13946           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
13947           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
13948           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
13949           +> t/lib/md5-file.t
13950           !> MANIFEST Makefile.SH configure.com djgpp/config.over
13951           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
13952           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
13953           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
13954           !> win32/makefile.mk
13955 ____________________________________________________________________________
13956 [  9326] By: jhi                                   on 2001/03/24  17:00:42
13957         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
13958      Branch: perl
13959            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
13960            ! lib/unicode/version
13961 ____________________________________________________________________________
13962 [  9325] By: jhi                                   on 2001/03/24  16:22:33
13963         Log: Subject: Re: B::Deparse bug (5.6.0)
13964              From: Robin Houston <robin@kitsite.com>
13965              Date: Sat, 24 Mar 2001 14:33:09 +0000
13966              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
13967      Branch: perl
13968            ! op.c pp.c t/lib/b.t t/op/repeat.t
13969 ____________________________________________________________________________
13970 [  9324] By: jhi                                   on 2001/03/24  16:21:56
13971         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
13972              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
13973              these additions may be too optimistic.
13974      Branch: perl
13975            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
13976            ! hints/uwin.sh hints/vmesa.sh
13977 ____________________________________________________________________________
13978 [  9323] By: jhi                                   on 2001/03/24  16:06:01
13979         Log: Integrate perlio.
13980      Branch: perl
13981           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
13982           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13983            ! Makefile.SH
13984           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
13985           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
13986           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
13987           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13988           !> win32/makefile.mk win32/perlhost.h win32/win32.c
13989           !> win32/win32iop.h
13990 ____________________________________________________________________________
13991 [  9322] By: nick                                  on 2001/03/24  14:39:12
13992         Log: Routine Win32 regen_config_h - no real changes.
13993      Branch: perlio
13994            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13995 ____________________________________________________________________________
13996 [  9321] By: nick                                  on 2001/03/24  14:31:49
13997         Log: PerlIO fixups for Win32:
13998              - provide win33_popenlist() - non-functional as yet.
13999              - avoid need for aTHX in PerlIO_debug calls - even if not 
14000              enabled args are still evaluated so Win32 has trouble during fork().
14001              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
14002              - Fixup makedef.pl for latest set of symbols.
14003      Branch: perlio
14004            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
14005            ! win32/perlhost.h win32/win32.c win32/win32iop.h
14006 ____________________________________________________________________________
14007 [  9320] By: nick                                  on 2001/03/24  14:26:58
14008         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
14009              was gibberish - broke it on WIn32 at least.
14010      Branch: perlio
14011            ! ext/POSIX/POSIX.xs
14012 ____________________________________________________________________________
14013 [  9319] By: nick                                  on 2001/03/24  11:29:41
14014         Log: Generated files.
14015      Branch: perlio
14016            ! embed.h global.sym objXSUB.h perlapi.c proto.h
14017 ____________________________________________________________________________
14018 [  9318] By: nick                                  on 2001/03/24  10:29:37
14019         Log: Implement:
14020              1.  open($fh,"+<",undef);  # add test to t/io/open.t
14021              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
14022      Branch: perlio
14023            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
14024            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14025            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
14026            ! t/io/open.t t/io/utf8.t
14027 ____________________________________________________________________________
14028 [  9317] By: jhi                                   on 2001/03/23  23:41:25
14029         Log: AIX does seems to have optimization problems with its C compilers.
14030      Branch: perl
14031            ! hints/aix.sh
14032 ____________________________________________________________________________
14033 [  9316] By: jhi                                   on 2001/03/23  23:40:46
14034         Log: Integrate perlio.
14035      Branch: perl
14036           +> lib/PerlIO.pm
14037           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
14038           !> perliol.h
14039 ____________________________________________________________________________
14040 [  9315] By: jhi                                   on 2001/03/23  22:16:30
14041         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
14042      Branch: perl
14043            ! t/lib/md5-file.t
14044 ____________________________________________________________________________
14045 [  9314] By: nick                                  on 2001/03/23  20:49:02
14046         Log: Perlio internals re-organized.
14047              - open process creates AV of layer/arg pairs
14048              (appends layers from open() or open.pm to default list).
14049              - push arg is now an SV.
14050              - layer ->Open get passed the AV
14051              - open is no longer mandatory method.
14052              - topmost layer that has ->Open method does the open
14053              - any layers above are pushed once that returns.
14054              - vtable re-ordered so dummy layers need only provide push/pop methods.
14055      Branch: perlio
14056            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14057 ____________________________________________________________________________
14058 [  9313] By: nick                                  on 2001/03/23  16:27:41
14059         Log: Check in a stable (working) version before next round of tweaks.
14060              Changes include:
14061              - Move default layers code out of doio.c and into perlio.c
14062              - Single routine for parsing layer specification strings.
14063              - Skeleton support for demand loading of layers
14064              - Core-dump avoidance if PERLIO environment specifies loadable layer
14065              (does not _work_ as need IO to load and need load to do IO ...)
14066      Branch: perlio
14067            + lib/PerlIO.pm
14068            ! MANIFEST doio.c perlio.c
14069 ____________________________________________________________________________
14070 [  9312] By: gsar                                  on 2001/03/23  16:25:25
14071         Log: add execute bit to files with shebang lines in the repository;
14072              avoid clobbering execute bit in Porting/makerel 
14073      Branch: maint-5.6/perl
14074            ! (edit 144 files)
14075 ____________________________________________________________________________
14076 [  9311] By: jhi                                   on 2001/03/23  14:25:35
14077         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
14078      Branch: perl
14079            ! MANIFEST
14080 ____________________________________________________________________________
14081 [  9310] By: jhi                                   on 2001/03/23  13:45:04
14082         Log: Subject: [PATCH] Net::Ping
14083              From: Colin McMillen <mcmi0037@tc.umn.edu>
14084              Date: Thu, 22 Mar 2001 19:30:31 -0600
14085              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
14086      Branch: perl
14087            ! lib/Net/Ping.pm
14088 ____________________________________________________________________________
14089 [  9309] By: jhi                                   on 2001/03/23  13:39:13
14090         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
14091      Branch: perl
14092            ! t/lib/md5-aaa.t t/lib/md5-file.t
14093 ____________________________________________________________________________
14094 [  9308] By: jhi                                   on 2001/03/23  13:20:34
14095         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
14096              - bump the version to 2.14
14097              - drop the base64 tests since they require MIME::Base64
14098              - drop the rfc1321.txt
14099              - drop the hints/dec_osf.pl since it's only needed for
14100              pre-5.005_03 Perls
14101              Todo:
14102              - the U32 alignment testing is now removed; it needs to
14103              be reintroduced as as a Config variable (meaning also
14104              as a Configure test)
14105              - get the new EBCDIC md5sum for MD5.pm
14106              - test in Win32 to see how badly I botched the makefiles
14107      Branch: perl
14108            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
14109            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
14110            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
14111            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
14112            + t/lib/md5-file.t
14113            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
14114            ! win32/Makefile win32/makefile.mk
14115 ____________________________________________________________________________
14116 [  9307] By: jhi                                   on 2001/03/23  12:56:14
14117         Log: Integrate change #9306 from maintperl into mainline,
14118              AIX dynaloader for AIXes without <load.h>.
14119      Branch: perl
14120           !> ext/DynaLoader/hints/aix.pl
14121 ____________________________________________________________________________
14122 [  9306] By: jhi                                   on 2001/03/23  12:51:36
14123         Log: There are AIXes without /usr/include/load.h,
14124              patch from H.Merijn Brand.
14125      Branch: maint-5.6/perl
14126            ! ext/DynaLoader/hints/aix.pl
14127 ____________________________________________________________________________
14128 [  9305] By: nick                                  on 2001/03/23  11:00:42
14129         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
14130      Branch: perlio
14131            ! ext/Encode/Encode.xs perlio.c perlio.h
14132 ____________________________________________________________________________
14133 [  9304] By: nick                                  on 2001/03/23  10:20:46
14134         Log: Render -Duseperlio functional again.
14135              - this is "quick fix" which calls PerlIO_apply_layers after opening,
14136              which is what old scheme did. New scheme needs to change that
14137              to make open(...,\$scalar) etc. work but this will do for now.
14138      Branch: perlio
14139            ! perlio.c
14140 ____________________________________________________________________________
14141 [  9303] By: nick                                  on 2001/03/23  09:53:20
14142         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
14143              -Uuseperlio now works again.
14144              -Duseperlio is still poorly. Don't merge yet...
14145      Branch: perlio
14146            ! doio.c perlio.h
14147 ____________________________________________________________________________
14148 [  9302] By: nick                                  on 2001/03/22  22:26:51
14149         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
14150              type code.
14151              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
14152              is its main caller. In particular now has access to "extra" args, and
14153              can tell when an open handle is "reopened" (or duped?).
14154              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
14155              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
14156              PerlIO_open() et. al. (i.e. other way round).
14157              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
14158              with args close to PerlIO_openn().
14159      Branch: perlio
14160            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
14161 ____________________________________________________________________________
14162 [  9301] By: jhi                                   on 2001/03/22  20:58:04
14163         Log: Integrate perlio.
14164      Branch: perl
14165           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
14166           !> t/io/open.t util.c
14167 ____________________________________________________________________________
14168 [  9300] By: nick                                  on 2001/03/22  17:36:32
14169         Log: Don't include $@ in not ok message.
14170      Branch: perlio
14171            ! t/io/open.t
14172 ____________________________________________________________________________
14173 [  9299] By: gsar                                  on 2001/03/22  16:53:45
14174         Log: back out changes#7532,7521 for now (appears to have problems
14175              on IRIX)
14176      Branch: maint-5.6/perl
14177            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
14178            ! ext/POSIX/typemap pod/perlvar.pod
14179 ____________________________________________________________________________
14180 [  9298] By: nick                                  on 2001/03/22  14:35:46
14181         Log: Give a meaning to '&' in n-arg open case:
14182              open($fh,"<&",$scalar);
14183              $scalar can be:
14184              - an integer which does "fdopen"
14185              open($fh,"<&",2); # like open($fh,"<&2")
14186              - something that will yield a file handle via sv_2io()
14187              useful for dup'ing anonymous handles.
14188              e.g.:
14189              open(my $fh,"<&",\*STDIN);
14190              open(my $dup,"<&",$fh);
14191      Branch: perlio
14192            ! doio.c t/io/open.t
14193 ____________________________________________________________________________
14194 [  9297] By: nick                                  on 2001/03/22  13:34:35
14195         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
14196      Branch: perlio
14197            ! util.c
14198 ____________________________________________________________________________
14199 [  9296] By: nick                                  on 2001/03/22  12:51:20
14200         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
14201      Branch: perlio
14202            ! perl.c
14203 ____________________________________________________________________________
14204 [  9295] By: nick                                  on 2001/03/22  11:59:44
14205         Log: If stdin, stdout or stderr get opened in unexpected read/write state
14206              then warn at time of open not at time of use.
14207      Branch: perlio
14208            ! doio.c pp_hot.c pp_sys.c
14209 ____________________________________________________________________________
14210 [  9294] By: nick                                  on 2001/03/22  10:54:35
14211         Log: Die on n-arg open(...,"",xxx,yyy,...)
14212              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
14213              - die on read/write cases so we can decide what it means later.
14214      Branch: perlio
14215            ! doio.c embed.pl iperlsys.h util.c
14216 ____________________________________________________________________________
14217 [  9293] By: nick                                  on 2001/03/22  09:02:45
14218         Log: perlio tweaks (reported by Nick Clark)
14219              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
14220              error check in Pendinf_read().
14221      Branch: perlio
14222            ! perlio.c
14223 ____________________________________________________________________________
14224 [  9292] By: gsar                                  on 2001/03/22  07:12:00
14225         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
14226              fixes)
14227      Branch: maint-5.6/perl
14228           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
14229 ____________________________________________________________________________
14230 [  9291] By: jhi                                   on 2001/03/22  06:06:44
14231         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
14232      Branch: perl
14233            ! t/op/re_tests
14234 ____________________________________________________________________________
14235 [  9290] By: jhi                                   on 2001/03/22  05:57:01
14236         Log: Move MacOS Classic higher in the list of supported platforms.
14237      Branch: maint-5.6/perl
14238            ! pod/perlport.pod
14239 ____________________________________________________________________________
14240 [  9289] By: gsar                                  on 2001/03/22  05:35:04
14241         Log: revert part of change#6438 for compatibility (av_reify()
14242              appears to be needed to implement av_splice()ish things
14243              in XS)
14244      Branch: maint-5.6/perl
14245            ! embed.pl global.sym objXSUB.h perlapi.c
14246 ____________________________________________________________________________
14247 [  9288] By: gsar                                  on 2001/03/22  03:09:19
14248         Log: update copyright year
14249      Branch: maint-5.6/perl
14250            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
14251            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
14252            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
14253            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
14254            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
14255            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
14256            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
14257            ! x2p/walk.c
14258 ____________________________________________________________________________
14259 [  9287] By: jhi                                   on 2001/03/21  20:30:54
14260         Log: Integrate perlio.
14261      Branch: perl
14262           !> ext/Data/Dumper/Dumper.xs
14263 ____________________________________________________________________________
14264 [  9286] By: gsar                                  on 2001/03/21  19:49:54
14265         Log: makefile.mk tweak
14266      Branch: maint-5.6/perl
14267            ! win32/Makefile win32/makefile.mk
14268 ____________________________________________________________________________
14269 [  9285] By: nick                                  on 2001/03/21  19:07:13
14270         Log: Multiplicity fix for Dumper.
14271      Branch: perlio
14272            ! ext/Data/Dumper/Dumper.xs
14273 ____________________________________________________________________________
14274 [  9284] By: nick                                  on 2001/03/21  19:01:07
14275         Log: Integrate mainline - (does not build xTHX issue in Dumper).
14276      Branch: perlio
14277           !> (integrate 27 files)
14278 ____________________________________________________________________________
14279 [  9283] By: jhi                                   on 2001/03/21  17:17:35
14280         Log: Integrate change #9282 from mainline into maintperl,
14281              4-arg UTF-8 substr().
14282      Branch: maint-5.6/perl
14283           !> pp.c
14284 ____________________________________________________________________________
14285 [  9282] By: jhi                                   on 2001/03/21  17:15:43
14286         Log: The #9270 would have leaked a scalar if pp_substr()
14287              returned early.
14288      Branch: perl
14289            ! pp.c
14290 ____________________________________________________________________________
14291 [  9281] By: gsar                                  on 2001/03/21  17:03:14
14292         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
14293      Branch: maint-5.6/perl
14294            ! win32/makefile.mk
14295 ____________________________________________________________________________
14296 [  9280] By: gsar                                  on 2001/03/21  17:01:20
14297         Log: some tweaks to change#9278 (fork() emulation should be enabled
14298              by setting BUILD_FLAVOR instead of changing the defaults)
14299      Branch: maint-5.6/perl
14300            ! win32/makefile.mk
14301 ____________________________________________________________________________
14302 [  9279] By: gsar                                  on 2001/03/21  16:47:19
14303         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
14304      Branch: maint-5.6/perl
14305            ! ext/File/Glob/Glob.pm
14306           !> lib/Cwd.pm
14307 ____________________________________________________________________________
14308 [  9278] By: jhi                                   on 2001/03/21  14:35:10
14309         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
14310              From: "Vadim Konovalov" <watman@inbox.ru>
14311              Date: Wed, 21 Mar 2001 01:53:51 +0300
14312              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
14313      Branch: maint-5.6/perl
14314            ! win32/makefile.mk win32/win32sck.c
14315 ____________________________________________________________________________
14316 [  9277] By: jhi                                   on 2001/03/21  13:58:28
14317         Log: Integrate change #9270 from mainline to maintperl:
14318              continued 4-arg UTF-8 substr() fixing.
14319      Branch: maint-5.6/perl
14320           !> pp.c t/op/substr.t
14321 ____________________________________________________________________________
14322 [  9276] By: jhi                                   on 2001/03/21  13:33:00
14323         Log: More pixie cleaning.
14324      Branch: perl
14325            ! Makefile.SH
14326 ____________________________________________________________________________
14327 [  9275] By: jhi                                   on 2001/03/21  03:54:17
14328         Log: Update Changes.
14329      Branch: perl
14330            ! Changes patchlevel.h
14331 ____________________________________________________________________________
14332 [  9274] By: jhi                                   on 2001/03/21  03:48:24
14333         Log: First stab at making Data::Dumper to grok Unicode.
14334              
14335              TODO: tests, EBCDICify.
14336      Branch: perl
14337            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
14338 ____________________________________________________________________________
14339 [  9273] By: jhi                                   on 2001/03/21  02:23:00
14340         Log: Fix for
14341              
14342              Subject: Memory leak in unquoted print   
14343              From: Benjamin Sugars <bsugars@canoe.ca> 
14344              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
14345              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
14346      Branch: perl
14347            ! perlio.c
14348 ____________________________________________________________________________
14349 [  9272] By: jhi                                   on 2001/03/21  01:33:17
14350         Log: Subject: Re: [PATCH] POSIX::getcwd()
14351              From: Benjamin Sugars <bsugars@canoe.ca> 
14352              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
14353              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
14354      Branch: perl
14355            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
14356 ____________________________________________________________________________
14357 [  9271] By: jhi                                   on 2001/03/21  01:22:52
14358         Log: Subject: [PATCH] Cwd.pm docs
14359              From: Benjamin Sugars <bsugars@canoe.ca>
14360              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
14361              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
14362      Branch: perl
14363            ! lib/Cwd.pm
14364 ____________________________________________________________________________
14365 [  9270] By: jhi                                   on 2001/03/21  01:16:29
14366         Log: Continue 4-arg substr() UTF-8 fixage.
14367      Branch: perl
14368            ! pp.c t/op/substr.t
14369 ____________________________________________________________________________
14370 [  9269] By: jhi                                   on 2001/03/21  00:46:14
14371         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
14372              
14373              revert the leak fix in change#9142 (problem needs a more experimental
14374              fix unsuitable for 5.6.1)
14375              
14376              do alphabetical sorting by default (for csh compatibility)
14377              
14378              cut-n-paste goof in change#9264
14379              
14380              VMS piping fixes (from Charles Lane)
14381      Branch: perl
14382           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
14383           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
14384           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
14385 ____________________________________________________________________________
14386 [  9268] By: jhi                                   on 2001/03/21  00:37:04
14387         Log: Integrate perlio.
14388      Branch: perl
14389           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
14390           !> utf8.c utf8.h utfebcdic.h
14391 ____________________________________________________________________________
14392 [  9267] By: nick                                  on 2001/03/20  20:04:39
14393         Log: More EBCDIC stuff:
14394              - Loose the extra level of function on ASCII.
14395              - spotted a chr(0) issue in sv.c
14396              - re-work of UTF-X tr/// ranges to work in Unicode
14397              space. Still issues with the "0xff is illegal UTF-8" hack.
14398              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
14399              (why do it once when you can do it all over the place :-(
14400              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
14401              need utf8.pm for swashes.
14402              - Simplified and commented scan_const() in toke.c
14403              Still something wrong regexp and tr (swashes?).
14404      Branch: perlio
14405            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
14406            ! utf8.c utf8.h utfebcdic.h
14407 ____________________________________________________________________________
14408 [  9266] By: gsar                                  on 2001/03/20  19:16:43
14409         Log: VMS piping fixes (from Charles Lane)
14410      Branch: maint-5.6/perl
14411            ! vms/vms.c vms/vmspipe.com
14412 ____________________________________________________________________________
14413 [  9265] By: gsar                                  on 2001/03/20  17:53:52
14414         Log: cut-n-paste goof in change#9264
14415      Branch: maint-5.6/perl
14416            ! ext/File/Glob/Glob.xs
14417 ____________________________________________________________________________
14418 [  9264] By: gsar                                  on 2001/03/20  17:43:47
14419         Log: do alphabetical sorting by default (for csh compatibility);
14420              bsd_glob() does ASCII sort by default as usual, unless
14421              GLOB_ALPHASORT was specified
14422      Branch: maint-5.6/perl
14423            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
14424            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
14425            ! ext/File/Glob/bsd_glob.h
14426 ____________________________________________________________________________
14427 [  9263] By: gsar                                  on 2001/03/20  16:40:08
14428         Log: integrate change#9255 from mainline (unicode fix)
14429              
14430              substr($bytestr, i, n, $charstr)
14431      Branch: maint-5.6/perl
14432           !> Todo-5.6 pp.c t/op/substr.t
14433 ____________________________________________________________________________
14434 [  9262] By: gsar                                  on 2001/03/20  15:57:41
14435         Log: revert the leak fix in change#9142 (problem needs a more experimental
14436              fix unsuitable for 5.6.1)
14437      Branch: maint-5.6/perl
14438            ! scope.c
14439 ____________________________________________________________________________
14440 [  9261] By: jhi                                   on 2001/03/20  14:26:25
14441         Log: Integrate changes #9259,9260 from maintperl into mainline.
14442              
14443              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
14444              
14445              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
14446      Branch: perl
14447           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
14448 ____________________________________________________________________________
14449 [  9260] By: jhi                                   on 2001/03/20  14:05:46
14450         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
14451              From: Robin Barker <rmb1@cise.npl.co.uk>
14452              Date: Tue, 20 Mar 2001 10:12:04 GMT
14453              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
14454      Branch: maint-5.6/perl
14455            ! run.c
14456 ____________________________________________________________________________
14457 [  9259] By: jhi                                   on 2001/03/20  14:04:39
14458         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
14459              From: Chris Nandor <pudge@pobox.com>
14460              Date: Tue, 20 Mar 2001 00:40:56 -0500
14461              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
14462      Branch: maint-5.6/perl
14463            ! ext/POSIX/POSIX.xs lib/File/Path.pm
14464 ____________________________________________________________________________
14465 [  9258] By: jhi                                   on 2001/03/20  05:09:34
14466         Log: Update Changes.
14467      Branch: perl
14468            ! Changes patchlevel.h
14469 ____________________________________________________________________________
14470 [  9257] By: jhi                                   on 2001/03/20  05:04:25
14471         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
14472      Branch: perl
14473            ! t/op/tr.t
14474 ____________________________________________________________________________
14475 [  9256] By: jhi                                   on 2001/03/20  04:43:12
14476         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
14477              From: Peter Prymmer <pvhp@forte.com>
14478              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
14479              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
14480      Branch: maint-5.6/perl
14481            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
14482 ____________________________________________________________________________
14483 [  9255] By: jhi                                   on 2001/03/19  23:17:17
14484         Log: substr($bytestr, i, n, $charstr)
14485
14486              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
14487      Branch: perl
14488            ! Todo-5.6 pp.c t/op/substr.t
14489 ____________________________________________________________________________
14490 [  9254] By: jhi                                   on 2001/03/19  22:25:09
14491         Log: Rearrange the make test target prerequisites so that
14492              in a parallel make 'all' is finished before 'test'.
14493      Branch: perl
14494            ! Makefile.SH
14495 ____________________________________________________________________________
14496 [  9253] By: jhi                                   on 2001/03/19  21:48:07
14497         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
14498              From: Robin Houston <robin@kitsite.com>
14499              Date: Mon, 19 Mar 2001 15:48:41 +0000
14500              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
14501      Branch: perl
14502            ! pp_ctl.c
14503 ____________________________________________________________________________
14504 [  9252] By: jhi                                   on 2001/03/19  21:42:27
14505         Log: Integrate perlio.
14506      Branch: perl
14507           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
14508           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
14509           !> utfebcdic.h vms/perly_c.vms
14510 ____________________________________________________________________________
14511 [  9251] By: jhi                                   on 2001/03/19  21:31:28
14512         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
14513              
14514              Dynaloading in 64-bit AIX with vac.
14515      Branch: perl
14516           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14517           !> hints/aix.sh
14518 ____________________________________________________________________________
14519 [  9250] By: jhi                                   on 2001/03/19  21:18:00
14520         Log: A more robust solution for the 64bitall AIX dynaloading
14521              problem, from Jens-Uwe Mager.
14522      Branch: maint-5.6/perl
14523            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
14524 ____________________________________________________________________________
14525 [  9249] By: nick                                  on 2001/03/19  20:59:37
14526         Log: Integrate mainline.
14527      Branch: perlio
14528           !> (integrate 42 files)
14529 ____________________________________________________________________________
14530 [  9248] By: nick                                  on 2001/03/19  20:22:07
14531         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
14532              (Building on OS390 uses native YACC and YYDEBUG has other
14533              side effects.)
14534      Branch: perlio
14535            ! perly.c perly.y vms/perly_c.vms
14536 ____________________________________________________________________________
14537 [  9247] By: jhi                                   on 2001/03/19  19:59:53
14538         Log: 64-bit AIX dynaloading problem (see #9244) idea
14539              from Jens-Uwe Mager.
14540      Branch: maint-5.6/perl
14541            ! ext/DynaLoader/dl_aix.xs
14542 ____________________________________________________________________________
14543 [  9246] By: nick                                  on 2001/03/19  19:27:57
14544         Log: More EBCDIC fixes.
14545      Branch: perlio
14546            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
14547            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
14548 ____________________________________________________________________________
14549 [  9245] By: jhi                                   on 2001/03/19  19:05:19
14550         Log: Integrate change #9243 from mainline into maintperl.
14551              
14552              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
14553      Branch: maint-5.6/perl
14554           !> README.vmesa
14555 ____________________________________________________________________________
14556 [  9244] By: jhi                                   on 2001/03/19  19:03:15
14557         Log: Get 64bitall AIX building, but still does not test okay:
14558              dynaloading anything fails, for example for op/defins:
14559              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
14560              (update: fixed by #9247,9250)
14561      Branch: maint-5.6/perl
14562            ! hints/aix.sh
14563 ____________________________________________________________________________
14564 [  9243] By: jhi                                   on 2001/03/19  19:00:16
14565         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
14566              From: Robin Barker <rmb1@cise.npl.co.uk>
14567              Date: Mon, 19 Mar 2001 18:01:57 GMT
14568              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
14569      Branch: perl
14570            ! README.vmesa
14571 ____________________________________________________________________________
14572 [  9242] By: jhi                                   on 2001/03/19  18:58:43
14573         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
14574              
14575              TODO: tests.
14576      Branch: perl
14577            ! doop.c op.c
14578 ____________________________________________________________________________
14579 [  9241] By: gsar                                  on 2001/03/19  17:34:46
14580         Log: VMSify tests (from Charles Lane)
14581      Branch: maint-5.6/perl
14582            ! t/lib/filehand.t t/lib/texttabs.t
14583 ____________________________________________________________________________
14584 [  9240] By: jhi                                   on 2001/03/19  14:24:26
14585         Log: Integrate change #9233 from maintperl into mainline.
14586              
14587              some refcounts were incorrect in perl_clone()
14588      Branch: perl
14589           !> sv.c
14590 ____________________________________________________________________________
14591 [  9239] By: gsar                                  on 2001/03/19  09:23:17
14592         Log: this is 5.6.1-trial3
14593      Branch: maint-5.6/perl
14594            ! Changes
14595 ____________________________________________________________________________
14596 [  9238] By: gsar                                  on 2001/03/19  08:47:04
14597         Log: some new symbols are only available under ithreads
14598      Branch: maint-5.6/perl
14599            ! makedef.pl
14600 ____________________________________________________________________________
14601 [  9237] By: gsar                                  on 2001/03/19  08:42:28
14602         Log: update patchlevel.h, Changes, &c.
14603      Branch: maint-5.6/perl
14604            ! Changes patchlevel.h pod/perlhist.pod
14605           !> AUTHORS
14606 ____________________________________________________________________________
14607 [  9236] By: gsar                                  on 2001/03/19  08:17:49
14608         Log: integrate changes#8068,8717 from mainline
14609              
14610              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
14611              
14612              [PATCH CPAN 1.59_51] warning message (not!)
14613      Branch: maint-5.6/perl
14614           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
14615           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
14616           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
14617           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
14618           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
14619 ____________________________________________________________________________
14620 [  9235] By: gsar                                  on 2001/03/19  08:07:09
14621         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
14622              
14623              [PATCH] Add missing CV flags to dump.c
14624              
14625              Re: [patch] Re: PL_ptr_table
14626              
14627              Fixup non-ithread build after 8713
14628              
14629              Generated files form 8713 etc.
14630              
14631              Correct the correction :-(
14632              
14633              Documenting coderef @INC (Re: CPAN "make this script work" feature)
14634              
14635              Subject: Re: sync sync sync: have I missed any patches?
14636              Replace djSP with dSP.
14637      Branch: maint-5.6/perl
14638           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
14639           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
14640           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
14641           !> sv.c sv.h win32/perlhost.h
14642 ____________________________________________________________________________
14643 [  9234] By: gsar                                  on 2001/03/19  07:22:05
14644         Log: revert the change#9090 integrate for now (change looks somewhat
14645              incomplete in that [ha]v_exists() need something similar; lacks
14646              tests; &c.)
14647      Branch: maint-5.6/perl
14648            ! hv.c
14649 ____________________________________________________________________________
14650 [  9233] By: gsar                                  on 2001/03/19  07:10:01
14651         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
14652              destruction when there are unreferenced scalars (SvREFCNT==0)
14653      Branch: maint-5.6/perl
14654            ! sv.c
14655 ____________________________________________________________________________
14656 [  9232] By: jhi                                   on 2001/03/19  05:11:02
14657         Log: Regen api and toc.
14658      Branch: maint-5.6/perl
14659            ! pod/perlapi.pod pod/perltoc.pod
14660 ____________________________________________________________________________
14661 [  9231] By: jhi                                   on 2001/03/19  04:06:03
14662         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
14663              add a lost line in pp.c:pp_chop(), update to new op/chop.
14664              
14665              Clarify the description differentiating for and while; inspired by
14666              
14667              Subject: [ID 20010306.004] || != named unary operator
14668              
14669              The $Is_MacOS needs to be declared.
14670      Branch: maint-5.6/perl
14671            ! pp.c t/op/chop.t
14672           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
14673 ____________________________________________________________________________
14674 [  9230] By: jhi                                   on 2001/03/19  03:48:16
14675         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
14676              9079,9083,9089,9090,9091 from mainline to maintperl.
14677              
14678              Quieten some noise in Win32 builds
14679              
14680              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
14681              
14682              The perlretut was still talking about the old \p and \P
14683              definitions.
14684              
14685              More tweakage on the Unicode character class descriptions.
14686              
14687              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
14688              
14689              Subject: 'no *POSIX' Patch speeding up make on BS2000 
14690              
14691              Subject: [PATCH] perldata.pod here-doc docs
14692              
14693              Add /sbin and /usr/sbin to the list of directories scanned
14694              for setuid programs.  Takes care of bug id 20010309.003.
14695              
14696              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
14697              
14698              In op/stat #35 better to scan all the potential directories
14699              for setuids, not just the first one.
14700      Branch: maint-5.6/perl
14701            ! Makefile.SH
14702           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
14703           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
14704           !> t/op/stat.t toke.c win32/win32.h
14705 ____________________________________________________________________________
14706 [  9229] By: jhi                                   on 2001/03/19  02:31:50
14707         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
14708              From: Chris Nandor <pudge@pobox.com>
14709              Date: Sat, 10 Mar 2001 14:22:19 -0500
14710              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
14711      Branch: maint-5.6/perl
14712            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
14713            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
14714            ! t/lib/b.t t/lib/errno.t
14715 ____________________________________________________________________________
14716 [  9228] By: jhi                                   on 2001/03/19  02:29:59
14717         Log: Integrate changes #9113,9122 from mainline into maintperl.
14718              
14719              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?)
14720      Branch: maint-5.6/perl
14721           !> Configure README.os390 hints/os390.sh
14722 ____________________________________________________________________________
14723 [  9227] By: jhi                                   on 2001/03/19  02:22:35
14724         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
14725              into maintperl.
14726              
14727              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
14728              
14729              Forgot to check-in the larger part of #9120, duh.
14730              
14731              Subject: Another patch for integer.pm POD 
14732              
14733              h2ph strictness and cleanliness from Kurt Starsinic.
14734              
14735              Borland filename case problem.
14736              
14737              h2ph strictness and cleanliness from Kurt Starsinic.
14738              
14739              Subject: [PATCH] the uncontroversial doc patches
14740      Branch: maint-5.6/perl
14741           +> win32/sncfnmcs.pl
14742           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
14743           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
14744           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
14745           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
14746           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
14747           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
14748           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
14749 ____________________________________________________________________________
14750 [  9226] By: jhi                                   on 2001/03/19  02:10:21
14751         Log: Integrate changes #9207,9214 from mainline into maintperl.
14752              
14753              podchecker relaxations: =over has an *optional* number after it,
14754              and whitespace in L<> is okay.
14755      Branch: maint-5.6/perl
14756           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
14757           !> t/pod/poderrs.xr
14758 ____________________________________________________________________________
14759 [  9225] By: jhi                                   on 2001/03/19  02:07:38
14760         Log: Integrate change #9219 from maintperl into mainline.
14761              
14762              remove duplicated tests
14763      Branch: perl
14764           !> t/op/re_tests
14765 ____________________________________________________________________________
14766 [  9224] By: jhi                                   on 2001/03/19  02:06:11
14767         Log: Integrate change #9223 from mainline to maintperl.
14768              
14769              Document -Dmksymlinks.
14770      Branch: maint-5.6/perl
14771           !> INSTALL
14772 ____________________________________________________________________________
14773 [  9223] By: jhi                                   on 2001/03/19  02:01:25
14774         Log: Document -Dmksymlinks.
14775      Branch: perl
14776            ! INSTALL
14777 ____________________________________________________________________________
14778 [  9222] By: jhi                                   on 2001/03/19  01:15:35
14779         Log: The -Dmksymlinks wasn't working for maintperl.
14780      Branch: maint-5.6/perl
14781            ! Configure
14782 ____________________________________________________________________________
14783 [  9221] By: jhi                                   on 2001/03/19  00:49:43
14784         Log: Cleanup pixie residue.
14785      Branch: perl
14786            ! Makefile.SH
14787 ____________________________________________________________________________
14788 [  9220] By: jhi                                   on 2001/03/19  00:44:47
14789         Log: Document the use of pixie/prof; create make targets for it.
14790              
14791              TODO: make t/TEST pixie-aware.
14792      Branch: perl
14793            ! Makefile.SH pod/perlhack.pod
14794 ____________________________________________________________________________
14795 [  9219] By: gsar                                  on 2001/03/19  00:16:55
14796         Log: remove duplicated tests
14797      Branch: maint-5.6/perl
14798            ! t/op/re_tests
14799 ____________________________________________________________________________
14800 [  9218] By: jhi                                   on 2001/03/18  23:59:31
14801         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
14802      Branch: perl
14803            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
14804 ____________________________________________________________________________
14805 [  9217] By: jhi                                   on 2001/03/18  23:25:20
14806         Log: Rewrite the tests section of Makefile to be less redundant
14807              and to allow for more flexible test targets, many recursive
14808              make calls introduced.
14809      Branch: perl
14810            ! Makefile.SH
14811 ____________________________________________________________________________
14812 [  9216] By: jhi                                   on 2001/03/18  22:30:04
14813         Log: Document the use of Third Degree (sparsely).
14814      Branch: perl
14815            ! pod/perlhack.pod t/TEST
14816 ____________________________________________________________________________
14817 [  9215] By: jhi                                   on 2001/03/18  22:10:30
14818         Log: Make targets for testing with Third Degree.
14819      Branch: perl
14820            ! Makefile.SH
14821 ____________________________________________________________________________
14822 [  9214] By: jhi                                   on 2001/03/18  21:08:53
14823         Log: The podchecker relaxations need to mirrored also at the tests.
14824      Branch: perl
14825            ! t/pod/poderrs.xr
14826 ____________________________________________________________________________
14827 [  9213] By: jhi                                   on 2001/03/18  20:56:21
14828         Log: Update Changes.
14829      Branch: perl
14830            ! Changes patchlevel.h
14831 ____________________________________________________________________________
14832 [  9212] By: jhi                                   on 2001/03/18  20:36:59
14833         Log: Looking for config.sh in parent directories isn't
14834              very useful for the toplevel Makefile.
14835      Branch: perl
14836            ! Makefile.SH
14837 ____________________________________________________________________________
14838 [  9211] By: jhi                                   on 2001/03/18  20:33:37
14839         Log: On "make clean" take care of Third Degree droppings.
14840      Branch: perl
14841            ! Makefile.SH
14842 ____________________________________________________________________________
14843 [  9210] By: jhi                                   on 2001/03/18  20:21:34
14844         Log: Add a hook for running the tests under the Third Degree
14845              debugging tool (set $ENV{PERL_3LOG} to non-zero)
14846              
14847              TODO: Document the use of Third Degree.
14848      Branch: perl
14849            ! t/TEST
14850 ____________________________________________________________________________
14851 [  9209] By: jhi                                   on 2001/03/18  20:19:07
14852         Log: Regen toc and api pods.
14853      Branch: perl
14854            ! pod/perlapi.pod pod/perltoc.pod
14855 ____________________________________________________________________________
14856 [  9208] By: jhi                                   on 2001/03/18  20:12:12
14857         Log: Integrate changes #8128,9132 from mainline into maintperl,
14858              Tie::SubstrHash fixes.
14859      Branch: maint-5.6/perl
14860           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
14861 ____________________________________________________________________________
14862 [  9207] By: jhi                                   on 2001/03/18  20:07:43
14863         Log: podchecker relaxations from Michael Stevens.
14864      Branch: perl
14865            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
14866 ____________________________________________________________________________
14867 [  9206] By: jhi                                   on 2001/03/18  20:04:24
14868         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
14869      Branch: perl
14870            ! lib/Locale/Constants.pm lib/Locale/Country.pm
14871            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
14872            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
14873 ____________________________________________________________________________
14874 [  9205] By: jhi                                   on 2001/03/18  19:54:45
14875         Log: Integrate changes #9161,9162 from maintperl to mainline.
14876              
14877              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
14878              results
14879      Branch: perl
14880           !> t/op/magic.t
14881 ____________________________________________________________________________
14882 [  9204] By: jhi                                   on 2001/03/18  19:37:46
14883         Log: Make perl.third checks more understandable to the builder.
14884      Branch: perl
14885            ! Makefile.SH
14886 ____________________________________________________________________________
14887 [  9203] By: jhi                                   on 2001/03/18  19:20:54
14888         Log: Re-integrate #9138 from maintperl to mainline,
14889              the squelching of the unneeded "Scalars leaked" messages.
14890      Branch: perl
14891           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
14892           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
14893           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
14894 ____________________________________________________________________________
14895 [  9202] By: jhi                                   on 2001/03/18  18:48:36
14896         Log: More robust and more paranoid perl.third target.
14897      Branch: perl
14898            ! Makefile.SH
14899 ____________________________________________________________________________
14900 [  9201] By: jhi                                   on 2001/03/18  18:39:21
14901         Log: Integrate change #9197 from maintperl to mainline.
14902              
14903              more thorough cleaning of arenas.
14904      Branch: perl
14905           !> embed.pl perl.c proto.h sv.c t/op/sort.t
14906 ____________________________________________________________________________
14907 [  9200] By: jhi                                   on 2001/03/18  18:25:17
14908         Log: Integrate perlio.
14909      Branch: perl
14910           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
14911           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
14912           !> t/lib/encode.t toke.c universal.c utf8.c
14913 ____________________________________________________________________________
14914 [  9199] By: nick                                  on 2001/03/18  15:23:51
14915         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
14916              is the sense of the test being done. Avoid some magical 127 and 128 values
14917              by using macros.
14918      Branch: perlio
14919            ! doop.c pp_ctl.c sv.c toke.c
14920 ____________________________________________________________________________
14921 [  9198] By: nick                                  on 2001/03/18  14:18:12
14922         Log: UTF-X encoding invariance for Encode:
14923              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
14924              - move the XS code for those to universal.c (so in miniperl)
14925              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
14926              - change ext/Encode/compile to use above.
14927              - Fix t/lib/encode.t for above
14928              - Teach t/lib/b.t to expect -uutf8
14929              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
14930              utf8.pm is needed.
14931      Branch: perlio
14932            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
14933            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
14934 ____________________________________________________________________________
14935 [  9197] By: gsar                                  on 2001/03/18  12:15:57
14936         Log: more thorough cleaning of arenas--keep going until no more
14937              SvREFCNT_dec()s occur (this fixes the problem that causes the
14938              pesky "Scalars leaked" warnings)
14939      Branch: maint-5.6/perl
14940            ! embed.pl perl.c proto.h sv.c t/op/sort.t
14941 ____________________________________________________________________________
14942 [  9196] By: nick                                  on 2001/03/18  10:57:29
14943         Log: Fix pragma/utf8.t # 15
14944              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
14945              are SvUTF8 as well.
14946      Branch: perlio
14947            ! toke.c
14948 ____________________________________________________________________________
14949 [  9195] By: nick                                  on 2001/03/18  09:27:06
14950         Log: Integrate mainline
14951      Branch: perlio
14952           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
14953           !> t/op/pat.t
14954 ____________________________________________________________________________
14955 [  9194] By: jhi                                   on 2001/03/18  05:29:59
14956         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
14957              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
14958      Branch: perl
14959            ! op.c op.h t/op/misc.t t/op/pat.t
14960 ____________________________________________________________________________
14961 [  9193] By: jhi                                   on 2001/03/18  05:15:06
14962         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
14963      Branch: perl
14964            ! mg.c t/op/pat.t
14965 ____________________________________________________________________________
14966 [  9192] By: jhi                                   on 2001/03/18  04:22:43
14967         Log: tr/// UTF-8 patches from Inaba Hiroto.
14968      Branch: perl
14969            ! doop.c op.c
14970 ____________________________________________________________________________
14971 [  9191] By: jhi                                   on 2001/03/18  04:21:17
14972         Log: Integrate perlio.
14973      Branch: perl
14974           !> utf8.c utfebcdic.h
14975 ____________________________________________________________________________
14976 [  9190] By: nick                                  on 2001/03/17  20:32:01
14977         Log: Correct #if EBCDIC side typos.
14978              Builds and passes many tests on OS390.
14979      Branch: perlio
14980            ! utf8.c utfebcdic.h
14981 ____________________________________________________________________________
14982 [  9189] By: jhi                                   on 2001/03/17  18:55:49
14983         Log: Add prerequisites for the perl.third target.
14984      Branch: perl
14985            ! Makefile.SH
14986 ____________________________________________________________________________
14987 [  9188] By: jhi                                   on 2001/03/17  18:46:00
14988         Log: Integrate perlio.
14989      Branch: perl
14990           +> utfebcdic.h
14991           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
14992 ____________________________________________________________________________
14993 [  9187] By: jhi                                   on 2001/03/17  18:38:47
14994         Log: Add a make rule for perl.third (the Third Degree memory debugging
14995              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
14996      Branch: perl
14997            ! Makefile.SH
14998 ____________________________________________________________________________
14999 [  9186] By: nick                                  on 2001/03/17  18:34:48
15000         Log: MANIFEST addition :-(
15001      Branch: perlio
15002            ! MANIFEST
15003 ____________________________________________________________________________
15004 [  9185] By: nick                                  on 2001/03/17  18:29:50
15005         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
15006              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
15007              a superset of ASCII are invariant under the encoding. This is EBCDIC
15008              friendly as an encoded string can be looked at as being EBCDIC by lexer
15009              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
15010              ASCII on ASCII machines.
15011              
15012              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
15013              seperate.
15014              - Add some more macros to comprehend different shift amounts and
15015              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
15016              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
15017              and conditionaly #include it.
15018              
15019              EBCDIC build as yet untested.  ASCII still fails the one test.
15020      Branch: perlio
15021            + utfebcdic.h
15022            ! utf8.c utf8.h
15023 ____________________________________________________________________________
15024 [  9184] By: nick                                  on 2001/03/17  17:44:16
15025         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
15026      Branch: perlio
15027            ! doop.c perl.h pp.c utf8.h
15028 ____________________________________________________________________________
15029 [  9183] By: jhi                                   on 2001/03/17  15:55:42
15030         Log: Integrate perlio.
15031      Branch: perl
15032            ! MANIFEST
15033           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
15034 ____________________________________________________________________________
15035 [  9182] By: nick                                  on 2001/03/17  09:16:06
15036         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
15037      Branch: perlio
15038            ! t/op/pat.t
15039 ____________________________________________________________________________
15040 [  9181] By: nick                                  on 2001/03/17  09:15:11
15041         Log: Integrate mainline.
15042      Branch: perlio
15043           +> lib/Locale/Constants.pm lib/Locale/Country.pm
15044           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
15045           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
15046           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
15047           !> (integrate 83 files)
15048 ____________________________________________________________________________
15049 [  9180] By: nick                                  on 2001/03/16  17:23:21
15050         Log: EBCDIC Fixes.
15051      Branch: perlio
15052            ! perl.h sv.c toke.c utf8.c utf8.h
15053 ____________________________________________________________________________
15054 [  9179] By: jhi                                   on 2001/03/16  14:10:12
15055         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
15056              a change needed to work around an AIX compiler bug.
15057      Branch: perl
15058            ! ext/Storable/Storable.xs
15059 ____________________________________________________________________________
15060 [  9178] By: jhi                                   on 2001/03/16  03:19:59
15061         Log: With Damian's approval synchronize damian's modules'
15062              licensing with Perl's standard module licensing.
15063      Branch: perl
15064            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
15065 ____________________________________________________________________________
15066 [  9177] By: jhi                                   on 2001/03/16  03:15:34
15067         Log: Make the Filter::Util:Call files have their own copies
15068              of the Perl standard module licensing, from Paul Marquess.
15069      Branch: perl
15070            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
15071 ____________________________________________________________________________
15072 [  9176] By: jhi                                   on 2001/03/16  02:56:04
15073         Log: Subject: [PATCH] more pod patches
15074              From: Michael Stevens <michael@etla.org>
15075              Date: Thu, 15 Mar 2001 21:25:18 +0000
15076              Message-ID: <20010315212518.A18870@firedrake.org>
15077      Branch: perl
15078            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
15079            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
15080            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
15081            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
15082            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
15083            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
15084            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
15085            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
15086            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
15087            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
15088            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
15089            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
15090            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
15091            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
15092            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
15093            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
15094            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
15095            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
15096            ! lib/Locale/Country.pm lib/Locale/Language.pm
15097            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
15098            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
15099            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
15100            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
15101            ! os2/OS2/Process/Process.pm
15102 ____________________________________________________________________________
15103 [  9175] By: jhi                                   on 2001/03/16  02:53:32
15104         Log: Subject: [PATCH] the uncontroversial doc patches
15105              From: Michael Stevens <michael@etla.org>
15106              Date: Thu, 15 Mar 2001 20:01:12 +0000
15107              Message-ID: <20010315200112.A7636@firedrake.org>
15108      Branch: perl
15109            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
15110            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
15111            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
15112            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
15113            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
15114 ____________________________________________________________________________
15115 [  9174] By: jhi                                   on 2001/03/16  02:50:49
15116         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
15117              From: Paul Lindner <lindner@inuus.com>
15118              Date: Fri, 16 Mar 2001 11:28:03 -0800
15119              Message-ID: <20010316112803.A7577@inuus.com>
15120      Branch: perl
15121            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
15122 ____________________________________________________________________________
15123 [  9173] By: nick                                  on 2001/03/15  20:21:03
15124         Log: 1st day's EBCDIC fixes:
15125              - toke.c's parsing of strings needed attention
15126              needed to conditionally e2a if string was already UTF-8
15127              - e2a/a2e tables where wrong way round.
15128              - new macros in utf8.h
15129      Branch: perlio
15130            ! perl.h toke.c utf8.h
15131 ____________________________________________________________________________
15132 [  9172] By: jhi                                   on 2001/03/15  15:17:17
15133         Log: Update Changes.
15134      Branch: perl
15135            ! Changes patchlevel.h
15136 ____________________________________________________________________________
15137 [  9171] By: jhi                                   on 2001/03/15  15:09:32
15138         Log: Subject: Re: Another Borland C++ problem.
15139              From: "Vadim Konovalov" <watman@inbox.ru>
15140              Date: Sat, 10 Mar 2001 19:26:07 +0300
15141              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
15142              
15143              Borland filename case problem.
15144      Branch: perl
15145            + win32/sncfnmcs.pl
15146            ! MANIFEST README.win32
15147 ____________________________________________________________________________
15148 [  9170] By: jhi                                   on 2001/03/15  14:54:23
15149         Log: Add Locale::Codes 1.06, from Neil Bowers.
15150      Branch: perl
15151            + lib/Locale/Constants.pm lib/Locale/Country.pm
15152            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
15153            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
15154            + t/lib/lc-language.t t/lib/lc-uk.t
15155            ! MANIFEST
15156 ____________________________________________________________________________
15157 [  9169] By: jhi                                   on 2001/03/15  14:19:01
15158         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
15159      Branch: perl
15160            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
15161            ! ext/Storable/Storable.xs
15162 ____________________________________________________________________________
15163 [  9168] By: jhi                                   on 2001/03/15  14:13:22
15164         Log: Integrate changes #9120,9167 from mainline to maintperl.
15165              
15166              Subject: [PATCH 5.6.1] OS/2 docs
15167              
15168              Subject: [PATCH 5.6.1] perldoc
15169      Branch: maint-5.6/perl
15170           !> os2/Changes utils/perldoc.PL
15171 ____________________________________________________________________________
15172 [  9167] By: jhi                                   on 2001/03/15  14:07:42
15173         Log: Subject: [PATCH 5.6.1] perldoc
15174              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15175              Date: Wed, 14 Mar 2001 23:46:52 -0500
15176              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
15177      Branch: perl
15178            ! utils/perldoc.PL
15179 ____________________________________________________________________________
15180 [  9166] By: jhi                                   on 2001/03/15  13:53:15
15181         Log: sigaction test condition tweakage.
15182      Branch: perl
15183            ! t/lib/sigaction.t
15184 ____________________________________________________________________________
15185 [  9165] By: alanbur                               on 2001/03/15  03:49:17
15186         Log: Resynchronised with parent
15187      Branch: maint-5.6/pureperl
15188           +> os2/os2add.sym t/op/anonsub.t
15189           !> (integrate 72 files)
15190 ____________________________________________________________________________
15191 [  9164] By: jhi                                   on 2001/03/15  01:05:01
15192         Log: Avoid stomping off the beginning of an array in tr///.
15193      Branch: perl
15194            ! op.c
15195 ____________________________________________________________________________
15196 [  9163] By: jhi                                   on 2001/03/15  00:58:57
15197         Log: h2ph strictness and cleanliness from Kurt Starsinic.
15198      Branch: perl
15199            ! utils/h2ph.PL
15200 ____________________________________________________________________________
15201 [  9162] By: gsar                                  on 2001/03/15  00:56:53
15202         Log: avoid warnings
15203      Branch: maint-5.6/perl
15204            ! t/op/magic.t
15205 ____________________________________________________________________________
15206 [  9161] By: gsar                                  on 2001/03/15  00:52:09
15207         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
15208              results
15209      Branch: maint-5.6/perl
15210            ! t/op/magic.t
15211 ____________________________________________________________________________
15212 [  9160] By: jhi                                   on 2001/03/14  22:02:10
15213         Log: Do not use the Perl malloc in IRIX, suggested by
15214              Helmus Jarausch.
15215      Branch: perl
15216            ! hints/irix_6.sh
15217 ____________________________________________________________________________
15218 [  9159] By: nick                                  on 2001/03/14  21:45:59
15219         Log: Integrate mainline
15220      Branch: perlio
15221           +> t/op/loopctl.t
15222           !> (integrate 41 files)
15223 ____________________________________________________________________________
15224 [  9158] By: jhi                                   on 2001/03/14  21:10:09
15225         Log: The Day of the Retractions continues: the #9138
15226              (integrated in #9144) doesn't work well in mainline.
15227      Branch: perl
15228            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
15229            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
15230            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
15231 ____________________________________________________________________________
15232 [  9157] By: jhi                                   on 2001/03/14  20:58:12
15233         Log: The #9145 CANNOT be enabled: the clear_pmop code still
15234              dumps core all over in Tru64.
15235      Branch: perl
15236            ! op.c op.h t/op/pat.t
15237 ____________________________________________________________________________
15238 [  9156] By: jhi                                   on 2001/03/14  20:48:06
15239         Log: Integrate change #9154 from maintperl to mainline.
15240              
15241              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
15242              (caused Storable 1.0.10 to break on windows)
15243      Branch: perl
15244           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
15245           !> perlapi.c proto.h
15246 ____________________________________________________________________________
15247 [  9155] By: jhi                                   on 2001/03/14  20:23:53
15248         Log: Retract #9136: breaks threading (and binary compatibility).
15249      Branch: perl
15250            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
15251 ____________________________________________________________________________
15252 [  9154] By: gsar                                  on 2001/03/14  17:48:18
15253         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
15254              (caused Storable 1.0.10 to break on windows)
15255      Branch: maint-5.6/perl
15256            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
15257            ! perlapi.c proto.h
15258 ____________________________________________________________________________
15259 [  9153] By: jhi                                   on 2001/03/14  13:35:21
15260         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
15261      Branch: perl
15262            ! t/lib/sigaction.t
15263 ____________________________________________________________________________
15264 [  9152] By: gsar                                  on 2001/03/14  07:29:40
15265         Log: back out changes#9012,9010,9009 and parts of change#9016
15266              (causes ABRs under purify, and some prerequisites don't
15267              seem to be there in 5.6.x)
15268      Branch: maint-5.6/perl
15269            ! doop.c op.c t/op/tr.t toke.c
15270 ____________________________________________________________________________
15271 [  9151] By: gsar                                  on 2001/03/14  07:01:29
15272         Log: reenable change#9145 (the test was busted due to a missing
15273              C<print "ok 27\n">)
15274      Branch: perl
15275            ! op.c op.h t/op/pat.t
15276 ____________________________________________________________________________
15277 [  9150] By: jhi                                   on 2001/03/14  06:38:36
15278         Log: Retract #9145.
15279      Branch: perl
15280            ! op.c op.h t/op/pat.t
15281 ____________________________________________________________________________
15282 [  9149] By: jhi                                   on 2001/03/14  06:14:56
15283         Log: Retract #9143.
15284      Branch: perl
15285            ! op.c
15286 ____________________________________________________________________________
15287 [  9148] By: gsar                                  on 2001/03/14  06:13:02
15288         Log: Uninitialized Memory Read in regexec.c
15289      Branch: perl
15290            ! regexec.c
15291 ____________________________________________________________________________
15292 [  9147] By: jhi                                   on 2001/03/14  04:59:54
15293         Log: Subject: PATCH: make goto work in nested eval ""
15294              From: Robin Houston <robin@kitsite.com>
15295              Date: Wed, 14 Mar 2001 04:16:10 +0000
15296              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
15297      Branch: perl
15298            ! pp_ctl.c t/op/goto.t
15299 ____________________________________________________________________________
15300 [  9146] By: jhi                                   on 2001/03/14  04:42:54
15301         Log: Preserve the #ifdef PERL_CORE in perly.h.
15302      Branch: perl
15303            ! perly.fixer
15304 ____________________________________________________________________________
15305 [  9145] By: jhi                                   on 2001/03/14  03:57:41
15306         Log: (Retracted by #9150.)
15307      Branch: perl
15308            ! op.c op.h t/op/pat.t
15309 ____________________________________________________________________________
15310 [  9144] By: jhi                                   on 2001/03/14  03:50:38
15311         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
15312              
15313              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
15314              
15315              remove squelch controls for "Scalars leaked" messages in most places
15316              (these are now cured)
15317              
15318              fix another memory leak reported by purify (tie callbacks that
15319              croak can leak when wiping out magic)
15320      Branch: perl
15321           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
15322           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
15323           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
15324           !> t/pragma/warnings.t
15325 ____________________________________________________________________________
15326 [  9143] By: jhi                                   on 2001/03/14  03:37:53
15327         Log: (Retracted by #9149.)
15328      Branch: perl
15329            ! op.c
15330 ____________________________________________________________________________
15331 [  9142] By: gsar                                  on 2001/03/14  03:20:48
15332         Log: fix another memory leak reported by purify (tie callbacks that
15333              croak can leak when wiping out magic)
15334      Branch: maint-5.6/perl
15335            ! scope.c
15336 ____________________________________________________________________________
15337 [  9141] By: jhi                                   on 2001/03/14  02:55:00
15338         Log: Subject: PATCH for [ID 20010305.003]
15339              From: Robin Houston <robin@kitsite.com>
15340              Date: Wed, 14 Mar 2001 02:45:51 +0000
15341              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
15342      Branch: perl
15343            ! pp_ctl.c t/op/eval.t
15344 ____________________________________________________________________________
15345 [  9140] By: jhi                                   on 2001/03/14  02:41:54
15346         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
15347              Date: Wed, 14 Mar 2001 01:52:51 +0000
15348              From: Robin Houston <robin@kitsite.com>
15349              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
15350              
15351              Fix for 2000313.004.
15352      Branch: perl
15353            ! pp_ctl.c t/op/goto.t
15354 ____________________________________________________________________________
15355 [  9139] By: jhi                                   on 2001/03/14  02:40:50
15356         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
15357              From: Robin Houston <robin@kitsite.com>
15358              Date: Wed, 14 Mar 2001 00:43:45 +0000
15359              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
15360      Branch: perl
15361            + t/op/loopctl.t
15362            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
15363            ! vms/perly_c.vms
15364 ____________________________________________________________________________
15365 [  9138] By: gsar                                  on 2001/03/14  01:18:00
15366         Log: remove squelch controls for "Scalars leaked" messages in most places
15367              (these are now cured)
15368      Branch: maint-5.6/perl
15369            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
15370            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
15371            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
15372 ____________________________________________________________________________
15373 [  9137] By: gsar                                  on 2001/03/14  00:57:04
15374         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
15375      Branch: maint-5.6/perl
15376            ! regcomp.c
15377 ____________________________________________________________________________
15378 [  9136] By: jhi                                   on 2001/03/13  23:12:24
15379         Log: (Retracted by #9155)
15380              
15381              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
15382              From: Jens-Uwe Mager <jum@helios.de>
15383              Date: Wed, 21 Feb 2001 21:32:04 +0100
15384              Message-ID: <20010221213203.A18340@ans.helios.de>
15385      Branch: perl
15386            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
15387 ____________________________________________________________________________
15388 [  9135] By: jhi                                   on 2001/03/13  22:50:05
15389         Log: Integrate perlio.
15390      Branch: perl
15391           !> pp.c
15392 ____________________________________________________________________________
15393 [  9134] By: jhi                                   on 2001/03/13  22:49:05
15394         Log: Integrate change #9131 from maintperl into mainline.
15395              
15396              make the error text look more consistent in hints/hpux.sh
15397      Branch: perl
15398           !> hints/hpux.sh
15399 ____________________________________________________________________________
15400 [  9133] By: gsar                                  on 2001/03/13  22:46:20
15401         Log: integrate change#9067 from mainline
15402              
15403              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
15404      Branch: maint-5.6/perl
15405           !> lib/ExtUtils/MM_Unix.pm
15406 ____________________________________________________________________________
15407 [  9132] By: jhi                                   on 2001/03/13  22:41:21
15408         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
15409              From: "John P. Linderman" <jpl@research.att.com>
15410              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
15411              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
15412              
15413              A more correct prime finder.
15414      Branch: perl
15415            ! lib/Tie/SubstrHash.pm
15416 ____________________________________________________________________________
15417 [  9131] By: gsar                                  on 2001/03/13  22:30:42
15418         Log: make the error text look more consistent in hints/hpux.sh
15419      Branch: maint-5.6/perl
15420            ! hints/hpux.sh
15421 ____________________________________________________________________________
15422 [  9130] By: jhi                                   on 2001/03/13  22:23:44
15423         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
15424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15425              Date: Tue, 13 Mar 2001 18:41:26 +0100
15426              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
15427              
15428              If the test is run non-interactively the default handler
15429              is different.
15430      Branch: perl
15431            ! t/lib/sigaction.t
15432 ____________________________________________________________________________
15433 [  9129] By: jhi                                   on 2001/03/13  22:20:21
15434         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
15435              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
15436              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
15437              Date:     Tue, 13 Mar 2001 16:44:32 EST
15438      Branch: perl
15439            ! t/lib/1_compile.t
15440 ____________________________________________________________________________
15441 [  9128] By: jhi                                   on 2001/03/13  22:18:34
15442         Log: Subject: Another patch for integer.pm POD 
15443              From: "John L. Allen" <allen@grumman.com>
15444              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
15445              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
15446      Branch: perl
15447            ! lib/integer.pm
15448 ____________________________________________________________________________
15449 [  9127] By: nick                                  on 2001/03/13  21:26:30
15450         Log: Integrate mainline.
15451      Branch: perlio
15452           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
15453           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
15454           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
15455           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
15456           !> Changes Configure MANIFEST README.os2 README.os390
15457           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
15458           !> os2/Changes patchlevel.h win32/perlhost.h
15459 ____________________________________________________________________________
15460 [  9126] By: nick                                  on 2001/03/13  20:39:51
15461         Log: #ifdef'ed out code to make packed side of pack/unpack
15462              octets. (i.e. pack('U') => encode_utf8).
15463      Branch: perlio
15464            ! pp.c
15465 ____________________________________________________________________________
15466 [  9125] By: jhi                                   on 2001/03/13  15:07:16
15467         Log: Update Changes.
15468      Branch: perl
15469            ! Changes patchlevel.h
15470 ____________________________________________________________________________
15471 [  9124] By: jhi                                   on 2001/03/13  14:22:45
15472         Log: Workaround for the buggy ("internal compiler error")
15473              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
15474              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
15475              of Andreas König.
15476      Branch: perl
15477            ! ext/re/Makefile.PL hints/aix.sh
15478 ____________________________________________________________________________
15479 [  9123] By: jhi                                   on 2001/03/13  03:24:34
15480         Log: Typo in #9114.
15481      Branch: metaconfig
15482            ! U/modified/myhostname.U
15483 ____________________________________________________________________________
15484 [  9122] By: jhi                                   on 2001/03/13  03:24:06
15485         Log: Typo in #9113.
15486      Branch: perl
15487            ! Configure
15488 ____________________________________________________________________________
15489 [  9121] By: jhi                                   on 2001/03/13  01:53:05
15490         Log: Forgot to check-in the larger part of #9120, duh.
15491      Branch: perl
15492            ! README.os2
15493 ____________________________________________________________________________
15494 [  9120] By: jhi                                   on 2001/03/13  01:51:31
15495         Log: Subject: [PATCH 5.6.1] OS/2 docs
15496              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15497              Date: Mon, 12 Mar 2001 03:27:32 -0500
15498              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
15499      Branch: perl
15500            ! os2/Changes
15501 ____________________________________________________________________________
15502 [  9119] By: jhi                                   on 2001/03/13  01:49:41
15503         Log: Integrate change #9116 from maintperl into mainline.
15504              
15505              Win32::GetCwd() returns C: instead of C:\ in the root directory
15506              under ithreads
15507      Branch: perl
15508           !> win32/perlhost.h
15509 ____________________________________________________________________________
15510 [  9118] By: jhi                                   on 2001/03/13  01:13:39
15511         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
15512      Branch: perl
15513            + lib/Switch.pm t/lib/switch.t
15514            ! MANIFEST
15515 ____________________________________________________________________________
15516 [  9117] By: jhi                                   on 2001/03/13  01:03:17
15517         Log: Add Text::Balanced 1.83.
15518      Branch: perl
15519            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
15520            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
15521            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
15522            + t/lib/tb-xvari.t
15523            ! MANIFEST
15524 ____________________________________________________________________________
15525 [  9116] By: gsar                                  on 2001/03/13  00:55:53
15526         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
15527              under ithreads
15528      Branch: maint-5.6/perl
15529            ! win32/perlhost.h
15530 ____________________________________________________________________________
15531 [  9115] By: jhi                                   on 2001/03/13  00:54:09
15532         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
15533              From: "John L. Allen" <allen@grumman.com>
15534              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
15535              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
15536              
15537              use integer document clarification.
15538      Branch: perl
15539            ! lib/integer.pm
15540 ____________________________________________________________________________
15541 [  9114] By: jhi                                   on 2001/03/13  00:38:54
15542         Log: Metaconfig unit change for #9113.
15543      Branch: metaconfig
15544            ! U/modified/myhostname.U
15545 ____________________________________________________________________________
15546 [  9113] By: jhi                                   on 2001/03/13  00:38:35
15547         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?)
15548              From: Peter Prymmer <pvhp@forte.com>
15549              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
15550              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
15551      Branch: perl
15552            ! Configure README.os390 hints/os390.sh
15553 ____________________________________________________________________________
15554 [  9112] By: jhi                                   on 2001/03/13  00:29:00
15555         Log: Integrate perlio.
15556      Branch: perl
15557           !> sv.c utf8.h
15558 ____________________________________________________________________________
15559 [  9111] By: nick                                  on 2001/03/12  21:16:33
15560         Log: Integrate mainline.
15561      Branch: perlio
15562           +> t/op/anonsub.t
15563           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
15564           !> proto.h sv.c
15565 ____________________________________________________________________________
15566 [  9110] By: nick                                  on 2001/03/12  21:00:13
15567         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
15568      Branch: perlio
15569            ! sv.c utf8.h
15570 ____________________________________________________________________________
15571 [  9109] By: jhi                                   on 2001/03/12  16:04:47
15572         Log: Integrate change #9108 from maintperl to mainline.
15573              
15574              fix memory leak in C<sub X { sub {} }> arising from a refcount
15575              loop between the outer sub and the inner prototype anonsub
15576              
15577              this also enables closures returned by subroutines that
15578              subsequently get redefined to work without generating coredumps :)
15579              
15580              completely removed the free_closures() hack--it shouldn't be
15581              needed anymore
15582      Branch: perl
15583           +> t/op/anonsub.t
15584           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
15585           !> proto.h sv.c
15586 ____________________________________________________________________________
15587 [  9108] By: gsar                                  on 2001/03/12  10:21:31
15588         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
15589              loop between the outer sub and the inner prototype anonsub
15590              
15591              this also enables closures returned by subroutines that
15592              subsequently get redefined to work without generating coredumps :)
15593              
15594              completely removed the free_closures() hack--it shouldn't be
15595              needed anymore
15596      Branch: maint-5.6/perl
15597            + t/op/anonsub.t
15598            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
15599            ! proto.h sv.c
15600 ____________________________________________________________________________
15601 [  9107] By: jhi                                   on 2001/03/12  05:15:31
15602         Log: Integrate perlio.
15603      Branch: perl
15604           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
15605 ____________________________________________________________________________
15606 [  9106] By: nick                                  on 2001/03/11  20:10:12
15607         Log: regcomp.c is working in native space, not Unicode space (if different)
15608              as it is doing compare against 'W' in \W etc.
15609      Branch: perlio
15610            ! regcomp.c
15611 ____________________________________________________________________________
15612 [  9105] By: nick                                  on 2001/03/11  19:39:34
15613         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
15614              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
15615      Branch: perlio
15616            ! regcomp.c toke.c utf8.c
15617 ____________________________________________________________________________
15618 [  9104] By: nick                                  on 2001/03/11  18:15:44
15619         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
15620      Branch: perlio
15621            ! sv.c
15622 ____________________________________________________________________________
15623 [  9103] By: nick                                  on 2001/03/11  18:03:28
15624         Log: Integrate mainline (for regexp stuff).
15625      Branch: perlio
15626           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
15627           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
15628           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
15629           !> t/lib/errno.t t/op/pat.t
15630 ____________________________________________________________________________
15631 [  9102] By: nick                                  on 2001/03/11  17:44:20
15632         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
15633              - exclude layer syms in makedef.pl for sfio
15634              - also inhibit Encode from trying to build ":encode()" layer.
15635      Branch: perlio
15636            ! ext/Encode/Encode.xs makedef.pl
15637 ____________________________________________________________________________
15638 [  9101] By: jhi                                   on 2001/03/10  22:38:13
15639         Log: The $Is_MacOS needs to be declared.
15640      Branch: perl
15641            ! lib/ExtUtils/Manifest.pm
15642 ____________________________________________________________________________
15643 [  9100] By: jhi                                   on 2001/03/10  22:14:29
15644         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
15645              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
15646              pollute the symbolspace if using sfio.
15647      Branch: perl
15648            ! ext/Encode/Encode.xs
15649 ____________________________________________________________________________
15650 [  9099] By: jhi                                   on 2001/03/10  21:58:48
15651         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
15652              Date: Sat, 10 Mar 2001 14:23:55 -0500
15653              From: Chris Nandor <pudge@pobox.com>
15654              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
15655      Branch: perl
15656            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
15657            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
15658            ! t/lib/errno.t
15659 ____________________________________________________________________________
15660 [  9098] By: jhi                                   on 2001/03/10  21:38:30
15661         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
15662      Branch: perl
15663            ! regcomp.c regexec.c t/op/pat.t
15664 ____________________________________________________________________________
15665 [  9097] By: jhi                                   on 2001/03/10  14:38:07
15666         Log: Integrate perlio.
15667      Branch: perl
15668           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
15669           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
15670           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
15671 ____________________________________________________________________________
15672 [  9096] By: nick                                  on 2001/03/10  11:55:43
15673         Log: EBCDIC sanity - phase I
15674              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
15675              - use utf8n_xxxx (c.f. pvn) for forms which take length.
15676              - back out vN.N and $^V exceptions to e2a/a2e
15677              - make "locale" isxxx macros be uvchr (may be redundant?)
15678              
15679              Not clear yet that toUPPER_uni et. al. return being handled correctly.
15680              The tr// and rexexp stuff still needs an audit, assumption is they are working
15681              in Unicode space.
15682              
15683              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
15684      Branch: perlio
15685            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
15686            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
15687            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
15688 ____________________________________________________________________________
15689 [  9095] By: jhi                                   on 2001/03/09  22:10:01
15690         Log: Integrate perlio.
15691      Branch: perl
15692           !> dump.c
15693 ____________________________________________________________________________
15694 [  9094] By: nick                                  on 2001/03/09  17:36:38
15695         Log: Builds an passes all tests after integrate and this tweak.
15696      Branch: perlio
15697            ! dump.c
15698 ____________________________________________________________________________
15699 [  9093] By: nick                                  on 2001/03/09  17:16:03
15700         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
15701      Branch: perlio
15702           +> lib/unicode/Scripts.txt t/lib/sigaction.t
15703           !> (integrate 79 files)
15704 ____________________________________________________________________________
15705 [  9092] By: jhi                                   on 2001/03/09  15:28:26
15706         Log: Update Changes.
15707      Branch: perl
15708            ! Changes patchlevel.h
15709 ____________________________________________________________________________
15710 [  9091] By: jhi                                   on 2001/03/09  15:25:05
15711         Log: In op/stat #35 better to scan all the potential directories
15712              for setuids, not just the first one.
15713      Branch: perl
15714            ! t/op/stat.t
15715 ____________________________________________________________________________
15716 [  9090] By: jhi                                   on 2001/03/09  15:01:27
15717         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
15718              From: rspier@pobox.com (Robert Spier)
15719              Date: Fri, 9 Mar 2001 03:30:20 -0500
15720              Message-ID: <15016.38044.381174.160189@rls.cx>
15721              
15722              EXISTS() returning undef mistakenly triggered a FETCH().
15723      Branch: perl
15724            ! hv.c
15725 ____________________________________________________________________________
15726 [  9089] By: jhi                                   on 2001/03/09  14:59:02
15727         Log: Add /sbin and /usr/sbin to the list of directories scanned
15728              for setuid programs.  Takes care of bug id 20010309.003.
15729      Branch: perl
15730            ! t/op/stat.t
15731 ____________________________________________________________________________
15732 [  9088] By: jhi                                   on 2001/03/09  14:48:32
15733         Log: Regen perlapi, perltoc.
15734      Branch: perl
15735            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
15736 ____________________________________________________________________________
15737 [  9087] By: jhi                                   on 2001/03/09  14:38:56
15738         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
15739              From: David Mitchell <davem@fdgroup.co.uk>
15740              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
15741              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
15742      Branch: perl
15743            ! dump.c perl.c perl.h pod/perlrun.pod
15744 ____________________________________________________________________________
15745 [  9086] By: jhi                                   on 2001/03/09  01:47:16
15746         Log: A modified version of
15747              
15748              Subject: [ID 20010307.005] POSIX::sigaction has various problems
15749              From: anders@broadcom.com
15750              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
15751              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
15752              
15753              Currently the sigaction.t test #6 fails (and is fudged to look
15754              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
15755              This may well be a genuine bug in Linux sigaction() (since at
15756              least Tru64, Solaris, and HP-UX disagree with Linux).
15757              Anyone with POSIX / SUSv2 tome handy?  The problem is that
15758              the flags of the oldaction don't match with the flags in
15759              the previously installed disposition.
15760      Branch: perl
15761            + t/lib/sigaction.t
15762            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
15763 ____________________________________________________________________________
15764 [  9085] By: jhi                                   on 2001/03/09  01:30:13
15765         Log: Subject: Re: mission impossible for the day
15766              From: Alex Gough <alex@rcon.org>
15767              Date: Thu, 08 Mar 2001 17:18:19 +0000
15768              Message-ID: <3AA7BEDB.8070409@rcon.org>
15769              
15770              If references (are overloaded) and can be directly stringified,
15771              show that instead of "stringified".
15772              
15773              (The problem, infinite mutual recursion caused by overloaded bool
15774              in Switch.pm, tracked by David Mitchell)
15775      Branch: perl
15776            ! lib/Carp/Heavy.pm
15777 ____________________________________________________________________________
15778 [  9084] By: jhi                                   on 2001/03/09  01:20:39
15779         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
15780              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
15781              From: David Mitchell <davem@fdgroup.co.uk>
15782              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
15783      Branch: perl
15784            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
15785            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
15786 ____________________________________________________________________________
15787 [  9083] By: jhi                                   on 2001/03/09  01:16:51
15788         Log: Subject: [PATCH] perldata.pod here-doc docs
15789              From: Jeff Pinyan <jeffp@crusoe.net>
15790              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
15791              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
15792      Branch: perl
15793            ! pod/perldata.pod
15794 ____________________________________________________________________________
15795 [  9082] By: jhi                                   on 2001/03/09  01:01:27
15796         Log: Subject: Re: Unicode/EBCDIC
15797              From: Peter Prymmer <pvhp@forte.com>
15798              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
15799              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
15800      Branch: perl
15801            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
15802 ____________________________________________________________________________
15803 [  9081] By: jhi                                   on 2001/03/08  13:41:30
15804         Log: Subject: Ooops, wrong 'no *POSIX' Patch
15805              From: Dorner Thomas <Thomas.Dorner@start.de>
15806              Date: Thu, 8 Mar 2001 08:43:28 +0100
15807              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
15808      Branch: perl
15809            ! hints/posix-bc.sh
15810 ____________________________________________________________________________
15811 [  9080] By: jhi                                   on 2001/03/08  13:11:42
15812         Log: It's Scripts.txt, not Script.txt.
15813      Branch: perl
15814            ! MANIFEST
15815 ____________________________________________________________________________
15816 [  9079] By: jhi                                   on 2001/03/08  12:59:05
15817         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
15818              From: Dorner Thomas <Thomas.Dorner@start.de>
15819              Date: Wed, 7 Mar 2001 14:13:31 +0100
15820              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
15821      Branch: perl
15822            ! makedepend.SH
15823 ____________________________________________________________________________
15824 [  9078] By: jhi                                   on 2001/03/08  12:57:43
15825         Log: Retract #9069, wrong patch.
15826      Branch: perl
15827            ! Makefile.SH
15828 ____________________________________________________________________________
15829 [  9077] By: jhi                                   on 2001/03/08  01:06:13
15830         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
15831      Branch: perl
15832            + lib/unicode/Scripts.txt
15833            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
15834            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
15835            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
15836            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
15837            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
15838            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
15839            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
15840            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
15841            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
15842            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
15843            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
15844            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
15845            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
15846            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
15847            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
15848            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
15849            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
15850            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
15851            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
15852            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
15853            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
15854            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
15855            ! lib/unicode/version
15856 ____________________________________________________________________________
15857 [  9076] By: jhi                                   on 2001/03/07  22:59:39
15858         Log: Integrate change #7784 from mainline into maintperl.
15859              
15860              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
15861      Branch: maint-5.6/perl
15862           !> pp_ctl.c t/op/pat.t
15863 ____________________________________________________________________________
15864 [  9075] By: jhi                                   on 2001/03/07  22:05:11
15865         Log: More UTF-8 test tweaks.
15866      Branch: perl
15867            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
15868 ____________________________________________________________________________
15869 [  9074] By: nick                                  on 2001/03/07  21:39:29
15870         Log: Integrate mainline.
15871      Branch: perlio
15872           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
15873           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
15874           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
15875           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
15876           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
15877 ____________________________________________________________________________
15878 [  9073] By: jhi                                   on 2001/03/07  16:37:09
15879         Log: Update Changes.
15880      Branch: perl
15881            ! Changes patchlevel.h
15882 ____________________________________________________________________________
15883 [  9072] By: jhi                                   on 2001/03/07  16:32:30
15884         Log: Subject: [ID 20010306.004] || != named unary operator
15885              From: abela@geneanet.org
15886              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
15887              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
15888      Branch: perl
15889            ! pod/perlop.pod
15890 ____________________________________________________________________________
15891 [  9071] By: jhi                                   on 2001/03/07  15:14:11
15892         Log: Subject: downgrading to bytes for common functions
15893              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
15894              Date: Wed, 7 Mar 2001 02:36:55 -0500
15895              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
15896      Branch: perl
15897            ! pp_sys.c
15898 ____________________________________________________________________________
15899 [  9070] By: jhi                                   on 2001/03/07  15:04:58
15900         Log: Clarify the description differentiating for and while; inspired by
15901              
15902              Subject: [ID 20010306.002] for/while difference in for definition
15903              From: abela@geneanet.org
15904              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
15905              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
15906      Branch: perl
15907            ! pod/perlsyn.pod
15908 ____________________________________________________________________________
15909 [  9069] By: jhi                                   on 2001/03/07  14:55:30
15910         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
15911              From: Dorner Thomas <Thomas.Dorner@start.de>
15912              Date: Wed, 7 Mar 2001 14:13:31 +0100
15913              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
15914      Branch: perl
15915            ! Makefile.SH
15916 ____________________________________________________________________________
15917 [  9068] By: jhi                                   on 2001/03/07  14:51:17
15918         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
15919              From: Radu Greab <radu@netsoft.ro>
15920              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
15921              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
15922      Branch: perl
15923            ! pp.c t/op/chop.t
15924 ____________________________________________________________________________
15925 [  9067] By: jhi                                   on 2001/03/07  14:48:57
15926         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
15927              From: Simon Cozens <simon@netthink.co.uk>
15928              Date: Wed, 7 Mar 2001 13:59:28 +0000
15929              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
15930              
15931              In order to allow MakeMaker to build correct Makefiles,
15932              you need to change the order of the arguments in MM_Unix.pm
15933              as well. (Unless you have C89_CCMODE set, but we're trying
15934              to be POSIXly correct)
15935              
15936              Thanks to Merijn Broeren for tracking this down.
15937      Branch: perl
15938            ! lib/ExtUtils/MM_Unix.pm
15939 ____________________________________________________________________________
15940 [  9066] By: jhi                                   on 2001/03/07  14:30:02
15941         Log: Floating point too messy.
15942      Branch: perl
15943            ! t/camel-III/vstring.t
15944 ____________________________________________________________________________
15945 [  9065] By: jhi                                   on 2001/03/07  14:17:44
15946         Log: Integrate change #9064 from maintperl into mainline.
15947              
15948              fix memory leak in pack("Bb",...)
15949      Branch: perl
15950           !> perl.c
15951 ____________________________________________________________________________
15952 [  9064] By: gsar                                  on 2001/03/07  06:29:24
15953         Log: fix memory leak in pack("Bb",...)
15954      Branch: maint-5.6/perl
15955            ! perl.c
15956 ____________________________________________________________________________
15957 [  9063] By: jhi                                   on 2001/03/07  00:55:04
15958         Log: Major utf8 test reorganisation and rewrite.
15959              Hopefully no tests were lost in the shuffle.
15960              (The beginning of pragma/utf8 was lost intentionally,
15961              the tests were rather bogus and incomplete.)
15962      Branch: perl
15963            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
15964            ! t/pragma/utf8.t
15965 ____________________________________________________________________________
15966 [  9062] By: jhi                                   on 2001/03/07  00:41:16
15967         Log: More tweakage on the Unicode character class descriptions.
15968      Branch: perl
15969            ! lib/unicode/mktables.PL pod/perlretut.pod
15970 ____________________________________________________________________________
15971 [  9061] By: jhi                                   on 2001/03/06  23:12:38
15972         Log: The perlretut was still talking about the old \p and \P
15973              definitions.
15974      Branch: perl
15975            ! pod/perlretut.pod
15976 ____________________________________________________________________________
15977 [  9060] By: nick                                  on 2001/03/06  20:52:37
15978         Log: Integrate mainline (make test works again now).
15979      Branch: perlio
15980           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
15981 ____________________________________________________________________________
15982 [  9059] By: jhi                                   on 2001/03/06  15:36:14
15983         Log: 0.999... does equal 1.0, doesn't it?
15984      Branch: perl
15985            ! t/camel-III/vstring.t
15986 ____________________________________________________________________________
15987 [  9058] By: jhi                                   on 2001/03/06  15:34:00
15988         Log: Make /x{abcd}/ to work without use utf8.
15989      Branch: perl
15990            ! regcomp.c
15991 ____________________________________________________________________________
15992 [  9057] By: jhi                                   on 2001/03/06  03:02:36
15993         Log: Easier to outcomment all the three reset() tests for now.
15994      Branch: perl
15995            ! t/op/pat.t
15996 ____________________________________________________________________________
15997 [  9056] By: jhi                                   on 2001/03/06  02:30:02
15998         Log: Comment out the deadly reset; until the 20010301.005
15999              is finally fixed.
16000      Branch: perl
16001            ! t/op/pat.t
16002 ____________________________________________________________________________
16003 [  9055] By: jhi                                   on 2001/03/06  02:21:26
16004         Log: Integrate the change #9054 from mainline:
16005              retract the PMOP cleanup patch pending further investigation.
16006      Branch: maint-5.6/perl
16007           !> op.c op.h
16008 ____________________________________________________________________________
16009 [  9054] By: jhi                                   on 2001/03/06  02:19:57
16010         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
16011              with oddly familiar stack traces.
16012      Branch: perl
16013            ! op.c op.h
16014 ____________________________________________________________________________
16015 [  9053] By: jhi                                   on 2001/03/05  23:20:28
16016         Log: Integrate perlio.
16017      Branch: perl
16018           +> ext/Encode/Encode/koi8-r.ucm
16019           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
16020           !> makedef.pl
16021 ____________________________________________________________________________
16022 [  9052] By: nick                                  on 2001/03/05  23:08:17
16023         Log: skipping USE_PERLIO symbols correction.
16024      Branch: perlio
16025            ! makedef.pl
16026 ____________________________________________________________________________
16027 [  9051] By: nick                                  on 2001/03/05  22:35:07
16028         Log: More Encode alias tidying.
16029      Branch: perlio
16030            + ext/Encode/Encode/koi8-r.ucm
16031            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
16032 ____________________________________________________________________________
16033 [  9050] By: jhi                                   on 2001/03/05  21:44:29
16034         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
16035              Sarathy's fix for ID 20010301.005.
16036      Branch: maint-5.6/perl
16037           !> op.c op.h
16038 ____________________________________________________________________________
16039 [  9049] By: nick                                  on 2001/03/05  19:54:04
16040         Log: Integrate Jarkko's Encode.pm tweak.
16041      Branch: perlio
16042           !> ext/Encode/Encode.pm
16043 ____________________________________________________________________________
16044 [  9048] By: nick                                  on 2001/03/05  19:47:57
16045         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
16046      Branch: perlio
16047           +> os2/os2add.sym
16048           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
16049           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
16050           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
16051           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
16052           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
16053 ____________________________________________________________________________
16054 [  9047] By: jhi                                   on 2001/03/05  19:25:26
16055         Log: Regen perlapi.
16056      Branch: perl
16057            ! pod/perlapi.pod
16058 ____________________________________________________________________________
16059 [  9046] By: jhi                                   on 2001/03/05  19:12:14
16060         Log: Integrate perlio.
16061      Branch: perl
16062           +> t/camel-III/vstring.t
16063           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
16064 ____________________________________________________________________________
16065 [  9045] By: jhi                                   on 2001/03/05  19:10:36
16066         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
16067      Branch: perl
16068            ! ext/Encode/Encode.pm
16069 ____________________________________________________________________________
16070 [  9044] By: jhi                                   on 2001/03/05  18:49:12
16071         Log: Forgot the other half of the PMOP patch (#9033).
16072      Branch: perl
16073            ! op.h
16074 ____________________________________________________________________________
16075 [  9043] By: nick                                  on 2001/03/05  18:14:47
16076         Log: Update MANIFEST for new test.
16077      Branch: perlio
16078            ! MANIFEST
16079 ____________________________________________________________________________
16080 [  9042] By: nick                                  on 2001/03/05  18:12:41
16081         Log: Some tests for Camel 3rd edition features.
16082              Make gethostbyaddr() test in above work.
16083      Branch: perlio
16084            + t/camel-III/vstring.t
16085            ! pp.h pp_sys.c t/TEST t/harness
16086 ____________________________________________________________________________
16087 [  9041] By: jhi                                   on 2001/03/05  17:41:48
16088         Log: Add more ISO 8859 encoding aliases.
16089      Branch: perl
16090            ! ext/Encode/Encode.pm
16091 ____________________________________________________________________________
16092 [  9040] By: jhi                                   on 2001/03/05  17:30:43
16093         Log: Integrate perlio.
16094      Branch: perl
16095           !> MANIFEST sv.c
16096 ____________________________________________________________________________
16097 [  9039] By: nick                                  on 2001/03/05  17:11:36
16098         Log: Missed added file.
16099      Branch: perlio
16100            ! MANIFEST
16101 ____________________________________________________________________________
16102 [  9038] By: jhi                                   on 2001/03/05  15:58:01
16103         Log: Add tr tests for EBCDIC, from Karsten Sperling.
16104      Branch: perl
16105            ! t/op/tr.t
16106 ____________________________________________________________________________
16107 [  9037] By: nick                                  on 2001/03/05  15:56:35
16108         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
16109              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
16110              
16111              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
16112              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
16113              - uses SvPV() rather than sv_2pv() in case it isn't a string.
16114      Branch: perlio
16115            ! sv.c
16116 ____________________________________________________________________________
16117 [  9036] By: jhi                                   on 2001/03/05  15:49:15
16118         Log: Add matching tests currently failing in EBCDIC,
16119              suggested by Karsten Sperling.
16120      Branch: perl
16121            ! t/op/pat.t
16122 ____________________________________________________________________________
16123 [  9035] By: jhi                                   on 2001/03/05  15:36:55
16124         Log: The #9034 needs a MANIFESTation.
16125      Branch: perl
16126            ! MANIFEST
16127 ____________________________________________________________________________
16128 [  9034] By: jhi                                   on 2001/03/05  15:35:14
16129         Log: Integrate perlio.
16130      Branch: perl
16131           +> ext/Encode/Encode/Tcl.pm
16132           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
16133           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
16134           !> ext/Encode/Encode/iso8859-1.ucm
16135           !> ext/Encode/Encode/iso8859-10.ucm
16136           !> ext/Encode/Encode/iso8859-13.ucm
16137           !> ext/Encode/Encode/iso8859-14.ucm
16138           !> ext/Encode/Encode/iso8859-15.ucm
16139           !> ext/Encode/Encode/iso8859-16.ucm
16140           !> ext/Encode/Encode/iso8859-2.ucm
16141           !> ext/Encode/Encode/iso8859-3.ucm
16142           !> ext/Encode/Encode/iso8859-4.ucm
16143           !> ext/Encode/Encode/iso8859-5.ucm
16144           !> ext/Encode/Encode/iso8859-6.ucm
16145           !> ext/Encode/Encode/iso8859-7.ucm
16146           !> ext/Encode/Encode/iso8859-8.ucm
16147           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
16148           !> t/lib/encode.t
16149 ____________________________________________________________________________
16150 [  9033] By: jhi                                   on 2001/03/05  15:33:18
16151         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
16152              From: Gurusamy Sarathy <gsar@ActiveState.com>
16153              Date: Sun, 04 Mar 2001 22:33:15 -0800
16154              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
16155              
16156              PMOPs need to remember their own stash so that they can
16157              gracefully remove themselves from their linked list.
16158      Branch: perl
16159            ! op.c
16160 ____________________________________________________________________________
16161 [  9032] By: nick                                  on 2001/03/05  14:51:50
16162         Log: Encode implementation "completion"
16163              Implement and document define_encoding()
16164              Implement and document encoding aliases including define_alias()
16165              Make Encode::XS use define_encoding() rather than back-door.
16166              Move run-time *.enc to separate Encode::Tcl module.
16167              Make 'compile' honour <codeset_name>
16168              Change canonical names of to iso-8859-* and US-ascii.
16169      Branch: perlio
16170            + ext/Encode/Encode/Tcl.pm
16171            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16172            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
16173            ! ext/Encode/Encode/iso8859-1.ucm
16174            ! ext/Encode/Encode/iso8859-10.ucm
16175            ! ext/Encode/Encode/iso8859-13.ucm
16176            ! ext/Encode/Encode/iso8859-14.ucm
16177            ! ext/Encode/Encode/iso8859-15.ucm
16178            ! ext/Encode/Encode/iso8859-16.ucm
16179            ! ext/Encode/Encode/iso8859-2.ucm
16180            ! ext/Encode/Encode/iso8859-3.ucm
16181            ! ext/Encode/Encode/iso8859-4.ucm
16182            ! ext/Encode/Encode/iso8859-5.ucm
16183            ! ext/Encode/Encode/iso8859-6.ucm
16184            ! ext/Encode/Encode/iso8859-7.ucm
16185            ! ext/Encode/Encode/iso8859-8.ucm
16186            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
16187            ! t/lib/encode.t
16188 ____________________________________________________________________________
16189 [  9031] By: jhi                                   on 2001/03/05  13:51:17
16190         Log: Integrate change #9030 from maintperl into mainline.
16191              
16192              Subject: [PATCH 5.6.1] OS/2 cleanup
16193      Branch: perl
16194           +> os2/os2add.sym
16195           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16196           !> makedef.pl os2/Changes os2/Makefile.SHs
16197           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
16198           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
16199           !> os2/os2.sym os2/os2ish.h
16200 ____________________________________________________________________________
16201 [  9030] By: jhi                                   on 2001/03/05  13:46:49
16202         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
16203              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16204              Date: Mon, 5 Mar 2001 02:29:44 -0500
16205              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
16206      Branch: maint-5.6/perl
16207            + os2/os2add.sym
16208            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
16209            ! makedef.pl os2/Changes os2/Makefile.SHs
16210            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
16211            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
16212            ! os2/os2.sym os2/os2ish.h
16213 ____________________________________________________________________________
16214 [  9029] By: jhi                                   on 2001/03/05  13:40:35
16215         Log: Integrate change #9028 from maintperl into mainline.
16216              
16217              various nits in MM_Unix.pm found by disabling SelfLoader
16218      Branch: perl
16219           !> lib/ExtUtils/MM_Unix.pm
16220 ____________________________________________________________________________
16221 [  9028] By: gsar                                  on 2001/03/05  09:58:38
16222         Log: various nits in MM_Unix.pm found by disabling SelfLoader
16223      Branch: maint-5.6/perl
16224            ! lib/ExtUtils/MM_Unix.pm
16225 ____________________________________________________________________________
16226 [  9027] By: nick                                  on 2001/03/05  08:35:22
16227         Log: Integrate mainline
16228      Branch: perlio
16229           !> (integrate 28 files)
16230 ____________________________________________________________________________
16231 [  9026] By: jhi                                   on 2001/03/05  02:14:59
16232         Log: Integrate change #9025 from mainline to maintperl,
16233              retract \N{U+HHHH}.
16234      Branch: maint-5.6/perl
16235           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
16236           !> t/lib/charnames.t toke.c
16237 ____________________________________________________________________________
16238 [  9025] By: jhi                                   on 2001/03/05  02:13:09
16239         Log: Retracting \N{U+HHHH}.
16240      Branch: perl
16241            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
16242            ! t/lib/charnames.t toke.c
16243 ____________________________________________________________________________
16244 [  9024] By: jhi                                   on 2001/03/04  20:51:07
16245         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
16246              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
16247              Date: Fri, 02 Mar 2001 18:25:26 +0100
16248              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
16249              
16250              Casting problem.
16251      Branch: perl
16252            ! ext/Storable/Storable.xs
16253 ____________________________________________________________________________
16254 [  9023] By: jhi                                   on 2001/03/04  19:46:45
16255         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
16256              From: nick@talking.bollo.cx
16257              Date: Sat, 03 Mar 2001 21:41:33 +0000
16258              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
16259              
16260              Revert the workaround.
16261      Branch: perl
16262            ! perlio.c
16263 ____________________________________________________________________________
16264 [  9022] By: jhi                                   on 2001/03/04  19:36:28
16265         Log: Update Changes.
16266      Branch: perl
16267            ! Changes patchlevel.h
16268 ____________________________________________________________________________
16269 [  9021] By: jhi                                   on 2001/03/04  18:41:00
16270         Log: makedef.pl updates suggested by Chris Nandor; double-checking
16271              the changes in AIX, OS/2 Win32 would be nice.
16272      Branch: perl
16273            ! makedef.pl
16274 ____________________________________________________________________________
16275 [  9020] By: jhi                                   on 2001/03/04  18:23:58
16276         Log: Integrate change #9012 from maintperl into mainline,
16277              quench a compiler warning.
16278      Branch: perl
16279           !> toke.c
16280 ____________________________________________________________________________
16281 [  9019] By: jhi                                   on 2001/03/04  18:18:43
16282         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
16283              
16284              \N{U+HHHH} fix.
16285              
16286              pattern in G_ARRAY context
16287      Branch: maint-5.6/perl
16288           !> pp_hot.c t/op/pat.t toke.c
16289 ____________________________________________________________________________
16290 [  9018] By: jhi                                   on 2001/03/04  18:07:48
16291         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
16292              From: Jeff Pinyan <jeffp@crusoe.net>
16293              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
16294              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
16295      Branch: perl
16296            ! pp_hot.c t/op/pat.t
16297 ____________________________________________________________________________
16298 [  9017] By: jhi                                   on 2001/03/04  18:06:21
16299         Log: I thought I tested the #9014.
16300      Branch: perl
16301            ! toke.c
16302 ____________________________________________________________________________
16303 [  9016] By: jhi                                   on 2001/03/04  17:41:22
16304         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
16305              
16306              Tweak the get*ent() OS/2 prototypes.
16307              
16308              Add the \N{U+HHHH} syntax.
16309              
16310              More tr/// UTF-8 fixes from Inaba Hiroto.
16311      Branch: maint-5.6/perl
16312           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
16313           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
16314 ____________________________________________________________________________
16315 [  9015] By: jhi                                   on 2001/03/04  17:36:04
16316         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
16317      Branch: perl
16318            ! doop.c t/op/tr.t
16319 ____________________________________________________________________________
16320 [  9014] By: jhi                                   on 2001/03/04  17:24:49
16321         Log: Add the \N{U+HHHH} syntax.
16322      Branch: perl
16323            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
16324            ! t/lib/charnames.t toke.c
16325 ____________________________________________________________________________
16326 [  9013] By: jhi                                   on 2001/03/04  17:20:45
16327         Log: Tweak the get*ent() OS/2 prototypes.
16328      Branch: perl
16329            ! os2/os2.c
16330 ____________________________________________________________________________
16331 [  9012] By: gsar                                  on 2001/03/04  06:26:14
16332         Log: avoid warning (nit in change#9009)
16333      Branch: maint-5.6/perl
16334            ! toke.c
16335 ____________________________________________________________________________
16336 [  9011] By: gsar                                  on 2001/03/04  06:15:24
16337         Log: lib/charnames.t fails in 5.6.x because of older Unicode
16338              data
16339              
16340              TODO: need to revisit this after updating lib/unicode/...
16341      Branch: maint-5.6/perl
16342            ! t/lib/charnames.t
16343 ____________________________________________________________________________
16344 [  9010] By: gsar                                  on 2001/03/04  06:08:36
16345         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
16346      Branch: maint-5.6/perl
16347            ! toke.c
16348 ____________________________________________________________________________
16349 [  9009] By: jhi                                   on 2001/03/03  19:27:20
16350         Log: Integrate change #9008 from mainline to maintperl,
16351              UTF-8 tr/// fixes from Inaba Hiroto.
16352      Branch: maint-5.6/perl
16353           !> doop.c op.c t/op/tr.t toke.c
16354 ____________________________________________________________________________
16355 [  9008] By: jhi                                   on 2001/03/03  19:19:42
16356         Log: UTF8 tr/// fixes from Inaba Hiroto.
16357      Branch: perl
16358            ! doop.c op.c t/op/tr.t toke.c
16359 ____________________________________________________________________________
16360 [  9007] By: jhi                                   on 2001/03/03  19:00:30
16361         Log: Integrate change #9006 from maintperl to mainline,
16362              more robust quest for the infinite.
16363      Branch: perl
16364           !> lib/Math/Complex.pm
16365 ____________________________________________________________________________
16366 [  9006] By: jhi                                   on 2001/03/03  18:58:06
16367         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
16368              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16369              Date: Sat, 3 Mar 2001 12:51:50 -0500
16370              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
16371              
16372              Be more robust in our quest for the infinite.
16373      Branch: maint-5.6/perl
16374            ! lib/Math/Complex.pm
16375 ____________________________________________________________________________
16376 [  9005] By: jhi                                   on 2001/03/03  17:55:50
16377         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
16378      Branch: maint-5.6/perl
16379            ! doio.c
16380 ____________________________________________________________________________
16381 [  9004] By: jhi                                   on 2001/03/03  17:40:14
16382         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
16383              so that picky compilers like IRIX won't get huffy about
16384              "statements without effect" (like 1;).
16385      Branch: perl
16386            ! toke.c
16387 ____________________________________________________________________________
16388 [  9003] By: jhi                                   on 2001/03/03  17:15:52
16389         Log: Integrate change #9002 from mainline to maintperl.
16390              
16391              Subject: [perl-5.6.x, perl-current] accept for EPOC
16392      Branch: maint-5.6/perl
16393           !> pp_sys.c
16394 ____________________________________________________________________________
16395 [  9002] By: jhi                                   on 2001/03/03  17:14:30
16396         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
16397              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16398              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
16399              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
16400      Branch: perl
16401            ! pp_sys.c
16402 ____________________________________________________________________________
16403 [  9001] By: jhi                                   on 2001/03/03  17:13:13
16404         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
16405              From: "Craig A. Berry" <craigberry@mac.com>
16406              Date: Fri, 02 Mar 2001 17:44:40 -0600
16407              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
16408      Branch: perl
16409            ! t/pod/find.t
16410 ____________________________________________________________________________
16411 [  9000] By: jhi                                   on 2001/03/03  17:11:55
16412         Log: Integrate changes #8997,8999 from maintperl.
16413              
16414              Subject: [PATCH 5.6.1] compiling on OS/2
16415              (Better error message from hints/os2.sh)
16416              
16417              Subject: [PATCH 5.6.1] syslog.t
16418      Branch: perl
16419           !> hints/os2.sh t/lib/syslog.t
16420 ____________________________________________________________________________
16421 [  8999] By: jhi                                   on 2001/03/03  17:09:28
16422         Log: Subject: [PATCH 5.6.1] syslog.t
16423              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16424              Date: Sat, 3 Mar 2001 02:11:17 -0500
16425              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
16426      Branch: maint-5.6/perl
16427            ! t/lib/syslog.t
16428 ____________________________________________________________________________
16429 [  8998] By: jhi                                   on 2001/03/03  17:07:50
16430         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
16431              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16432              Date: Sat, 3 Mar 2001 01:53:52 -0500
16433              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
16434      Branch: maint-5.6/perl
16435            ! opcode.pl os2/os2.c
16436 ____________________________________________________________________________
16437 [  8997] By: jhi                                   on 2001/03/03  17:03:30
16438         Log: Subject: [PATCH 5.6.1] compiling on OS/2
16439              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16440              Date: Sat, 3 Mar 2001 01:59:59 -0500
16441              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
16442      Branch: maint-5.6/perl
16443            ! hints/os2.sh
16444 ____________________________________________________________________________
16445 [  8996] By: jhi                                   on 2001/03/03  00:55:58
16446         Log: Regen files for mainline.
16447      Branch: perl
16448            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16449            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
16450 ____________________________________________________________________________
16451 [  8995] By: jhi                                   on 2001/03/03  00:35:22
16452         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
16453              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
16454              to maintperl.
16455              
16456              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
16457              
16458              Add Configure option -Dmksymlinks which will create a symlink
16459              forest if the current/build differs from the source directory.
16460              (8218,8220,8221,8317,8318,8971)
16461              
16462              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
16463              (Document APPLLIB_EXP in INSTALL.)
16464              
16465              If running byacc write-enable also perly.h.
16466              
16467              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
16468              
16469              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
16470              
16471              Sanity check for conflicting thread flavours.
16472              
16473              Fix the sys/fcntl.h problem reported by Peter Prymmer.
16474              
16475              Add few CPUs/architectures to the Cppsym scan,
16476              add -perlio to archname if so selected (modified 8890)
16477              
16478              Be more helpful for devel builders, suggested by John L. Allen.
16479              (admittedly pointless change for maintperl, but the usedevel
16480              code is there already)
16481      Branch: maint-5.6/perl
16482           !> Configure INSTALL Makefile.SH Porting/Glossary
16483           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
16484           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
16485           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
16486           !> win32/config.bc win32/config.gc win32/config.vc
16487 ____________________________________________________________________________
16488 [  8994] By: jhi                                   on 2001/03/02  23:31:41
16489         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
16490      Branch: metaconfig/U/perl
16491            ! gccvers.U
16492 ____________________________________________________________________________
16493 [  8993] By: jhi                                   on 2001/03/02  23:22:12
16494         Log: Regenerate various files for maint.
16495      Branch: maint-5.6/perl
16496            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
16497            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
16498 ____________________________________________________________________________
16499 [  8992] By: alanbur                               on 2001/03/02  22:48:34
16500         Log: Resync wuth parent
16501      Branch: maint-5.6/pureperl
16502           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
16503           !> (integrate 60 files)
16504 ____________________________________________________________________________
16505 [  8991] By: jhi                                   on 2001/03/02  21:00:08
16506         Log: Retract the #8742 part of #8986, backward compat.
16507      Branch: maint-5.6/perl
16508            ! embed.pl
16509 ____________________________________________________________________________
16510 [  8990] By: jhi                                   on 2001/03/02  20:40:07
16511         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
16512      Branch: maint-5.6/perl
16513            ! hv.c
16514 ____________________________________________________________________________
16515 [  8989] By: jhi                                   on 2001/03/02  19:59:56
16516         Log: Update Changes.
16517      Branch: perl
16518            ! Changes patchlevel.h
16519 ____________________________________________________________________________
16520 [  8988] By: jhi                                   on 2001/03/02  19:57:08
16521         Log: Integrate perlio.
16522      Branch: perl
16523           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
16524           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
16525           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
16526           !> ext/Encode/Encode/iso8859-10.ucm
16527           !> ext/Encode/Encode/iso8859-13.ucm
16528           !> ext/Encode/Encode/iso8859-14.ucm
16529           !> ext/Encode/Encode/iso8859-15.ucm
16530           !> ext/Encode/Encode/iso8859-16.ucm
16531           !> ext/Encode/Encode/iso8859-2.ucm
16532           !> ext/Encode/Encode/iso8859-3.ucm
16533           !> ext/Encode/Encode/iso8859-4.ucm
16534           !> ext/Encode/Encode/iso8859-5.ucm
16535           !> ext/Encode/Encode/iso8859-6.ucm
16536           !> ext/Encode/Encode/iso8859-7.ucm
16537           !> ext/Encode/Encode/iso8859-8.ucm
16538           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
16539           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
16540 ____________________________________________________________________________
16541 [  8987] By: jhi                                   on 2001/03/02  19:43:40
16542         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
16543              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
16544              8950,8952,8955 from mainline to maintperl.
16545              
16546              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
16547              
16548              Put to rest the 20010205.001, the email address checking (not) regex.
16549              
16550              fork() not everywhere, cleanup temp files.
16551              
16552              The #8843 wasn't quite right: %Config needs to imported.
16553              
16554              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
16555              (#8849: the glob-basic hunk needed massaging as it depended
16556              on Schwern's large-scale (unintegrated) patches)
16557              
16558              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
16559              
16560              Upgrade to CGI.pm 2.752, from Lincoln Stein.
16561              (Note: there were some conflicts due to EBCDIC and EPOC
16562              patches, in general I preferred the repository code.)
16563              (When 2.753 comes out, we need to synchronize.)
16564              
16565              Subject: [PATCH] fix for charnames above FFFF
16566              
16567              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
16568              
16569              If no sfio, no -lsfio.
16570              
16571              Run run/*.t also in minitest.
16572              
16573              Subject:  [PATCH perl 5.7.0] malloc message address offset
16574              
16575              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
16576              
16577              Subject: fix for parameter -Dm (for perl@8867)
16578              
16579              Subject: [PATCH: perl@8892] was Re: hashing order difference?
16580              (make the test more portable)
16581              
16582              Subject: Re: [PATCH] fix for charnames above FFFF
16583              
16584              Subject: Re: I'm losing the war...
16585              (hv_store() not working correctly in ENV_IS_CASELESS case.)
16586              
16587              Subject: Modified README.bs2000 
16588              
16589              Subject: [PATCH: perl@8935] -Dt padsv($var)
16590              
16591              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
16592              
16593              Subject: PATCH: extra tests to check on negative float to unsigned cast
16594              
16595              Subject: [PATCH] XPUSH[insp] was Re: progress
16596              
16597              Subject: Re: Compile with perlcc..
16598      Branch: maint-5.6/perl
16599           !> (integrate 36 files)
16600 ____________________________________________________________________________
16601 [  8986] By: jhi                                   on 2001/03/02  18:51:25
16602         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
16603              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
16604              to maintperl.
16605              
16606              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
16607              
16608              Subject: [DOC PATCH] overload.pm nits
16609              
16610              Add header for LIB$ prototypes (C. Berry)
16611              
16612              Convert fwrite()s to sockets to write()s, since some socket stacks
16613              don't take kindly to stdio.
16614              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
16615              (for often optional LNMs)
16616              Correct a few typos
16617              (C. Bailey)
16618              
16619              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
16620              
16621              De-cut-and-pasto.
16622              
16623              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
16624              
16625              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
16626              
16627              Upgrade to CPAN 1.59_54, from Andreas König.
16628              
16629              Bogus shebang.
16630              
16631              Subject: [PATCH] Document makepatch in Porting/patching
16632              
16633              UTF-8 documentation.
16634              
16635              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
16636              
16637              Sort the MANIFEST.
16638              
16639              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
16640              
16641              Subject: [PATCH @8807] toke.c cleanup: scan_str()
16642              
16643              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
16644              
16645              Add run/*.t to testables.
16646              
16647              TODO: integrate #8784.
16648      Branch: maint-5.6/perl
16649           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
16650           !> (integrate 28 files)
16651 ____________________________________________________________________________
16652 [  8985] By: nick                                  on 2001/03/02  18:15:45
16653         Log: Integrate mainline
16654      Branch: perlio
16655           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
16656           !> vms/vms.c
16657 ____________________________________________________________________________
16658 [  8984] By: jhi                                   on 2001/03/02  16:00:17
16659         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
16660              
16661              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
16662              5.004_05, and mention the suidperl August 2000 security problem.
16663              (#8978,#8981)
16664              
16665              Subject: [ID 20010301.004] Technically speaking in perldata
16666              
16667              Subject: [PATCH] File::Copy for bleadperl, maintperl
16668              
16669              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
16670              
16671              (The #8982, fix for 20010221.005 and 20010221.008,
16672              would be nice too but it didn't integrate cleanly.)
16673      Branch: maint-5.6/perl
16674           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
16675 ____________________________________________________________________________
16676 [  8983] By: jhi                                   on 2001/03/02  15:51:16
16677         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
16678              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
16679              Date:     Thu, 1 Mar 2001 15:54:09 EST
16680              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
16681      Branch: perl
16682            ! vms/vms.c
16683 ____________________________________________________________________________
16684 [  8982] By: jhi                                   on 2001/03/02  15:43:31
16685         Log: Subject: Re: sync sync sync: have I missed any patches?
16686              From: Radu Greab <radu@netsoft.ro> 
16687              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
16688              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
16689              
16690              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
16691              was checking argv[0] regardless of whether a different pathname
16692              will actually be executed."  Test case not supplied because 
16693              drafting that, ironically enough, revealed another bug
16694              (or a feature).
16695      Branch: perl
16696            ! doio.c
16697 ____________________________________________________________________________
16698 [  8981] By: jhi                                   on 2001/03/02  15:28:03
16699         Log: Misdate in #8978.
16700      Branch: perl
16701            ! pod/perlfaq1.pod
16702 ____________________________________________________________________________
16703 [  8980] By: jhi                                   on 2001/03/02  15:24:20
16704         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
16705              From: Chris Nandor <pudge@pobox.com>
16706              Date: Wed, 28 Feb 2001 22:10:15 -0500
16707              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
16708      Branch: perl
16709            ! lib/File/Copy.pm
16710 ____________________________________________________________________________
16711 [  8979] By: jhi                                   on 2001/03/02  15:17:16
16712         Log: Subject: [ID 20010301.004] Technically speaking in perldata
16713              From: abela@geneanet.org
16714              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
16715              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
16716      Branch: perl
16717            ! pod/perldata.pod
16718 ____________________________________________________________________________
16719 [  8978] By: jhi                                   on 2001/03/02  15:15:27
16720         Log: Subject: [ID 20010301.003] ref to 5.004
16721              From: abela@geneanet.org
16722              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
16723              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
16724              
16725              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
16726              and mention the suidperl August 2000 security problem.
16727      Branch: perl
16728            ! pod/perlfaq1.pod
16729 ____________________________________________________________________________
16730 [  8977] By: alanbur                               on 2001/03/02  14:17:45
16731         Log: Resynchronised with parent
16732      Branch: maint-5.6/pureperl
16733           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
16734           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
16735           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
16736           !> vms/descrip_mms.template win32/win32.c win32/win32.h
16737           !> win32/win32iop.h
16738 ____________________________________________________________________________
16739 [  8976] By: nick                                  on 2001/03/01  23:25:30
16740         Log: Integrate mainline.
16741      Branch: perlio
16742            - t/op/qu.t
16743           !> (integrate 55 files)
16744 ____________________________________________________________________________
16745 [  8975] By: jhi                                   on 2001/03/01  16:51:34
16746         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
16747      Branch: perl
16748           !> toke.c
16749 ____________________________________________________________________________
16750 [  8974] By: gsar                                  on 2001/03/01  16:28:21
16751         Log: fix for bugid 20010226.008
16752              
16753              the problem was that some of the pointers (PL_last_lop and
16754              PL_last_uni specifically) into the lex buffers weren't correctly
16755              being invalidated when the buffer changed; this would leave the
16756              pointers pointing at an arbitrary location in the buffer if
16757              the buffer didn't need to be reallocated, or point into freed
16758              memory if the buffer had to be realloced
16759              
16760              TODO item for bugdb maintainers: check other seemingly random
16761              parser-related bugs--they might be cured by this
16762      Branch: maint-5.6/perl
16763            ! toke.c
16764 ____________________________________________________________________________
16765 [  8973] By: jhi                                   on 2001/03/01  02:23:25
16766         Log: Retract #8970 because of a completely mysterious core dump:
16767              adding the tests 241..244 causes op/pat dump core at test #25.
16768              The test needs a lot of whittling down before the bug can be solved.
16769      Branch: perl
16770            ! t/op/pat.t
16771 ____________________________________________________________________________
16772 [  8972] By: jhi                                   on 2001/03/01  01:58:38
16773         Log: Regen perlapi.
16774      Branch: perl
16775            ! pod/perlapi.pod
16776 ____________________________________________________________________________
16777 [  8971] By: jhi                                   on 2001/03/01  01:34:09
16778         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))
16779              From: Nicholas Clark <nick@ccl4.org>
16780              Date: Wed, 28 Feb 2001 23:28:49 +0000
16781              Message-ID: <20010228232849.A55187@plum.flirble.org>
16782              
16783              Allow a completely write protected source code tree
16784              when using the Configure -Dmksymlinks.
16785      Branch: perl
16786            ! embed.pl warnings.pl
16787 ____________________________________________________________________________
16788 [  8970] By: jhi                                   on 2001/03/01  01:32:04
16789         Log: Add back the EBCDIC character range tests (for matching).
16790      Branch: perl
16791            ! t/op/pat.t
16792 ____________________________________________________________________________
16793 [  8969] By: nick                                  on 2001/02/28  18:18:01
16794         Log: Add charname comments to .ucm files writen by 'compile',
16795              also order charmaps in those files by source encoding.
16796              regenerate distrubuted .ucm files
16797      Branch: perlio
16798            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
16799            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
16800            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
16801            ! ext/Encode/Encode/iso8859-10.ucm
16802            ! ext/Encode/Encode/iso8859-13.ucm
16803            ! ext/Encode/Encode/iso8859-14.ucm
16804            ! ext/Encode/Encode/iso8859-15.ucm
16805            ! ext/Encode/Encode/iso8859-16.ucm
16806            ! ext/Encode/Encode/iso8859-2.ucm
16807            ! ext/Encode/Encode/iso8859-3.ucm
16808            ! ext/Encode/Encode/iso8859-4.ucm
16809            ! ext/Encode/Encode/iso8859-5.ucm
16810            ! ext/Encode/Encode/iso8859-6.ucm
16811            ! ext/Encode/Encode/iso8859-7.ucm
16812            ! ext/Encode/Encode/iso8859-8.ucm
16813            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
16814            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
16815 ____________________________________________________________________________
16816 [  8968] By: jhi                                   on 2001/02/28  16:26:37
16817         Log: Expand usemorebits early if d_casti32 needs to be undefined.
16818      Branch: perl
16819            ! hints/hpux.sh hints/irix_6.sh
16820 ____________________________________________________________________________
16821 [  8967] By: jhi                                   on 2001/02/28  16:22:26
16822         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
16823              retract toke.c/qu parts of #8583, retract #8485, retract
16824              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
16825              op/length.t, and MANIFEST, and delete t/op/qu.t.
16826      Branch: perl
16827            - t/op/qu.t
16828            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
16829            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
16830            ! t/op/length.t toke.c
16831 ____________________________________________________________________________
16832 [  8966] By: jhi                                   on 2001/02/28  15:00:27
16833         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
16834              by not changing from pre-Unicode days into being Unicode-aware.
16835              Sniff.
16836      Branch: perl
16837            ! pp.c t/op/pack.t t/op/qu.t
16838 ____________________________________________________________________________
16839 [  8965] By: jhi                                   on 2001/02/28  14:37:55
16840         Log: Subject: Re: Errors in core PODs
16841              From: Michael Stevens <michael@etla.org> 
16842              Date: Fri, 23 Feb 2001 15:47:56 +0000
16843              Message-ID: <20010223154756.A7723@firedrake.org> 
16844      Branch: perl
16845            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
16846            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
16847            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
16848            ! x2p/a2p.pod
16849 ____________________________________________________________________________
16850 [  8964] By: jhi                                   on 2001/02/28  14:35:35
16851         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
16852              (The #8961 was too bold.)
16853      Branch: perl
16854            ! hints/hpux.sh hints/irix_6.sh
16855 ____________________________________________________________________________
16856 [  8963] By: jhi                                   on 2001/02/28  14:33:39
16857         Log: Subject: Re: sync sync sync: have I missed any patches?
16858              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16859              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
16860              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
16861              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
16862              
16863              Replace djSP with dSP.
16864      Branch: perl
16865            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
16866            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
16867            ! win32/perlhost.h
16868 ____________________________________________________________________________
16869 [  8962] By: jhi                                   on 2001/02/27  23:21:14
16870         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
16871      Branch: perl
16872            ! lib/Filter/Simple.pm
16873 ____________________________________________________________________________
16874 [  8961] By: jhi                                   on 2001/02/27  22:55:26
16875         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
16876              and this would be it.
16877      Branch: perl
16878            ! hints/hpux.sh hints/irix_6.sh
16879 ____________________________________________________________________________
16880 [  8960] By: jhi                                   on 2001/02/27  22:51:33
16881         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
16882              From: "Craig A. Berry" <craigberry@mac.com>
16883              Date: Tue, 27 Feb 2001 16:11:44 -0600
16884              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
16885      Branch: maint-5.6/perl
16886            ! configure.com vms/descrip_mms.template
16887 ____________________________________________________________________________
16888 [  8959] By: jhi                                   on 2001/02/27  22:47:23
16889         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
16890              From: "Craig A. Berry" <craigberry@mac.com>
16891              Date: Tue, 27 Feb 2001 16:11:44 -0600
16892              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
16893      Branch: perl
16894            ! configure.com vms/descrip_mms.template
16895 ____________________________________________________________________________
16896 [  8958] By: jhi                                   on 2001/02/27  15:16:42
16897         Log: Update Changes.
16898      Branch: perl
16899            ! Changes patchlevel.h
16900 ____________________________________________________________________________
16901 [  8957] By: jhi                                   on 2001/02/27  06:15:07
16902         Log: Subject: [5.6.x] EPOC additions
16903              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16904              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
16905              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
16906      Branch: maint-5.6/perl
16907            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
16908 ____________________________________________________________________________
16909 [  8956] By: jhi                                   on 2001/02/27  06:12:11
16910         Log: Subject: [perl-current] EPOC 
16911              From: Olaf Flebbe <O.Flebbe@science-computing.de>
16912              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
16913              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
16914      Branch: perl
16915            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
16916            ! epoc/epocish.c epoc/epocish.h pp_sys.c
16917 ____________________________________________________________________________
16918 [  8955] By: jhi                                   on 2001/02/27  05:59:50
16919         Log: Subject: Re: Compile with perlcc..
16920              From: Edward Peschko <edwardp@excitehome.net>
16921              Date: Mon, 26 Feb 2001 18:51:58 -0800
16922              Message-ID: <20010226185158.A9871@excitehome.net>
16923              
16924              plus add a simple usage message if no arguments given.
16925      Branch: perl
16926            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
16927            ! utils/Makefile utils/perlcc.PL win32/pod.mak
16928 ____________________________________________________________________________
16929 [  8954] By: nick                                  on 2001/02/26  21:02:59
16930         Log: Integrate mainline
16931      Branch: perlio
16932           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
16933           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
16934           !> t/op/sprintf.t
16935 ____________________________________________________________________________
16936 [  8953] By: jhi                                   on 2001/02/26  14:43:54
16937         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
16938              From: Nicholas Clark <nick@ccl4.org>
16939              Date: Mon, 26 Feb 2001 00:42:07 +0000
16940              Message-ID: <20010226004207.F23333@plum.flirble.org>
16941      Branch: perl
16942            ! pp_ctl.c
16943 ____________________________________________________________________________
16944 [  8952] By: jhi                                   on 2001/02/26  14:42:13
16945         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
16946              From: Simon Cozens <simon@netthink.co.uk>
16947              Date: Mon, 26 Feb 2001 12:23:48 +0000
16948              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
16949      Branch: perl
16950            ! pod/perlguts.pod
16951 ____________________________________________________________________________
16952 [  8951] By: jhi                                   on 2001/02/26  14:39:15
16953         Log: Subject: [PATCH] perlio - unknown layer
16954              From: Nicholas Clark <nick@ccl4.org>
16955              Date: Mon, 26 Feb 2001 00:27:19 +0000
16956              Message-ID: <20010226002719.E23333@plum.flirble.org>
16957      Branch: perl
16958            ! perlio.c
16959 ____________________________________________________________________________
16960 [  8950] By: jhi                                   on 2001/02/26  14:38:04
16961         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
16962              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
16963              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
16964              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
16965      Branch: perl
16966            ! t/op/bop.t
16967 ____________________________________________________________________________
16968 [  8949] By: jhi                                   on 2001/02/26  14:37:07
16969         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
16970              From: Peter Prymmer <pvhp@forte.com>
16971              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
16972              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
16973      Branch: perl
16974            ! lib/Test.pm
16975 ____________________________________________________________________________
16976 [  8948] By: jhi                                   on 2001/02/26  14:35:53
16977         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
16978              From: Radu Greab <radu@netsoft.ro>
16979              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
16980              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
16981      Branch: perl
16982            ! pod/perlop.pod
16983 ____________________________________________________________________________
16984 [  8947] By: jhi                                   on 2001/02/26  14:34:46
16985         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
16986              From: David Mitchell <davem@fdgroup.co.uk>
16987              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
16988              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
16989      Branch: perl
16990            ! run.c
16991 ____________________________________________________________________________
16992 [  8946] By: jhi                                   on 2001/02/26  14:32:37
16993         Log: Subject: Modified README.bs2000 
16994              From: Dorner Thomas <Thomas.Dorner@start.de>
16995              Date: Mon, 26 Feb 2001 09:22:17 +0100
16996              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
16997      Branch: perl
16998            ! README.bs2000
16999 ____________________________________________________________________________
17000 [  8945] By: jhi                                   on 2001/02/26  14:19:53
17001         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
17002              to maintperl, listing the known failures on the tests 129 and 130.
17003      Branch: maint-5.6/perl
17004           !> t/op/sprintf.t
17005 ____________________________________________________________________________
17006 [  8944] By: jhi                                   on 2001/02/26  14:14:15
17007         Log: Add more known sprintf failures.
17008      Branch: perl
17009            ! t/op/sprintf.t
17010 ____________________________________________________________________________
17011 [  8943] By: jhi                                   on 2001/02/26  13:56:22
17012         Log: perlglob.exe needs to be found in Win32, patch from
17013              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
17014              which needs external glob at mini-perl time."
17015      Branch: perl
17016            ! ext/Encode/compile
17017 ____________________________________________________________________________
17018 [  8942] By: jhi                                   on 2001/02/26  13:52:19
17019         Log: A missing dTHX from Vadim Konovalov.
17020      Branch: perl
17021            ! perlio.c
17022 ____________________________________________________________________________
17023 [  8941] By: jhi                                   on 2001/02/26  13:37:05
17024         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
17025      Branch: perl
17026            ! op.c
17027 ____________________________________________________________________________
17028 [  8940] By: jhi                                   on 2001/02/26  13:35:40
17029         Log: Integrate perlio.
17030      Branch: perl
17031           !> ext/Encode/Encode.pm
17032 ____________________________________________________________________________
17033 [  8939] By: nick                                  on 2001/02/25  23:47:09
17034         Log: Integrate mainline.
17035      Branch: perlio
17036           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
17037           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
17038 ____________________________________________________________________________
17039 [  8938] By: nick                                  on 2001/02/25  19:36:28
17040         Log: Encode implementations docs.
17041      Branch: perlio
17042            ! ext/Encode/Encode.pm
17043 ____________________________________________________________________________
17044 [  8937] By: jhi                                   on 2001/02/25  19:26:16
17045         Log: Script wasn't aligned with reality.
17046      Branch: perl
17047            ! t/pod/find.t
17048 ____________________________________________________________________________
17049 [  8936] By: jhi                                   on 2001/02/25  18:54:55
17050         Log: Update Changes.
17051      Branch: perl
17052            ! Changes patchlevel.h
17053 ____________________________________________________________________________
17054 [  8935] By: jhi                                   on 2001/02/25  18:46:36
17055         Log: Retract #8929,8930,8932,8933 for now.
17056      Branch: perl
17057            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
17058 ____________________________________________________________________________
17059 [  8934] By: jhi                                   on 2001/02/25  17:34:35
17060         Log: Integrate perlio.
17061      Branch: perl
17062           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
17063           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
17064           !> t/lib/encode.t
17065 ____________________________________________________________________________
17066 [  8933] By: jhi                                   on 2001/02/25  17:33:12
17067         Log: (Retracted by #8395.)
17068              
17069              Slight tweaks in scan_const(), not fixes yet, it seems like
17070              lots of work remains to be done...
17071      Branch: perl
17072            ! toke.c
17073 ____________________________________________________________________________
17074 [  8932] By: jhi                                   on 2001/02/25  17:27:11
17075         Log: (Retracted by #8395.)
17076              
17077              Missing from #8930.
17078      Branch: perl
17079            ! perl.h
17080 ____________________________________________________________________________
17081 [  8931] By: jhi                                   on 2001/02/25  17:26:19
17082         Log: A comment tweak.
17083      Branch: perl
17084            ! utf8.c
17085 ____________________________________________________________________________
17086 [  8930] By: jhi                                   on 2001/02/25  17:25:47
17087         Log: (Retracted by #8395.)
17088              
17089              Attempt to fix the EBCDIC character range problwm with //.
17090      Branch: perl
17091            ! regcomp.c
17092 ____________________________________________________________________________
17093 [  8929] By: jhi                                   on 2001/02/25  17:23:45
17094         Log: (Retracted by #8395.)
17095              
17096              Expand the EBCDIC character range tests, and add few nasty
17097              tr tests from Karsten Sperling.
17098      Branch: perl
17099            ! t/op/pat.t t/op/tr.t
17100 ____________________________________________________________________________
17101 [  8928] By: jhi                                   on 2001/02/25  17:18:49
17102         Log: Missing check-in.
17103      Branch: perl
17104            ! lib/Pod/Find.pm
17105 ____________________________________________________________________________
17106 [  8927] By: nick                                  on 2001/02/25  11:30:22
17107         Log: Change method names in Encode implementation classes to something
17108              less confusing (preparing to "go public").
17109      Branch: perlio
17110            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
17111 ____________________________________________________________________________
17112 [  8926] By: nick                                  on 2001/02/25  10:53:24
17113         Log: GCC __atribute__ / printf fix
17114      Branch: perlio
17115            ! perl.h
17116 ____________________________________________________________________________
17117 [  8925] By: nick                                  on 2001/02/25  10:52:25
17118         Log: Checked in the wrong one ...
17119      Branch: perlio
17120            ! ext/Encode/Encode.pm
17121 ____________________________________________________________________________
17122 [  8924] By: nick                                  on 2001/02/24  18:46:51
17123         Log: Integrate mainline - to see what Jarkko has in ...
17124      Branch: perlio
17125           +> t/pod/testpods/lib/Pod/Stuff.pm
17126           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
17127 ____________________________________________________________________________
17128 [  8923] By: nick                                  on 2001/02/24  17:05:23
17129         Log: Encode API documentation nd tidy up.
17130              Minor additions to test.
17131              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
17132              Adds STRLEN to standard typemap.
17133      Branch: perlio
17134            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
17135            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
17136 ____________________________________________________________________________
17137 [  8922] By: jhi                                   on 2001/02/24  16:38:12
17138         Log: Add a test for the "character range should match in EBCDIC
17139              if specified using explicit numerics" bug found by Karsten
17140              Sperling.
17141      Branch: perl
17142            ! t/op/pat.t
17143 ____________________________________________________________________________
17144 [  8921] By: jhi                                   on 2001/02/24  16:30:16
17145         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
17146              From: schwern@pobox.com
17147              Date: Fri, 23 Feb 2001 03:21:37 -0500
17148              Message-ID: <20010223032137.A26022@magnonel.guild.net>
17149              
17150              plus Charles Lane's fixes, plus tweaks.
17151      Branch: perl
17152            + t/pod/testpods/lib/Pod/Stuff.pm
17153            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
17154 ____________________________________________________________________________
17155 [  8920] By: nick                                  on 2001/02/24  10:30:11
17156         Log: Integrate mainline
17157      Branch: perlio
17158           !> (integrate 33 files)
17159 ____________________________________________________________________________
17160 [  8919] By: jhi                                   on 2001/02/24  00:23:35
17161         Log: Subject: Re: I'm losing the war...
17162              From: "Vadim Konovalov" <watman@inbox.ru>
17163              Date: Sat, 24 Feb 2001 00:10:14 +0300
17164              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
17165              
17166              hv_store() not working correctly in ENV_IS_CASELESS case.
17167      Branch: perl
17168            ! hv.c
17169 ____________________________________________________________________________
17170 [  8918] By: jhi                                   on 2001/02/24  00:20:09
17171         Log: Subject: Re: [PATCH] fix for charnames above FFFF
17172              From: andreas.koenig@anima.de (Andreas J. Koenig)
17173              Date: 23 Feb 2001 02:39:03 +0100
17174              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
17175              
17176              A further efficiency tweak.
17177      Branch: perl
17178            ! lib/charnames.pm
17179 ____________________________________________________________________________
17180 [  8917] By: jhi                                   on 2001/02/23  20:27:51
17181         Log: Integrate change #8916 from mainline,
17182              do away with USE_WIN32_RTL_ENV.
17183      Branch: maint-5.6/perl
17184           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
17185 ____________________________________________________________________________
17186 [  8916] By: jhi                                   on 2001/02/23  20:02:25
17187         Log: Abolish USE_WIN32_RTL_ENV.
17188      Branch: perl
17189            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
17190 ____________________________________________________________________________
17191 [  8915] By: jhi                                   on 2001/02/23  19:36:00
17192         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
17193              later protected by some #define.
17194      Branch: perl
17195            ! gv.c
17196 ____________________________________________________________________________
17197 [  8914] By: jhi                                   on 2001/02/23  19:31:38
17198         Log: Retract #8902 for now, requested by Charles Lane, the correct
17199              fix will be something else.
17200      Branch: perl
17201            ! op.c
17202 ____________________________________________________________________________
17203 [  8913] By: jhi                                   on 2001/02/23  19:11:36
17204         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
17205              From: Peter Prymmer <pvhp@forte.com>
17206              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
17207              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
17208      Branch: perl
17209            ! t/op/lex_assign.t
17210 ____________________________________________________________________________
17211 [  8912] By: jhi                                   on 2001/02/23  18:38:20
17212         Log: Subject: [patch] perlio + useithreads
17213              From: Doug MacEachern <dougm@covalent.net>
17214              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
17215              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
17216              
17217              Gets things running but not complete.
17218      Branch: perl
17219            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
17220 ____________________________________________________________________________
17221 [  8911] By: jhi                                   on 2001/02/23  04:20:02
17222         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
17223              
17224              Duplicated environment freeing, File::Temp 0.12,
17225              op/append portability (EBCDIC) tweak.
17226      Branch: maint-5.6/perl
17227           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17228           !> t/op/append.t
17229 ____________________________________________________________________________
17230 [  8910] By: jhi                                   on 2001/02/23  02:07:33
17231         Log: Integrate change #8909 from mainline, a better Borland
17232              putenv() workaround.
17233      Branch: maint-5.6/perl
17234           !> perl.c
17235 ____________________________________________________________________________
17236 [  8909] By: jhi                                   on 2001/02/23  02:05:46
17237         Log: A better workaround for Borland putenv() brokenness from Sarathy.
17238      Branch: perl
17239            ! perl.c
17240 ____________________________________________________________________________
17241 [  8908] By: jhi                                   on 2001/02/23  02:04:14
17242         Log: Subject: fix for parameter -Dm (for perl@8867)
17243              From: "Vadim Konovalov" <watman@inbox.ru>
17244              Date: Thu, 22 Feb 2001 17:30:12 +0300
17245              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
17246      Branch: perl
17247            ! perl.h
17248 ____________________________________________________________________________
17249 [  8907] By: jhi                                   on 2001/02/23  01:58:20
17250         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
17251              From: Peter Prymmer <pvhp@forte.com>
17252              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
17253              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
17254      Branch: perl
17255            ! t/op/append.t
17256 ____________________________________________________________________________
17257 [  8906] By: jhi                                   on 2001/02/23  01:48:34
17258         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
17259      Branch: perl
17260            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
17261 ____________________________________________________________________________
17262 [  8905] By: jhi                                   on 2001/02/23  01:43:30
17263         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
17264              From: Peter Prymmer <pvhp@forte.com>
17265              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
17266              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
17267      Branch: perl
17268            ! t/lib/st-06compat.t
17269 ____________________________________________________________________________
17270 [  8904] By: jhi                                   on 2001/02/23  01:42:39
17271         Log: Metaconfig unit change for #8903.
17272      Branch: metaconfig/U/perl
17273            ! Devel.U
17274 ____________________________________________________________________________
17275 [  8903] By: jhi                                   on 2001/02/23  01:42:12
17276         Log: Be more helpful for devel builders, suggested by John L. Allen.
17277      Branch: perl
17278            ! Configure
17279 ____________________________________________________________________________
17280 [  8902] By: jhi                                   on 2001/02/23  01:37:41
17281         Log: (Retracted by #8914)
17282              (Wrongly, reinstated by #8941)             
17283
17284              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
17285              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17286              Date:     Thu, 22 Feb 2001 09:43:57 EST
17287              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
17288      Branch: perl
17289            ! op.c
17290 ____________________________________________________________________________
17291 [  8901] By: jhi                                   on 2001/02/23  01:20:32
17292         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
17293              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17294              Date:     Thu, 22 Feb 2001 08:01:35 EST
17295              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
17296      Branch: perl
17297            ! malloc.c
17298 ____________________________________________________________________________
17299 [  8900] By: jhi                                   on 2001/02/23  01:18:02
17300         Log: Integrate changes #8898,8899 from mainline, environ handling.
17301      Branch: maint-5.6/perl
17302           !> perl.c
17303 ____________________________________________________________________________
17304 [  8899] By: jhi                                   on 2001/02/23  01:16:25
17305         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
17306              putenv() is not to be relied on, they are either broken or leaky
17307              or both.)
17308      Branch: perl
17309            ! perl.c
17310 ____________________________________________________________________________
17311 [  8898] By: jhi                                   on 2001/02/22  23:36:59
17312         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
17313              and safesysfree() must be used.
17314      Branch: perl
17315            ! perl.c
17316 ____________________________________________________________________________
17317 [  8897] By: jhi                                   on 2001/02/22  23:25:45
17318         Log: With environ one must use safesysmalloc()/safesysfree().
17319      Branch: perl
17320            ! perl.c
17321 ____________________________________________________________________________
17322 [  8896] By: jhi                                   on 2001/02/22  22:13:18
17323         Log: If we have a duplicated environment free it
17324              if PERL_DESTRUCT_LEVEL.
17325      Branch: perl
17326            ! perl.c
17327 ____________________________________________________________________________
17328 [  8895] By: alanbur                               on 2001/02/22  19:31:57
17329         Log: Synchronised with parent
17330      Branch: maint-5.6/pureperl
17331           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
17332 ____________________________________________________________________________
17333 [  8894] By: gsar                                  on 2001/02/22  19:06:18
17334         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
17335              
17336              fix memory leak in method call optimization (change#3768);
17337              made C<eval "$x->foo()"> leak
17338              
17339              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
17340      Branch: maint-5.6/perl
17341           !> op.c
17342 ____________________________________________________________________________
17343 [  8893] By: jhi                                   on 2001/02/22  18:35:27
17344         Log: (Retracted by #8915.)
17345              
17346              Third Degree finding:
17347              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
17348      Branch: perl
17349            ! gv.c
17350 ____________________________________________________________________________
17351 [  8892] By: jhi                                   on 2001/02/22  14:28:32
17352         Log: Update Changes.
17353      Branch: perl
17354            ! Changes patchlevel.h
17355 ____________________________________________________________________________
17356 [  8891] By: jhi                                   on 2001/02/22  13:22:45
17357         Log: Metaconfig unit changes for #8890.
17358      Branch: metaconfig
17359            ! U/modified/Cppsym.U U/threads/archname.U
17360 ____________________________________________________________________________
17361 [  8890] By: jhi                                   on 2001/02/22  13:22:12
17362         Log: Add -stdio to the archname if no perlio selected,
17363              no -perlio added since that is now the default.
17364              
17365              Add few CPUs/architectures to the Cppsym scan.
17366      Branch: perl
17367            ! Configure config_h.SH
17368 ____________________________________________________________________________
17369 [  8889] By: jhi                                   on 2001/02/22  13:05:59
17370         Log: Metaconfig unit change for #8888.
17371      Branch: metaconfig/U/perl
17372            ! useperlio.U
17373 ____________________________________________________________________________
17374 [  8888] By: jhi                                   on 2001/02/22  13:05:28
17375         Log: *drum roll*  Make perlio the default.
17376      Branch: perl
17377            ! Configure config_h.SH
17378 ____________________________________________________________________________
17379 [  8887] By: jhi                                   on 2001/02/22  12:50:52
17380         Log: Integrate change #8665 from maintperl to mainline,
17381              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
17382      Branch: perl
17383           !> ext/POSIX/POSIX.xs
17384 ____________________________________________________________________________
17385 [  8886] By: jhi                                   on 2001/02/22  12:49:24
17386         Log: Integrate changes #8883,8884 from mainline to maintperl.
17387              
17388              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
17389              Subject: Re: File::Temp::_gettemp warning
17390      Branch: maint-5.6/perl
17391           !> embed.h embed.pl lib/File/Temp.pm
17392 ____________________________________________________________________________
17393 [  8885] By: jhi                                   on 2001/02/22  12:43:59
17394         Log: Based on
17395              
17396              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
17397              From: schwab@suse.de
17398              Date: Thu, 22 Feb 2001 13:08:09 +0100
17399              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
17400              
17401              but the fix done slightly differently because the other
17402              half was already done in #8664.
17403      Branch: maint-5.6/perl
17404            ! ext/POSIX/POSIX.xs
17405 ____________________________________________________________________________
17406 [  8884] By: jhi                                   on 2001/02/22  12:37:15
17407         Log: Subject: Re: File::Temp::_gettemp warning
17408              From: Tim Jenness <t.jenness@jach.hawaii.edu>
17409              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
17410              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
17411              
17412              This patch to File::Temp does two things:
17413              
17414              1. Fixes the problem with CGI::Carp when determining
17415              the Fcntl constants
17416              
17417              2. Removes most of the carps and consolidates them so that all the
17418              reasons are included in a single die that is caught by the test. This
17419              means that the correct skipping behaviour is displayed by the test.
17420      Branch: perl
17421            ! lib/File/Temp.pm
17422 ____________________________________________________________________________
17423 [  8883] By: jhi                                   on 2001/02/22  12:29:19
17424         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
17425              From: Peter Prymmer <pvhp@forte.com>
17426              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
17427              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
17428      Branch: perl
17429            ! embed.h embed.pl
17430 ____________________________________________________________________________
17431 [  8882] By: jhi                                   on 2001/02/21  19:41:33
17432         Log: Integrate change #8881 from mainlin to maintperl.
17433              
17434              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
17435      Branch: maint-5.6/perl
17436           !> op.c
17437 ____________________________________________________________________________
17438 [  8881] By: jhi                                   on 2001/02/21  19:38:57
17439         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
17440              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
17441              Date:     Wed, 21 Feb 2001 13:08:03 EST
17442              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
17443      Branch: perl
17444            ! op.c
17445 ____________________________________________________________________________
17446 [  8880] By: jhi                                   on 2001/02/21  19:34:34
17447         Log: Retract #8875, cannot let go of the old semantics of unpack U
17448              without rethinking utf8decode.t.
17449      Branch: perl
17450            ! pp.c t/op/pack.t
17451 ____________________________________________________________________________
17452 [  8879] By: jhi                                   on 2001/02/21  19:08:02
17453         Log: Run run/*.t also in minitest.
17454      Branch: perl
17455            ! Makefile.SH
17456 ____________________________________________________________________________
17457 [  8878] By: nick                                  on 2001/02/21  18:55:37
17458         Log: Integrate mainline
17459      Branch: perlio
17460           !> (integrate 76 files)
17461 ____________________________________________________________________________
17462 [  8877] By: jhi                                   on 2001/02/21  15:09:33
17463         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
17464      Branch: metaconfig
17465            ! U/compline/nblock_io.U
17466      Branch: perl
17467            ! Configure config_h.SH
17468 ____________________________________________________________________________
17469 [  8876] By: jhi                                   on 2001/02/21  14:54:45
17470         Log: If no sfio, no -lsfio.
17471      Branch: metaconfig/U/perl
17472            ! d_sfio.U
17473      Branch: perl
17474            ! Configure config_h.SH
17475 ____________________________________________________________________________
17476 [  8875] By: jhi                                   on 2001/02/21  14:54:00
17477         Log: Make unpack C and unpack C truly equivalent.
17478      Branch: perl
17479            ! pp.c t/op/pack.t
17480 ____________________________________________________________________________
17481 [  8874] By: jhi                                   on 2001/02/21  14:26:02
17482         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
17483              From: Peter Prymmer <pvhp@forte.com>
17484              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
17485              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
17486      Branch: perl
17487            ! pod/perlport.pod
17488 ____________________________________________________________________________
17489 [  8873] By: jhi                                   on 2001/02/21  14:24:31
17490         Log: Subject: [PATCH] fix for charnames above FFFF
17491              From: andreas.koenig@anima.de (Andreas J. Koenig)
17492              Date: 21 Feb 2001 07:05:45 +0100
17493              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
17494      Branch: perl
17495            ! lib/charnames.pm t/lib/charnames.t
17496 ____________________________________________________________________________
17497 [  8872] By: jhi                                   on 2001/02/21  14:15:25
17498         Log: Integrate change #8868 from pureperl to mainline.
17499              
17500              Fixed reference count loop caused by sv_magic.
17501      Branch: perl
17502           !> sv.c
17503 ____________________________________________________________________________
17504 [  8871] By: jhi                                   on 2001/02/21  14:07:29
17505         Log: Integrate change #8868 from pureperl to maintperl.
17506              
17507              Fixed reference count loop caused by sv_magic.
17508      Branch: maint-5.6/perl
17509           !> sv.c
17510 ____________________________________________________________________________
17511 [  8870] By: jhi                                   on 2001/02/21  14:04:41
17512         Log: Put back the #8840, it was innocent.
17513      Branch: perl
17514            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17515            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
17516 ____________________________________________________________________________
17517 [  8869] By: jhi                                   on 2001/02/21  14:00:03
17518         Log: unpack("C", ...) was left slightly unfinished by #8865.
17519      Branch: perl
17520            ! pp.c t/op/pack.t
17521 ____________________________________________________________________________
17522 [  8868] By: alanbur                               on 2001/02/21  01:33:45
17523         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
17524              from gv_fetchpv to create single-character magic variables (e.g. $!),
17525              and it is passed a sv and the gv that contains the sv as the mg_obj
17526              value.  When sv_magic stores the mg_obj pointer it increments the gv
17527              refcount, thus causing a sv-gv pair that can't be freed.  There is
17528              already a check for sv == obj which is used to prevent such reference
17529              loops.  This change extends the check to cover the case described above.
17530      Branch: maint-5.6/pureperl
17531            ! sv.c
17532 ____________________________________________________________________________
17533 [  8867] By: jhi                                   on 2001/02/21  00:52:39
17534         Log: Update Changes.
17535      Branch: perl
17536            ! Changes patchlevel.h
17537 ____________________________________________________________________________
17538 [  8866] By: jhi                                   on 2001/02/21  00:34:20
17539         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
17540              (Note: there were some conflicts due to EBCDIC and EPOC
17541              patches, in general I preferred the repository code.)
17542              (When 2.753 comes out, we need to synchronize.)
17543      Branch: perl
17544            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
17545            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
17546            ! t/lib/cgi-html.t
17547 ____________________________________________________________________________
17548 [  8865] By: jhi                                   on 2001/02/21  00:24:22
17549         Log: Make pack("C", 0x100) to create Unicode, unless under the
17550              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
17551              will understand Unicode, unless you under know what.
17552      Branch: perl
17553            ! pp.c t/op/pack.t t/op/qu.t
17554 ____________________________________________________________________________
17555 [  8864] By: alanbur                               on 2001/02/20  22:35:34
17556         Log: Resynchronised with parent
17557      Branch: maint-5.6/pureperl
17558           !> README.win32 ext/GDBM_File/GDBM_File.pm
17559           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
17560           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
17561           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
17562           !> t/lib/sdbm.t util.c
17563 ____________________________________________________________________________
17564 [  8863] By: jhi                                   on 2001/02/20  20:55:11
17565         Log: Integrate change #8860,8861 from mainline into maintperl.
17566              
17567              "pseudo-literal j"
17568              
17569              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
17570      Branch: maint-5.6/perl
17571           !> lib/Test.pm pod/perlop.pod
17572 ____________________________________________________________________________
17573 [  8862] By: jhi                                   on 2001/02/20  20:30:07
17574         Log: Don't do casting between pointers pointing to differently sized
17575              integers.
17576      Branch: perl
17577            ! hv.c sv.c
17578 ____________________________________________________________________________
17579 [  8861] By: jhi                                   on 2001/02/20  19:53:44
17580         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
17581              From: Peter Prymmer <pvhp@forte.com>
17582              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
17583              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
17584      Branch: perl
17585            ! lib/Test.pm
17586 ____________________________________________________________________________
17587 [  8860] By: jhi                                   on 2001/02/20  19:48:02
17588         Log: "pseudo-literal j", a documentation glitch reported to Debian.
17589              The text recovered from Perl 5.005_03, and pseudo-literal replaced
17590              by "backtick string".
17591      Branch: perl
17592            ! pod/perlop.pod
17593 ____________________________________________________________________________
17594 [  8859] By: jhi                                   on 2001/02/20  19:15:46
17595         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
17596              from Chris Nandor.
17597      Branch: perl
17598            ! makedef.pl
17599 ____________________________________________________________________________
17600 [  8858] By: jhi                                   on 2001/02/20  17:36:53
17601         Log: Integrate pureperl changes #8844,8845,8850 to mainline
17602              (via maintperl #8855).
17603              
17604              Fixed %^H scoping bug
17605              
17606              Removed GV <-> CV refcount loop
17607              
17608              Removed %ENV refcount loop
17609      Branch: perl
17610           !> gv.c op.c perl.c pp.c scope.c
17611 ____________________________________________________________________________
17612 [  8857] By: jhi                                   on 2001/02/20  17:34:32
17613         Log: Integrate changes #8853,8854 from maintperl to mainline.
17614              
17615              EBDIC fixes, README.win32 Borland update.
17616      Branch: perl
17617           !> README.win32 handy.h util.c
17618 ____________________________________________________________________________
17619 [  8856] By: jhi                                   on 2001/02/20  17:33:16
17620         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
17621      Branch: maint-5.6/perl
17622           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
17623           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
17624           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
17625 ____________________________________________________________________________
17626 [  8855] By: jhi                                   on 2001/02/20  17:32:13
17627         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
17628              
17629              Fixed %^H scoping bug
17630              
17631              Removed GV <-> CV refcount loop
17632              
17633              Removed %ENV refcount loop
17634      Branch: maint-5.6/perl
17635           !> gv.c op.c perl.c pp.c scope.c
17636 ____________________________________________________________________________
17637 [  8854] By: jhi                                   on 2001/02/20  17:25:06
17638         Log: Subject: Addition to readme.win32 for Borland C++ compilers
17639              Date: Tue, 20 Feb 2001 02:15:25 +0300
17640              From: "Vadim Konovalov" <watman@inbox.ru>
17641              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
17642              
17643              Document Borland compiler misbehaviour.
17644      Branch: maint-5.6/perl
17645            ! README.win32
17646 ____________________________________________________________________________
17647 [  8853] By: jhi                                   on 2001/02/20  17:22:25
17648         Log: The assimilation of ebcdic.c didn't quite work at the first try,
17649              patches from Thomas Dorner.
17650      Branch: maint-5.6/perl
17651            ! handy.h util.c
17652 ____________________________________________________________________________
17653 [  8852] By: jhi                                   on 2001/02/20  17:20:15
17654         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
17655              From: Chris Nandor <pudge@pobox.com>
17656              Date: Tue, 20 Feb 2001 08:32:45 -0500
17657              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
17658      Branch: maint-5.6/perl
17659            ! makedef.pl mg.c
17660 ____________________________________________________________________________
17661 [  8851] By: jhi                                   on 2001/02/20  17:15:52
17662         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
17663      Branch: perl
17664            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
17665            ! t/lib/filter-util.t
17666 ____________________________________________________________________________
17667 [  8850] By: alanbur                               on 2001/02/20  17:12:40
17668         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
17669              and the magic pointer points back to the GV that contains the
17670              %ENV hash.  This creates a refcount loop that prevents members
17671              of %ENV from being freed correctly.  This change removes the
17672              refcount loop - the magic pointer was never used anyway, the
17673              only use of the magic was to check the type ('E') so that the
17674              appropriate environment manipulation code is called when %ENV
17675              is modified.
17676      Branch: maint-5.6/pureperl
17677            ! perl.c
17678 ____________________________________________________________________________
17679 [  8849] By: jhi                                   on 2001/02/20  17:12:20
17680         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
17681              From: "Craig A. Berry" <craigberry@mac.com>
17682              Date: Mon, 19 Feb 2001 23:36:12 -0600
17683              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
17684              
17685              Case-forgiving systems match TestInit.pm with TES*.
17686      Branch: perl
17687            ! t/lib/glob-basic.t
17688 ____________________________________________________________________________
17689 [  8848] By: jhi                                   on 2001/02/20  17:10:02
17690         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
17691      Branch: perl
17692            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
17693            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
17694            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
17695 ____________________________________________________________________________
17696 [  8847] By: jhi                                   on 2001/02/20  15:34:41
17697         Log: The #8843 wasn't quite right: %Config needs to imported.
17698      Branch: perl
17699            ! t/run/runenv.t
17700 ____________________________________________________________________________
17701 [  8846] By: jhi                                   on 2001/02/20  15:31:50
17702         Log: Retract the #8838 and #8840 for now because of
17703              the DB_File tie problem.
17704      Branch: perl
17705            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
17706            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
17707            ! proto.h sv.c
17708 ____________________________________________________________________________
17709 [  8845] By: alanbur                               on 2001/02/20  14:25:41
17710         Log: Removed GV <-> CV refcount loop
17711              CvGV(mycv) points to the parent GV of the CV, and was previously
17712              refcounted.  The pointer remains, but the refcounting has been removed
17713              as it causes a refcount loop between the CV and GV that means the CV
17714              can't ever be deleted.
17715      Branch: maint-5.6/pureperl
17716            ! gv.c op.c pp.c
17717 ____________________________________________________________________________
17718 [  8844] By: alanbur                               on 2001/02/20  14:23:13
17719         Log: Fixed %^H scoping bug
17720      Branch: maint-5.6/pureperl
17721            ! scope.c
17722 ____________________________________________________________________________
17723 [  8843] By: jhi                                   on 2001/02/19  13:38:08
17724         Log: fork() not everywhere, cleanup temp files.
17725      Branch: perl
17726            ! t/run/runenv.t
17727 ____________________________________________________________________________
17728 [  8842] By: alanbur                               on 2001/02/19  12:42:07
17729         Log: Resynchronised with parent
17730      Branch: maint-5.6/pureperl
17731           !> pod/perlfaq4.pod sv.c utf8.c
17732 ____________________________________________________________________________
17733 [  8841] By: jhi                                   on 2001/02/19  03:35:51
17734         Log: Update Changes.
17735      Branch: perl
17736            ! Changes patchlevel.h
17737 ____________________________________________________________________________
17738 [  8840] By: jhi                                   on 2001/02/19  00:23:41
17739         Log: Subject: [patch] add sv_setref_uv
17740              From: Doug MacEachern <dougm@covalent.net>
17741              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
17742              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
17743      Branch: perl
17744            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
17745            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
17746 ____________________________________________________________________________
17747 [  8839] By: jhi                                   on 2001/02/19  00:01:38
17748         Log: Put to rest the 20010205.001, the email address checking (not) regex.
17749      Branch: perl
17750            ! pod/perlfaq9.pod
17751 ____________________________________________________________________________
17752 [  8838] By: jhi                                   on 2001/02/18  22:17:54
17753         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
17754              From: Doug MacEachern <dougm@covalent.net>
17755              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
17756              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
17757      Branch: perl
17758            ! lib/ExtUtils/xsubpp
17759 ____________________________________________________________________________
17760 [  8837] By: jhi                                   on 2001/02/18  22:16:50
17761         Log: Subject: [patch] -Wall cleanup round 2
17762              From: Doug MacEachern <dougm@covalent.net>
17763              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
17764              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
17765      Branch: perl
17766            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
17767            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
17768            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
17769            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
17770            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17771            ! ext/SDBM_File/SDBM_File.xs
17772 ____________________________________________________________________________
17773 [  8836] By: jhi                                   on 2001/02/18  22:11:20
17774         Log: Misapplied regex optimizations when \C is present.
17775              Fixes 20001230.002.
17776              
17777              What still remains broken is that the submatches that
17778              have \C in them get their UTF8 flag on because their
17779              parent SV has it on.  This will result in malformed
17780              UTF8 if a \C happened to match a non-ASCII byte.
17781      Branch: perl
17782            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
17783            ! t/pragma/utf8.t
17784 ____________________________________________________________________________
17785 [  8835] By: jhi                                   on 2001/02/18  20:12:02
17786         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
17787              
17788              The hash key got wrongly UTF8fied.
17789      Branch: perl
17790            ! pod/perlapi.pod toke.c utf8.c
17791 ____________________________________________________________________________
17792 [  8834] By: jhi                                   on 2001/02/18  19:44:25
17793         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
17794              don't warn on magical or overloaded things.
17795      Branch: perl
17796            ! pp_hot.c
17797 ____________________________________________________________________________
17798 [  8833] By: nick                                  on 2001/02/18  19:31:22
17799         Log: Integrate mainline
17800      Branch: perlio
17801           +> t/TestInit.pm t/run/runenv.t
17802            - t/UTEST
17803           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
17804           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
17805           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
17806           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
17807           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
17808           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
17809           !> utf8.c
17810 ____________________________________________________________________________
17811 [  8832] By: jhi                                   on 2001/02/18  19:21:18
17812         Log: Integrate perlio.
17813      Branch: perl
17814           !> perlio.c pod/perldiag.pod
17815 ____________________________________________________________________________
17816 [  8831] By: jhi                                   on 2001/02/18  19:14:20
17817         Log: Integrate change #8827 from mainline.
17818              
17819              UTF8 tweaks.
17820      Branch: maint-5.6/perl
17821           !> sv.c utf8.c
17822 ____________________________________________________________________________
17823 [  8830] By: nick                                  on 2001/02/18  19:10:34
17824         Log: Apply the spirit of patch from Nick Clark:
17825              Subject: [PATCH] Re: extensions that provide layers
17826              From: Nicholas Clark <nick@ccl4.org>
17827              Date: Mon, 12 Feb 2001 16:43:51 +0000
17828              Message-Id: <20010212164350.Q3652@plum.flirble.org>
17829      Branch: perlio
17830            ! perlio.c pod/perldiag.pod
17831 ____________________________________________________________________________
17832 [  8829] By: jhi                                   on 2001/02/18  19:03:25
17833         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
17834              From: schwern@pobox.com 
17835              Date: Sun, 18 Feb 2001 13:44:35 -0500
17836              Message-ID: <20010218134435.A17544@magnonel.guild.net>
17837              
17838              Applied, but as t/TestInit.pm.
17839      Branch: perl
17840            + t/TestInit.pm
17841            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
17842            ! t/op/subst_wamp.t
17843 ____________________________________________________________________________
17844 [  8828] By: jhi                                   on 2001/02/18  18:43:52
17845         Log: Integrate perlio.
17846      Branch: perl
17847           !> perlio.c
17848 ____________________________________________________________________________
17849 [  8827] By: jhi                                   on 2001/02/18  18:41:33
17850         Log: UTF-8 tweaks.
17851      Branch: perl
17852            ! sv.c utf8.c
17853 ____________________________________________________________________________
17854 [  8826] By: nick                                  on 2001/02/18  17:40:59
17855         Log: Fix [ID 20010217.002]
17856              open FOO, "<:raw:perlio", ...
17857              :raw now inserts default base layer below itself.
17858              Also
17859              open FOO, "<:unix", ...
17860              works as well - but leaves buffer layer on stack under the unix layer.
17861      Branch: perlio
17862            ! perlio.c
17863 ____________________________________________________________________________
17864 [  8825] By: jhi                                   on 2001/02/18  17:15:39
17865         Log: Integrate perlio.
17866      Branch: perl
17867           !> perlio.c perliol.h
17868 ____________________________________________________________________________
17869 [  8824] By: jhi                                   on 2001/02/18  17:10:53
17870         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
17871              From: schwern@pobox.com
17872              Date: Sun, 18 Feb 2001 01:48:50 -0500
17873              Message-ID: <20010218014850.C19957@magnonel.guild.net>
17874      Branch: perl
17875            ! lib/Test/Harness.pm t/TEST t/op/chop.t
17876 ____________________________________________________________________________
17877 [  8823] By: jhi                                   on 2001/02/18  17:01:06
17878         Log: Add run/*.t to testables.
17879      Branch: perl
17880            ! t/TEST
17881 ____________________________________________________________________________
17882 [  8822] By: jhi                                   on 2001/02/18  16:58:58
17883         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
17884              From: schwern@pobox.com
17885              Date: Sun, 18 Feb 2001 01:11:35 -0500
17886              Message-ID: <20010218011135.A19957@magnonel.guild.net>
17887              
17888              Revive mjd's and Simon's PERL5OPT fix.
17889      Branch: perl
17890            + t/run/runenv.t
17891            ! MANIFEST perl.c
17892 ____________________________________________________________________________
17893 [  8821] By: jhi                                   on 2001/02/18  16:53:46
17894         Log: Subject: Re: Why t/TEST and not Test::Harness?
17895              From: schwern@pobox.com
17896              Date: Sat, 17 Feb 2001 22:44:44 -0500
17897              Message-ID: <20010217224444.A6679@magnonel.guild.net>
17898              
17899              Replace UTEST with TEST -utf8.
17900      Branch: perl
17901            - t/UTEST
17902            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
17903            ! t/lib/glob-basic.t
17904 ____________________________________________________________________________
17905 [  8820] By: nick                                  on 2001/02/18  13:06:16
17906         Log: Clean up a few core dumps when layers are used in unexpected ways.
17907              (Still not "right"...)
17908      Branch: perlio
17909            ! perlio.c perliol.h
17910 ____________________________________________________________________________
17911 [  8819] By: jhi                                   on 2001/02/18  02:25:55
17912         Log: Integrate change #8818 from maintperl, a FAQ nit.
17913      Branch: perl
17914           !> pod/perlfaq4.pod
17915 ____________________________________________________________________________
17916 [  8818] By: jhi                                   on 2001/02/18  02:24:50
17917         Log: FAQ nit from Chris Fedde.
17918      Branch: maint-5.6/perl
17919            ! pod/perlfaq4.pod
17920 ____________________________________________________________________________
17921 [  8817] By: nick                                  on 2001/02/17  18:20:14
17922         Log: Integrate mainline
17923      Branch: perlio
17924           +> lib/unicode/UCD.html lib/unicode/Unicode.html
17925           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
17926           +> pod/perlclib.pod
17927            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
17928            - lib/unicode/Unicode.301
17929           !> (integrate 324 files)
17930 ____________________________________________________________________________
17931 [  8816] By: jhi                                   on 2001/02/17  16:56:58
17932         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
17933      Branch: perl
17934            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17935            ! ext/Storable/Storable.xs t/lib/st-06compat.t
17936            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
17937 ____________________________________________________________________________
17938 [  8815] By: jhi                                   on 2001/02/17  16:40:07
17939         Log: Subject: [patch] -Wall
17940              From: Doug MacEachern <dougm@covalent.net>
17941              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
17942              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
17943      Branch: perl
17944            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
17945            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
17946 ____________________________________________________________________________
17947 [  8814] By: jhi                                   on 2001/02/16  19:27:18
17948         Log: Document qu better.
17949      Branch: perl
17950            ! pod/perlop.pod
17951 ____________________________________________________________________________
17952 [  8813] By: jhi                                   on 2001/02/15  13:54:37
17953         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
17954              From: Hugo <hv@crypt.compulink.co.uk>
17955              Date: Thu, 15 Feb 2001 13:39:49 +0000
17956              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
17957      Branch: perl
17958            ! toke.c
17959 ____________________________________________________________________________
17960 [  8812] By: alanbur                               on 2001/02/15  13:52:16
17961         Log: Resynchronised with parent
17962      Branch: maint-5.6/pureperl
17963            - ebcdic.c
17964           !> (integrate 36 files)
17965 ____________________________________________________________________________
17966 [  8811] By: jhi                                   on 2001/02/15  13:51:16
17967         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
17968              
17969              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
17970              From: Jan Dubois <JanD@ActiveState.com>
17971              Date: Wed, 31 Jan 2001 21:17:03 -0800
17972              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
17973              
17974              tweak change#8659 to keep it simple
17975              
17976              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
17977              From: Russ Allbery <rra@stanford.edu>
17978              Date: 14 Feb 2001 10:15:41 -0800
17979              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
17980              
17981              (8809 empty)
17982
17983              Upgrade to podlators 1.08, from Russ Allbery.
17984      Branch: perl
17985           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
17986           !> utils/perldoc.PL
17987 ____________________________________________________________________________
17988 [  8810] By: jhi                                   on 2001/02/15  13:35:08
17989         Log: Upgrade to podlators 1.08, from Russ Allbery.
17990      Branch: maint-5.6/perl
17991            ! lib/Pod/Man.pm lib/Pod/Text.pm
17992 ____________________________________________________________________________
17993 [  8809] By: jhi                                   on 2001/02/15  13:26:38
17994         Log: (accidentally empty check-in)
17995      Branch: maint-5.6/perl
17996            ! lib/Test/Harness.pm
17997 ____________________________________________________________________________
17998 [  8808] By: jhi                                   on 2001/02/15  13:23:47
17999         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
18000              From: Russ Allbery <rra@stanford.edu>
18001              Date: 14 Feb 2001 10:15:41 -0800
18002              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
18003              
18004              perldoc was hardcoding $Config{installscript}, which breaks
18005              when install* isn't where Perl ends up (such as with AFS).
18006              
18007              Use $Config{scriptdir} instead.
18008      Branch: maint-5.6/perl
18009            ! utils/perldoc.PL
18010 ____________________________________________________________________________
18011 [  8807] By: jhi                                   on 2001/02/14  14:37:27
18012         Log: Update Changes.
18013      Branch: perl
18014            ! Changes patchlevel.h
18015 ____________________________________________________________________________
18016 [  8806] By: jhi                                   on 2001/02/14  14:25:31
18017         Log: Integrate changes #8803,8804,8805 from mainline.
18018              
18019              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
18020              
18021              Don't skip too much of the locale error message if no environ array,
18022              from Chris Nandor.
18023              
18024              More MacOS Classic fixes from Chris Nandor.
18025      Branch: maint-5.6/perl
18026           !> doop.c lib/Cwd.pm perl.c perl.h util.c
18027 ____________________________________________________________________________
18028 [  8805] By: jhi                                   on 2001/02/14  03:29:01
18029         Log: More MacOS Classic fixes from Chris Nandor.
18030      Branch: perl
18031            ! doop.c lib/Cwd.pm
18032 ____________________________________________________________________________
18033 [  8804] By: jhi                                   on 2001/02/14  03:18:35
18034         Log: Don't skip too much of the locale error message if no environ array,
18035              from Chris Nandor.
18036      Branch: perl
18037            ! util.c
18038 ____________________________________________________________________________
18039 [  8803] By: jhi                                   on 2001/02/14  03:14:14
18040         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
18041      Branch: perl
18042            ! perl.c perl.h
18043 ____________________________________________________________________________
18044 [  8802] By: jhi                                   on 2001/02/13  18:31:33
18045         Log: AUTHORS update.
18046      Branch: perl
18047            ! AUTHORS
18048 ____________________________________________________________________________
18049 [  8801] By: jhi                                   on 2001/02/13  17:55:19
18050         Log: Integrate change #8792 from mainline.
18051              
18052              Subject: buncha MacPerl patches for bleadperl
18053              From: Chris Nandor <pudge@pobox.com>
18054              Date: Tue, 13 Feb 2001 00:02:43 -0500
18055              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
18056      Branch: maint-5.6/perl
18057           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18058           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
18059           !> t/lib/basename.t toke.c util.h
18060 ____________________________________________________________________________
18061 [  8800] By: jhi                                   on 2001/02/13  17:46:43
18062         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
18063              to be forced to Off_t.
18064              
18065              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
18066              From: nick@ccl4.org
18067              Date: Thu, 1 Feb 2001 12:01:04 +0000
18068              Message-Id: <20010201120103.E11401@plum.flirble.org>
18069      Branch: maint-5.6/perl
18070            ! iperlsys.h perlio.c
18071 ____________________________________________________________________________
18072 [  8799] By: jhi                                   on 2001/02/13  16:52:51
18073         Log: Duplex duplex hunk hunk.
18074      Branch: maint-5.6/perl
18075            ! Makefile.SH
18076 ____________________________________________________________________________
18077 [  8797] By: jhi                                   on 2001/02/13  14:52:04
18078         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
18079              From: "Craig A. Berry" <craigberry@mac.com>
18080              Date: Mon, 12 Feb 2001 11:05:25 -0600
18081              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
18082      Branch: perl
18083            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
18084 ____________________________________________________________________________
18085 [  8796] By: jhi                                   on 2001/02/13  14:36:47
18086         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
18087              From: simon.cozens@pembroke.oxford.ac.uk 
18088              Date: Sat, 10 Feb 2001 17:57:02 +0000
18089              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
18090              
18091              Now it does include.
18092      Branch: perl
18093            ! pod/perldiag.pod
18094 ____________________________________________________________________________
18095 [  8795] By: jhi                                   on 2001/02/13  14:30:11
18096         Log: Sort the MANIFEST.
18097      Branch: perl
18098            ! MANIFEST
18099 ____________________________________________________________________________
18100 [  8794] By: jhi                                   on 2001/02/13  14:26:51
18101         Log: Integrate change #8793 from mainline, FAQ updates.
18102      Branch: maint-5.6/perl
18103           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
18104 ____________________________________________________________________________
18105 [  8793] By: jhi                                   on 2001/02/13  14:25:13
18106         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
18107      Branch: perl
18108            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
18109 ____________________________________________________________________________
18110 [  8792] By: jhi                                   on 2001/02/13  14:22:50
18111         Log: Subject: buncha MacPerl patches for bleadperl
18112              From: Chris Nandor <pudge@pobox.com>
18113              Date: Tue, 13 Feb 2001 00:02:43 -0500
18114              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
18115      Branch: perl
18116            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
18117            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
18118            ! t/lib/basename.t toke.c util.h
18119 ____________________________________________________________________________
18120 [  8791] By: jhi                                   on 2001/02/13  14:10:39
18121         Log: Integrate change #8790 from mainline.
18122              
18123              environ array wrongly assumed in Perl_init_i18nl10n(),
18124      Branch: maint-5.6/perl
18125           !> util.c
18126 ____________________________________________________________________________
18127 [  8790] By: jhi                                   on 2001/02/13  14:06:15
18128         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
18129              noticed by Chris Nandor in MacOS Classic.
18130      Branch: perl
18131            ! util.c
18132 ____________________________________________________________________________
18133 [  8789] By: jhi                                   on 2001/02/13  13:58:07
18134         Log: Integrate changes #8373,8487,8544,8783 from mainline.
18135              
18136              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
18137              hints files, the dynaloading, assimilate ebcdic into util.c.
18138      Branch: maint-5.6/perl
18139            - ebcdic.c
18140            ! MANIFEST hints/posix-bc.sh
18141           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
18142           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
18143           !> perlapi.c proto.h util.c
18144 ____________________________________________________________________________
18145 [  8788] By: alanbur                               on 2001/02/13  10:33:13
18146         Log: Integrated changes from maint-5.6
18147      Branch: maint-5.6/pureperl
18148           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
18149           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
18150           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18151           !> vos/config.ga.h vos/configure_perl.cm
18152 ____________________________________________________________________________
18153 [  8787] By: jhi                                   on 2001/02/13  05:56:36
18154         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
18155      Branch: perl
18156           !> Makefile.SH
18157 ____________________________________________________________________________
18158 [  8786] By: jhi                                   on 2001/02/13  05:54:34
18159         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
18160              From: Dorner Thomas <Thomas.Dorner@start.de>
18161              Date: Mon, 12 Feb 2001 15:06:26 +0100
18162              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
18163      Branch: maint-5.6/perl
18164            ! Makefile.SH
18165 ____________________________________________________________________________
18166 [  8785] By: jhi                                   on 2001/02/13  05:29:04
18167         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
18168      Branch: perl
18169           !> hints/openbsd.sh
18170 ____________________________________________________________________________
18171 [  8784] By: jhi                                   on 2001/02/13  02:25:24
18172         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
18173              From: Peter Prymmer <pvhp@forte.com>
18174              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
18175              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
18176      Branch: perl
18177            ! pod/perlclib.pod
18178 ____________________________________________________________________________
18179 [  8783] By: jhi                                   on 2001/02/13  02:22:36
18180         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
18181      Branch: perl
18182            - ebcdic.c
18183            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
18184            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
18185            ! util.c
18186 ____________________________________________________________________________
18187 [  8782] By: jhi                                   on 2001/02/13  02:00:07
18188         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
18189      Branch: maint-5.6/perl
18190            ! pod/perlport.pod
18191 ____________________________________________________________________________
18192 [  8781] By: jhi                                   on 2001/02/13  01:58:44
18193         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
18194      Branch: maint-5.6/perl
18195            ! hints/openbsd.sh
18196 ____________________________________________________________________________
18197 [  8780] By: jhi                                   on 2001/02/13  01:57:33
18198         Log: Synchronize the regexp tests between maintperl and mainline.
18199      Branch: maint-5.6/perl
18200           !> t/op/re_tests
18201 ____________________________________________________________________________
18202 [  8779] By: jhi                                   on 2001/02/13  01:49:35
18203         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
18204              From: Hugo <hv@crypt.compulink.co.uk>
18205              Date: Tue, 13 Feb 2001 00:11:11 +0000
18206              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
18207      Branch: perl
18208            ! regcomp.c t/op/re_tests
18209 ____________________________________________________________________________
18210 [  8778] By: jhi                                   on 2001/02/13  00:23:10
18211         Log: Comments do not nest.
18212      Branch: perl
18213            ! perl.h
18214 ____________________________________________________________________________
18215 [  8777] By: jhi                                   on 2001/02/13  00:17:54
18216         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
18217              From: Hugo <hv@crypt.compulink.co.uk>
18218              Date: Tue, 13 Feb 2001 00:11:11 +0000
18219              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
18220      Branch: maint-5.6/perl
18221            ! regcomp.c t/op/re_tests
18222 ____________________________________________________________________________
18223 [  8776] By: jhi                                   on 2001/02/12  23:25:52
18224         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
18225      Branch: maint-5.6/perl
18226            ! pod/perlport.pod
18227 ____________________________________________________________________________
18228 [  8775] By: jhi                                   on 2001/02/12  23:04:28
18229         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
18230      Branch: maint-5.6/perl
18231            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
18232            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
18233            ! vos/configure_perl.cm
18234 ____________________________________________________________________________
18235 [  8774] By: jhi                                   on 2001/02/12  22:59:11
18236         Log: Subject: Re: [patch] context for 'U' magic functions
18237              From: Doug MacEachern <dougm@covalent.net>
18238              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
18239              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
18240              
18241              plus the suggestion by Nick Ing-Simmons to name the macro
18242              as PERL_MG_UFUNC to avoid namespace pollution, plus add
18243              the advice by Doug for XS writers to perl.h
18244      Branch: perl
18245            ! mg.c perl.h
18246 ____________________________________________________________________________
18247 [  8773] By: jhi                                   on 2001/02/11  20:14:12
18248         Log: Update Changes.
18249      Branch: perl
18250            ! Changes patchlevel.h
18251 ____________________________________________________________________________
18252 [  8772] By: jhi                                   on 2001/02/11  18:47:52
18253         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
18254              From: Simon Cozens <simon@cozens.net>
18255              Date: Wed, 31 Jan 2001 16:31:43 +0000
18256              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
18257      Branch: perl
18258            + pod/perlclib.pod
18259            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
18260            ! pod/perltoc.pod
18261 ____________________________________________________________________________
18262 [  8771] By: jhi                                   on 2001/02/11  18:36:48
18263         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
18264              
18265              Blocks-4d3.beta.txt
18266              CaseFolding-3d4.beta.txt
18267              CompositionExclusions-3d6.beta.txt
18268              EastAsianWidth-4d4.beta.txt
18269              LineBreak-6d3.beta.txt
18270              NamesList-3.1.0d1.beta.txt
18271              PropList-3.1.0d4.beta.txt
18272              SpecialCasing-4d1.beta.txt
18273              UnicodeData-3.1.0d6.beta.txt
18274      Branch: perl
18275            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
18276           +> lib/unicode/UCD.html lib/unicode/Unicode.html
18277            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
18278            - lib/unicode/Unicode.301
18279            ! (edit 257 files)
18280 ____________________________________________________________________________
18281 [  8770] By: jhi                                   on 2001/02/11  17:26:22
18282         Log: UTF-8 documentation.
18283      Branch: perl
18284            ! utf8.h
18285 ____________________________________________________________________________
18286 [  8769] By: jhi                                   on 2001/02/11  17:12:49
18287         Log: Retract #8762.
18288      Branch: perl
18289            ! regexec.c
18290 ____________________________________________________________________________
18291 [  8768] By: jhi                                   on 2001/02/11  16:54:45
18292         Log: Subject: [PATCH] Test::Harness
18293              From: andreas.koenig@anima.de (Andreas J. Koenig)
18294              Date: 11 Feb 2001 14:37:00 +0100
18295              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
18296      Branch: perl
18297            ! lib/Test/Harness.pm
18298 ____________________________________________________________________________
18299 [  8767] By: jhi                                   on 2001/02/11  16:53:52
18300         Log: Subject: [PATCH] Document makepatch in Porting/patching
18301              From: andreas.koenig@anima.de (Andreas J. Koenig)
18302              Date: 11 Feb 2001 16:46:28 +0100
18303              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
18304      Branch: perl
18305            ! Porting/patching.pod
18306 ____________________________________________________________________________
18307 [  8766] By: jhi                                   on 2001/02/11  06:30:23
18308         Log: Subject: Re: [patch] GvSHARED
18309              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
18310              From: Doug MacEachern <dougm@covalent.net>
18311              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
18312              
18313              Subject: Re: [patch] GvSHARED
18314              From: Doug MacEachern <dougm@covalent.net>
18315              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
18316              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
18317              
18318              Subject: [patch] attributes.pm support for `shared'
18319              From: Doug MacEachern <dougm@covalent.net>
18320              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
18321              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
18322              
18323              our() attributes were ignored, our :shared pieces missing,
18324              allow attributes.pm to turn on shared.
18325      Branch: perl
18326            ! op.c t/op/attrs.t toke.c xsutils.c
18327 ____________________________________________________________________________
18328 [  8765] By: alanbur                               on 2001/02/10  23:11:19
18329         Log: Resync with parent (hopefully sucessfully this time)
18330      Branch: maint-5.6/pureperl
18331           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
18332           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
18333           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18334           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
18335           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
18336           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
18337           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
18338 ____________________________________________________________________________
18339 [  8764] By: jhi                                   on 2001/02/10  22:54:38
18340         Log: Make TEST and UTEST more verbose in case something goes
18341              wrong in running/compiling a script, suggested by Doug
18342              MacEachern.
18343      Branch: perl
18344            ! t/TEST t/UTEST
18345 ____________________________________________________________________________
18346 [  8763] By: jhi                                   on 2001/02/10  22:11:34
18347         Log: Bogus shebang.
18348      Branch: perl
18349            ! t/lib/texttabs.t
18350 ____________________________________________________________________________
18351 [  8762] By: jhi                                   on 2001/02/10  21:56:02
18352         Log: (Retracted by #8769)
18353      Branch: perl
18354            ! regexec.c
18355 ____________________________________________________________________________
18356 [  8761] By: jhi                                   on 2001/02/10  21:26:15
18357         Log: Subject: Re: [patch] GvSHARED 
18358              From: Doug MacEachern <dougm@covalent.net>
18359              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
18360              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
18361              
18362              our @EXPORT : shared = (...);
18363      Branch: perl
18364            ! toke.c
18365 ____________________________________________________________________________
18366 [  8760] By: jhi                                   on 2001/02/10  21:25:07
18367         Log: Subject: [patch] GvSHARED
18368              From: Doug MacEachern <dougm@covalent.net>
18369              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
18370              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
18371      Branch: perl
18372            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
18373 ____________________________________________________________________________
18374 [  8759] By: alanbur                               on 2001/02/10  21:24:27
18375         Log: Backed out mismerge.
18376      Branch: maint-5.6/pureperl
18377            ! MANIFEST README.hpux README.vmesa gv.c installhtml
18378            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
18379            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18380            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
18381            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
18382            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
18383            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
18384 ____________________________________________________________________________
18385 [  8758] By: jhi                                   on 2001/02/10  18:01:17
18386         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
18387              
18388              Fixed UMRs and leak in Perl_pmtrans()
18389              
18390              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
18391              associated UTFied tr/// code.  Also fixed scoping leak of
18392              PL_reg_start_tmp.
18393              
18394              newATTRSUB leaks when an attempt to redefine the active sort sub is
18395              made.
18396      Branch: maint-5.6/perl
18397           !> op.c regcomp.c
18398 ____________________________________________________________________________
18399 [  8757] By: alanbur                               on 2001/02/10  17:56:46
18400         Log: Resynchronised with parent
18401      Branch: maint-5.6/pureperl
18402           +> README.bs2000
18403            - README.posix-bc
18404            ! gv.c perl.c sv.c
18405           !> MANIFEST README.hpux README.vmesa installhtml
18406           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
18407           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18408           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
18409           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
18410           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
18411           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
18412 ____________________________________________________________________________
18413 [  8756] By: alanbur                               on 2001/02/10  17:51:15
18414         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
18415              made.
18416      Branch: maint-5.6/pureperl
18417            ! op.c
18418 ____________________________________________________________________________
18419 [  8755] By: jhi                                   on 2001/02/09  22:41:35
18420         Log: Upgrade to CPAN 1.59_54, from Andreas König.
18421      Branch: perl
18422            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
18423 ____________________________________________________________________________
18424 [  8754] By: jhi                                   on 2001/02/09  22:29:20
18425         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
18426              
18427              Didn't upgrade the fill.t since it has a dependency to File::Slurp
18428              purely for debugging purposes, the actual test hasn't changed.
18429      Branch: perl
18430            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
18431            ! t/lib/textwrap.t
18432 ____________________________________________________________________________
18433 [  8753] By: jhi                                   on 2001/02/09  20:17:50
18434         Log: Integrate change #8682 from maintperl.
18435              
18436              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
18437              to work correctly.
18438      Branch: perl
18439           !> hints/irix_6.sh
18440 ____________________________________________________________________________
18441 [  8752] By: jhi                                   on 2001/02/09  20:00:46
18442         Log: Update Changes.
18443      Branch: perl
18444            ! Changes patchlevel.h
18445 ____________________________________________________________________________
18446 [  8751] By: nick                                  on 2001/02/09  19:48:37
18447         Log: Integrate mainline
18448      Branch: perlio
18449           +> README.bs2000 t/lib/cgi-esc.t
18450            - README.posix-bc
18451           !> (integrate 53 files)
18452 ____________________________________________________________________________
18453 [  8750] By: nick                                  on 2001/02/09  19:25:16
18454         Log: Subject: RE: Biannual Competition to Improve Hashing Function
18455              From: Fisher Mark <fisherm@tce.com>
18456              Date: Thu, 8 Feb 2001 10:44:00 -0500
18457              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
18458              Date: Thu, 8 Feb 2001 15:02:47 -0500
18459              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
18460      Branch: perl
18461            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
18462 ____________________________________________________________________________
18463 [  8749] By: jhi                                   on 2001/02/09  19:02:35
18464         Log: Forgotten fragment.
18465      Branch: perl
18466            ! pod/perlapi.pod
18467 ____________________________________________________________________________
18468 [  8748] By: jhi                                   on 2001/02/09  18:31:34
18469         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
18470              plus manual tweakage.
18471              
18472              Sync the perlfaq2 between mainline and maintperl.
18473      Branch: maint-5.6/perl
18474            ! pod/perlfaq2.pod
18475      Branch: perl
18476           !> pod/perlfaq2.pod
18477 ____________________________________________________________________________
18478 [  8747] By: jhi                                   on 2001/02/09  18:12:04
18479         Log: Subject: versiononly and installperl
18480              From: abigail@foad.org
18481              Date: Wed, 7 Feb 2001 22:43:12 +0100
18482              Message-ID: <20010207214312.7045.qmail@foad.org>    
18483              
18484              Add +v flag to force a normal install of the perl binary
18485              and the utilities.
18486              
18487              Subject: [PATCH] installperl
18488              From: Nicholas Clark <nick@ccl4.org>
18489              Date: Fri, 9 Feb 2001 16:28:57 +0000
18490              Message-ID: <20010209162857.B10931@plum.flirble.org>
18491              
18492              Add -A flag which also hardlinks the binary with
18493              the full architecture name.
18494      Branch: perl
18495            ! installperl
18496 ____________________________________________________________________________
18497 [  8746] By: jhi                                   on 2001/02/09  18:03:43
18498         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
18499              
18500              Subject: perlfaq2, re: perlmongers
18501              
18502              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
18503              
18504              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
18505              
18506              Subject: [ID 20010205.001] typo in perlfaq9
18507              
18508              Subject: [ID 20010208.002] unordered explanation in perlcall
18509      Branch: maint-5.6/perl
18510           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
18511           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
18512           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
18513 ____________________________________________________________________________
18514 [  8745] By: jhi                                   on 2001/02/09  17:59:09
18515         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
18516              From: abela@geneanet.org
18517              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
18518              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
18519      Branch: perl
18520            ! pod/perlcall.pod
18521 ____________________________________________________________________________
18522 [  8744] By: jhi                                   on 2001/02/09  17:48:16
18523         Log: Subject: [ID 20010205.001] typo in perlfaq9
18524              From: eserte@vran.herceg.de
18525              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
18526              Message-Id: <200102042244.XAA21926@vran.herceg.de>
18527      Branch: perl
18528            ! pod/perlfaq9.pod
18529 ____________________________________________________________________________
18530 [  8743] By: jhi                                   on 2001/02/09  17:25:12
18531         Log: Integrate change #8695 from maintperl.
18532              
18533              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
18534      Branch: perl
18535           !> thread.h
18536 ____________________________________________________________________________
18537 [  8742] By: jhi                                   on 2001/02/09  17:21:22
18538         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
18539              From: Andy Dougherty <doughera@lafayette.edu>
18540              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
18541              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
18542      Branch: perl
18543            ! embed.pl
18544 ____________________________________________________________________________
18545 [  8741] By: jhi                                   on 2001/02/09  17:05:19
18546         Log: Integrate changes #8738,8739,8740 from maintperl.
18547              
18548              Html files will be installed in a more logical and easier to
18549              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
18550              
18551              Html files will be generated with a header to make them look
18552              a little less bare.
18553              
18554              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
18555      Branch: perl
18556           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
18557 ____________________________________________________________________________
18558 [  8740] By: jhi                                   on 2001/02/09  17:03:46
18559         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
18560              From: "Brendan O'Dea" <bod@compusol.com.au>
18561              Date: Sun, 4 Feb 2001 11:17:56 +1100
18562              Message-ID: <20010204111756.A16301@compusol.com.au>
18563      Branch: maint-5.6/perl
18564            ! pod/perlfaq3.pod
18565 ____________________________________________________________________________
18566 [  8739] By: jhi                                   on 2001/02/09  17:01:59
18567         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
18568              From: "Indy Singh" <indy@nusphere.com>
18569              Date: Fri, 2 Feb 2001 15:09:59 -0500
18570              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
18571              
18572              Html files will be generated with a header to make them look
18573              a little less bare.
18574      Branch: maint-5.6/perl
18575            ! installhtml
18576 ____________________________________________________________________________
18577 [  8738] By: jhi                                   on 2001/02/09  16:58:48
18578         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
18579              From: "Indy Singh" <indy@nusphere.com>
18580              Date: Fri, 2 Feb 2001 15:08:23 -0500
18581              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
18582              
18583              Html files will be installed in a more logical and easier to
18584              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
18585      Branch: maint-5.6/perl
18586            ! win32/Makefile win32/makefile.mk
18587 ____________________________________________________________________________
18588 [  8737] By: jhi                                   on 2001/02/09  16:46:54
18589         Log: Integrate changes #8687,8736 from maintperl.
18590              
18591              HP-UX thread patches from Merijn H. Brand.
18592              
18593              Latin nit from Philip Newton.
18594      Branch: perl
18595           !> README.hpux hints/hpux.sh
18596 ____________________________________________________________________________
18597 [  8736] By: jhi                                   on 2001/02/09  16:42:31
18598         Log: Latin nit from Philip Newton.
18599      Branch: maint-5.6/perl
18600            ! README.hpux
18601 ____________________________________________________________________________
18602 [  8735] By: jhi                                   on 2001/02/09  16:24:03
18603         Log: Integrate changes #8704,8710 from pureperl.
18604              
18605              Fixed UMRs and leak in Perl_pmtrans()
18606              
18607              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
18608              associated UTFied tr/// code.  Also fixed scoping leak of
18609              PL_reg_start_tmp.
18610      Branch: perl
18611           !> op.c regcomp.c
18612 ____________________________________________________________________________
18613 [  8734] By: jhi                                   on 2001/02/09  15:40:21
18614         Log: Integrate change #8733 from maintperl.
18615              
18616              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
18617      Branch: perl
18618           !> pod/perlre.pod
18619 ____________________________________________________________________________
18620 [  8733] By: jhi                                   on 2001/02/09  15:35:47
18621         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
18622              From: Prymmer/Kahn <pvhp@best.com>
18623              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
18624              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
18625      Branch: maint-5.6/perl
18626            ! pod/perlre.pod
18627 ____________________________________________________________________________
18628 [  8732] By: jhi                                   on 2001/02/09  15:26:17
18629         Log: Rename README.posix-bc to README.bs2000 (to avoid the
18630              confusion of a "perlposix-bc.pod"), add a few missing
18631              arch pods, regen toc.
18632      Branch: maint-5.6/perl
18633           +> README.bs2000
18634            - README.posix-bc
18635            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18636            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18637 ____________________________________________________________________________
18638 [  8731] By: jhi                                   on 2001/02/09  15:23:39
18639         Log: De-cut-and-pasto.
18640      Branch: perl
18641            ! pod/perl.pod
18642 ____________________________________________________________________________
18643 [  8730] By: jhi                                   on 2001/02/09  15:11:13
18644         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
18645              when people think that perlposix-bc.pod tells anything about
18646              Perl and POSIX.  Regen toc.
18647      Branch: perl
18648           +> README.bs2000
18649            - README.posix-bc
18650            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
18651            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18652 ____________________________________________________________________________
18653 [  8729] By: jhi                                   on 2001/02/09  14:52:28
18654         Log: The README.vmesa part of #8712 from maintperl.
18655      Branch: perl
18656            ! README.vmesa
18657 ____________________________________________________________________________
18658 [  8728] By: jhi                                   on 2001/02/09  14:46:06
18659         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
18660              From: Peter Prymmer <pvhp@forte.com>
18661              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
18662              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
18663      Branch: maint-5.6/perl
18664            ! README.vmesa win32/Makefile win32/makefile.mk
18665 ____________________________________________________________________________
18666 [  8727] By: jhi                                   on 2001/02/09  14:33:25
18667         Log: Integrate change #8712 from mainline.
18668              
18669              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
18670      Branch: maint-5.6/perl
18671           !> lib/Pod/Find.pm
18672 ____________________________________________________________________________
18673 [  8726] By: jhi                                   on 2001/02/09  14:30:28
18674         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
18675              From: Peter Prymmer <pvhp@forte.com>
18676              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
18677              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
18678      Branch: perl
18679            + t/lib/cgi-esc.t
18680            ! MANIFEST lib/CGI/Util.pm
18681 ____________________________________________________________________________
18682 [  8725] By: jhi                                   on 2001/02/09  04:56:47
18683         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
18684      Branch: maint-5.6/perl
18685            ! pod/perlport.pod
18686 ____________________________________________________________________________
18687 [  8724] By: jhi                                   on 2001/02/09  04:40:59
18688         Log: Integrate changes 7819,7820 from vmsperl into mainline.
18689              
18690              Add header for LIB$ prototypes (C. Berry)
18691              
18692              Convert fwrite()s to sockets to write()s, since some socket stacks
18693              don't take kindly to stdio.
18694              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
18695              (for often optional LNMs)
18696              Correct a few typos
18697              (C. Bailey)
18698      Branch: perl
18699           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
18700 ____________________________________________________________________________
18701 [  8723] By: jhi                                   on 2001/02/09  03:29:29
18702         Log: Integrate change #8722 from mainline.
18703              
18704              The Im() function wasn't returning zero for non-Math::Complex
18705              arguments.  The bug reported by John Gamble.
18706      Branch: maint-5.6/perl
18707           !> lib/Math/Complex.pm
18708 ____________________________________________________________________________
18709 [  8722] By: jhi                                   on 2001/02/09  03:28:33
18710         Log: The Im() function wasn't returning zero for non-Math::Complex
18711              arguments.  The bug reported by John Gamble.
18712      Branch: perl
18713            ! lib/Math/Complex.pm
18714 ____________________________________________________________________________
18715 [  8721] By: nick                                  on 2001/02/08  22:11:35
18716         Log: Correct the correction :-(
18717      Branch: perl
18718            ! perl.c
18719 ____________________________________________________________________________
18720 [  8720] By: bailey                                on 2001/02/08  20:59:22
18721         Log: Convert frwite()s to sockets to write()s, since some socket stacks
18722              don't take kindly to stdio.
18723              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
18724              (for often optional LNMs)
18725              Correct a few typos
18726              (C. Bailey)
18727      Branch: vmsperl
18728            ! vms/vms.c vms/vmsish.h
18729 ____________________________________________________________________________
18730 [  8719] By: bailey                                on 2001/02/08  20:51:02
18731         Log: Add header for LIB$ prototypes (C. Berry)
18732      Branch: vmsperl
18733            ! ext/Devel/DProf/DProf.xs
18734 ____________________________________________________________________________
18735 [  8718] By: bailey                                on 2001/02/08  20:49:00
18736         Log: SYN SYN
18737      Branch: vmsperl
18738           +> pod/perliol.pod t/lib/sample-tests/bailout
18739           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
18740           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
18741           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
18742           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
18743           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
18744           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
18745            - lib/unicode/Is/DCinital.pl
18746           !> (integrate 101 files)
18747 ____________________________________________________________________________
18748 [  8717] By: nick                                  on 2001/02/08  19:38:48
18749         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
18750              From: Robin Barker <rmb1@cise.npl.co.uk>
18751              Date: Thu, 8 Feb 2001 14:38:07 GMT
18752              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
18753      Branch: perl
18754            ! lib/CPAN.pm
18755 ____________________________________________________________________________
18756 [  8716] By: nick                                  on 2001/02/08  19:29:07
18757         Log: Generated files form 8713 etc.
18758      Branch: perl
18759            ! embed.h global.sym objXSUB.h perlapi.c proto.h
18760 ____________________________________________________________________________
18761 [  8715] By: nick                                  on 2001/02/08  19:26:08
18762         Log: Fixup non-ithread build after 8713
18763      Branch: perl
18764            ! perl.c
18765 ____________________________________________________________________________
18766 [  8714] By: nick                                  on 2001/02/08  19:17:45
18767         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
18768              From: nick@ccl4.org
18769              Date: Wed, 7 Feb 2001 00:27:47 +0000
18770              Message-Id: <20010207002747.B63724@plum.flirble.org>
18771      Branch: perl
18772            ! sv.c toke.c
18773 ____________________________________________________________________________
18774 [  8713] By: nick                                  on 2001/02/08  19:15:58
18775         Log: Subject: Re: [patch] Re: PL_ptr_table
18776              From: Doug Maceachern <dougm@covalent.net>
18777              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
18778              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
18779      Branch: perl
18780            ! embed.pl perl.c sv.c sv.h
18781 ____________________________________________________________________________
18782 [  8712] By: nick                                  on 2001/02/08  19:12:47
18783         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
18784              From: Peter Prymmer <pvhp@forte.com>
18785              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
18786              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
18787      Branch: perl
18788            ! lib/Pod/Find.pm
18789 ____________________________________________________________________________
18790 [  8711] By: nick                                  on 2001/02/07  21:06:11
18791         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
18792              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
18793              From: Alan Burlison <Alan.Burlison@uk.sun.com>
18794              Date: Tue, 06 Feb 2001 23:37:01 +0000
18795              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
18796      Branch: perl
18797            ! regcomp.c
18798 ____________________________________________________________________________
18799 [  8710] By: alanbur                               on 2001/02/07  00:22:04
18800         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
18801              associated UTFied tr/// code.  Also fixed scoping leak of
18802              PL_reg_start_tmp.
18803      Branch: maint-5.6/pureperl
18804            ! op.c regcomp.c
18805 ____________________________________________________________________________
18806 [  8709] By: nick                                  on 2001/02/06  21:16:49
18807         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
18808              From: Michael G Schwern <schwern@pobox.com>
18809              Date: Sun, 4 Feb 2001 19:47:14 -0500
18810              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
18811      Branch: perl
18812            ! pod/perlapi.pod pod/perlmodlib.PL
18813 ____________________________________________________________________________
18814 [  8708] By: nick                                  on 2001/02/06  20:41:20
18815         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
18816              From: Michael G Schwern <schwern@pobox.com>
18817              Date: Sun, 4 Feb 2001 21:17:49 -0500
18818              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
18819      Branch: perl
18820            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
18821            ! pod/perltootc.pod
18822 ____________________________________________________________________________
18823 [  8707] By: nick                                  on 2001/02/06  20:29:11
18824         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
18825              From: Michael G Schwern <schwern@pobox.com>
18826              Date: Tue, 6 Feb 2001 05:54:30 -0500
18827              Message-Id: <20010206055430.A951@blackrider.aocn.com>
18828      Branch: perl
18829            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
18830 ____________________________________________________________________________
18831 [  8706] By: nick                                  on 2001/02/06  20:21:40
18832         Log: Subject: RE: some win32 fixes
18833              Date: Tue, 6 Feb 2001 09:23:20 +0300
18834              From: Vadim Konovalov <vkonovalov@lucent.com>
18835              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
18836      Branch: perl
18837            ! toke.c win32/Makefile win32/config.bc win32/config.gc
18838            ! win32/config.vc win32/config_H.bc win32/makefile.mk
18839 ____________________________________________________________________________
18840 [  8705] By: alanbur                               on 2001/02/06  15:00:03
18841         Log: Synchronised with parent
18842      Branch: maint-5.6/pureperl
18843            ! regexec.c
18844           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
18845           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
18846 ____________________________________________________________________________
18847 [  8704] By: alanbur                               on 2001/02/06  14:55:24
18848         Log: Fixed UMRs and leak in Perl_pmtrans()
18849      Branch: maint-5.6/pureperl
18850            ! op.c
18851 ____________________________________________________________________________
18852 [  8703] By: gsar                                  on 2001/02/06  02:29:37
18853         Log: $(MAKE) distclean doesn't clean up properly on windows
18854      Branch: maint-5.6/perl
18855            ! win32/Makefile win32/makefile.mk
18856 ____________________________________________________________________________
18857 [  8702] By: gsar                                  on 2001/02/06  01:00:46
18858         Log: tweak change#8659 to keep it simple
18859      Branch: maint-5.6/perl
18860            ! utils/perldoc.PL
18861 ____________________________________________________________________________
18862 [  8701] By: gsar                                  on 2001/02/05  22:45:41
18863         Log: change#8693 was missing testsuite changes
18864      Branch: maint-5.6/perl
18865           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
18866 ____________________________________________________________________________
18867 [  8700] By: nick                                  on 2001/02/05  20:32:52
18868         Log: Integrate mainline
18869      Branch: perlio
18870           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
18871           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
18872           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
18873           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
18874           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
18875           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
18876           +> t/lib/test-harness.t
18877           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
18878           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
18879           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
18880           !> pod/perlutil.pod t/TEST utils/h2xs.PL
18881 ____________________________________________________________________________
18882 [  8699] By: nick                                  on 2001/02/05  19:41:07
18883         Log: Subject: perlfaq2, re: perlmongers
18884              From: David H. Adler <dha@panix.com>
18885              Date: Sun, 4 Feb 2001 23:48:23 -0500
18886              Message-Id: <20010204234823.A13429@panix.com>
18887      Branch: perl
18888            ! pod/perlfaq2.pod
18889 ____________________________________________________________________________
18890 [  8698] By: nick                                  on 2001/02/05  19:39:31
18891         Log: Missed file f#rom the testharness mess.
18892      Branch: perl
18893            + t/lib/test-harness.t
18894 ____________________________________________________________________________
18895 [  8697] By: nick                                  on 2001/02/05  19:37:21
18896         Log: Subject: [DOC PATCH] overload.pm nits
18897              From: John Tobey <jtobey@john-edwin-tobey.org>
18898              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
18899              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
18900      Branch: perl
18901            ! lib/overload.pm
18902 ____________________________________________________________________________
18903 [  8696] By: alanbur                               on 2001/02/05  11:56:00
18904         Log: Sync with parent
18905      Branch: maint-5.6/pureperl
18906           !> thread.h
18907 ____________________________________________________________________________
18908 [  8695] By: gsar                                  on 2001/02/05  03:27:34
18909         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
18910      Branch: maint-5.6/perl
18911            ! thread.h
18912 ____________________________________________________________________________
18913 [  8694] By: alanbur                               on 2001/02/05  00:07:47
18914         Log: Initial branch creation from //depot/maint-5.6/perl
18915      Branch: maint-5.6/pureperl
18916           +> (branch 1719 files)
18917 ____________________________________________________________________________
18918 [  8693] By: gsar                                  on 2001/02/04  22:38:49
18919         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
18920              changes)
18921      Branch: maint-5.6/perl
18922           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
18923           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
18924           !> ext/DB_File/version.c
18925 ____________________________________________________________________________
18926 [  8692] By: nick                                  on 2001/02/04  18:15:57
18927         Log: The missed t/TEST part of the grand testharness upgrade.
18928      Branch: perl
18929            ! t/TEST
18930 ____________________________________________________________________________
18931 [  8691] By: nick                                  on 2001/02/04  18:05:17
18932         Log: New improved test harness
18933              Subject: Re: [PATCH Test::Harness] Third time's a charm?
18934              From: Michael G Schwern <schwern@pobox.com>
18935              Date: Sun, 4 Feb 2001 08:01:20 -0500
18936              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
18937      Branch: perl
18938            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
18939            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
18940            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
18941            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
18942            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
18943            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
18944            ! MANIFEST lib/Test/Harness.pm
18945 ____________________________________________________________________________
18946 [  8690] By: nick                                  on 2001/02/04  17:57:51
18947         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
18948              From: Jonathan Stowe <gellyfish@gellyfish.com>
18949              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
18950              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
18951      Branch: perl
18952            ! utils/h2xs.PL
18953 ____________________________________________________________________________
18954 [  8689] By: nick                                  on 2001/02/04  17:55:24
18955         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
18956              From: Michael G Schwern <schwern@pobox.com>
18957              Date: Sat, 3 Feb 2001 22:46:38 -0500
18958              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
18959      Branch: perl
18960            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
18961            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
18962 ____________________________________________________________________________
18963 [  8688] By: nick                                  on 2001/02/04  17:43:55
18964         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
18965              length byfailing to spot lack of closing )
18966              From: nick@talking.bollo.cx
18967              Date: Sat, 03 Feb 2001 23:53:16 +0000
18968              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
18969      Branch: perl
18970            ! perlio.c pod/perldiag.pod
18971 ____________________________________________________________________________
18972 [  8687] By: jhi                                   on 2001/02/03  17:11:42
18973         Log: HP-UX thread patches from Merijn H. Brand.
18974      Branch: maint-5.6/perl
18975            ! README.hpux hints/hpux.sh
18976 ____________________________________________________________________________
18977 [  8686] By: jhi                                   on 2001/02/03  16:40:12
18978         Log: Metaconfig changes for #8685.
18979      Branch: metaconfig
18980            ! U/installdirs/instubperl.U
18981      Branch: metaconfig/U/perl
18982            ! Devel.U versiononly.U
18983 ____________________________________________________________________________
18984 [  8685] By: jhi                                   on 2001/02/03  16:39:49
18985         Log: For -Dusedevel builds turn off installusrbinperl and turn on
18986              versiononly, a combined idea of Richard Soderberg and Merijn
18987              H. Brand.  You can still override both of these from the command
18988              line if you need to, -Dinstallusrbinperl and -Uversiononly.
18989      Branch: perl
18990            ! Configure
18991 ____________________________________________________________________________
18992 [  8684] By: jhi                                   on 2001/02/03  16:16:34
18993         Log: Metaconfig unit fix for #8683.
18994      Branch: metaconfig
18995            ! U/compline/nblock_io.U
18996 ____________________________________________________________________________
18997 [  8683] By: jhi                                   on 2001/02/03  16:16:12
18998         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
18999              reported by Peter Prymmer for 5.6-TRIAL1.
19000      Branch: perl
19001            ! Configure
19002 ____________________________________________________________________________
19003 [  8682] By: jhi                                   on 2001/02/03  05:52:11
19004         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
19005              to work correctly.
19006      Branch: maint-5.6/perl
19007            ! hints/irix_6.sh
19008 ____________________________________________________________________________
19009 [  8681] By: jhi                                   on 2001/02/03  05:47:33
19010         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
19011      Branch: maint-5.6/perl
19012            ! pod/perlport.pod
19013 ____________________________________________________________________________
19014 [  8680] By: jhi                                   on 2001/02/02  21:39:49
19015         Log: perlport update from Peter Prymmer.
19016      Branch: maint-5.6/perl
19017            ! pod/perlport.pod
19018 ____________________________________________________________________________
19019 [  8679] By: nick                                  on 2001/02/02  20:50:48
19020         Log: Integrate mainline
19021      Branch: perlio
19022           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
19023           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
19024           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
19025 ____________________________________________________________________________
19026 [  8678] By: gsar                                  on 2001/02/02  16:02:12
19027         Log: note about bincompat, slightly modified (from Lupe Christoph)
19028      Branch: maint-5.6/perl
19029            ! README.solaris
19030 ____________________________________________________________________________
19031 [  8677] By: jhi                                   on 2001/02/02  15:46:20
19032         Log: Supported platforms updates.
19033      Branch: maint-5.6/perl
19034            ! pod/perlport.pod
19035 ____________________________________________________________________________
19036 [  8676] By: jhi                                   on 2001/02/02  03:41:26
19037         Log: A couple more perlfaq2 tweaks.
19038      Branch: maint-5.6/perl
19039            ! pod/perlfaq2.pod
19040 ____________________________________________________________________________
19041 [  8675] By: jhi                                   on 2001/02/02  03:17:44
19042         Log: Misedit in #8661.
19043      Branch: maint-5.6/perl
19044            ! Configure
19045 ____________________________________________________________________________
19046 [  8674] By: jhi                                   on 2001/02/02  03:14:38
19047         Log: Damien again.
19048      Branch: maint-5.6/perl
19049            ! pod/perlfaq2.pod
19050 ____________________________________________________________________________
19051 [  8673] By: jhi                                   on 2001/02/02  03:12:40
19052         Log: perlfaq update from Elaine Ashton.
19053      Branch: maint-5.6/perl
19054            ! pod/perlfaq2.pod
19055 ____________________________________________________________________________
19056 [  8672] By: jhi                                   on 2001/02/02  03:07:08
19057         Log: UTF-8 s/// patch from Inaba Hiroto.
19058      Branch: maint-5.6/perl
19059            ! pp_ctl.c pp_hot.c
19060 ____________________________________________________________________________
19061 [  8671] By: jhi                                   on 2001/02/01  22:34:31
19062         Log: Update Changes.
19063      Branch: perl
19064            ! Changes patchlevel.h
19065 ____________________________________________________________________________
19066 [  8670] By: jhi                                   on 2001/02/01  22:15:29
19067         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
19068              from maintperl.
19069              
19070              Upgrade to Getopt::Long 2.25, from Johan Vromans.
19071              
19072              more files need to be writable in the source distribution
19073              
19074              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
19075              
19076              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
19077              
19078              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
19079              
19080              Allow the float to be fuzzier.
19081              
19082              need to use INT2PTR instead of a straight cast or ia64 fails
19083              
19084              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
19085              
19086              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
19087      Branch: perl
19088           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
19089           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
19090           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
19091 ____________________________________________________________________________
19092 [  8669] By: jhi                                   on 2001/02/01  21:57:02
19093         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
19094              From: Robin Barker <rmb1@cise.npl.co.uk>
19095              Date: Thu, 1 Feb 2001 16:59:05 GMT
19096              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
19097      Branch: maint-5.6/perl
19098            ! pod/perlmodlib.PL
19099 ____________________________________________________________________________
19100 [  8668] By: nick                                  on 2001/02/01  19:41:40
19101         Log: Integrate mainline
19102      Branch: perlio
19103           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
19104           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
19105           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
19106 ____________________________________________________________________________
19107 [  8667] By: gsar                                  on 2001/02/01  16:59:11
19108         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
19109      Branch: maint-5.6/perl
19110            ! embed.pl embedvar.h
19111 ____________________________________________________________________________
19112 [  8666] By: gsar                                  on 2001/02/01  16:34:51
19113         Log: add missing entries to win32/config.?c
19114      Branch: maint-5.6/perl
19115            ! win32/config.bc win32/config.gc win32/config.vc
19116            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
19117 ____________________________________________________________________________
19118 [  8665] By: jhi                                   on 2001/02/01  14:58:51
19119         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
19120              From: "Stephen P. Potter" <spp@spotter.yi.org>
19121              Date: Thu, 01 Feb 2001 10:45:46 -0500
19122              Message-Id: <200102011545.KAA31479@spotter.yi.org>
19123      Branch: maint-5.6/perl
19124            ! pod/perlfunc.pod
19125 ____________________________________________________________________________
19126 [  8664] By: gsar                                  on 2001/02/01  14:52:37
19127         Log: need to use INT2PTR instead of a straight cast or ia64 fails
19128              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
19129      Branch: maint-5.6/perl
19130            ! ext/POSIX/POSIX.xs
19131 ____________________________________________________________________________
19132 [  8663] By: jhi                                   on 2001/02/01  14:09:13
19133         Log: Allow the float to be fuzzier.
19134      Branch: maint-5.6/perl
19135            ! t/lib/peek.t
19136 ____________________________________________________________________________
19137 [  8662] By: jhi                                   on 2001/02/01  13:59:00
19138         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
19139              From: Robin Barker <rmb1@cise.npl.co.uk>
19140              Date: Thu, 1 Feb 2001 13:05:39 GMT
19141              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
19142      Branch: maint-5.6/perl
19143            ! pod/perlmodlib.pod
19144 ____________________________________________________________________________
19145 [  8661] By: jhi                                   on 2001/02/01  13:57:38
19146         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
19147              Date: Thu, 01 Feb 2001 14:15:41 +0100
19148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
19149              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
19150              
19151              Have the $ccflags in the gcc version test (strange, this change
19152              is claimed to be have been integrated already)
19153      Branch: maint-5.6/perl
19154            ! Configure
19155 ____________________________________________________________________________
19156 [  8660] By: jhi                                   on 2001/02/01  13:44:10
19157         Log: Integrate changes #7950,7964,7962 from mainline.
19158              
19159              Find the stdchar signedness using cpp, should fix some of
19160              the Solaris compiler warnings reported by Alan Burlison.
19161      Branch: maint-5.6/perl
19162           !> Configure config_h.SH
19163 ____________________________________________________________________________
19164 [  8659] By: jhi                                   on 2001/02/01  05:35:32
19165         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
19166              From: Jan Dubois <JanD@ActiveState.com>
19167              Date: Wed, 31 Jan 2001 21:17:03 -0800
19168              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
19169      Branch: maint-5.6/perl
19170            ! utils/perldoc.PL
19171 ____________________________________________________________________________
19172 [  8658] By: jhi                                   on 2001/02/01  04:33:17
19173         Log: Integrate the README.os390 and README.posix-bc parts of mainline
19174              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
19175              installperl parts were taken care of by #8657.)
19176      Branch: maint-5.6/perl
19177           !> README.os390 README.posix-bc
19178 ____________________________________________________________________________
19179 [  8657] By: jhi                                   on 2001/02/01  04:29:21
19180         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
19181              From: Peter Prymmer <pvhp@forte.com>
19182              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
19183              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
19184      Branch: maint-5.6/perl
19185            + ext/DynaLoader/dl_dllload.xs
19186            ! MANIFEST Makefile.SH hints/os390.sh installperl
19187 ____________________________________________________________________________
19188 [  8656] By: jhi                                   on 2001/02/01  04:25:45
19189         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
19190              From: Peter Prymmer <pvhp@forte.com>
19191              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
19192              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
19193      Branch: maint-5.6/perl
19194            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
19195 ____________________________________________________________________________
19196 [  8655] By: jhi                                   on 2001/02/01  04:14:47
19197         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
19198              From: troc@netrus.net
19199              Date: Wed, 31 Jan 2001 22:31:26 -0500
19200              Message-Id: <200102010331.WAA117.85@rocco.homenet>
19201      Branch: maint-5.6/perl
19202            ! os2/os2.c
19203 ____________________________________________________________________________
19204 [  8654] By: jhi                                   on 2001/02/01  04:12:52
19205         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
19206              as reported by Alan Burlison.
19207      Branch: maint-5.6/perl
19208            ! pp.h
19209 ____________________________________________________________________________
19210 [  8653] By: jhi                                   on 2001/02/01  04:05:12
19211         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
19212              From: dsugalski@northernlight.com
19213              Date: Wed, 31 Jan 2001 18:54:11 -0500
19214              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
19215      Branch: maint-5.6/perl
19216            ! configure.com
19217 ____________________________________________________________________________
19218 [  8652] By: jhi                                   on 2001/02/01  04:03:11
19219         Log: Misplaced #endif.
19220              
19221              Subject: [perl-5-6-1-trial2] patches for EPOC
19222              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19223              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
19224              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
19225      Branch: maint-5.6/perl
19226            ! epoc/epocish.c
19227 ____________________________________________________________________________
19228 [  8651] By: jhi                                   on 2001/02/01  04:00:25
19229         Log: Integrate changes #8647,8648,8650 from mainline.
19230              
19231              Macrofy a magic UTF-8 test.
19232              
19233              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
19234              
19235              Watch out for cross compiling for EPOC (usually done on linux).
19236      Branch: maint-5.6/perl
19237           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
19238 ____________________________________________________________________________
19239 [  8650] By: jhi                                   on 2001/02/01  03:56:20
19240         Log: Watch out for cross compiling for EPOC (usually done on linux)
19241              
19242              Subject: [perl-5-6-1-trial2] patches for EPOC
19243              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19244              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
19245              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
19246      Branch: perl
19247            ! ext/Errno/Errno_pm.PL
19248 ____________________________________________________________________________
19249 [  8649] By: gsar                                  on 2001/02/01  00:46:00
19250         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
19251      Branch: maint-5.6/perl
19252            ! sv.c
19253 ____________________________________________________________________________
19254 [  8648] By: jhi                                   on 2001/01/31  23:35:36
19255         Log: All the uses of PL_numeric_radix must be protected by
19256              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
19257              
19258              Subject: [perl-5-6-1-trial2] patches for EPOC
19259              From: Olaf Flebbe <O.Flebbe@science-computing.de>
19260              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
19261              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
19262      Branch: perl
19263            ! sv.c
19264 ____________________________________________________________________________
19265 [  8647] By: jhi                                   on 2001/01/31  22:56:16
19266         Log: Macrofy a magic UTF-8 test.
19267      Branch: perl
19268            ! utf8.c utf8.h
19269 ____________________________________________________________________________
19270 [  8646] By: gsar                                  on 2001/01/31  15:55:12
19271         Log: update Changes
19272      Branch: maint-5.6/perl
19273            ! Changes
19274 ____________________________________________________________________________
19275 [  8645] By: gsar                                  on 2001/01/31  15:10:14
19276         Log: Configure tweak suggested by Peter Prymmer
19277      Branch: maint-5.6/perl
19278            ! Configure
19279 ____________________________________________________________________________
19280 [  8644] By: gsar                                  on 2001/01/31  15:06:32
19281         Log: more files need to be writable in the source distribution
19282      Branch: maint-5.6/perl
19283            ! Porting/makerel
19284 ____________________________________________________________________________
19285 [  8643] By: jhi                                   on 2001/01/31  14:59:46
19286         Log: Integrate changes #8258,8278,8279 from mainline.
19287              
19288              Make the large file tests more robust/talkative.
19289      Branch: maint-5.6/perl
19290           !> t/lib/syslfs.t t/op/lfs.t
19291 ____________________________________________________________________________
19292 [  8642] By: gsar                                  on 2001/01/31  14:53:48
19293         Log: integrate changes#8311,8334 from mainline
19294              
19295              Add a new MakeMaker variable PM_FILTER that defines a Unix
19296              filter to be run on each .pm during the pm_to_blib() phase,
19297              a fixed version of
19298              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
19299              
19300              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
19301              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
19302              accurate reading of the "atime".  
19303      Branch: maint-5.6/perl
19304           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
19305           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
19306           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
19307 ____________________________________________________________________________
19308 [  8641] By: jhi                                   on 2001/01/31  14:46:37
19309         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
19310      Branch: maint-5.6/perl
19311            ! lib/Getopt/Long.pm
19312 ____________________________________________________________________________
19313 [  8640] By: gsar                                  on 2001/01/31  14:40:24
19314         Log: make regen_all
19315      Branch: maint-5.6/perl
19316            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
19317 ____________________________________________________________________________
19318 [  8639] By: gsar                                  on 2001/01/31  14:37:25
19319         Log: refresh windows config files
19320      Branch: maint-5.6/perl
19321            ! win32/Makefile win32/config_H.bc win32/config_H.gc
19322            ! win32/config_H.vc win32/makefile.mk
19323 ____________________________________________________________________________
19324 [  8638] By: gsar                                  on 2001/01/31  14:28:10
19325         Log: makefile tweaks for windows: introduce a bulk-switch to enable
19326              same options as ActivePerl; sync changes with makefile.mk
19327      Branch: maint-5.6/perl
19328            ! win32/Makefile win32/makefile.mk
19329 ____________________________________________________________________________
19330 [  8637] By: jhi                                   on 2001/01/31  04:41:30
19331         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
19332              From: Nicholas Clark <nick@ccl4.org>
19333              Date: Tue, 30 Jan 2001 19:51:05 +0000
19334              Message-ID: <20010130195105.R76607@plum.flirble.org> 
19335              
19336              op/inc cure.
19337      Branch: perl
19338            ! pp.c pp.h pp_hot.c t/op/arith.t
19339 ____________________________________________________________________________
19340 [  8636] By: jhi                                   on 2001/01/31  02:38:32
19341         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
19342              no perlio],8257,8380,8479,8515 from mainline.
19343              
19344              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
19345              
19346              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
19347              Subject: [PATCH perl@8133] fix-up for VMS extensions
19348              
19349              In VMS embedded perls couldn't access the statically built Socket.
19350              
19351              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
19352              
19353              Further VMS piping fixes from Charles Lane.
19354              
19355              Subject:  [PATCH] make t/op/misc.t work on VMS
19356              
19357              Add tracing for debugging extensions builds in VMS.
19358              
19359              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
19360      Branch: maint-5.6/perl
19361           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
19362           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
19363           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
19364 ____________________________________________________________________________
19365 [  8635] By: jhi                                   on 2001/01/31  01:46:41
19366         Log: Integrate change #7732 from mainline.
19367              
19368              Sparc 64-bit pack() fix from Jens Hamisch.
19369      Branch: maint-5.6/perl
19370           !> pp.c
19371 ____________________________________________________________________________
19372 [  8634] By: jhi                                   on 2001/01/31  01:41:16
19373         Log: One spot missing from #8626.
19374      Branch: maint-5.6/perl
19375            ! sv.c
19376 ____________________________________________________________________________
19377 [  8633] By: jhi                                   on 2001/01/31  00:49:17
19378         Log: Integrate change #7495 from mainline.
19379              
19380              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
19381      Branch: maint-5.6/perl
19382           !> MANIFEST ext/re/Makefile.PL
19383 ____________________________________________________________________________
19384 [  8632] By: jhi                                   on 2001/01/30  23:38:49
19385         Log: Integrate change #8396 from mainline.
19386              
19387              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
19388              better multicast support (resend)
19389      Branch: maint-5.6/perl
19390           !> ext/Socket/Socket.pm
19391 ____________________________________________________________________________
19392 [  8631] By: jhi                                   on 2001/01/30  23:28:03
19393         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
19394              
19395              More AIX lore. (7514, ext/re/hints/aix.pl)
19396              
19397              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
19398              
19399              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)
19400              
19401              Subject: [ID 20001214.002] Net::Ping patch
19402              
19403              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
19404              
19405              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
19406              
19407              Add ReuseAddr as a (preferred) alias for Reuse as we now
19408              also have ReusePort.
19409              
19410              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
19411      Branch: maint-5.6/perl
19412           +> ext/re/hints/aix.pl
19413           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
19414           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
19415 ____________________________________________________________________________
19416 [  8630] By: jhi                                   on 2001/01/30  23:03:59
19417         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
19418              
19419              read() documentation tweak for 20001121.004.
19420              
19421              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
19422      Branch: maint-5.6/perl
19423           !> pod/perlfunc.pod pod/perlre.pod
19424 ____________________________________________________________________________
19425 [  8629] By: jhi                                   on 2001/01/30  22:41:57
19426         Log: Integrate change #8098 from mainline.
19427              
19428              fastgetcwd is defined using a glob alias on a $^O dependent basis
19429              and there was no default assignment or perl subroutine.
19430      Branch: maint-5.6/perl
19431           !> lib/Cwd.pm
19432 ____________________________________________________________________________
19433 [  8628] By: jhi                                   on 2001/01/30  21:58:52
19434         Log: Integrate change #7866 from mainline.
19435              
19436              File::Temp 0.11.
19437      Branch: maint-5.6/perl
19438           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
19439 ____________________________________________________________________________
19440 [  8627] By: jhi                                   on 2001/01/30  21:39:44
19441         Log: Integrate changes #8075,8086,8228 from mainline.  
19442              
19443              Darwin is not Windows. (8075,8086)
19444              
19445              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
19446      Branch: maint-5.6/perl
19447           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
19448           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
19449           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
19450           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
19451 ____________________________________________________________________________
19452 [  8626] By: jhi                                   on 2001/01/30  21:22:11
19453         Log: Integrate with tweakery the change #8625 from mainline,
19454              the multibyte decimal separator fix ("fa_IR locale failure").
19455      Branch: maint-5.6/perl
19456            ! embedvar.h perlapi.h
19457           !> intrpvar.h perl.c perl.h sv.c util.c
19458 ____________________________________________________________________________
19459 [  8625] By: jhi                                   on 2001/01/30  20:26:33
19460         Log: Fix for the fa_IR locale failure.  The reason for the failure
19461              was that Perl was assuming the decimal separator aka the radix
19462              separator is one character.  The Farsi-Iranian locale crushed
19463              that bad assumption since there the separator is 'Momayyez',
19464              glyphwise looking somewhat like a slash, and in Unicode UTF-8
19465              encoded in two bytes, 0xd9 0xab.
19466      Branch: perl
19467            ! intrpvar.h perl.c perl.h sv.c util.c
19468 ____________________________________________________________________________
19469 [  8624] By: gsar                                  on 2001/01/30  20:17:03
19470         Log: regen_headers
19471      Branch: maint-5.6/perl
19472            ! Makefile.SH pod/perlintern.pod
19473 ____________________________________________________________________________
19474 [  8623] By: gsar                                  on 2001/01/30  19:42:34
19475         Log: backout change#7431 and its dependents (causes spurious rebuilds
19476              of autogenerated files)
19477              
19478              fix benign b.t failure
19479      Branch: maint-5.6/perl
19480            ! Makefile.SH t/lib/b.t
19481 ____________________________________________________________________________
19482 [  8622] By: jhi                                   on 2001/01/30  19:41:41
19483         Log: Microperl sync.
19484      Branch: perl
19485            ! mg.c perl.h
19486 ____________________________________________________________________________
19487 [  8621] By: gsar                                  on 2001/01/30  19:24:47
19488         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
19489              from mainline
19490              
19491              Subject: podlators 1.06 released
19492              
19493              Subject: [PATCH @8436] Eliminate op_children
19494              
19495              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
19496              
19497              (Replaced by #8448)  More op_children traces (cleanup of #8442).
19498              
19499              Subject: [PATCH #3 @8436] Re: Eliminate op_children
19500              Replace #8444 and #8445.
19501              
19502              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
19503              at the setting of the ofs_sv in new_struct_thread() as the
19504              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
19505              uninitialized fields are, uh, initialized with),
19506              SvREFCNT_inc()ing that invited a core dump.
19507              
19508              podlators 1.07, from Russ Allbery.
19509              
19510              Subject: [PATCH] regcomp.c old feature removal
19511              From: mjd@plover.com
19512              Date: 16 Jan 2001 14:43:18 -0000 
19513              Message-ID: <20010116144318.7140.qmail@plover.com> 
19514      Branch: maint-5.6/perl
19515           +> lib/Pod/Text/Overstrike.pm
19516           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
19517           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
19518           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
19519           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
19520           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
19521           !> util.c
19522 ____________________________________________________________________________
19523 [  8620] By: gsar                                  on 2001/01/30  18:48:32
19524         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
19525              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
19526              now fails one test)
19527              
19528              Subject: [PATCH] lvalue AUTOLOAD. No, really.
19529              
19530              Subject: [PATCH] Interesting syntax idea
19531              Make opens + bareword assigns do typeglob assigns.
19532              
19533              Tests for #8254.
19534              
19535              Subject: [PATCH @8269] Continue blocks and B::Deparse
19536              Make the peephole optimizer to bypass more null ops and
19537              and rewrite the deparse handling of continue blocks.
19538              
19539              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
19540              Doc tweak on #8313.
19541              
19542              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
19543              
19544              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
19545              
19546              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
19547              
19548              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
19549              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
19550              according to the platform.
19551              
19552              Subject: [PATCH @8404] Consolidated lvalue sub changes
19553              
19554              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
19555              
19556              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
19557              
19558              Subject: B::Concise -- an improved replacement for B::Terse 
19559              
19560              The B::Terse drop-in replacement wasn't quite drop-in.
19561              
19562              The LVRET macro needed an aTHX.
19563              
19564              Use the /^Perl_/-less form of is_lvalue_sub().
19565              
19566              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
19567      Branch: maint-5.6/perl
19568           +> ext/B/B/Concise.pm
19569           !> (integrate 27 files)
19570 ____________________________________________________________________________
19571 [  8619] By: nick                                  on 2001/01/30  18:40:28
19572         Log: Integrate mainline
19573      Branch: perlio
19574           !> (integrate 40 files)
19575 ____________________________________________________________________________
19576 [  8618] By: jhi                                   on 2001/01/30  18:37:18
19577         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
19578              Date: Mon, 29 Jan 2001 22:51:29 -0600
19579              From: "Craig A. Berry" <craigberry@mac.com>
19580              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
19581      Branch: perl
19582            ! vms/test.com
19583 ____________________________________________________________________________
19584 [  8617] By: jhi                                   on 2001/01/30  18:34:53
19585         Log: Subject: [PATCH] Add missing CV flags to dump.c
19586              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19587              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
19588              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
19589      Branch: perl
19590            ! dump.c
19591 ____________________________________________________________________________
19592 [  8616] By: jhi                                   on 2001/01/30  18:20:58
19593         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
19594              part isn't applicable to maintperl.
19595              
19596              UTF-8 nit from Inaba Hiroto.
19597      Branch: maint-5.6/perl
19598           !> pod/perlapi.pod utf8.c
19599 ____________________________________________________________________________
19600 [  8615] By: jhi                                   on 2001/01/30  18:18:51
19601         Log: UTF-8 nit from Inaba Hiroto.
19602      Branch: perl
19603            ! pod/perlapi.pod t/op/each.t utf8.c
19604 ____________________________________________________________________________
19605 [  8614] By: jhi                                   on 2001/01/30  18:13:38
19606         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
19607              
19608              perl's internal variables are not for public consumption,
19609              move their docs from perlapi.pod to perlintern.pod
19610              
19611              support for -Dusethreads build under HP-UX 10.20 and DCE threads
19612              library (11.0 and later have pthreads but 10.x don't)
19613              
19614              avoid uninitialized value warnings
19615              
19616              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
19617              gets weird results)
19618              
19619              perldoc nit on windows
19620              
19621              make it possible to run the tests outside the source tree
19622              (there's still a dependency on ../lib being the library
19623              location)
19624      Branch: perl
19625           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
19626           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
19627           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
19628           !> win32/bin/search.pl win32/vdir.h
19629 ____________________________________________________________________________
19630 [  8613] By: gsar                                  on 2001/01/30  16:39:59
19631         Log: make it possible to run the tests outside the source tree
19632              (there's still a dependency on ../lib being the library
19633              location)
19634      Branch: maint-5.6/perl
19635            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
19636 ____________________________________________________________________________
19637 [  8612] By: gsar                                  on 2001/01/30  16:31:12
19638         Log: perldoc nit on windows
19639      Branch: maint-5.6/perl
19640            ! utils/perldoc.PL
19641 ____________________________________________________________________________
19642 [  8611] By: gsar                                  on 2001/01/30  16:22:54
19643         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
19644              gets weird results)
19645      Branch: maint-5.6/perl
19646            ! win32/vdir.h
19647 ____________________________________________________________________________
19648 [  8610] By: gsar                                  on 2001/01/30  16:12:45
19649         Log: avoid uninitialized value warnings
19650      Branch: maint-5.6/perl
19651            ! win32/bin/search.pl
19652 ____________________________________________________________________________
19653 [  8609] By: gsar                                  on 2001/01/30  16:08:01
19654         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
19655              library (11.0 and later have pthreads but 10.x don't)
19656      Branch: maint-5.6/perl
19657            ! hints/hpux.sh thread.h
19658 ____________________________________________________________________________
19659 [  8608] By: gsar                                  on 2001/01/30  15:48:55
19660         Log: perl's internal variables are not for public consumption,
19661              move their docs from perlapi.pod to perlintern.pod
19662      Branch: maint-5.6/perl
19663            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
19664            ! thrdvar.h
19665 ____________________________________________________________________________
19666 [  8607] By: gsar                                  on 2001/01/30  15:44:27
19667         Log: mistakenly branched perl56delta.pod, revert
19668      Branch: maint-5.6/perl
19669            - pod/perl56delta.pod
19670           !> pod/perldelta.pod
19671 ____________________________________________________________________________
19672 [  8606] By: gsar                                  on 2001/01/30  14:20:24
19673         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
19674              dTHR which has been a noop for a while now, except for the
19675              compatibility definition in thread.h)
19676      Branch: maint-5.6/perl
19677           !> (integrate 45 files)
19678 ____________________________________________________________________________
19679 [  8605] By: jhi                                   on 2001/01/30  05:43:58
19680         Log: Mark the UTF-8 APIs as experimental.
19681      Branch: maint-5.6/perl
19682            ! embed.pl pod/perlapi.pod
19683 ____________________________________________________________________________
19684 [  8604] By: jhi                                   on 2001/01/30  05:38:40
19685         Log: Nits from earlier integrates.
19686      Branch: maint-5.6/perl
19687            ! lib/Carp/Heavy.pm
19688           !> sv.c
19689 ____________________________________________________________________________
19690 [  8603] By: jhi                                   on 2001/01/30  05:27:26
19691         Log: Regenerate Porting files.
19692      Branch: maint-5.6/perl
19693            ! Porting/Glossary Porting/config.sh Porting/config_H
19694 ____________________________________________________________________________
19695 [  8602] By: jhi                                   on 2001/01/30  05:14:59
19696         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
19697              8310,8339,8447,8492,8493,8505,8525: documentation changes.
19698              
19699              Subject: Re: perlfaq style changes
19700              
19701              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
19702              
19703              Subject: [PATCH] docs on NaN
19704              
19705              Subject: [patch] perlfaq7
19706              
19707              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
19708              
19709              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
19710              
19711              Subject: [PATCH] open() example in perlfunc.pod
19712              
19713              Podify README.mpeix (a new version from the web)
19714              
19715              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
19716              
19717              Subject: [PATCH] format and rewording in perlfaq.pod
19718              
19719              Subject: [PATCH] API Variable documentation   
19720              
19721              Memory management calls documentation.
19722              
19723              Subject: [PATCH: perl@8482] README.vms URL updates
19724              
19725              Subject: Minor typos in perlfaq2.pod
19726              
19727              Subject: [PATCH] pod/perlvar.pod
19728      Branch: maint-5.6/perl
19729           +> pod/perl56delta.pod
19730            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
19731           !> README.amiga README.epoc README.mpeix README.vms
19732           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
19733           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
19734           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
19735           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
19736           !> pod/perlvar.pod thrdvar.h
19737 ____________________________________________________________________________
19738 [  8601] By: jhi                                   on 2001/01/30  04:38:35
19739         Log: Integrate changes #8036,8096,8253 from mainline:
19740              hints changes.
19741              
19742              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
19743              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
19744              
19745              Output the (apparent) version of gcc in Tru64.
19746      Branch: maint-5.6/perl
19747           +> ext/POSIX/hints/svr4.pl
19748           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
19749           !> hints/svr4.sh t/lib/bigfltpm.t
19750 ____________________________________________________________________________
19751 [  8600] By: jhi                                   on 2001/01/30  04:04:01
19752         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
19753              locale fixes.
19754              
19755              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
19756              
19757              Debian allows /usr/bin/locale to exist without any locales. (7868)
19758              
19759              Allow the locale test needing POSIX and the taint test
19760              needing IPC::SysV to run under 'minitest' (basically,
19761              bail out if loading the extension fails). (8384)
19762              
19763              Cleanup the locale.t output  (8480)
19764      Branch: maint-5.6/perl
19765           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
19766           !> t/pragma/locale.t
19767 ____________________________________________________________________________
19768 [  8599] By: jhi                                   on 2001/01/30  03:51:04
19769         Log: Missing generated files from #8598.
19770      Branch: maint-5.6/perl
19771            ! embed.h global.sym objXSUB.h perlapi.c proto.h
19772 ____________________________________________________________________________
19773 [  8598] By: jhi                                   on 2001/01/30  03:41:54
19774         Log: Integrate change #8555 from mainline, manually integrate parts
19775              of changes 8452 and 8583.
19776              
19777              Subject: [PATCH] utf8.c documentation (8452)
19778              
19779              No point in checking the length if the pointer is bogus. (8555)
19780              
19781              Introduce bytes_from_utf8() and implement sv_eq() using it,
19782              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
19783              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
19784              was malformed. (8583)
19785      Branch: maint-5.6/perl
19786            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
19787           !> pod/perlapi.pod sv.c utf8.c
19788 ____________________________________________________________________________
19789 [  8597] By: gsar                                  on 2001/01/30  02:37:26
19790         Log: get PERL_OBJECT build going again on windows
19791      Branch: maint-5.6/perl
19792            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
19793            ! pod/perlapi.pod proto.h sv.c
19794 ____________________________________________________________________________
19795 [  8596] By: jhi                                   on 2001/01/30  02:16:17
19796         Log: Signedness nit.
19797      Branch: perl
19798            ! sv.c
19799 ____________________________________________________________________________
19800 [  8595] By: jhi                                   on 2001/01/30  02:11:07
19801         Log: EBCDIC patch for Storable, from Peter Prymmer.
19802      Branch: perl
19803            ! t/lib/st-06compat.t
19804 ____________________________________________________________________________
19805 [  8594] By: jhi                                   on 2001/01/30  01:04:48
19806         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
19807              From: Peter Prymmer <pvhp@forte.com>
19808              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
19809              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
19810      Branch: perl
19811            ! t/lib/b.t
19812 ____________________________________________________________________________
19813 [  8593] By: jhi                                   on 2001/01/30  00:56:47
19814         Log: Subject: [PATCH: perl@8585] pod problems in io
19815              From: Peter Prymmer <pvhp@forte.com>
19816              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
19817              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
19818      Branch: perl
19819            ! pod/perlapio.pod pod/perliol.pod
19820 ____________________________________________________________________________
19821 [  8592] By: jhi                                   on 2001/01/30  00:48:20
19822         Log: Integrate perlio.
19823      Branch: perl
19824           !> pod/perlapio.pod pod/perliol.pod
19825 ____________________________________________________________________________
19826 [  8591] By: nick                                  on 2001/01/29  22:02:28
19827         Log: GNU 'merge' Simon's copy of perliol.pod with version
19828              patched by Craig's patch.
19829      Branch: perlio
19830            ! pod/perliol.pod
19831 ____________________________________________________________________________
19832 [  8590] By: nick                                  on 2001/01/29  21:55:10
19833         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
19834      Branch: perlio
19835            ! pod/perlapio.pod pod/perliol.pod
19836 ____________________________________________________________________________
19837 [  8589] By: jhi                                   on 2001/01/29  15:35:33
19838         Log: Integrate change #8586 from maint-5.6/perl.
19839              
19840              make the BOM detection code not call tell() until it has to
19841              (meant to fix esoteric compatibility issues where PL_rsfp
19842              is overridden)
19843      Branch: perl
19844           !> toke.c
19845 ____________________________________________________________________________
19846 [  8588] By: jhi                                   on 2001/01/29  15:29:11
19847         Log: Subject: MAking Solaris malloc() the default
19848              From: Lupe Christoph <lupe@lupe-christoph.de>
19849              Date: Mon, 29 Jan 2001 12:59:36 +0100
19850              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
19851              
19852              The README.solaris part slightly tweaked.
19853      Branch: perl
19854            ! README.solaris hints/solaris_2.sh
19855 ____________________________________________________________________________
19856 [  8587] By: jhi                                   on 2001/01/29  15:17:34
19857         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
19858              From: root@ak-75.mind.de
19859              Date: Sun, 28 Jan 2001 20:32:29 +0100
19860              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
19861      Branch: perl
19862            ! pod/perlre.pod
19863 ____________________________________________________________________________
19864 [  8586] By: gsar                                  on 2001/01/29  13:43:44
19865         Log: make the BOM detection code not call tell() until it has to
19866              (meant to fix esoteric compatibility issues where PL_rsfp
19867              is overridden)
19868      Branch: maint-5.6/perl
19869            ! toke.c
19870 ____________________________________________________________________________
19871 [  8585] By: jhi                                   on 2001/01/28  20:05:45
19872         Log: Update Changes.
19873      Branch: perl
19874            ! Changes patchlevel.h
19875 ____________________________________________________________________________
19876 [  8584] By: jhi                                   on 2001/01/28  19:30:02
19877         Log: Integrate perlio.
19878      Branch: perl
19879           +> pod/perliol.pod
19880           !> MANIFEST pod/perlapio.pod
19881 ____________________________________________________________________________
19882 [  8583] By: jhi                                   on 2001/01/28  19:28:40
19883         Log: Patch from Inaba Hiroto:
19884              - canonical UTF-8 hash keys: if a key string for a hash is
19885              UTF8-on, try downgrade the string and use it if
19886              unicode::distinct is not in effect.
19887              For the task, I added a function bytes_from_utf8() to utf8.c.
19888              It might resemble utf8_to_bytes() but it is not convenient
19889              to the task.
19890              Made a test for it and added to t/op/each.t
19891              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
19892              the mortal copy of the argument SV.
19893              And changed t/io/utf8.t test 18 which expects print() to
19894              upgrade its argument.
19895              - re-implement sv_eq with bytes_from_utf8()
19896              - some bug fixes
19897              - tr/// does not handle UTF8 range (\x{}-\x{})
19898              - \ before raw UTF8 character produced
19899              "Malformed UTF-8 character" warning.
19900              - "\x{100}\N{CENT SIGN}" is Malformed.
19901              Added tests for these 3.
19902              - and one silly bug (by me) with qu operator.
19903      Branch: perl
19904            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
19905            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
19906            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
19907 ____________________________________________________________________________
19908 [  8582] By: nick                                  on 2001/01/28  19:25:04
19909         Log: Add pod/perliol.pod to MANIFEST :-(
19910      Branch: perlio
19911            ! MANIFEST
19912 ____________________________________________________________________________
19913 [  8581] By: nick                                  on 2001/01/28  19:22:40
19914         Log: PerlIO documentation. Proofing and sub-editing requested.
19915      Branch: perlio
19916            + pod/perliol.pod
19917            ! pod/perlapio.pod
19918 ____________________________________________________________________________
19919 [  8580] By: jhi                                   on 2001/01/28  05:16:25
19920         Log: Revert the change to sv_2pv() done by #8054: Someone who
19921              did SvNV_set() on a scalar that also happened to be POK,
19922              followed by sv_2pv() won't get the right coercion anymore.
19923              [Sarathy]
19924      Branch: maint-5.6/perl
19925            ! sv.c
19926 ____________________________________________________________________________
19927 [  8579] By: jhi                                   on 2001/01/28  05:15:04
19928         Log: Remove the #8084 effect: do not allow -Q to be interpreted
19929              as -&Q(), this is too much wiggle room.
19930      Branch: maint-5.6/perl
19931            ! toke.c
19932 ____________________________________________________________________________
19933 [  8578] By: jhi                                   on 2001/01/28  05:12:45
19934         Log: Needed bits of #8439 (should have been in #8576),
19935              mainly for lval substr().
19936      Branch: maint-5.6/perl
19937            ! mg.c pp.c pp_hot.c
19938 ____________________________________________________________________________
19939 [  8577] By: jhi                                   on 2001/01/28  05:02:46
19940         Log: A missing check-in.
19941      Branch: maint-5.6/perl
19942            ! utf8.c
19943 ____________________________________________________________________________
19944 [  8576] By: jhi                                   on 2001/01/28  04:26:18
19945         Log: Integrate changes #8425,8436,8439,8517 from mainline.
19946              The 8439 was not truly integrated because it had too many
19947              dependencies on the development branch and because it introduced
19948              concepts too bold for a maintenance branch (such as the qu operator).
19949              
19950              Subject: [PATCH perl@8342] -Wformat
19951              
19952              Tighten some of the UTF-8 tests a bit.
19953              
19954              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
19955              - The substr lval was still not okay.
19956              - Now pp_stringify and sv_setsv copies source's UTF8 flag
19957              even if IN_BYTE.  pp_stringify is called from fold_constants
19958              at optimization phase and "\x{100}" was made SvUTF8_off under
19959              use bytes (the bytes pragma is for "byte semantics" and not
19960              for "do not produce UTF8 data")
19961      Branch: maint-5.6/perl
19962            ! t/lib/charnames.t t/op/substr.t toke.c
19963           !> sv.c t/pragma/utf8.t
19964 ____________________________________________________________________________
19965 [  8575] By: jhi                                   on 2001/01/28  04:01:51
19966         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
19967              
19968              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
19969              
19970              Subject: [ID 20001230.003] UTF-8 tr still hurts
19971              
19972              Test cases for #8385 (from Simon's "torture.pl")
19973              
19974              Start fixing UTF-8 lval substr() (8405)
19975      Branch: maint-5.6/perl
19976           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
19977           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
19978 ____________________________________________________________________________
19979 [  8574] By: jhi                                   on 2001/01/28  03:09:06
19980         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
19981              from mainline.
19982              
19983              UTF-8 cleanup.
19984              
19985              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
19986              
19987              "\x{FF}\xFF" was broken.
19988              
19989              Tests for #8329 and #8330.
19990              
19991              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
19992              
19993              IRIX compiler noticed that the bof initialization might be
19994              bypassed by control flow.
19995              
19996              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
19997      Branch: maint-5.6/perl
19998           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
19999           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
20000 ____________________________________________________________________________
20001 [  8573] By: jhi                                   on 2001/01/28  02:06:12
20002         Log: Retract #8552.
20003      Branch: perl
20004            ! lib/Text/Wrap.pm t/lib/textwrap.t
20005 ____________________________________________________________________________
20006 [  8572] By: jhi                                   on 2001/01/28  02:04:49
20007         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
20008              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
20009              not really integrated but instead salvaged by hand
20010              (they had too many dependencies on the development release
20011              to be cleanly integratable).
20012              
20013              Subject: more UTF8 test suites and an UTF8 patch
20014              
20015              Tweak for MULTIPLICITY/USE_PERLIO
20016              
20017              Signedness nit.
20018              
20019              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
20020              
20021              Use the UTF8_XXX macros in is_utf8_char().
20022              
20023              Rewrite pp_concat() in terms of sv_catsv().  The . operator
20024              should now be UTF-8-proof.
20025              
20026              Subject: [PATCH perl@8269] scanning two hex-constants
20027              fails on EBCDIC environment (script length.t)
20028              
20029              Add some Unicode chop() tests.
20030      Branch: maint-5.6/perl
20031            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
20032           !> sv.c t/op/chop.t utf8.h
20033 ____________________________________________________________________________
20034 [  8571] By: jhi                                   on 2001/01/28  00:35:59
20035         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
20036              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
20037              
20038              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
20039              
20040              The maxiters upper limit sanity check (guarding against
20041              non-progress) assumed bytes instead of characters in s///
20042              and split().
20043              
20044              Signedness nit.
20045              
20046              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
20047              join() should now be UTF-8-proof.
20048              
20049              More split // UTF-8 tests. (8250)
20050      Branch: maint-5.6/perl
20051           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
20052           !> util.c
20053 ____________________________________________________________________________
20054 [  8570] By: jhi                                   on 2001/01/27  22:15:46
20055         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
20056              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
20057              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
20058              8084,8204,8244,8333 from mainline.
20059              
20060              For -Q where Q might be a one-letter sub name one does no more
20061              get a warning about an unknown filetest (7941,7943,7944,8084).
20062              
20063              Subject: Re: [ID 20001130.011] expression parsing bug ?
20064              
20065              Make uv_to_utf8() to zero-terminate its output buffer.
20066              
20067              Split off t/op/length.t (7995)
20068              
20069              Split off t/op/utf8decode.t (7996)
20070              
20071              Remove an unnecessary 'use utf8' from the utf8.t (7998)
20072              
20073              Split off t/op/concat.t (8004)
20074              
20075              Split off t/op/ver.t (8005)
20076              
20077              Document utf8_length(), utf8_distance(), and utf8_hop().
20078              
20079              Document utf8_to_uv() better.
20080              
20081              Introduce macros for UTF8 decoding (8028,8033).
20082              
20083              Add test for reverse() (8030,8031).
20084              
20085              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
20086              
20087              Do not return the Unicode replacement character    on UTF-8
20088              decoding failure.
20089              
20090              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
20091              not this_utf8 i.e. the output string has one, but don't mess
20092              with source assumption. (8052,8053)
20093              
20094              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
20095              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
20096              was not expecting to be called with something that was already
20097              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
20098              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
20099              (8054)
20100              
20101              Recode the naughty binary bytes in utf8decode.t using the \xHH.
20102              
20103              Make some panic messages a bit more logical.
20104      Branch: maint-5.6/perl
20105           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
20106           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
20107           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
20108           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
20109           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
20110           !> utf8.c utf8.h
20111 ____________________________________________________________________________
20112 [  8569] By: jhi                                   on 2001/01/27  19:16:43
20113         Log: Integrate changes #7750 from perlio and #8566 from mainline.
20114      Branch: maint-5.6/perl
20115           !> regexec.c sv.c
20116 ____________________________________________________________________________
20117 [  8568] By: jhi                                   on 2001/01/27  18:06:51
20118         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
20119              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
20120              7935[-perlio.c],7936,7959,7965 from mainline.
20121              
20122              Change the "big byte" error message to "Wide character".
20123              (7355, the croak-if-wide-chars-in-print part ignored)
20124              
20125              Use UINT64_C().
20126              
20127              Introduce Perl_utf8_length().
20128              
20129              diff -se shows these as different (7753, forgotten check-ins)
20130              
20131              Subject: [PATCH] doop.c - UTF8 tr///
20132              
20133              If we use (aTHX_ ...) then put Perl_ on the front.
20134              
20135              Make utf8_length() and utf8_distance() to be less forgiving
20136              about bad UTF-8.
20137              
20138              Test line numbers are different with utf8.
20139              
20140              No need to scan till infinity, 13 is enough. (7872,7911)
20141              
20142              Subject: [PATCH] Tokeniser debugging
20143              
20144              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
20145              
20146              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
20147              
20148              Be more careful in Perl_sv_utf8_downgrade().
20149              
20150              Use DO_UTF8().
20151              
20152              Raw zero bytes in text files confuse at least GNU patch 2.1.
20153      Branch: maint-5.6/perl
20154           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
20155           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
20156           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
20157           !> t/pragma/utf8.t toke.c utf8.c utf8.h
20158 ____________________________________________________________________________
20159 [  8567] By: nick                                  on 2001/01/27  11:10:38
20160         Log: Integrate mainline
20161      Branch: perlio
20162           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
20163           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
20164           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
20165           !> toke.c
20166 ____________________________________________________________________________
20167 [  8566] By: jhi                                   on 2001/01/27  06:22:48
20168         Log: More documentation for the regexp context stack.
20169      Branch: perl
20170            ! regexec.c
20171 ____________________________________________________________________________
20172 [  8565] By: jhi                                   on 2001/01/27  05:21:57
20173         Log: Update Changes.
20174      Branch: perl
20175            ! Changes patchlevel.h
20176 ____________________________________________________________________________
20177 [  8564] By: jhi                                   on 2001/01/27  04:44:04
20178         Log: Threadedness patch for #8562 from Doug MacEachern.
20179      Branch: perl
20180            ! toke.c
20181 ____________________________________________________________________________
20182 [  8563] By: jhi                                   on 2001/01/27  04:26:24
20183         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
20184              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
20185              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
20186              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
20187      Branch: perl
20188            ! op.c
20189 ____________________________________________________________________________
20190 [  8562] By: jhi                                   on 2001/01/27  04:20:30
20191         Log: Subject: Re: Announce : Tokener reporting patch
20192              From: Simon Cozens <simon@cozens.net>
20193              Date: Mon, 22 Jan 2001 02:17:22 +0000
20194              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
20195      Branch: perl
20196            ! embed.h embed.pl proto.h toke.c
20197 ____________________________________________________________________________
20198 [  8561] By: jhi                                   on 2001/01/27  04:17:24
20199         Log: Forgot from #8545.  Oops.
20200      Branch: perl
20201            ! pp.c t/pragma/overload.t
20202 ____________________________________________________________________________
20203 [  8560] By: jhi                                   on 2001/01/27  03:01:47
20204         Log: A better module compilation test, use MANIFEST as suggested
20205              by Spider.
20206      Branch: perl
20207            ! t/lib/1_compile.t
20208 ____________________________________________________________________________
20209 [  8559] By: jhi                                   on 2001/01/27  02:50:48
20210         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
20211              From: Peter Prymmer <pvhp@forte.com>
20212              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
20213              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
20214      Branch: perl
20215            ! t/lib/b.t
20216 ____________________________________________________________________________
20217 [  8558] By: jhi                                   on 2001/01/27  02:27:05
20218         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
20219              From: Peter Prymmer <pvhp@forte.com>
20220              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
20221              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
20222      Branch: perl
20223            ! t/pragma/sub_lval.t
20224 ____________________________________________________________________________
20225 [  8557] By: jhi                                   on 2001/01/27  02:26:03
20226         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
20227              From: Peter Prymmer <pvhp@forte.com>
20228              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
20229              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
20230      Branch: perl
20231            ! t/lib/st-06compat.t
20232 ____________________________________________________________________________
20233 [  8556] By: jhi                                   on 2001/01/27  02:24:33
20234         Log: Subject: [PATCH: perl@8531] minor update to README.os390
20235              From: Peter Prymmer <pvhp@forte.com>
20236              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
20237              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
20238      Branch: perl
20239            ! README.os390
20240 ____________________________________________________________________________
20241 [  8555] By: jhi                                   on 2001/01/27  00:35:47
20242         Log: No point in checking the length before we know whether the pointer
20243              is bogus or not, fixes Abigail's odbm failures in Linux.
20244      Branch: perl
20245            ! sv.c
20246 ____________________________________________________________________________
20247 [  8554] By: nick                                  on 2001/01/26  19:01:31
20248         Log: Integrate mainline
20249      Branch: perlio
20250           !> lib/Text/Wrap.pm t/lib/textwrap.t
20251 ____________________________________________________________________________
20252 [  8553] By: jhi                                   on 2001/01/26  15:19:39
20253         Log: Integrate change #7792 from perlio (multiplicity fix),
20254              fix the AV leak in regex DEBUGGING (tiny part of the
20255              polymorphic regexp patch #8143).
20256      Branch: maint-5.6/perl
20257            ! regcomp.c
20258           !> scope.h
20259 ____________________________________________________________________________
20260 [  8552] By: jhi                                   on 2001/01/26  15:03:23
20261         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
20262              From: Michael G Schwern <schwern@pobox.com>
20263              Date: Fri, 26 Jan 2001 09:28:31 -0500
20264              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
20265      Branch: perl
20266            ! lib/Text/Wrap.pm t/lib/textwrap.t
20267 ____________________________________________________________________________
20268 [  8551] By: jhi                                   on 2001/01/26  02:33:19
20269         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
20270              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
20271              
20272              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
20273              
20274              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
20275              
20276              Message nit.
20277              
20278              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
20279              
20280              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
20281              
20282              (the cleanup of unused submatches in regtry() and regcppop())
20283              
20284              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
20285              stored and restored, and thusly was trounced by the utf8 swash
20286              routines.
20287              
20288              use utf8 not required to use \x{}.
20289              
20290              Removed two more tests that make no sense in UTF-8 since the test
20291              data is not in UTF-8.
20292              
20293              Get the three different space character classes right under utf8.
20294              
20295              Implement ANYOFUTF8 regprop() dumping.
20296              
20297              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
20298              
20299              Document the regex context pushing/popping a bit better.
20300      Branch: maint-5.6/perl
20301           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
20302           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
20303           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
20304           !> t/op/regmesg.t utf8.c
20305 ____________________________________________________________________________
20306 [  8550] By: nick                                  on 2001/01/25  19:42:30
20307         Log: Integrate mainline
20308      Branch: perlio
20309           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
20310           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
20311           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
20312           !> t/lib/bigint.t t/lib/bigintpm.t
20313 ____________________________________________________________________________
20314 [  8549] By: jhi                                   on 2001/01/25  15:22:28
20315         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
20316      Branch: maint-5.6/perl
20317            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
20318 ____________________________________________________________________________
20319 [  8548] By: jhi                                   on 2001/01/25  15:02:55
20320         Log: Integrate changes #7997,8063,8492,8547 from mainline.
20321              
20322              Subject: Re: STRLEN - what?
20323              
20324              Subject: [PATCH] perlguts.pod
20325              
20326              Memory management calls documentation.
20327              
20328              Layout using tabulator is not a good idea in a pod.
20329      Branch: maint-5.6/perl
20330           !> pod/perlguts.pod
20331 ____________________________________________________________________________
20332 [  8547] By: jhi                                   on 2001/01/25  14:49:05
20333         Log: Layout using tabulator is not a good idea in a pod.
20334      Branch: perl
20335            ! pod/perlguts.pod
20336 ____________________________________________________________________________
20337 [  8546] By: jhi                                   on 2001/01/25  14:31:12
20338         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
20339              from mainline.
20340              
20341              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
20342              
20343              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
20344              
20345              More Win32 editor/IDE/shell hints.
20346              
20347              More Win32 Perling.
20348              
20349              Yet another editor edit.
20350              
20351              Edit edit edit.
20352              
20353              IDE/editor section tweaking.
20354              
20355              Few more IDE/editor nits from p5p.
20356      Branch: maint-5.6/perl
20357           !> pod/perlfaq3.pod
20358 ____________________________________________________________________________
20359 [  8545] By: jhi                                   on 2001/01/25  04:16:32
20360         Log: Subject: [PATCH 5.7.0] overload int()
20361              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20362              Date: Wed, 24 Jan 2001 19:06:57 -0500
20363              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
20364      Branch: perl
20365            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
20366            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
20367            ! t/lib/bigintpm.t
20368 ____________________________________________________________________________
20369 [  8544] By: jhi                                   on 2001/01/25  04:15:11
20370         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
20371              From: Peter Prymmer <pvhp@forte.com>
20372              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
20373              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
20374      Branch: perl
20375            ! Makefile.SH README.os390 hints/os390.sh installperl
20376 ____________________________________________________________________________
20377 [  8543] By: jhi                                   on 2001/01/25  03:52:08
20378         Log: Integrate change #8462,8469 from mainline.
20379              
20380              In VMS Perl subversion (perl -V) is undef.
20381      Branch: maint-5.6/perl
20382           !> configure.com
20383 ____________________________________________________________________________
20384 [  8542] By: jhi                                   on 2001/01/25  03:44:55
20385         Log: Integrate changes #7835,7850,8315,8316 from mainline.
20386              
20387              Solaris hints.
20388      Branch: maint-5.6/perl
20389           !> hints/solaris_2.sh
20390 ____________________________________________________________________________
20391 [  8541] By: jhi                                   on 2001/01/25  03:39:28
20392         Log: Integrate #8336 from mainline.
20393      Branch: maint-5.6/perl
20394           !> hv.c
20395 ____________________________________________________________________________
20396 [  8540] By: jhi                                   on 2001/01/25  03:23:50
20397         Log: Retract #8539.
20398      Branch: maint-5.6/perl
20399            ! pod/perlfaq3.pod
20400 ____________________________________________________________________________
20401 [  8539] By: jhi                                   on 2001/01/25  03:21:55
20402         Log: (Retracted by #5940.)
20403      Branch: maint-5.6/perl
20404            ! pod/perlfaq3.pod
20405 ____________________________________________________________________________
20406 [  8538] By: jhi                                   on 2001/01/25  03:14:07
20407         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
20408              From: Peter Prymmer <pvhp@forte.com>
20409              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
20410              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
20411              
20412              The VMS bits.
20413      Branch: maint-5.6/perl
20414            ! configure.com vms/descrip_mms.template
20415 ____________________________________________________________________________
20416 [  8537] By: jhi                                   on 2001/01/25  03:06:09
20417         Log: Integrate #7710,7824,7973 from mainline.
20418      Branch: maint-5.6/perl
20419           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20420           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
20421           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
20422           !> vos/config.ga.def vos/config.ga.h win32/config.bc
20423           !> win32/config.gc win32/config.vc
20424 ____________________________________________________________________________
20425 [  8536] By: jhi                                   on 2001/01/24  13:50:20
20426         Log: Revert the edits made by me so far to the 5.6 branch since
20427              the TRIAL1 since I did edits when I should have been using
20428              integrates.  Bad programmer.   (Will integrate them properly later.)
20429              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
20430              The #8353 will not be reapplied at least for now since
20431              the UTF-8 hash keys need more thinking.
20432              (The patches #8347, #8354, #8454, #8473 were okay since they
20433              were original edits made specifically for the 5.6.1-TRIAL1.)
20434      Branch: maint-5.6/perl
20435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20436            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
20437            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
20438            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
20439            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
20440            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20441            ! win32/config.bc win32/config.gc win32/config.vc
20442 ____________________________________________________________________________
20443 [  8535] By: bailey                                on 2001/01/24  06:37:02
20444         Log: SYN SYN
20445      Branch: vmsperl
20446           +> (branch 26 files)
20447           !> (integrate 130 files)
20448 ____________________________________________________________________________
20449 [  8534] By: nick                                  on 2001/01/23  19:30:57
20450         Log: Integrate mainline.
20451      Branch: perlio
20452           !> Changes Configure Porting/Glossary Porting/config.sh
20453           !> Porting/config_H embed.h embed.pl ext/Encode/compile
20454           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
20455           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
20456           !> pod/perlvar.pod proto.h t/lib/1_compile.t
20457 ____________________________________________________________________________
20458 [  8533] By: jhi                                   on 2001/01/23  16:15:46
20459         Log: Forgotten from #8501.
20460      Branch: perl
20461            ! Porting/Glossary Porting/config.sh Porting/config_H
20462 ____________________________________________________________________________
20463 [  8532] By: jhi                                   on 2001/01/23  16:13:27
20464         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
20465              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
20466              Date: Mon, 22 Jan 2001 17:51:58 +0100
20467              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
20468      Branch: perl
20469            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
20470 ____________________________________________________________________________
20471 [  8531] By: jhi                                   on 2001/01/23  15:46:01
20472         Log: Update Changes.
20473      Branch: perl
20474            ! Changes patchlevel.h
20475 ____________________________________________________________________________
20476 [  8530] By: jhi                                   on 2001/01/23  15:38:39
20477         Log: De-cut-and-pasto.
20478      Branch: perl
20479            ! t/lib/1_compile.t
20480 ____________________________________________________________________________
20481 [  8529] By: jhi                                   on 2001/01/23  15:11:04
20482         Log: Document the mkdir trailing slashes case.
20483      Branch: perl
20484            ! pod/perlfunc.pod
20485 ____________________________________________________________________________
20486 [  8528] By: jhi                                   on 2001/01/23  15:08:28
20487         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
20488              get installed:
20489              
20490              Subject: lib/lib.pm
20491              From: <abigail@foad.org>
20492              Date: Mon, 28 Aug 2000 20:35:08 -0400
20493              Message-ID: <20000829003508.21281.qmail@foad.org>
20494      Branch: perl
20495            ! installperl
20496 ____________________________________________________________________________
20497 [  8527] By: jhi                                   on 2001/01/23  14:44:04
20498         Log: Metaconfig unit change for #8526.
20499      Branch: metaconfig
20500            ! U/threads/archname.U
20501 ____________________________________________________________________________
20502 [  8526] By: jhi                                   on 2001/01/23  14:43:19
20503         Log: Attach -perlio to the archname if so selected.
20504      Branch: perl
20505            ! Configure
20506 ____________________________________________________________________________
20507 [  8525] By: jhi                                   on 2001/01/23  14:24:01
20508         Log: Subject: [PATCH] pod/perlvar.pod
20509              From: abigail@foad.org
20510              Date: Tue, 23 Jan 2001 01:41:10 +0100
20511              Message-ID: <20010123004110.22259.qmail@foad.org>
20512      Branch: perl
20513            ! pod/perlvar.pod
20514 ____________________________________________________________________________
20515 [  8524] By: jhi                                   on 2001/01/23  14:22:32
20516         Log: A bug introduced in #8217 (the undefined variable in the
20517              lib/safe1_t #3) fixed, by Charles Lane:
20518              
20519              The earlier patch made it so that stuff running in Safe
20520              compartments could do a "caller" and see "main".  That
20521              little change in name is done right before the code in
20522              the compartment is run, and apparantly the parser
20523              was picking up the stash name before it got changed.
20524              
20525              (why it was threaded vs. unthreaded Perl that was sensitive to this
20526              I still don't know...and it probably doesn't matter).
20527              
20528              I tryed removing the stash name-change and saw that threaded Perl
20529              did indeed pass the lib/safe1.t tests.
20530              
20531              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
20532              do the name change (and to connect _ in the compartment to the global
20533              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
20534              to call _safe_pkg_prep when creating a new compartment.
20535              
20536              Passes all tests with threaded perl on linux; passes all tests
20537              with unthreaded perl on VMS.
20538              
20539              At some point I'll probably want to revisit Safe and Opcode to
20540              provide more sensible handling of global variables...and to get
20541              formats working in Safe compartments, which they don't do currently.
20542      Branch: perl
20543            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
20544 ____________________________________________________________________________
20545 [  8523] By: jhi                                   on 2001/01/23  14:11:58
20546         Log: Also the lib/Thread.pm itself needs to be ignored if
20547              the Thread extension hasn't been built.
20548      Branch: perl
20549            ! t/lib/1_compile.t
20550 ____________________________________________________________________________
20551 [  8522] By: jhi                                   on 2001/01/23  13:51:28
20552         Log: print() instead of warn() so that stderr doesn't get
20553              unncessarily polluted.
20554      Branch: perl
20555            ! ext/Encode/compile
20556 ____________________________________________________________________________
20557 [  8521] By: jhi                                   on 2001/01/23  13:49:48
20558         Log: Integrate perlio.
20559      Branch: perl
20560           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
20561           !> ext/Encode/encode.h
20562 ____________________________________________________________________________
20563 [  8520] By: nick                                  on 2001/01/22  21:44:00
20564         Log: More messing with Encode:
20565              Extra fields in header to allow multiple names and to record
20566              other things "compile" knows.
20567              Re-organise compile to factor out common output routines.
20568      Branch: perlio
20569            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
20570 ____________________________________________________________________________
20571 [  8519] By: nick                                  on 2001/01/22  20:33:50
20572         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
20573      Branch: perlio
20574            ! ext/Encode/Makefile.PL ext/Encode/compile
20575 ____________________________________________________________________________
20576 [  8518] By: nick                                  on 2001/01/22  20:28:13
20577         Log: Integrate mainline
20578      Branch: perlio
20579           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
20580           !> vos/config.alpha.def vos/config.alpha.h
20581 ____________________________________________________________________________
20582 [  8517] By: jhi                                   on 2001/01/22  15:37:17
20583         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
20584              by Inaba Hiroto.
20585      Branch: perl
20586            ! sv.c
20587 ____________________________________________________________________________
20588 [  8516] By: jhi                                   on 2001/01/22  14:55:15
20589         Log: More SIG_SIZE fixes.
20590      Branch: perl
20591            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
20592 ____________________________________________________________________________
20593 [  8515] By: jhi                                   on 2001/01/22  14:50:27
20594         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
20595              From: "Craig A. Berry" <craigberry@mac.com>
20596              Date: Mon, 22 Jan 2001 00:42:24 -0600
20597              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
20598      Branch: perl
20599            ! configure.com
20600 ____________________________________________________________________________
20601 [  8514] By: jhi                                   on 2001/01/22  14:31:17
20602         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
20603              From: "Craig A. Berry" <craigberry@mac.com>
20604              Date: Sun, 21 Jan 2001 23:03:25 -0600
20605              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
20606      Branch: perl
20607            ! configure.com
20608 ____________________________________________________________________________
20609 [  8513] By: jhi                                   on 2001/01/22  14:14:00
20610         Log: Add the .ucm encoding tables to the MANIFEST.
20611      Branch: perl
20612            ! MANIFEST
20613 ____________________________________________________________________________
20614 [  8512] By: jhi                                   on 2001/01/22  13:43:33
20615         Log: Integrate perlio.
20616      Branch: perl
20617           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20618           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20619           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20620           +> ext/Encode/Encode/iso8859-10.ucm
20621           +> ext/Encode/Encode/iso8859-13.ucm
20622           +> ext/Encode/Encode/iso8859-14.ucm
20623           +> ext/Encode/Encode/iso8859-15.ucm
20624           +> ext/Encode/Encode/iso8859-16.ucm
20625           +> ext/Encode/Encode/iso8859-2.ucm
20626           +> ext/Encode/Encode/iso8859-3.ucm
20627           +> ext/Encode/Encode/iso8859-4.ucm
20628           +> ext/Encode/Encode/iso8859-5.ucm
20629           +> ext/Encode/Encode/iso8859-6.ucm
20630           +> ext/Encode/Encode/iso8859-7.ucm
20631           +> ext/Encode/Encode/iso8859-8.ucm
20632           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20633           +> ext/Encode/Encode/symbol.ucm
20634           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
20635           !> perliol.h
20636 ____________________________________________________________________________
20637 [  8511] By: nick                                  on 2001/01/21  23:44:47
20638         Log: Make "real" layers of ":utf8" and ":raw".
20639              So now PERLIO=utf8 perl ...
20640              does what Andreas wanted.
20641              Fix arg passing in open.pm (still have a Carp issue).
20642      Branch: perlio
20643            ! lib/open.pm perlio.c perliol.h
20644 ____________________________________________________________________________
20645 [  8510] By: jhi                                   on 2001/01/21  22:56:53
20646         Log: Document the regex context pushing/popping a bit better.
20647      Branch: perl
20648            ! regexec.c
20649 ____________________________________________________________________________
20650 [  8509] By: jhi                                   on 2001/01/21  22:55:44
20651         Log: Tweak the mkdir trailing slash code some more.
20652              
20653              TO DO: the same handling should probably be done for
20654              all the other filesystem functions that can have directories
20655              as their arguments.
20656      Branch: perl
20657            ! pp_sys.c
20658 ____________________________________________________________________________
20659 [  8508] By: nick                                  on 2001/01/21  21:37:43
20660         Log: Switch "compiled in" encodings to .ucm format.
20661              (Leave others as .enc till we can run-time load .ucm,
20662              or find some other way to load them.)
20663      Branch: perlio
20664            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
20665            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
20666            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
20667            + ext/Encode/Encode/iso8859-10.ucm
20668            + ext/Encode/Encode/iso8859-13.ucm
20669            + ext/Encode/Encode/iso8859-14.ucm
20670            + ext/Encode/Encode/iso8859-15.ucm
20671            + ext/Encode/Encode/iso8859-16.ucm
20672            + ext/Encode/Encode/iso8859-2.ucm
20673            + ext/Encode/Encode/iso8859-3.ucm
20674            + ext/Encode/Encode/iso8859-4.ucm
20675            + ext/Encode/Encode/iso8859-5.ucm
20676            + ext/Encode/Encode/iso8859-6.ucm
20677            + ext/Encode/Encode/iso8859-7.ucm
20678            + ext/Encode/Encode/iso8859-8.ucm
20679            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
20680            + ext/Encode/Encode/symbol.ucm
20681            ! ext/Encode/Makefile.PL ext/Encode/compile
20682 ____________________________________________________________________________
20683 [  8507] By: nick                                  on 2001/01/21  21:02:03
20684         Log: Integrate (partial) mainline.
20685      Branch: perlio
20686           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
20687           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
20688           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20689 ____________________________________________________________________________
20690 [  8506] By: jhi                                   on 2001/01/21  20:09:30
20691         Log: Update Changes.
20692      Branch: perl
20693            ! Changes patchlevel.h
20694 ____________________________________________________________________________
20695 [  8505] By: jhi                                   on 2001/01/21  19:39:59
20696         Log: Subject: Minor typos in perlfaq2.pod
20697              From: "Stephen P. Potter" <spp@spotter.yi.org>
20698              Message-Id: <200101192101.QAA11911@spotter.yi.org>
20699              Date: Fri, 19 Jan 2001 16:01:13 -0500
20700              
20701              with a nit from Philip Netwon.
20702      Branch: perl
20703            ! pod/perlfaq2.pod
20704 ____________________________________________________________________________
20705 [  8504] By: jhi                                   on 2001/01/21  19:33:05
20706         Log: Metaconfig change for #8503.
20707      Branch: metaconfig
20708            ! U/threads/usethreads.U
20709 ____________________________________________________________________________
20710 [  8503] By: jhi                                   on 2001/01/21  19:32:21
20711         Log: Sanity check for conflicting thread flavours.
20712      Branch: perl
20713            ! Configure config_h.SH
20714 ____________________________________________________________________________
20715 [  8502] By: jhi                                   on 2001/01/21  19:23:00
20716         Log: Metaconfig change for #8501.
20717      Branch: metaconfig
20718            ! U/modified/sig_name.U
20719 ____________________________________________________________________________
20720 [  8501] By: jhi                                   on 2001/01/21  19:22:26
20721         Log: The SIG_SIZE is the number of the elements *excluding*
20722              the terminating NULL.
20723      Branch: perl
20724            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
20725            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
20726            ! win32/config_H.vc
20727 ____________________________________________________________________________
20728 [  8500] By: jhi                                   on 2001/01/21  18:31:31
20729         Log: Integrate perlio.
20730      Branch: perl
20731           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
20732           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
20733           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
20734           !> pp_sys.c proto.h sv.c
20735 ____________________________________________________________________________
20736 [  8499] By: jhi                                   on 2001/01/21  17:43:57
20737         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
20738              From: Hugo <hv@crypt.compulink.co.uk>
20739              Date: Sun, 21 Jan 2001 13:34:05 +0000
20740              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
20741              
20742              In sprintf UTF8ize only if necessary.
20743      Branch: perl
20744            ! sv.c
20745 ____________________________________________________________________________
20746 [  8498] By: nick                                  on 2001/01/21  16:25:32
20747         Log: Encode cleanup.
20748              Add command line control over "compile" so that Makefile.PL
20749              needs can be combined with other uses.
20750              Use command line options in Makefile.PL.
20751              Fix multi-byte parsing in .ucm files.
20752      Branch: perlio
20753            ! ext/Encode/Makefile.PL ext/Encode/compile
20754 ____________________________________________________________________________
20755 [  8497] By: nick                                  on 2001/01/21  12:56:27
20756         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
20757      Branch: perlio
20758            ! ext/Encode/Encode.xs
20759 ____________________________________________________________________________
20760 [  8496] By: nick                                  on 2001/01/21  12:18:45
20761         Log: Fixup after integrate:
20762              missed the .sym files that are changed by regen_headers
20763              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
20764      Branch: perlio
20765            ! global.sym pp.sym sv.c
20766 ____________________________________________________________________________
20767 [  8495] By: nick                                  on 2001/01/21  11:51:07
20768         Log: Integrate mainline.
20769      Branch: perlio
20770           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
20771           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
20772           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
20773           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
20774           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
20775           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
20776           !> win32/Makefile win32/makefile.mk
20777 ____________________________________________________________________________
20778 [  8494] By: jhi                                   on 2001/01/20  23:12:11
20779         Log: Forgot the expect_number() prototype.
20780      Branch: perl
20781            ! embed.h embed.pl proto.h
20782 ____________________________________________________________________________
20783 [  8493] By: jhi                                   on 2001/01/20  22:56:39
20784         Log: Subject: [PATCH: perl@8482] README.vms URL updates
20785              From: Peter Prymmer <pvhp@forte.com>
20786              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
20787              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
20788              
20789              Plus Craig A. Berry's suggestion to use compaq.com instead
20790              of digital.com.
20791      Branch: perl
20792            ! README.vms
20793 ____________________________________________________________________________
20794 [  8492] By: jhi                                   on 2001/01/20  22:50:05
20795         Log: Memory management calls documentation.
20796      Branch: perl
20797            ! pod/perlguts.pod
20798 ____________________________________________________________________________
20799 [  8491] By: jhi                                   on 2001/01/20  22:38:33
20800         Log: Signedness nit plus few memcpy/Copy nits.
20801      Branch: perl
20802            ! sv.c
20803 ____________________________________________________________________________
20804 [  8490] By: jhi                                   on 2001/01/20  22:25:53
20805         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
20806              From: Peter Prymmer <pvhp@forte.com>
20807              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
20808              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
20809      Branch: perl
20810            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
20811 ____________________________________________________________________________
20812 [  8489] By: jhi                                   on 2001/01/20  22:24:41
20813         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
20814              From: Peter Prymmer <pvhp@forte.com>
20815              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
20816              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
20817      Branch: perl
20818            ! win32/Makefile win32/makefile.mk
20819 ____________________________________________________________________________
20820 [  8488] By: jhi                                   on 2001/01/20  22:22:27
20821         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
20822              From: Peter Prymmer <pvhp@forte.com>
20823              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
20824              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
20825      Branch: perl
20826            ! Makefile.SH
20827 ____________________________________________________________________________
20828 [  8487] By: jhi                                   on 2001/01/20  22:21:18
20829         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
20830              From: Peter Prymmer <pvhp@forte.com>
20831              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
20832              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
20833      Branch: perl
20834            + ext/DynaLoader/dl_dllload.xs
20835            ! MANIFEST Makefile.SH hints/os390.sh
20836 ____________________________________________________________________________
20837 [  8486] By: jhi                                   on 2001/01/20  22:17:53
20838         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
20839              From: Peter Prymmer <pvhp@forte.com>
20840              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
20841              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
20842      Branch: perl
20843            ! README.os390 README.posix-bc
20844 ____________________________________________________________________________
20845 [  8485] By: jhi                                   on 2001/01/20  20:15:30
20846         Log: Document and test the new qu operator.
20847      Branch: perl
20848            + t/op/qu.t
20849            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
20850            ! pod/perlretut.pod pod/perlunicode.pod
20851 ____________________________________________________________________________
20852 [  8484] By: nick                                  on 2001/01/20  19:42:30
20853         Log: Infrastructure to allow:
20854              open($fh,"|-",@array);
20855              to be implemented
20856              i.e. mark pp_open as needing a stack mark, and make pp_open
20857              process its args in that style (and pass them _all_ to tied handles OPEN).
20858              Invent do_openn() which takes SV ** at allow it to see multiple args.
20859              Note this does not _do_ anything yet.
20860      Branch: perlio
20861            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
20862            ! perlapi.c pp_proto.h pp_sys.c proto.h
20863 ____________________________________________________________________________
20864 [  8483] By: nick                                  on 2001/01/20  17:23:14
20865         Log: Integrate mainline.
20866      Branch: perlio
20867           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
20868           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
20869 ____________________________________________________________________________
20870 [  8482] By: jhi                                   on 2001/01/19  15:37:49
20871         Log: Update Changes.
20872      Branch: perl
20873            ! Changes patchlevel.h
20874 ____________________________________________________________________________
20875 [  8481] By: jhi                                   on 2001/01/19  14:41:24
20876         Log: Subject: Re: new feature: s?printf parameter reordering 
20877              From: Hugo <hv@crypt.compulink.co.uk>
20878              Date: Thu, 11 Jan 2001 17:09:03 +0000
20879              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
20880              
20881              - support reordering for all parameters: %, *v, *, .*
20882              - lay down that the reordering specification must immediately
20883              follow that parameter: %3$, *v3$, *3$, .*3$
20884              - fix vectorisation of a zero-length string
20885              - factor out the code choosing the argument to format
20886              
20887              Possibly unwanted side-effects:
20888              - the special format specifiers ' +-0' must now precede any
20889              vectorisation specifier. Tests in op/sprintf and op/ver
20890              have been changed to reflect this.
20891              - sprintf.t test #214 changed its expectations because in many
20892              cases, the next parameter has already been consumed when an
20893              invalid type letter is detected.
20894              
20895              Probably wanted side-effects:
20896              - attempts to format a non-existent parameter will warn as if C<undef>
20897              - attempt to write to non-existent parameter with '%n' will complain
20898              of "attempt to modify read-only value" instead of being silent
20899      Branch: perl
20900            ! sv.c t/op/sprintf.t t/op/ver.t
20901 ____________________________________________________________________________
20902 [  8480] By: jhi                                   on 2001/01/19  14:08:37
20903         Log: Subject: PATCH pragma/locale.t
20904              From: andreas.koenig@anima.de (Andreas J. Koenig)
20905              Date: 18 Jan 2001 09:45:37 +0100
20906              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
20907      Branch: perl
20908            ! t/pragma/locale.t
20909 ____________________________________________________________________________
20910 [  8479] By: jhi                                   on 2001/01/19  13:19:58
20911         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
20912      Branch: perl
20913            ! configure.com
20914 ____________________________________________________________________________
20915 [  8478] By: jhi                                   on 2001/01/19  02:12:35
20916         Log: Automate 1_compile.t.
20917      Branch: perl
20918            ! t/lib/1_compile.t
20919 ____________________________________________________________________________
20920 [  8477] By: jhi                                   on 2001/01/19  01:49:56
20921         Log: Integrate perlio.
20922      Branch: perl
20923           !> sv.c win32/config.bc win32/config.gc win32/config.vc
20924           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20925 ____________________________________________________________________________
20926 [  8476] By: nick                                  on 2001/01/18  21:51:52
20927         Log: Integrate mainline
20928      Branch: perlio
20929           +> t/lib/1_compile.t t/lib/compmod.pl
20930           !> MANIFEST configure.com lib/unicode/distinct.pm
20931 ____________________________________________________________________________
20932 [  8475] By: nick                                  on 2001/01/18  21:48:02
20933         Log: Win32 "safe signals" co-existance fix.
20934              Fix SIG_SIZE value.
20935              Clear PL_sig_pending when cloning (fork).
20936      Branch: perlio
20937            ! sv.c win32/config.bc win32/config.gc win32/config.vc
20938            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20939 ____________________________________________________________________________
20940 [  8474] By: jhi                                   on 2001/01/18  14:40:57
20941         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
20942      Branch: perl
20943            ! t/lib/1_compile.t
20944 ____________________________________________________________________________
20945 [  8473] By: gsar                                  on 2001/01/18  11:42:31
20946         Log: unsubmitted trial1 change
20947      Branch: maint-5.6/perl
20948            ! Changes
20949 ____________________________________________________________________________
20950 [  8472] By: jhi                                   on 2001/01/18  04:30:24
20951         Log: The first bug found by 1_compile.t.
20952      Branch: perl
20953            ! lib/unicode/distinct.pm
20954 ____________________________________________________________________________
20955 [  8471] By: jhi                                   on 2001/01/18  04:29:42
20956         Log: Add Schwern's 1_compile test.  The compile_module script renamed
20957              to be a bit shorter for the 8.3 people.
20958      Branch: perl
20959            + t/lib/1_compile.t t/lib/compmod.pl
20960            ! MANIFEST
20961 ____________________________________________________________________________
20962 [  8470] By: jhi                                   on 2001/01/18  04:16:00
20963         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)
20964              From: Peter Prymmer <pvhp@forte.com>
20965              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
20966              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
20967              Replace #8463.
20968      Branch: maint-5.6/perl
20969            ! configure.com
20970 ____________________________________________________________________________
20971 [  8469] By: jhi                                   on 2001/01/18  04:13:02
20972         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)
20973              From: Peter Prymmer <pvhp@forte.com>
20974              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
20975              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
20976              Replace #8462.
20977      Branch: perl
20978            ! configure.com
20979 ____________________________________________________________________________
20980 [  8468] By: jhi                                   on 2001/01/18  03:42:08
20981         Log: Integrate perlio.
20982      Branch: perl
20983           !> gv.c mg.c perlio.c util.c
20984 ____________________________________________________________________________
20985 [  8467] By: nick                                  on 2001/01/17  22:41:10
20986         Log: "Safe" signals - trial implementation.
20987              gv.c tweaked to zero PL_sig_pend array
20988              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
20989              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
20990              Odd thing is that it "works" with PERLIO=stdio as well (linux).
20991      Branch: perlio
20992            ! gv.c mg.c perlio.c util.c
20993 ____________________________________________________________________________
20994 [  8466] By: nick                                  on 2001/01/17  20:40:20
20995         Log: Integrate mainline.
20996      Branch: perlio
20997           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
20998           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
20999           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
21000           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21001           !> vos/config.ga.h win32/config.bc win32/config.gc
21002           !> win32/config.vc
21003 ____________________________________________________________________________
21004 [  8465] By: jhi                                   on 2001/01/17  18:37:13
21005         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
21006              From: Nicholas Clark <nick@ccl4.org>
21007              Date: Wed, 17 Jan 2001 17:31:33 +0000
21008              Message-ID: <20010117173133.I2633@plum.flirble.org>
21009      Branch: perl
21010            ! t/op/int.t
21011 ____________________________________________________________________________
21012 [  8464] By: jhi                                   on 2001/01/17  14:43:17
21013         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
21014              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21015              Date: Wed, 17 Jan 2001 15:16:43 +0100
21016              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
21017              
21018              pp_int() was dropping an NV to the floor,
21019              int(279964589018079/59) either returned not an integer
21020              4745162525730.15, or one got "Attempt to free unreferenced scalar."
21021      Branch: perl
21022            ! pp.c
21023 ____________________________________________________________________________
21024 [  8463] By: jhi                                   on 2001/01/17  06:12:42
21025         Log: (Replaced by #8470)
21026              
21027              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)
21028              From: "Craig A. Berry" <craigberry@mac.com>
21029              Date: Tue, 16 Jan 2001 23:38:46 -0600
21030              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
21031      Branch: maint-5.6/perl
21032            ! configure.com
21033 ____________________________________________________________________________
21034 [  8462] By: jhi                                   on 2001/01/17  06:11:31
21035         Log: (Replaced by #8469)
21036              
21037              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)
21038              From: "Craig A. Berry" <craigberry@mac.com>
21039              Date: Tue, 16 Jan 2001 23:38:46 -0600
21040              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
21041      Branch: perl
21042            ! configure.com
21043 ____________________________________________________________________________
21044 [  8461] By: jhi                                   on 2001/01/17  05:56:12
21045         Log: Allow for one trailing slash in the directory of mkdir().
21046      Branch: perl
21047            ! pp_sys.c
21048 ____________________________________________________________________________
21049 [  8460] By: jhi                                   on 2001/01/17  03:26:01
21050         Log: Metaconfig unit changes for #8459.
21051      Branch: metaconfig
21052            ! U/modified/Loc.U U/modified/sig_name.U
21053 ____________________________________________________________________________
21054 [  8459] By: jhi                                   on 2001/01/17  03:24:48
21055         Log: Define SIG_SIZE, the number of elements in the sig_name and
21056              sig_num arrays, including the final NULL entry.
21057      Branch: perl
21058            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21059            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
21060            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
21061            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21062            ! win32/config.bc win32/config.gc win32/config.vc
21063 ____________________________________________________________________________
21064 [  8458] By: jhi                                   on 2001/01/17  01:41:33
21065         Log: Integrate perlio.
21066      Branch: perl
21067           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
21068           !> perlapi.h proto.h sv.c
21069 ____________________________________________________________________________
21070 [  8457] By: nick                                  on 2001/01/16  22:07:26
21071         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
21072              Provides all the "cost" but no benefit yet - it is to allow cost
21073              to be measured, and implementation experiments (just in mg.c?).
21074      Branch: perlio
21075            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
21076            ! perlapi.h proto.h sv.c
21077 ____________________________________________________________________________
21078 [  8456] By: nick                                  on 2001/01/16  21:07:07
21079         Log: Integrate mainline.
21080      Branch: perlio
21081           !> (integrate 51 files)
21082 ____________________________________________________________________________
21083 [  8455] By: jhi                                   on 2001/01/16  18:13:43
21084         Log: Subject: [PATCH] regcomp.c old feature removal
21085              From: mjd@plover.com
21086              Date: 16 Jan 2001 14:43:18 -0000 
21087              Message-ID: <20010116144318.7140.qmail@plover.com> 
21088      Branch: perl
21089            ! regcomp.c
21090 ____________________________________________________________________________
21091 [  8454] By: jhi                                   on 2001/01/16  16:12:39
21092         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
21093              From: "Indy Singh" <indy@nusphere.com>
21094              Date: Wed, 10 Jan 2001 20:17:49 -0500
21095              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
21096      Branch: maint-5.6/perl
21097            ! win32/Makefile
21098 ____________________________________________________________________________
21099 [  8453] By: jhi                                   on 2001/01/16  16:09:33
21100         Log: Update Changes.
21101      Branch: perl
21102            ! Changes patchlevel.h
21103 ____________________________________________________________________________
21104 [  8452] By: jhi                                   on 2001/01/16  15:42:04
21105         Log: Subject: Re: API Cleanup
21106              To: perl5-porters@perl.org
21107              Date: Tue, 16 Jan 2001 13:42:30 +0000
21108              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
21109              
21110              Subject: [PATCH] utf8.c documentation
21111              From: Simon Cozens <simon@cozens.net>
21112              Date: Tue, 16 Jan 2001 13:52:48 +0000
21113              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
21114              
21115              Subject: Re: API Cleanup
21116              From: Simon Cozens <simon@cozens.net>
21117              Date: Tue, 16 Jan 2001 14:58:55 +0000
21118              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
21119              
21120              UTF-8 doc patches.
21121      Branch: perl
21122            ! embed.pl pod/perlapi.pod utf8.c
21123 ____________________________________________________________________________
21124 [  8451] By: jhi                                   on 2001/01/16  14:41:39
21125         Log: podlators 1.07, from Russ Allbery.
21126      Branch: perl
21127            ! lib/Pod/Man.pm
21128 ____________________________________________________________________________
21129 [  8450] By: jhi                                   on 2001/01/16  14:24:19
21130         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
21131              From: "Indy Singh" <indy@nusphere.com>
21132              Date: Mon, 15 Jan 2001 20:59:40 -0500
21133              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
21134      Branch: perl
21135            ! win32/Makefile
21136 ____________________________________________________________________________
21137 [  8449] By: jhi                                   on 2001/01/16  03:42:55
21138         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
21139              at the setting of the ofs_sv in new_struct_thread() as the
21140              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
21141              that invited a core dump.
21142      Branch: perl
21143            ! util.c
21144 ____________________________________________________________________________
21145 [  8448] By: jhi                                   on 2001/01/16  01:49:07
21146         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
21147              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21148              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
21149              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
21150              
21151              Replace #8444 and #8445.
21152      Branch: perl
21153            ! ext/B/B.xs ext/B/B/Debug.pm
21154 ____________________________________________________________________________
21155 [  8447] By: jhi                                   on 2001/01/15  21:05:35
21156         Log: Subject: [PATCH] API Variable documentation   
21157              From: Simon Cozens <simon@cozens.net>
21158              Date: Mon, 15 Jan 2001 19:35:54 +0000
21159              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
21160      Branch: perl
21161            ! pod/perlapi.pod thrdvar.h
21162 ____________________________________________________________________________
21163 [  8446] By: jhi                                   on 2001/01/15  20:49:20
21164         Log: Signedness nit.
21165      Branch: perl
21166            ! pp_ctl.c
21167 ____________________________________________________________________________
21168 [  8445] By: jhi                                   on 2001/01/15  20:28:48
21169         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
21170      Branch: perl
21171            ! ext/B/B/Debug.pm
21172 ____________________________________________________________________________
21173 [  8444] By: jhi                                   on 2001/01/15  13:09:10
21174         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
21175      Branch: perl
21176            ! ext/B/B.xs
21177 ____________________________________________________________________________
21178 [  8443] By: jhi                                   on 2001/01/15  13:06:26
21179         Log: Missing from #8439.
21180      Branch: perl
21181            ! keywords.h mg.c
21182 ____________________________________________________________________________
21183 [  8442] By: jhi                                   on 2001/01/15  13:02:38
21184         Log: Subject: [PATCH @8436] Eliminate op_children
21185              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21186              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
21187              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
21188              
21189              Subject: [PATCH @8436] Re: Eliminate op_children
21190              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21191              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
21192              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
21193      Branch: perl
21194            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
21195            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
21196            ! op.c op.h
21197 ____________________________________________________________________________
21198 [  8441] By: jhi                                   on 2001/01/15  12:57:08
21199         Log: Use the /^Perl_/-less form of is_lvalue_sub().
21200      Branch: perl
21201            ! pp.h
21202 ____________________________________________________________________________
21203 [  8440] By: jhi                                   on 2001/01/15  05:13:09
21204         Log: Revert #8437 and #8438, the Linux large files story is more complex.
21205      Branch: metaconfig/U/perl
21206            ! d_fpos64_t.U d_off64_t.U
21207      Branch: perl
21208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21209            ! config_h.SH configure.com epoc/config.sh perl.h
21210            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
21211            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21212            ! win32/config.bc win32/config.gc win32/config.vc
21213 ____________________________________________________________________________
21214 [  8439] By: jhi                                   on 2001/01/15  05:02:24
21215         Log: More UTF-8 patches from Inaba Hiroto.
21216              - The substr lval was still not okay.
21217              - Now pp_stringify and sv_setsv copies source's UTF8 flag
21218              even if IN_BYTE.  pp_stringify is called from fold_constants
21219              at optimization phase and "\x{100}" was made SvUTF8_off under
21220              use bytes (the bytes pragma is for "byte semantics" and not
21221              for "do not produce UTF8 data")
21222              - New `qu' operator to generate UTF8 string explicitly.
21223              Though I agree with the policy "0x00-0xff always produce bytes",
21224              sometimes want to such a string to be coded in UTF8.
21225              I can use pack"U0a*" but it requires more typing and has
21226              runtime overhead.
21227              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
21228              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
21229              string is not UTF8_on and has char 0x80-0xff.
21230              
21231              TODO: document and test qu.
21232      Branch: perl
21233            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
21234            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
21235            ! toke.c
21236 ____________________________________________________________________________
21237 [  8438] By: jhi                                   on 2001/01/14  05:10:23
21238         Log: Metaconfig unit changes for #8437.
21239      Branch: metaconfig/U/perl
21240            ! d_fpos64_t.U d_off64_t.U
21241 ____________________________________________________________________________
21242 [  8437] By: jhi                                   on 2001/01/14  04:55:34
21243         Log: Add <features.h> probing, seems to be needed for (some?)
21244              Linux largefileness.
21245      Branch: perl
21246            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21247            ! config_h.SH configure.com epoc/config.sh perl.h
21248            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
21249            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21250            ! win32/config.bc win32/config.gc win32/config.vc
21251 ____________________________________________________________________________
21252 [  8436] By: jhi                                   on 2001/01/13  17:47:21
21253         Log: Tighten some of the tests a bit.
21254      Branch: perl
21255            ! t/pragma/utf8.t
21256 ____________________________________________________________________________
21257 [  8435] By: jhi                                   on 2001/01/13  17:31:54
21258         Log: Integrate perlio.
21259      Branch: perl
21260           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
21261           !> win32/config_H.gc win32/config_H.vc
21262 ____________________________________________________________________________
21263 [  8434] By: nick                                  on 2001/01/13  11:36:53
21264         Log: Run dmake regen_config_h for Win32
21265      Branch: perlio
21266            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
21267 ____________________________________________________________________________
21268 [  8433] By: nick                                  on 2001/01/13  11:31:55
21269         Log: VMS friendly patch to Encode compile process
21270      Branch: perlio
21271            ! ext/Encode/Makefile.PL ext/Encode/compile
21272 ____________________________________________________________________________
21273 [  8432] By: nick                                  on 2001/01/13  11:06:44
21274         Log: Integrate mainline
21275      Branch: perlio
21276           +> ext/B/B/Concise.pm
21277           !> (integrate 52 files)
21278 ____________________________________________________________________________
21279 [  8431] By: jhi                                   on 2001/01/13  05:55:55
21280         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
21281              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21282              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
21283              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
21284      Branch: perl
21285            ! ext/B/B/Concise.pm
21286 ____________________________________________________________________________
21287 [  8430] By: jhi                                   on 2001/01/13  04:24:18
21288         Log: The LVRET macro needed an aTHX.
21289      Branch: perl
21290            ! pp.h
21291 ____________________________________________________________________________
21292 [  8429] By: jhi                                   on 2001/01/13  02:12:42
21293         Log: Update Changes.
21294      Branch: perl
21295            ! Changes patchlevel.h
21296 ____________________________________________________________________________
21297 [  8428] By: jhi                                   on 2001/01/13  02:08:50
21298         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
21299              From: Peter Prymmer <pvhp@forte.com>
21300              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
21301              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
21302              
21303              Add a BEGIN guard for sloppy floating point division.
21304      Branch: perl
21305            ! lib/Math/BigInt.pm lib/bigint.pl
21306 ____________________________________________________________________________
21307 [  8427] By: jhi                                   on 2001/01/13  01:47:16
21308         Log: The B::Terse drop-in replacement wasn't quite drop-in.
21309      Branch: perl
21310            ! ext/B/B/Terse.pm
21311 ____________________________________________________________________________
21312 [  8426] By: jhi                                   on 2001/01/12  21:20:43
21313         Log: Use UVXf.
21314      Branch: perl
21315            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21316            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
21317            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
21318            ! vos/config.ga.def vos/config.ga.h win32/config.bc
21319            ! win32/config.gc win32/config.vc
21320 ____________________________________________________________________________
21321 [  8425] By: jhi                                   on 2001/01/12  20:20:14
21322         Log: Subject: [PATCH perl@8342] -Wformat
21323              From: Robin Barker <rmb1@cise.npl.co.uk>
21324              Date: Fri, 12 Jan 2001 20:03:14 GMT
21325              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
21326      Branch: perl
21327            ! ext/Encode/Encode.xs mg.c sv.c toke.c
21328 ____________________________________________________________________________
21329 [  8424] By: jhi                                   on 2001/01/12  20:01:48
21330         Log: Subject: B::Concise -- an improved replacement for B::Terse 
21331              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21332              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
21333              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
21334      Branch: perl
21335            + ext/B/B/Concise.pm
21336            ! MANIFEST ext/B/B/Terse.pm
21337 ____________________________________________________________________________
21338 [  8423] By: jhi                                   on 2001/01/12  19:24:02
21339         Log: The new metaconfig unit from the #8421.
21340      Branch: metaconfig/U/perl
21341            + d_sigprocmask.U
21342 ____________________________________________________________________________
21343 [  8422] By: jhi                                   on 2001/01/12  19:23:43
21344         Log: Forgot the microperl config from the #8421.
21345      Branch: perl
21346            ! uconfig.h uconfig.sh
21347 ____________________________________________________________________________
21348 [  8421] By: jhi                                   on 2001/01/12  19:05:27
21349         Log: Add sigprocmask() probe, regen Configure, regen toc.
21350      Branch: perl
21351            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21352            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
21353            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21354            ! vos/config.ga.h win32/config.bc win32/config.gc
21355            ! win32/config.vc
21356 ____________________________________________________________________________
21357 [  8420] By: jhi                                   on 2001/01/12  18:34:31
21358         Log: Add sockatmark() to the todo list.
21359      Branch: perl
21360            ! Todo-5.6
21361 ____________________________________________________________________________
21362 [  8419] By: jhi                                   on 2001/01/12  18:09:46
21363         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
21364      Branch: perl
21365            ! op.c
21366 ____________________________________________________________________________
21367 [  8418] By: jhi                                   on 2001/01/12  18:05:30
21368         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
21369              From: Radu Greab <radu@netsoft.ro>
21370              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
21371              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
21372      Branch: perl
21373            ! op.c t/pragma/sub_lval.t
21374 ____________________________________________________________________________
21375 [  8417] By: jhi                                   on 2001/01/12  16:09:09
21376         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
21377              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
21378              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
21379              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
21380      Branch: perl
21381            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
21382            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
21383            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
21384            ! t/pragma/sub_lval.t toke.c
21385 ____________________________________________________________________________
21386 [  8416] By: jhi                                   on 2001/01/12  15:42:06
21387         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
21388              From: "Richard Soderberg" <rs@crystalflame.net>
21389              Date: Fri, 12 Jan 2001 04:49:35 -0800
21390              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
21391              
21392              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
21393              according to the platform.
21394      Branch: perl
21395            ! op.c
21396 ____________________________________________________________________________
21397 [  8415] By: jhi                                   on 2001/01/12  15:33:41
21398         Log: One more UTF-8 fix from Inaba Hiroto.
21399      Branch: perl
21400            ! pp.c regexec.c t/pragma/utf8.t
21401 ____________________________________________________________________________
21402 [  8414] By: jhi                                   on 2001/01/12  15:30:18
21403         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
21404      Branch: perl
21405            ! regexec.c
21406 ____________________________________________________________________________
21407 [  8413] By: jhi                                   on 2001/01/12  15:22:10
21408         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
21409              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21410              Date: Thu, 11 Jan 2001 12:53:36 +0100
21411              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
21412      Branch: perl
21413            ! toke.c
21414 ____________________________________________________________________________
21415 [  8412] By: jhi                                   on 2001/01/12  15:20:25
21416         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
21417              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21418              Date: Fri, 12 Jan 2001 14:37:55 +0100
21419              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
21420      Branch: perl
21421            ! hints/posix-bc.sh
21422 ____________________________________________________________________________
21423 [  8411] By: jhi                                   on 2001/01/12  15:14:14
21424         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
21425              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
21426              Date: Fri, 12 Jan 2001 10:42:21 +0100
21427              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
21428      Branch: perl
21429            ! t/op/regmesg.t
21430 ____________________________________________________________________________
21431 [  8410] By: jhi                                   on 2001/01/12  05:48:55
21432         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
21433              From: Nicholas Clark <nick@ccl4.org> 
21434              Date: Sun, 7 Jan 2001 19:47:14 +0000
21435              Message-ID: <20010107194714.B1048@plum.flirble.org>
21436      Branch: perl
21437            ! t/op/numconvert.t
21438 ____________________________________________________________________________
21439 [  8409] By: jhi                                   on 2001/01/12  05:41:28
21440         Log: Integrate perlio.
21441      Branch: perl
21442           !> mg.c scope.h
21443 ____________________________________________________________________________
21444 [  8408] By: nick                                  on 2001/01/11  22:43:28
21445         Log: Remove variables that were used in experiments.
21446      Branch: perlio
21447            ! mg.c
21448 ____________________________________________________________________________
21449 [  8407] By: nick                                  on 2001/01/11  20:57:44
21450         Log: Catch die in %SIG handler and unblock the signal before re-dying.
21451              This make Linux work _without_ sigsetjmp().
21452              Turn off sigsetjmp() to see what else it does.
21453              May need Configure probe for sigprocmask() if anything has sigaction()
21454              but not sigprocmask().
21455      Branch: perlio
21456            ! mg.c scope.h
21457 ____________________________________________________________________________
21458 [  8406] By: nick                                  on 2001/01/11  19:32:07
21459         Log: Integrate mainline
21460      Branch: perlio
21461           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
21462           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
21463           !> t/op/substr.t
21464 ____________________________________________________________________________
21465 [  8405] By: jhi                                   on 2001/01/11  17:11:01
21466         Log: Fix UTF-8 lval substr().
21467      Branch: perl
21468            ! mg.c t/op/substr.t
21469 ____________________________________________________________________________
21470 [  8404] By: jhi                                   on 2001/01/11  05:13:58
21471         Log: Update Changes.
21472      Branch: perl
21473            ! Changes patchlevel.h
21474 ____________________________________________________________________________
21475 [  8403] By: jhi                                   on 2001/01/11  04:38:24
21476         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
21477              From: Hugo <hv@crypt.compulink.co.uk>
21478              Date: Mon, 30 Oct 2000 01:33:26 +0000
21479              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
21480      Branch: perl
21481            ! regexec.c t/op/re_tests
21482 ____________________________________________________________________________
21483 [  8402] By: jhi                                   on 2001/01/11  04:26:12
21484         Log: Integrate perlio.
21485      Branch: perl
21486           !> scope.h util.c
21487 ____________________________________________________________________________
21488 [  8401] By: nick                                  on 2001/01/10  22:52:55
21489         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
21490              (So Alan and Ilya can try setting via hints.)
21491              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
21492              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
21493              doing the save everywhere seems to restart read() correctly, but just
21494              doing it once "round" the handler does not.
21495      Branch: perlio
21496            ! scope.h
21497 ____________________________________________________________________________
21498 [  8400] By: jhi                                   on 2001/01/10  21:57:54
21499         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
21500              of IRIX, HP-UX is unaffected.
21501      Branch: perl
21502            ! perl.h
21503 ____________________________________________________________________________
21504 [  8399] By: nick                                  on 2001/01/10  21:29:19
21505         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
21506      Branch: perlio
21507            ! util.c
21508 ____________________________________________________________________________
21509 [  8398] By: jhi                                   on 2001/01/10  20:55:31
21510         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
21511              also have ReusePort.
21512      Branch: perl
21513            ! ext/IO/lib/IO/Socket/INET.pm
21514 ____________________________________________________________________________
21515 [  8397] By: jhi                                   on 2001/01/10  20:50:57
21516         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
21517              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
21518              Date: Wed, 10 Jan 2001 01:38:13 -0800
21519              Message-ID: <20010110013813.B41744@yahoo-inc.com>
21520      Branch: perl
21521            ! ext/IO/lib/IO/Socket/INET.pm
21522 ____________________________________________________________________________
21523 [  8396] By: jhi                                   on 2001/01/10  20:49:30
21524         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
21525              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
21526              Date: Wed, 10 Jan 2001 01:37:32 -0800
21527              Message-ID: <20010110013732.A41744@yahoo-inc.com>
21528      Branch: perl
21529            ! ext/Socket/Socket.pm
21530 ____________________________________________________________________________
21531 [  8395] By: jhi                                   on 2001/01/10  20:41:37
21532         Log: Test for bug id 20010105.016 (fixed by #8378).
21533      Branch: perl
21534            ! t/op/split.t
21535 ____________________________________________________________________________
21536 [  8394] By: jhi                                   on 2001/01/10  20:26:32
21537         Log: Integrate perlio.
21538      Branch: perl
21539            ! util.c
21540 ____________________________________________________________________________
21541 [  8393] By: nick                                  on 2001/01/10  19:34:30
21542         Log: Back out Simon's pid hackery for now.
21543      Branch: perlio
21544            ! util.c
21545 ____________________________________________________________________________
21546 [  8392] By: nick                                  on 2001/01/10  19:23:13
21547         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
21548      Branch: perlio
21549           !> (integrate 29 files)
21550 ____________________________________________________________________________
21551 [  8391] By: jhi                                   on 2001/01/10  18:43:15
21552         Log: Subject: [PATCH] Fix my_pclose segfault
21553              From: Simon Cozens <simon@cozens.net>
21554              Date: Wed, 10 Jan 2001 18:39:35 +0000
21555              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
21556      Branch: perl
21557            ! util.c
21558 ____________________________________________________________________________
21559 [  8390] By: jhi                                   on 2001/01/10  18:42:08
21560         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
21561              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21562              Date:     Wed, 10 Jan 2001 13:23:02 EST
21563              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
21564      Branch: perl
21565            ! ext/Opcode/Opcode.xs
21566 ____________________________________________________________________________
21567 [  8389] By: jhi                                   on 2001/01/10  15:16:07
21568         Log: Turn off the integer preservation for now.
21569      Branch: perl
21570            ! perl.h
21571 ____________________________________________________________________________
21572 [  8388] By: jhi                                   on 2001/01/10  15:01:25
21573         Log: Few more IDE/editor nits from p5p.
21574      Branch: perl
21575            ! pod/perlfaq3.pod
21576 ____________________________________________________________________________
21577 [  8387] By: jhi                                   on 2001/01/10  06:53:16
21578         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
21579              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
21580              Date: Tue, 9 Jan 2001 23:16:02 +0000
21581              Message-ID: <20010109231602.A81101@plum.flirble.org>
21582      Branch: perl
21583            ! sv.c
21584 ____________________________________________________________________________
21585 [  8386] By: jhi                                   on 2001/01/10  03:17:54
21586         Log: Test cases for #8385 (from Simon's "torture.pl")
21587      Branch: perl
21588            ! t/op/tr.t
21589 ____________________________________________________________________________
21590 [  8385] By: jhi                                   on 2001/01/10  03:17:11
21591         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
21592              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
21593              Date: Wed, 10 Jan 2001 11:39:39 +0900
21594              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
21595              
21596              Some more UTF-8 tr cases fixed.
21597      Branch: perl
21598            ! doop.c
21599 ____________________________________________________________________________
21600 [  8384] By: jhi                                   on 2001/01/09  22:45:40
21601         Log: Allow the locale test needing POSIX and the taint test
21602              needing IPC::SysV to run under 'minitest' (basically,
21603              bail out if loading the extension fails)
21604      Branch: perl
21605            ! t/op/misc.t t/op/taint.t
21606 ____________________________________________________________________________
21607 [  8383] By: jhi                                   on 2001/01/09  21:36:04
21608         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
21609              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21610              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
21611              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
21612      Branch: perl
21613            ! t/io/openpid.t
21614 ____________________________________________________________________________
21615 [  8382] By: jhi                                   on 2001/01/09  21:06:08
21616         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
21617              Should finish up the bug id 20001205.022.
21618      Branch: perl
21619            ! pp.c pp_hot.c scope.c
21620 ____________________________________________________________________________
21621 [  8381] By: jhi                                   on 2001/01/09  18:27:43
21622         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
21623              From: Andy Dougherty <doughera@lafayette.edu>
21624              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
21625              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
21626              
21627              More robust yacc/bison error detection.
21628      Branch: perl
21629            ! t/comp/proto.t
21630 ____________________________________________________________________________
21631 [  8380] By: jhi                                   on 2001/01/09  15:21:38
21632         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
21633              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21634              Date:     Tue, 9 Jan 2001 07:53:55 EST
21635              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
21636      Branch: perl
21637            ! t/op/misc.t vms/test.com
21638 ____________________________________________________________________________
21639 [  8379] By: jhi                                   on 2001/01/09  15:20:38
21640         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
21641              From: jhi@cc.hut.fi
21642              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
21643              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
21644              
21645              The #8378 fixed this.
21646      Branch: perl
21647            ! t/op/tr.t
21648 ____________________________________________________________________________
21649 [  8378] By: jhi                                   on 2001/01/09  15:05:32
21650         Log: Subject: One more patch for UTF8 
21651              From: Inaba Hiroto <inaba@st.rim.or.jp>
21652              Date: Tue, 09 Jan 2001 01:04:32 +0900
21653              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
21654              
21655              UTF-8 fixes for 'x' and tr///.
21656      Branch: perl
21657            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
21658            ! regcomp.c regexec.c toke.c utf8.c
21659 ____________________________________________________________________________
21660 [  8377] By: jhi                                   on 2001/01/09  14:32:17
21661         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
21662      Branch: perl
21663            ! t/op/length.t
21664 ____________________________________________________________________________
21665 [  8376] By: jhi                                   on 2001/01/09  04:32:32
21666         Log: integrate changes #7775, #8316, #8316 from mainline
21667      Branch: maint-5.6/perl
21668            ! hints/solaris_2.sh
21669 ____________________________________________________________________________
21670 [  8375] By: jhi                                   on 2001/01/09  04:26:43
21671         Log: Update Changes.
21672      Branch: perl
21673            ! Changes patchlevel.h
21674 ____________________________________________________________________________
21675 [  8374] By: jhi                                   on 2001/01/09  04:14:32
21676         Log: IDE/editor section tweaking.
21677      Branch: perl
21678            ! pod/perlfaq3.pod
21679 ____________________________________________________________________________
21680 [  8373] By: jhi                                   on 2001/01/09  02:38:26
21681         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
21682              From: Peter Prymmer <pvhp@forte.com>
21683              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
21684              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
21685              
21686              In preparation os OS/390 dynamic loading.
21687      Branch: perl
21688            ! README.os390 hints/os390.sh
21689 ____________________________________________________________________________
21690 [  8372] By: jhi                                   on 2001/01/09  00:24:30
21691         Log: Integrate with perlio.
21692      Branch: perl
21693           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
21694 ____________________________________________________________________________
21695 [  8371] By: nick                                  on 2001/01/08  23:54:33
21696         Log: Fix "scalars leaked" bugs caused by overload magic
21697              (Highlighted by Ilya's DESTROY optimization.)
21698      Branch: perlio
21699            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
21700 ____________________________________________________________________________
21701 [  8370] By: nick                                  on 2001/01/08  20:19:41
21702         Log: Integrate mainline
21703      Branch: perlio
21704           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
21705           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
21706           !> t/op/64bitint.t
21707 ____________________________________________________________________________
21708 [  8369] By: jhi                                   on 2001/01/08  17:30:52
21709         Log: save_delete() Safefree() doesn't (anymore?) work with shared
21710              strings, one test failure in op/misc and almost all of lib/b.
21711              (Outcomments #8369.)
21712      Branch: perl
21713            ! scope.c
21714 ____________________________________________________________________________
21715 [  8368] By: jhi                                   on 2001/01/08  14:47:10
21716         Log: (Outcommented by #8369.)
21717              
21718              Subject: Re: Perl BugID 20001205.022 ---- save_delete
21719              From: Simon Cozens <simon@cozens.net>
21720              Date: Sat, 6 Jan 2001 11:48:40 +0000
21721              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
21722              
21723              The save_delete() does need the Safefree.
21724      Branch: perl
21725            ! scope.c
21726 ____________________________________________________________________________
21727 [  8367] By: bailey                                on 2001/01/08  08:53:52
21728         Log: Once again syncing after too long an absence
21729      Branch: vmsperl
21730           +> (branch 55 files)
21731            - MAINTAIN fix_pl vos/config.def vos/config.h
21732            - vos/config_h.SH_orig
21733           !> (integrate 498 files)
21734 ____________________________________________________________________________
21735 [  8366] By: jhi                                   on 2001/01/08  02:42:59
21736         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
21737              From: nick@ccl4.org
21738              Date: Sun, 7 Jan 2001 21:07:18 +0000
21739              Message-Id: <20010107210717.D1048@plum.flirble.org>
21740      Branch: perl
21741            ! sv.c t/op/64bitint.t
21742 ____________________________________________________________________________
21743 [  8365] By: jhi                                   on 2001/01/08  02:35:16
21744         Log: Subject: [PATCH] environ nit
21745              From: Simon Cozens <simon@cozens.net>
21746              Date: Sun, 7 Jan 2001 17:57:07 +0000
21747              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
21748              
21749              Use environ only if we have it.
21750      Branch: perl
21751            ! mg.c
21752 ____________________________________________________________________________
21753 [  8364] By: jhi                                   on 2001/01/08  02:24:51
21754         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
21755      Branch: perl
21756            ! ext/GDBM_File/GDBM_File.xs
21757 ____________________________________________________________________________
21758 [  8363] By: jhi                                   on 2001/01/08  02:19:24
21759         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
21760              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21761              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
21762              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
21763      Branch: perl
21764            ! dump.c op.c
21765 ____________________________________________________________________________
21766 [  8362] By: jhi                                   on 2001/01/08  02:17:43
21767         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
21768              From: Doug MacEachern <dougm@covalent.net>
21769              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
21770              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
21771              
21772              Allow AUTOLOAD to be an xsub and allow such xsubs
21773              to avoid use of $AUTOLOAD.
21774      Branch: perl
21775            ! gv.c
21776 ____________________________________________________________________________
21777 [  8361] By: jhi                                   on 2001/01/08  02:16:07
21778         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
21779              From: Radu Greab <radu@netsoft.ro>
21780              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
21781              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
21782              
21783              No need for the potentially unportable $SIG{CHLD}.
21784      Branch: perl
21785            ! t/io/pipe.t
21786 ____________________________________________________________________________
21787 [  8360] By: jhi                                   on 2001/01/08  01:58:23
21788         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
21789      Branch: perl
21790            ! lib/Getopt/Long.pm
21791 ____________________________________________________________________________
21792 [  8359] By: jhi                                   on 2001/01/08  01:55:44
21793         Log: Integrate perlio.
21794      Branch: perl
21795           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
21796           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
21797           !> utf8.c win32/Makefile
21798 ____________________________________________________________________________
21799 [  8358] By: jhi                                   on 2001/01/07  21:16:50
21800         Log: Update the EPOC cross SDK URL.
21801      Branch: perl
21802            ! README.epoc
21803 ____________________________________________________________________________
21804 [  8357] By: jhi                                   on 2001/01/07  21:16:09
21805         Log: Update the EPOC cross SDK URL.
21806      Branch: maint-5.6/perl
21807            ! README.epoc
21808 ____________________________________________________________________________
21809 [  8356] By: nick                                  on 2001/01/06  21:47:52
21810         Log: FILE * in XS code for PerlIO world:
21811              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
21812              - Add FILE * T_STDIO typemap.
21813              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
21814      Branch: perlio
21815            ! lib/ExtUtils/typemap perlio.c perlio.h
21816 ____________________________________________________________________________
21817 [  8355] By: jhi                                   on 2001/01/06  20:27:15
21818         Log: integrate change #8336 from mainline
21819              
21820              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
21821      Branch: maint-5.6/perl
21822            ! hv.c
21823 ____________________________________________________________________________
21824 [  8354] By: jhi                                   on 2001/01/06  20:24:29
21825         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
21826              From: Robin Barker <rmb1@cise.npl.co.uk>
21827              Date: Fri, 22 Dec 2000 12:17:38 GMT
21828              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
21829              
21830              The patch reformats some long =item lines so they give
21831              correct output via pod2man | nroff -man
21832              
21833              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
21834              From: Robin Barker <rmb1@cise.npl.co.uk>
21835              Date: Tue, 2 Jan 2001 15:35:03 GMT
21836              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
21837              
21838              Here is a _further_ patch which corrects a few more errors:
21839              * an empty C<=item> in CPAN.pm
21840              * patching the wrong file (pod/perlamiga.pod not README.amiga)
21841              * leaving empty C<=item>s which formatted incorrectly
21842              * over long C<=item>s revealed by latest patch to Pod::Man
21843      Branch: maint-5.6/perl
21844            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
21845            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
21846            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
21847            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
21848            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
21849            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
21850 ____________________________________________________________________________
21851 [  8353] By: jhi                                   on 2001/01/06  20:21:10
21852         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
21853              
21854              UTF-8 hash keys.
21855      Branch: maint-5.6/perl
21856            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
21857 ____________________________________________________________________________
21858 [  8352] By: jhi                                   on 2001/01/06  20:18:44
21859         Log: Forgotten from #8438.
21860      Branch: maint-5.6/perl
21861            ! epoc/epocish.h
21862 ____________________________________________________________________________
21863 [  8351] By: jhi                                   on 2001/01/06  20:18:12
21864         Log: Forgotten from #8347.
21865      Branch: maint-5.6/perl
21866            ! config_h.SH
21867 ____________________________________________________________________________
21868 [  8350] By: jhi                                   on 2001/01/06  20:00:19
21869         Log: Thinko in #8347.
21870      Branch: maint-5.6/perl
21871            ! regcomp.c
21872 ____________________________________________________________________________
21873 [  8349] By: jhi                                   on 2001/01/06  18:05:30
21874         Log: Copy the FAQ3 IDE section from the development branch,
21875              changes originally by Peter Prymmer.
21876      Branch: maint-5.6/perl
21877            ! pod/perlfaq3.pod
21878 ____________________________________________________________________________
21879 [  8348] By: jhi                                   on 2001/01/06  18:03:02
21880         Log: EPOC updates for TRIAL1.
21881              
21882              Subject: [5.6.1 trial1] EPOC update
21883              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21884              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
21885              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
21886              
21887              Subject: epoc patch2 for perl-5.6.1-trial1
21888              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21889              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
21890              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
21891      Branch: maint-5.6/perl
21892            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
21893            ! epoc/epocish.c
21894 ____________________________________________________________________________
21895 [  8347] By: jhi                                   on 2001/01/06  17:29:10
21896         Log: integrate changes #7710,7824,7973 from mainline,
21897              plus VMS nits from Peter Prymmer and Dan Sugalski.
21898              
21899              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
21900              library (getprotobyname and getprotobynumber are outversioned by
21901              the same calls in libc, at least for xlc version 3.
21902              
21903              Add HAS_SBRK_PROTO.
21904              
21905              Fixes for signedness warnings noticed by VMSperlers.
21906      Branch: maint-5.6/perl
21907            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21908            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
21909            ! sv.c vms/descrip_mms.template vos/config.alpha.def
21910            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
21911            ! win32/config.bc win32/config.gc win32/config.vc
21912 ____________________________________________________________________________
21913 [  8346] By: nick                                  on 2001/01/06  14:36:01
21914         Log: Fixup accumulated integrate muddles (perlio == devperl again)
21915      Branch: perlio
21916            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
21917 ____________________________________________________________________________
21918 [  8345] By: nick                                  on 2001/01/06  14:24:58
21919         Log: Integrate mainline
21920      Branch: perlio
21921           !> (integrate 55 files)
21922 ____________________________________________________________________________
21923 [  8344] By: jhi                                   on 2001/01/06  02:24:02
21924         Log: Subject: [patch] PerlIO_cleanup() prototype
21925              From: Doug MacEachern <dougm@covalent.net>
21926              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
21927              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
21928      Branch: perl
21929            ! perlio.h
21930 ____________________________________________________________________________
21931 [  8343] By: jhi                                   on 2001/01/06  01:04:09
21932         Log: IRIX compiler noticed that the bof initialization might be
21933              bypassed by control flow.
21934      Branch: perl
21935            ! toke.c
21936 ____________________________________________________________________________
21937 [  8342] By: jhi                                   on 2001/01/06  00:10:48
21938         Log: Update Changes.
21939      Branch: perl
21940            ! Changes patchlevel.h
21941 ____________________________________________________________________________
21942 [  8341] By: jhi                                   on 2001/01/05  23:52:33
21943         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
21944      Branch: perl
21945            ! toke.c
21946 ____________________________________________________________________________
21947 [  8340] By: jhi                                   on 2001/01/05  22:44:08
21948         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
21949              From: Radu Greab <radu@netsoft.ro>
21950              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
21951              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
21952      Branch: perl
21953            ! t/io/pipe.t util.c
21954 ____________________________________________________________________________
21955 [  8339] By: jhi                                   on 2001/01/05  22:35:17
21956         Log: Subject: [PATCH] format and rewording in perlfaq.pod
21957              From: Robin Barker <rmb1@cise.npl.co.uk>
21958              Date: Fri, 5 Jan 2001 18:51:20 GMT
21959              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
21960      Branch: perl
21961            ! pod/perlfaq.pod
21962 ____________________________________________________________________________
21963 [  8338] By: jhi                                   on 2001/01/05  22:31:17
21964         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
21965              From: Peter Prymmer <pvhp@forte.com>
21966              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
21967              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
21968      Branch: perl
21969            ! utils/perlbug.PL
21970 ____________________________________________________________________________
21971 [  8337] By: jhi                                   on 2001/01/05  18:15:11
21972         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
21973              From: Robin Barker <rmb1@cise.npl.co.uk>
21974              Date: Tue, 2 Jan 2001 15:24:07 GMT
21975              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
21976              
21977              If you call configure as C<./Configure> or C<sh ./Configure>,
21978              $src is set to the absolute path name, not '.'.
21979              
21980              This, in turn, means -Dmksymlink tries to do its stuff because
21981              it does not think it is in the src directory.
21982              
21983              (plus a metaconfig nitfix)
21984      Branch: metaconfig
21985            ! U/compline/ccflags.U U/modified/src.U
21986      Branch: perl
21987            ! Configure config_h.SH
21988 ____________________________________________________________________________
21989 [  8336] By: jhi                                   on 2001/01/05  17:48:32
21990         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
21991              From: Alan Burlison <Alan.Burlison@uk.sun.com>
21992              Message-ID: <3A5606C4.473D2226@uk.sun.com>
21993              Date: Fri, 05 Jan 2001 17:39:16 +0000
21994      Branch: perl
21995            ! hv.c
21996 ____________________________________________________________________________
21997 [  8335] By: jhi                                   on 2001/01/05  16:05:44
21998         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
21999      Branch: perl
22000            ! lib/Getopt/Long.pm
22001 ____________________________________________________________________________
22002 [  8334] By: jhi                                   on 2001/01/05  16:00:51
22003         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
22004              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22005              Date: Fri, 05 Jan 2001 13:46:51 +0100
22006              Message-ID: <13693.978698811@nice.ram.loc>
22007              
22008              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
22009              accurate reading of the "atime".  
22010      Branch: perl
22011            ! t/io/fs.t
22012 ____________________________________________________________________________
22013 [  8333] By: jhi                                   on 2001/01/05  15:57:37
22014         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
22015              From: Simon Cozens <simon@cozens.net>
22016              Date: Fri, 8 Dec 2000 13:33:31 +0000
22017              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
22018              
22019              A lost patch fragment.
22020      Branch: perl
22021            ! doop.c
22022 ____________________________________________________________________________
22023 [  8332] By: jhi                                   on 2001/01/05  15:40:42
22024         Log: Do away with strncpy() and a fixed length buffer.
22025      Branch: perl
22026            ! utf8.c
22027 ____________________________________________________________________________
22028 [  8331] By: jhi                                   on 2001/01/05  15:03:07
22029         Log: Tests for #8329 and #8330.
22030      Branch: perl
22031            ! t/op/bop.t
22032 ____________________________________________________________________________
22033 [  8330] By: jhi                                   on 2001/01/05  15:02:38
22034         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
22035              raw 8-bit form to the UTF-8 string.
22036      Branch: perl
22037            ! toke.c
22038 ____________________________________________________________________________
22039 [  8329] By: jhi                                   on 2001/01/05  14:55:13
22040         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
22041              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22042              Date: Fri, 5 Jan 2001 12:28:52 +0100
22043              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
22044              
22045              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
22046              no effect.  (changed the strncpy() to Copy())
22047      Branch: perl
22048            ! toke.c
22049 ____________________________________________________________________________
22050 [  8328] By: jhi                                   on 2001/01/05  06:44:27
22051         Log: UTF-8 cleanup.
22052      Branch: perl
22053            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
22054            ! regexec.c sv.c toke.c
22055 ____________________________________________________________________________
22056 [  8327] By: jhi                                   on 2001/01/05  01:11:29
22057         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')
22058              From: Radu Greab <radu@netsoft.ro>
22059              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
22060              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
22061              
22062              Cleans up Harness to not use FileHandle, which uses IO.
22063      Branch: perl
22064            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22065 ____________________________________________________________________________
22066 [  8326] By: jhi                                   on 2001/01/05  00:56:37
22067         Log: Update Changes.
22068      Branch: perl
22069            ! Changes patchlevel.h
22070 ____________________________________________________________________________
22071 [  8325] By: jhi                                   on 2001/01/05  00:53:18
22072         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
22073              From: Peter Prymmer <pvhp@forte.com>
22074              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
22075              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
22076              
22077              plus a couple more tailing whitespace removals.
22078      Branch: perl
22079            ! win32/Makefile
22080 ____________________________________________________________________________
22081 [  8324] By: jhi                                   on 2001/01/05  00:47:39
22082         Log: Add some Unicode chop() tests.
22083      Branch: perl
22084            ! t/op/chop.t
22085 ____________________________________________________________________________
22086 [  8323] By: jhi                                   on 2001/01/05  00:47:23
22087         Log: Unify UTF-8 malformedness handling.
22088      Branch: perl
22089            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
22090 ____________________________________________________________________________
22091 [  8322] By: jhi                                   on 2001/01/04  22:21:54
22092         Log: The new $issymlink was unknown to Mksymlinks.
22093      Branch: metaconfig/U/perl
22094            ! Mksymlinks.U issymlink.U
22095      Branch: perl
22096            ! Configure config_h.SH
22097 ____________________________________________________________________________
22098 [  8321] By: jhi                                   on 2001/01/04  21:51:05
22099         Log: The test didn't work under the core test framework.
22100      Branch: perl
22101            ! t/lib/st-lock.t
22102 ____________________________________________________________________________
22103 [  8320] By: jhi                                   on 2001/01/04  21:14:22
22104         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
22105      Branch: perl
22106            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
22107 ____________________________________________________________________________
22108 [  8319] By: jhi                                   on 2001/01/04  20:46:17
22109         Log: Typo in #8312 when manually appying a problematic patch fragment.
22110      Branch: perl
22111            ! ext/Storable/Storable.xs
22112 ____________________________________________________________________________
22113 [  8318] By: jhi                                   on 2001/01/04  20:43:01
22114         Log: The $sh_c didn't fly.
22115      Branch: metaconfig
22116            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
22117            ! U/modified/Loc.U U/modified/myhostname.U
22118            ! U/modified/spitshell.U
22119      Branch: metaconfig/U/perl
22120            ! issymlink.U
22121      Branch: perl
22122            ! Configure config_h.SH
22123 ____________________________________________________________________________
22124 [  8317] By: jhi                                   on 2001/01/04  19:58:01
22125         Log: AIX builtin test -h is broken, changes based on
22126              
22127              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
22128              Date: Tue, 02 Jan 2001 11:24:39 +0100
22129              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22130              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
22131      Branch: metaconfig
22132            + U/modified/spitshell.U
22133            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
22134            ! U/modified/Loc.U U/modified/myhostname.U
22135      Branch: metaconfig/U/perl
22136            ! Mksymlinks.U issymlink.U
22137      Branch: perl
22138            ! Configure
22139 ____________________________________________________________________________
22140 [  8316] By: jhi                                   on 2001/01/04  19:02:22
22141         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
22142              From: Andy Dougherty <doughera@lafayette.edu>
22143              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
22144              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
22145              
22146              Beware of GNU ld.
22147      Branch: perl
22148            ! hints/solaris_2.sh
22149 ____________________________________________________________________________
22150 [  8315] By: jhi                                   on 2001/01/04  18:56:48
22151         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
22152              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
22153              Date: Wed, 3 Jan 2001 07:58:51 +0100
22154              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
22155      Branch: perl
22156            ! hints/solaris_2.sh
22157 ____________________________________________________________________________
22158 [  8314] By: jhi                                   on 2001/01/04  18:54:07
22159         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
22160              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22161              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
22162              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
22163              
22164              Doc tweak on #8313.
22165      Branch: perl
22166            ! ext/B/B/Deparse.pm
22167 ____________________________________________________________________________
22168 [  8313] By: jhi                                   on 2001/01/04  18:52:27
22169         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
22170              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
22171              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
22172              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
22173              
22174              Make the peephole optimizer to bypass more null ops and
22175              and rewrite the deparse handling of continue blocks.
22176      Branch: perl
22177            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
22178 ____________________________________________________________________________
22179 [  8312] By: jhi                                   on 2001/01/04  18:47:39
22180         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
22181      Branch: perl
22182            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
22183            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
22184            ! t/lib/st-lock.t
22185 ____________________________________________________________________________
22186 [  8311] By: jhi                                   on 2001/01/04  18:36:08
22187         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
22188              filter to be run on each .pm during the pm_to_blib() phase,
22189              a fixed version of
22190              
22191              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
22192              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
22193              Date: Wed, 03 Jan 2001 22:01:30 +0100
22194              Message-ID: <5296.978555690@nice.ram.loc>
22195      Branch: perl
22196            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
22197            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
22198            ! lib/ExtUtils/MakeMaker.pm
22199 ____________________________________________________________________________
22200 [  8310] By: jhi                                   on 2001/01/04  18:32:54
22201         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
22202              From: Robin Barker <rmb1@cise.npl.co.uk>
22203              Date: Tue, 2 Jan 2001 15:35:03 GMT
22204              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
22205      Branch: perl
22206            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
22207            ! pod/perlrequick.pod
22208 ____________________________________________________________________________
22209 [  8309] By: jhi                                   on 2001/01/04  18:29:07
22210         Log: Subject: Re: [patch] static-ize XS()
22211              From: Doug MacEachern <dougm@covalent.net>
22212              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
22213              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
22214              
22215              Provide prototypes for the XS functions.
22216      Branch: perl
22217            ! lib/ExtUtils/xsubpp
22218 ____________________________________________________________________________
22219 [  8308] By: jhi                                   on 2001/01/04  18:27:44
22220         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
22221              From: Doug MacEachern <dougm@covalent.net>
22222              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
22223              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
22224      Branch: perl
22225            ! lib/ExtUtils/typemap
22226 ____________________________________________________________________________
22227 [  8307] By: jhi                                   on 2001/01/04  18:25:25
22228         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
22229              From: Doug MacEachern <dougm@covalent.net>
22230              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
22231              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
22232              
22233              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
22234      Branch: perl
22235            ! lib/ExtUtils/MM_Unix.pm
22236 ____________________________________________________________________________
22237 [  8306] By: jhi                                   on 2001/01/04  18:23:00
22238         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
22239              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22240              Date: Thu, 4 Jan 2001 12:47:10 +0100 
22241              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
22242              
22243              The toke.c part only, patching embed.h and proto.h is futile.
22244      Branch: perl
22245            ! toke.c
22246 ____________________________________________________________________________
22247 [  8305] By: jhi                                   on 2001/01/04  18:05:51
22248         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
22249              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22250              Date: Thu, 4 Jan 2001 17:50:12 +0100 
22251              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
22252      Branch: perl
22253            ! toke.c
22254 ____________________________________________________________________________
22255 [  8304] By: jhi                                   on 2001/01/04  18:03:26
22256         Log: Subject: [PATCH perl@8269]
22257              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
22258              Date: Thu, 4 Jan 2001 12:53:39 +0100 
22259              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
22260              
22261              If running byacc write-enable also perly.h.
22262      Branch: perl
22263            ! Makefile.SH
22264 ____________________________________________________________________________
22265 [  8303] By: jhi                                   on 2001/01/04  15:40:49
22266         Log: Rewrite pp_concat() in terms of sv_catsv().
22267      Branch: perl
22268            ! pp_hot.c
22269 ____________________________________________________________________________
22270 [  8302] By: nick                                  on 2001/01/03  22:43:22
22271         Log: Integrate mainline.
22272      Branch: perlio
22273           !> ext/Encode/Encode.xs sv.c utf8.c
22274 ____________________________________________________________________________
22275 [  8301] By: jhi                                   on 2001/01/02  23:40:26
22276         Log: Variable naming tweak.
22277      Branch: perl
22278            ! sv.c
22279 ____________________________________________________________________________
22280 [  8300] By: jhi                                   on 2001/01/02  23:40:02
22281         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
22282              in is_utf8_string().
22283      Branch: perl
22284            ! utf8.c
22285 ____________________________________________________________________________
22286 [  8299] By: jhi                                   on 2001/01/02  22:14:40
22287         Log: Integrate perlio.
22288      Branch: perl
22289           !> pp.c pp_hot.c win32/Makefile
22290 ____________________________________________________________________________
22291 [  8298] By: nick                                  on 2001/01/02  22:03:06
22292         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
22293      Branch: perlio
22294            ! pp.c pp_hot.c
22295 ____________________________________________________________________________
22296 [  8297] By: jhi                                   on 2001/01/02  04:26:28
22297         Log: Signedness nit.
22298      Branch: perl
22299            ! ext/Encode/Encode.xs
22300 ____________________________________________________________________________
22301 [  8296] By: nick                                  on 2001/01/01  23:49:36
22302         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
22303      Branch: perlio
22304            ! win32/Makefile
22305 ____________________________________________________________________________
22306 [  8295] By: jhi                                   on 2001/01/01  23:05:48
22307         Log: Integrate perlio.
22308      Branch: perl
22309           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
22310           !> t/lib/encode.t
22311 ____________________________________________________________________________
22312 [  8294] By: nick                                  on 2001/01/01  22:48:34
22313         Log: Integrate mainline
22314      Branch: perlio
22315            ! pp_hot.c t/lib/encode.t
22316           !> (integrate 65 files)
22317 ____________________________________________________________________________
22318 [  8293] By: nick                                  on 2001/01/01  21:58:50
22319         Log: More rigor in UTF-8-ness of Encode's toUnicode
22320              XS export some of the utf8 internal functions.
22321              Test some of the functions.
22322              Fix pp_concat() bug shown by said tests.
22323      Branch: perlio
22324            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
22325            ! t/lib/encode.t
22326 ____________________________________________________________________________
22327 [  8292] By: jhi                                   on 2001/01/01  18:11:44
22328         Log: Integrate perlio.
22329      Branch: perl
22330           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
22331           !> ext/Encode/encengine.c ext/Encode/encode.h
22332 ____________________________________________________________________________
22333 [  8291] By: jhi                                   on 2001/01/01  18:10:58
22334         Log: Podify README.mpeix (a new version from the web),
22335              add a dummy NAME to Carp::Heavy, regen toc.
22336      Branch: perl
22337            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
22338            ! pod/perltoc.pod
22339 ____________________________________________________________________________
22340 [  8290] By: nick                                  on 2001/01/01  17:43:47
22341         Log: Loose the "Loading..." warning.
22342              Another bug in fallback support
22343      Branch: perlio
22344            ! ext/Encode/Encode.pm ext/Encode/encengine.c
22345 ____________________________________________________________________________
22346 [  8289] By: jhi                                   on 2001/01/01  00:01:57
22347         Log: Bump up Larry's copyright.
22348      Branch: perl
22349            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22350            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
22351            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
22352            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
22353            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
22354            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
22355            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
22356            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
22357 ____________________________________________________________________________
22358 [  8288] By: nick                                  on 2000/12/31  21:27:53
22359         Log: Fix .ucm reading - forgot a chr()
22360              Start of .ucm write (for .enc to .ucm)
22361      Branch: perlio
22362            ! ext/Encode/compile
22363 ____________________________________________________________________________
22364 [  8287] By: jhi                                   on 2000/12/31  18:15:56
22365         Log: Comment away a diagnostic message as noted by Craig A. Berry
22366              (the unexpected message was confusing testing)
22367      Branch: perl
22368            ! ext/Encode/Encode.pm
22369 ____________________________________________________________________________
22370 [  8286] By: jhi                                   on 2000/12/31  18:14:51
22371         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
22372              Date: Sun, 31 Dec 2000 11:17:37 -0600
22373              From: "Craig A. Berry" <craigberry@mac.com>
22374              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
22375      Branch: perl
22376            ! ext/Encode/Makefile.PL
22377 ____________________________________________________________________________
22378 [  8285] By: nick                                  on 2000/12/31  18:11:54
22379         Log: Start of support of ICU-style .ucm files:
22380              - teach compile how to read a .ucm file
22381              - first guess at how to represent fallbacks in "tries".
22382              - use fallbacks if check == 0
22383              - new return code to indicate we used one.
22384      Branch: perlio
22385            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
22386            ! ext/Encode/encengine.c ext/Encode/encode.h
22387 ____________________________________________________________________________
22388 [  8284] By: jhi                                   on 2000/12/31  18:04:41
22389         Log: Pacify picky VMS compiler.
22390              
22391              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
22392              From: "Craig A. Berry" <craig.berry@psinetcs.com>
22393              Date: Sat, 30 Dec 2000 18:10:02 -0600
22394              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
22395      Branch: perl
22396            ! sv.c
22397 ____________________________________________________________________________
22398 [  8283] By: jhi                                   on 2000/12/31  16:11:47
22399         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
22400      Branch: perl
22401            ! t/lib/glob-basic.t
22402 ____________________________________________________________________________
22403 [  8282] By: jhi                                   on 2000/12/31  15:26:11
22404         Log: Integrate perlio.
22405      Branch: perl
22406           !> makedef.pl opcode.pl os2/os2.c perlio.c
22407 ____________________________________________________________________________
22408 [  8281] By: nick                                  on 2000/12/31  10:06:15
22409         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
22410              is available to be exported
22411      Branch: perlio
22412            ! makedef.pl perlio.c
22413 ____________________________________________________________________________
22414 [  8280] By: nick                                  on 2000/12/31  09:41:26
22415         Log: Ilya's OS2 patch (testing for damage on Win32)
22416      Branch: perlio
22417            ! makedef.pl opcode.pl os2/os2.c
22418 ____________________________________________________________________________
22419 [  8279] By: jhi                                   on 2000/12/30  21:52:07
22420         Log: Test nits.
22421      Branch: perl
22422            ! t/lib/syslfs.t t/op/lfs.t
22423 ____________________________________________________________________________
22424 [  8278] By: jhi                                   on 2000/12/30  21:47:49
22425         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
22426              From: andreas.koenig@anima.de (Andreas J. Koenig)
22427              Date: 30 Dec 2000 22:35:37 +0100
22428              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
22429              
22430              The 32-bit wraparound test wasn't quite right.
22431      Branch: perl
22432            ! t/lib/syslfs.t t/op/lfs.t
22433 ____________________________________________________________________________
22434 [  8277] By: jhi                                   on 2000/12/30  21:33:44
22435         Log: Subject: [PATCH] open() example in perlfunc.pod 
22436              From: Karsten Sperling <s_sperli@ira.uka.de>
22437              Date: Sat, 30 Dec 2000 22:27:09 +0100
22438              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
22439      Branch: perl
22440            ! pod/perlfunc.pod
22441 ____________________________________________________________________________
22442 [  8276] By: jhi                                   on 2000/12/30  20:32:40
22443         Log: Not quite that many tests yet.
22444      Branch: perl
22445            ! t/op/pat.t
22446 ____________________________________________________________________________
22447 [  8275] By: jhi                                   on 2000/12/30  20:26:58
22448         Log: Integrate perlio.
22449      Branch: perl
22450           !> toke.c
22451 ____________________________________________________________________________
22452 [  8274] By: jhi                                   on 2000/12/30  20:24:56
22453         Log: Signedness nit.
22454      Branch: perl
22455            ! utf8.c
22456 ____________________________________________________________________________
22457 [  8273] By: jhi                                   on 2000/12/30  20:15:46
22458         Log: Add a test case for 20000731.001 which was fixed by the #8267.
22459      Branch: perl
22460            ! t/op/pat.t
22461 ____________________________________________________________________________
22462 [  8272] By: nick                                  on 2000/12/30  19:47:51
22463         Log: Tweak for MULTIPLICITY/USE_PERLIO
22464      Branch: perlio
22465            ! toke.c
22466 ____________________________________________________________________________
22467 [  8271] By: nick                                  on 2000/12/30  19:46:45
22468         Log: Integrate mainline
22469      Branch: perlio
22470           +> lib/unicode/distinct.pm
22471           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
22472           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
22473           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
22474 ____________________________________________________________________________
22475 [  8270] By: jhi                                   on 2000/12/30  19:39:50
22476         Log: Subject: RE: perl@8269
22477              From: "Richard Soderberg" <rs@crystalflame.net>
22478              Date: Sat, 30 Dec 2000 11:36:27 -0800
22479              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
22480              
22481              A missing aTHX_.
22482      Branch: perl
22483            ! toke.c
22484 ____________________________________________________________________________
22485 [  8269] By: jhi                                   on 2000/12/30  18:55:48
22486         Log: Update Changes.
22487      Branch: perl
22488            ! Changes patchlevel.h
22489 ____________________________________________________________________________
22490 [  8268] By: jhi                                   on 2000/12/30  17:18:40
22491         Log: Add a test for Unicode split //.  The #8267 was the cure.
22492      Branch: perl
22493            ! t/op/split.t
22494 ____________________________________________________________________________
22495 [  8267] By: jhi                                   on 2000/12/30  17:14:19
22496         Log: Subject: more UTF8 test suites and an UTF8 patch
22497              From: Inaba Hiroto <inaba@st.rim.or.jp>
22498              Date: Sat, 30 Dec 2000 14:27:10 +0900
22499              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
22500              
22501              Just the patch part for now, and the pragma renamed
22502              as unicode::distinct.
22503      Branch: perl
22504            + lib/unicode/distinct.pm
22505            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
22506            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
22507            ! regcomp.h regexec.c sv.c toke.c utf8.c
22508 ____________________________________________________________________________
22509 [  8266] By: nick                                  on 2000/12/30  16:40:49
22510         Log: Integrate mainline
22511      Branch: perlio
22512           +> lib/Pod/Text/Overstrike.pm
22513           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
22514           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
22515           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
22516           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
22517           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
22518 ____________________________________________________________________________
22519 [  8265] By: jhi                                   on 2000/12/30  07:28:55
22520         Log: The sv_catsv() fix, take two.
22521      Branch: perl
22522            ! sv.c t/op/join.t
22523 ____________________________________________________________________________
22524 [  8264] By: jhi                                   on 2000/12/30  06:19:18
22525         Log: Undo all the join-related changes since #8248: relevant
22526              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
22527              The new sv_catsv() doesn't fly so it must go back to
22528              the drawing board.
22529      Branch: perl
22530            ! sv.c t/op/join.t t/pragma/utf8.t
22531 ____________________________________________________________________________
22532 [  8263] By: jhi                                   on 2000/12/30  01:08:32
22533         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
22534      Branch: perl
22535            ! sv.c
22536 ____________________________________________________________________________
22537 [  8262] By: jhi                                   on 2000/12/30  00:45:14
22538         Log: Retract #8261.
22539      Branch: perl
22540            ! hv.c util.c
22541 ____________________________________________________________________________
22542 [  8261] By: jhi                                   on 2000/12/30  00:38:32
22543         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
22544      Branch: perl
22545            ! hv.c util.c
22546 ____________________________________________________________________________
22547 [  8260] By: jhi                                   on 2000/12/29  22:51:33
22548         Log: (Retracted by #8264)  More fixing for #8251.
22549      Branch: perl
22550            ! sv.c
22551 ____________________________________________________________________________
22552 [  8259] By: jhi                                   on 2000/12/29  18:27:30
22553         Log: Subject: podlators 1.06 released
22554              From: Russ Allbery <rra@stanford.edu>
22555              Date: 25 Dec 2000 05:09:30 -0800
22556              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
22557      Branch: perl
22558            + lib/Pod/Text/Overstrike.pm
22559            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
22560            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
22561 ____________________________________________________________________________
22562 [  8258] By: jhi                                   on 2000/12/29  18:20:45
22563         Log: Make the large file tests more robust/talkative as suggested by
22564              
22565              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
22566              From: andreas.koenig@anima.de (Andreas J. Koenig)
22567              Date: 29 Dec 2000 14:23:01 +0100
22568              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
22569      Branch: perl
22570            ! t/lib/syslfs.t t/op/lfs.t
22571 ____________________________________________________________________________
22572 [  8257] By: jhi                                   on 2000/12/29  17:48:04
22573         Log: Further VMS piping fixes from Charles Lane:
22574              
22575              In summary, error messages produced when a subprocess terminated
22576              abnormally were being sent not just to the parent process, but to
22577              grandparents, because of default values for error output that were
22578              not completely overridden when the subprocess was started.
22579              
22580              This patch fixes this behavior by defining user-mode (i.e., temporary
22581              for the duration of the program) logical names for SYS$OUTPUT and
22582              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
22583              changes to make it so that the user-mode logicals are the ones that
22584              control where Perl's error messages go if it terminates abnormally.
22585              
22586              I also added some gratuitous fixes to the indentation of braces in
22587              the piping code.  It just looked ugly, before.
22588      Branch: perl
22589            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
22590 ____________________________________________________________________________
22591 [  8256] By: jhi                                   on 2000/12/29  17:45:12
22592         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
22593              From: "Casey R. Tweten" <crt@kiski.net>
22594              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
22595              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
22596              
22597              Tests for for #8240.
22598      Branch: perl
22599            ! t/pragma/constant.t
22600 ____________________________________________________________________________
22601 [  8255] By: jhi                                   on 2000/12/29  17:43:07
22602         Log: Subject: Re: [PATCH] Interesting syntax idea
22603              From: Simon Cozens <simon@cozens.net>
22604              Date: Fri, 29 Dec 2000 14:34:04 +0000
22605              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
22606              
22607              Tests for #8254.
22608      Branch: perl
22609            ! t/pragma/sub_lval.t
22610 ____________________________________________________________________________
22611 [  8254] By: jhi                                   on 2000/12/29  17:42:11
22612         Log: Subject: [PATCH] Interesting syntax idea
22613              From: Simon Cozens <simon@cozens.net>
22614              Date: Wed, 27 Dec 2000 05:08:57 +0000
22615              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
22616              
22617              Make opens + bareword assigns do typeglob assigns.
22618      Branch: perl
22619            ! op.c
22620 ____________________________________________________________________________
22621 [  8253] By: jhi                                   on 2000/12/29  17:36:45
22622         Log: Output the (apparent) version of gcc, as suggested by
22623              
22624              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
22625              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
22626              Date: 26 Dec 2000 04:29:17 -0500
22627              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
22628              
22629              (The patch as such didn't any more apply as the misparsing had
22630              already been addressed in #6474.)  Also change the wording about
22631              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
22632      Branch: perl
22633            ! hints/dec_osf.sh
22634 ____________________________________________________________________________
22635 [  8252] By: nick                                  on 2000/12/29  12:14:31
22636         Log: Integrate mainline
22637      Branch: perlio
22638           !> (integrate 27 files)
22639 ____________________________________________________________________________
22640 [  8251] By: jhi                                   on 2000/12/29  08:45:46
22641         Log: (Retracted by #8264)
22642              
22643              (Fixed by #8260.)
22644              
22645              sv_catsv() needs one more byte space than seems reasonable.
22646              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
22647              Curiouser and curiouser.
22648      Branch: perl
22649            ! sv.c
22650 ____________________________________________________________________________
22651 [  8250] By: jhi                                   on 2000/12/29  07:57:52
22652         Log: More split // UTF-8 tests.
22653      Branch: perl
22654            ! t/pragma/utf8.t
22655 ____________________________________________________________________________
22656 [  8249] By: jhi                                   on 2000/12/29  07:54:51
22657         Log: (Retracted by #8264)  More join() testing which was good because
22658              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
22659      Branch: perl
22660            ! pp.c t/op/join.t utf8.c utf8.h
22661 ____________________________________________________________________________
22662 [  8248] By: jhi                                   on 2000/12/29  07:08:32
22663         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
22664              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
22665              that the only cases to care about are byte+byte and byte+character.
22666              
22667              TODO: See how well pp_concat() could be implemented in terms
22668              of sv_catsv().
22669      Branch: perl
22670            ! doop.c sv.c t/op/join.t utf8.h
22671 ____________________________________________________________________________
22672 [  8247] By: jhi                                   on 2000/12/29  06:35:23
22673         Log: Signedness nit.
22674      Branch: perl
22675            ! pp_hot.c
22676 ____________________________________________________________________________
22677 [  8246] By: jhi                                   on 2000/12/29  01:23:31
22678         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
22679              From: Lupe Christoph <lupe@lupe-christoph.de>
22680              Date: Thu, 28 Dec 2000 23:00:00 +0100
22681              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
22682              
22683              Suggest rsync --delete --dry-run.
22684      Branch: perl
22685            ! pod/perlhack.pod
22686 ____________________________________________________________________________
22687 [  8245] By: jhi                                   on 2000/12/28  23:57:05
22688         Log: The maxiters upper limit sanity check (guarding against
22689              non-progress) assumed bytes instead of characters in s///
22690              and split().
22691      Branch: perl
22692            ! pp.c pp_hot.c
22693 ____________________________________________________________________________
22694 [  8244] By: jhi                                   on 2000/12/28  23:34:08
22695         Log: Make some panic messages a bit more logical.
22696      Branch: perl
22697            ! doop.c pod/perldiag.pod pp.c pp_hot.c
22698 ____________________________________________________________________________
22699 [  8243] By: jhi                                   on 2000/12/28  22:59:16
22700         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
22701              From: Simon Cozens <simon@cozens.net>
22702              Date: Wed, 27 Dec 2000 02:30:03 +0000
22703              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
22704      Branch: perl
22705            ! pp.c t/pragma/sub_lval.t
22706 ____________________________________________________________________________
22707 [  8242] By: jhi                                   on 2000/12/28  22:56:53
22708         Log: Subject: [PATCH blead] Fix B::Terse indentation
22709              From: Daniel Chetlin <daniel@chetlin.com>
22710              Date: Wed, 27 Dec 2000 06:43:30 -0800
22711              Message-ID: <20001227064329.B9573@darkstar>
22712      Branch: perl
22713            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
22714 ____________________________________________________________________________
22715 [  8241] By: jhi                                   on 2000/12/28  22:48:59
22716         Log: The latter patch from the
22717              
22718              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
22719              From: Peter Prymmer <pvhp@forte.com> 
22720              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
22721              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
22722              
22723              (the former patch from the above should have been
22724              taken care of by Nick I-S)
22725      Branch: perl
22726            ! win32/Makefile
22727 ____________________________________________________________________________
22728 [  8240] By: jhi                                   on 2000/12/28  22:45:22
22729         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
22730              From: "Casey R. Tweten" <crt@kiski.net>
22731              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
22732              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
22733      Branch: perl
22734            ! lib/constant.pm
22735 ____________________________________________________________________________
22736 [  8239] By: jhi                                   on 2000/12/28  22:37:45
22737         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
22738              From: Simon Cozens <simon@cozens.net>
22739              Date: Wed, 27 Dec 2000 14:12:44 +0000
22740              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
22741      Branch: perl
22742            ! t/op/method.t t/op/sort.t toke.c
22743 ____________________________________________________________________________
22744 [  8238] By: jhi                                   on 2000/12/28  22:30:32
22745         Log: Subject: [PATCH perl@8229] Call.pm
22746              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
22747              Date: Mon, 25 Dec 2000 10:47:15 -0000
22748              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
22749      Branch: perl
22750            ! ext/Filter/Util/Call/Call.pm
22751 ____________________________________________________________________________
22752 [  8237] By: jhi                                   on 2000/12/28  22:19:21
22753         Log: Subject: [PATCH blead] Fix problem with `&' prototype
22754              From: Daniel Chetlin <daniel@chetlin.com>
22755              Date: Wed, 27 Dec 2000 15:55:32 -0800
22756              Message-ID: <20001227155532.D9573@darkstar>
22757      Branch: perl
22758            ! op.c t/comp/proto.t
22759 ____________________________________________________________________________
22760 [  8236] By: jhi                                   on 2000/12/28  22:09:25
22761         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
22762              From: Daniel Chetlin <daniel@chetlin.com>
22763              Date: Sun, 24 Dec 2000 04:09:49 -0800
22764              Message-ID: <20001224040949.B3090@darkstar>
22765      Branch: perl
22766            ! gv.c mg.c t/op/attrs.t
22767 ____________________________________________________________________________
22768 [  8235] By: jhi                                   on 2000/12/28  22:07:11
22769         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
22770              From: Jan Dubois <jand@ActiveState.com>
22771              Date: Tue, 26 Dec 2000 20:57:31 -0800
22772              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
22773      Branch: perl
22774            ! win32/win32.c
22775 ____________________________________________________________________________
22776 [  8234] By: jhi                                   on 2000/12/28  21:52:42
22777         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
22778              From: Simon Cozens <simon@cozens.net>
22779              Date: Thu, 28 Dec 2000 20:33:13 +0000
22780              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
22781      Branch: perl
22782            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
22783 ____________________________________________________________________________
22784 [  8233] By: jhi                                   on 2000/12/28  19:40:49
22785         Log: Integrate perlio.
22786      Branch: perl
22787           !> ext/Encode/Makefile.PL ext/Encode/compile
22788 ____________________________________________________________________________
22789 [  8232] By: nick                                  on 2000/12/23  16:06:00
22790         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
22791              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
22792      Branch: perlio
22793            ! ext/Encode/Makefile.PL
22794 ____________________________________________________________________________
22795 [  8231] By: nick                                  on 2000/12/23  14:30:34
22796         Log: "Compiled" encode build cleanup
22797              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
22798              - .c files do not export sub-tables
22799      Branch: perlio
22800            ! ext/Encode/Makefile.PL ext/Encode/compile
22801 ____________________________________________________________________________
22802 [  8230] By: nick                                  on 2000/12/23  12:50:37
22803         Log: Integrate mainline
22804      Branch: perlio
22805           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
22806           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
22807           !> pod/perl5004delta.pod pod/perl5005delta.pod
22808           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
22809           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
22810           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
22811           !> pod/perlsub.pod
22812 ____________________________________________________________________________
22813 [  8229] By: jhi                                   on 2000/12/22  15:32:12
22814         Log: Integrate perlio.
22815      Branch: perl
22816           +> win32/distclean.bat
22817           !> MANIFEST t/io/utf8.t
22818 ____________________________________________________________________________
22819 [  8228] By: jhi                                   on 2000/12/22  15:29:40
22820         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
22821              From: Robin Barker <rmb1@cise.npl.co.uk>
22822              Date: Fri, 22 Dec 2000 12:17:38 GMT
22823              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
22824      Branch: perl
22825            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
22826            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
22827            ! pod/perl5004delta.pod pod/perl5005delta.pod
22828            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
22829            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
22830            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
22831            ! pod/perlsub.pod
22832 ____________________________________________________________________________
22833 [  8227] By: jhi                                   on 2000/12/22  15:24:28
22834         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
22835              From: "John L. Allen" <allen@grumman.com>
22836              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
22837              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
22838              
22839              Document APPLLIB_EXP.
22840      Branch: perl
22841            ! INSTALL
22842 ____________________________________________________________________________
22843 [  8226] By: nick                                  on 2000/12/21  22:11:50
22844         Log: Handy script for when one forgets to "dmake clean" 
22845      Branch: perlio
22846            + win32/distclean.bat
22847            ! MANIFEST
22848 ____________________________________________________________________________
22849 [  8225] By: nick                                  on 2000/12/21  21:54:04
22850         Log: CRLF platform issue with io/utf8 fix.
22851      Branch: perlio
22852            ! t/io/utf8.t
22853 ____________________________________________________________________________
22854 [  8224] By: nick                                  on 2000/12/21  21:02:20
22855         Log: Integrate mainline
22856      Branch: perlio
22857           !> Changes Configure Makefile.SH Porting/Glossary
22858           !> Porting/config.sh Porting/config_H configure.com
22859           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
22860           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
22861           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
22862           !> win32/config.bc win32/config.gc win32/config.vc
22863 ____________________________________________________________________________
22864 [  8223] By: jhi                                   on 2000/12/21  17:09:16
22865         Log: Update Changes.
22866      Branch: perl
22867            ! Changes patchlevel.h
22868 ____________________________________________________________________________
22869 [  8222] By: jhi                                   on 2000/12/21  16:24:01
22870         Log: Metaconfig unit changes for #8221.
22871      Branch: metaconfig/U/perl
22872           +> issymlink.U
22873            - testsyml.U
22874            ! Mksymlinks.U
22875 ____________________________________________________________________________
22876 [  8221] By: jhi                                   on 2000/12/21  16:23:48
22877         Log: Rename testsyml to issymlink.
22878      Branch: perl
22879            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22880            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
22881            ! win32/config.vc
22882 ____________________________________________________________________________
22883 [  8220] By: jhi                                   on 2000/12/21  15:47:26
22884         Log: Robustness support for #8218 (symlink forest) since the GNU
22885              tools seem to be overly picky about symlinkage depths.
22886      Branch: perl
22887            ! Makefile.SH t/io/fs.t
22888 ____________________________________________________________________________
22889 [  8219] By: jhi                                   on 2000/12/21  15:38:27
22890         Log: Metaconfig changes for #8218.
22891      Branch: metaconfig
22892            ! U/modified/Oldconfig.U
22893      Branch: metaconfig/U/perl
22894            + Mksymlinks.U
22895            ! testsyml.U
22896 ____________________________________________________________________________
22897 [  8218] By: jhi                                   on 2000/12/21  15:37:57
22898         Log: Add Configure option -Dmksymlinks which will create a symlink
22899              forest if the current/build differs from the source directory.
22900              TODO: mkdir -p is not portable.
22901      Branch: perl
22902            ! Configure
22903 ____________________________________________________________________________
22904 [  8217] By: jhi                                   on 2000/12/21  14:39:12
22905         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
22906              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
22907              Date: Thu, 21 Dec 2000 09:38:18 GMT
22908              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
22909              
22910              The ofs became an SV.
22911      Branch: perl
22912            ! ext/Thread/Thread.xs
22913 ____________________________________________________________________________
22914 [  8216] By: jhi                                   on 2000/12/21  05:40:21
22915         Log: The polymorphism seems to have fixed 20000517.001.
22916      Branch: perl
22917            ! t/pragma/utf8.t
22918 ____________________________________________________________________________
22919 [  8215] By: jhi                                   on 2000/12/21  04:44:52
22920         Log: read() documentation tweak for 20001121.004.
22921      Branch: perl
22922            ! pod/perlfunc.pod
22923 ____________________________________________________________________________
22924 [  8214] By: jhi                                   on 2000/12/21  03:54:11
22925         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
22926      Branch: perl
22927            ! pp_sys.c t/op/misc.t
22928 ____________________________________________________________________________
22929 [  8213] By: jhi                                   on 2000/12/21  00:28:10
22930         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
22931              From: Peter Prymmer <pvhp@forte.com>
22932              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
22933              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
22934      Branch: perl
22935            ! configure.com
22936 ____________________________________________________________________________
22937 [  8212] By: jhi                                   on 2000/12/21  00:26:21
22938         Log: Edit edit edit.
22939      Branch: perl
22940            ! pod/perlfaq3.pod
22941 ____________________________________________________________________________
22942 [  8211] By: jhi                                   on 2000/12/20  18:52:46
22943         Log: Update Changes.
22944      Branch: perl
22945            ! Changes patchlevel.h
22946 ____________________________________________________________________________
22947 [  8210] By: jhi                                   on 2000/12/20  18:34:47
22948         Log: Yet another editor edit.
22949      Branch: perl
22950            ! pod/perlfaq3.pod
22951 ____________________________________________________________________________
22952 [  8209] By: jhi                                   on 2000/12/20  15:33:28
22953         Log: More Win32 Perling.
22954      Branch: perl
22955            ! pod/perlfaq3.pod
22956 ____________________________________________________________________________
22957 [  8208] By: jhi                                   on 2000/12/20  15:07:46
22958         Log: More Win32 editor/IDE/shell hints.
22959      Branch: perl
22960            ! pod/perlfaq3.pod
22961 ____________________________________________________________________________
22962 [  8207] By: jhi                                   on 2000/12/20  03:54:08
22963         Log: Subject: [PATCH] obscure timing knowledge
22964              From: Nicholas Clark <nick@ccl4.org>
22965              Date: Tue, 19 Dec 2000 19:22:31 +0000
22966              Message-ID: <20001219192231.F2827@plum.flirble.org>
22967      Branch: perl
22968            ! sv.c
22969 ____________________________________________________________________________
22970 [  8206] By: jhi                                   on 2000/12/20  03:45:57
22971         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
22972              From: Spider Boardman <spider@leggy.zk3.dec.com>
22973              Date: Tue, 19 Dec 2000 21:30:16 -0500
22974              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
22975      Branch: perl
22976            ! sv.c
22977 ____________________________________________________________________________
22978 [  8205] By: jhi                                   on 2000/12/19  23:02:01
22979         Log: Update Changes.
22980      Branch: perl
22981            ! Changes patchlevel.h
22982 ____________________________________________________________________________
22983 [  8204] By: jhi                                   on 2000/12/19  22:58:18
22984         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
22985              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
22986              on editors and diffing/patching.
22987      Branch: perl
22988            ! t/op/utf8decode.t
22989 ____________________________________________________________________________
22990 [  8203] By: nick                                  on 2000/12/19  21:36:16
22991         Log: Integrate mainline (forgot my own change...)
22992      Branch: perlio
22993           !> ext/Encode/compile
22994 ____________________________________________________________________________
22995 [  8202] By: nick                                  on 2000/12/19  21:34:42
22996         Log: Integrate mainline.
22997      Branch: perlio
22998           !> (integrate 61 files)
22999 ____________________________________________________________________________
23000 [  8201] By: nick                                  on 2000/12/19  21:34:06
23001         Log: Avoid looking for File::Glob when we don't need it.
23002      Branch: perl
23003            ! ext/Encode/compile
23004 ____________________________________________________________________________
23005 [  8200] By: jhi                                   on 2000/12/19  18:35:49
23006         Log: Update Changes.
23007      Branch: perl
23008            ! Changes patchlevel.h
23009 ____________________________________________________________________________
23010 [  8199] By: jhi                                   on 2000/12/19  18:35:07
23011         Log: Microperl tweaks.
23012      Branch: perl
23013            ! sv.c uconfig.h uconfig.sh
23014 ____________________________________________________________________________
23015 [  8198] By: jhi                                   on 2000/12/19  18:29:59
23016         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
23017      Branch: perl
23018            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23019            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
23020 ____________________________________________________________________________
23021 [  8197] By: jhi                                   on 2000/12/19  17:55:29
23022         Log: In VMS embedded perls couldn't access the statically built Socket,
23023              from Charles Lane.
23024      Branch: perl
23025            ! configure.com
23026 ____________________________________________________________________________
23027 [  8196] By: jhi                                   on 2000/12/19  17:49:50
23028         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
23029              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
23030              Date: Sun, 17 Dec 2000 19:11:44 -0000
23031              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
23032      Branch: perl
23033            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23034            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
23035 ____________________________________________________________________________
23036 [  8195] By: jhi                                   on 2000/12/19  17:47:53
23037         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
23038              From: Jonathan Stowe <gellyfish@gellyfish.com>
23039              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
23040              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
23041      Branch: perl
23042            ! utils/h2xs.PL
23043 ____________________________________________________________________________
23044 [  8194] By: jhi                                   on 2000/12/19  17:46:28
23045         Log: Subject: Re: useless use of void context work-around
23046              From: andreas.koenig@anima.de (Andreas J. Koenig)
23047              Date: 16 Dec 2000 15:13:36 +0100
23048              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
23049              
23050              Document (comment) the q(di ds ig) trick in the code.
23051      Branch: perl
23052            ! op.c
23053 ____________________________________________________________________________
23054 [  8193] By: jhi                                   on 2000/12/19  17:10:57
23055         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
23056              From: "Mark J. Reed" <mreed@strange.turner.com>
23057              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
23058              Message-Id: <200012160222.VAA13986@strange.turner.com>
23059      Branch: perl
23060            ! ext/Sys/Syslog/Syslog.pm
23061 ____________________________________________________________________________
23062 [  8192] By: jhi                                   on 2000/12/19  17:07:45
23063         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
23064              From: Nicholas Clark <nick@ccl4.org>
23065              Date: Sat, 16 Dec 2000 19:03:13 +0000
23066              Message-ID: <20001216190313.D68304@plum.flirble.org>
23067      Branch: perl
23068            ! t/op/64bitint.t
23069 ____________________________________________________________________________
23070 [  8191] By: jhi                                   on 2000/12/19  17:06:13
23071         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
23072              From: Dominic Dunlop <domo@computer.org>
23073              Date: Mon, 18 Dec 2000 12:00:15 +0100
23074              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
23075              
23076              This patchlet is needed in order that perl can be statically linked.  
23077      Branch: perl
23078            ! regexec.c
23079 ____________________________________________________________________________
23080 [  8190] By: jhi                                   on 2000/12/19  17:03:08
23081         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
23082              From: "Craig A. Berry" <craig.berry@psinetcs.com>
23083              Date: Sun, 17 Dec 2000 00:18:35 -0600
23084              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
23085      Branch: perl
23086            ! perlio.h vms/gen_shrfls.pl
23087 ____________________________________________________________________________
23088 [  8189] By: jhi                                   on 2000/12/19  16:20:28
23089         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
23090              From: Prymmer/Kahn <pvhp@best.com>
23091              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
23092              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
23093              
23094              A better version of #8188.
23095      Branch: perl
23096            ! pod/perlfaq3.pod
23097 ____________________________________________________________________________
23098 [  8188] By: jhi                                   on 2000/12/19  15:57:06
23099         Log: (Replaced by #8189)
23100              
23101              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
23102              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
23103              From: Prymmer/Kahn <pvhp@best.com>
23104              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
23105              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
23106              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
23107              Date: Mon, 18 Dec 2000 11:10:45 -0500
23108              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
23109      Branch: perl
23110            ! pod/perlfaq3.pod
23111 ____________________________________________________________________________
23112 [  8187] By: jhi                                   on 2000/12/19  15:54:19
23113         Log: Email address fix for Anton Berezin.
23114      Branch: perl
23115            ! AUTHORS
23116 ____________________________________________________________________________
23117 [  8186] By: jhi                                   on 2000/12/19  15:38:54
23118         Log: Subject: [PATCH perl@8102] cygwin port
23119              From: "Eric Fifer" <efifer@dircon.co.uk> 
23120              Date: Thu, 14 Dec 2000 13:41:29 -0000
23121              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
23122              
23123              When compiling modules the data item that is being imported
23124              from libperl.dll needs to be tagged as imported/shared data:
23125              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
23126      Branch: perl
23127            ! perliol.h
23128 ____________________________________________________________________________
23129 [  8185] By: jhi                                   on 2000/12/19  14:53:24
23130         Log: Regen uconfig.h and uconfig.sh.
23131      Branch: perl
23132            ! uconfig.h uconfig.sh
23133 ____________________________________________________________________________
23134 [  8184] By: jhi                                   on 2000/12/18  20:43:49
23135         Log: Comments work so much better when they are closed.
23136      Branch: perl
23137            ! regcomp.c
23138 ____________________________________________________________________________
23139 [  8183] By: jhi                                   on 2000/12/18  18:04:02
23140         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
23141              Fixes the bug 20001218.016.
23142      Branch: perl
23143            ! regcomp.c
23144 ____________________________________________________________________________
23145 [  8182] By: gsar                                  on 2000/12/18  09:53:47
23146         Log: delete spurious files
23147      Branch: maint-5.6/perl
23148            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
23149            - vos/config.h vos/config_h.SH_orig
23150 ____________________________________________________________________________
23151 [  8181] By: gsar                                  on 2000/12/18  09:46:08
23152         Log: regen perltoc
23153      Branch: maint-5.6/perl
23154            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
23155 ____________________________________________________________________________
23156 [  8180] By: gsar                                  on 2000/12/18  09:20:27
23157         Log: integrate changes#7924..7926,7946,7952 from mainline
23158      Branch: maint-5.6/perl
23159           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
23160           !> lib/File/stat.pm t/lib/class-struct.t
23161 ____________________________________________________________________________
23162 [  8179] By: gsar                                  on 2000/12/18  08:55:54
23163         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
23164              7918,7919,7988,8907 from mainline (various)
23165      Branch: maint-5.6/perl
23166           +> t/lib/class-struct.t
23167           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
23168           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
23169           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
23170 ____________________________________________________________________________
23171 [  8178] By: gsar                                  on 2000/12/18  08:16:30
23172         Log: avoid redefinition warnings on windows due to sys/socket.h getting
23173              #included before win32.h
23174      Branch: maint-5.6/perl
23175            ! win32/include/sys/socket.h
23176 ____________________________________________________________________________
23177 [  8177] By: gsar                                  on 2000/12/18  05:24:04
23178         Log: make regen_headers; fix POSIX.xs problems; remove outdated
23179              code from sys/socket.h that makes build fail now
23180      Branch: maint-5.6/perl
23181            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
23182            ! pod/perlapi.pod
23183           !> win32/include/sys/socket.h
23184 ____________________________________________________________________________
23185 [  8176] By: gsar                                  on 2000/12/18  05:20:17
23186         Log: update Changes
23187      Branch: maint-5.6/perl
23188            ! Changes patchlevel.h
23189 ____________________________________________________________________________
23190 [  8175] By: gsar                                  on 2000/12/18  04:57:48
23191         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
23192              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
23193              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
23194              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
23195              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
23196              7823,7825,7838
23197      Branch: maint-5.6/perl
23198           +> lib/File/Spec/Epoc.pm
23199           !> (integrate 88 files)
23200 ____________________________________________________________________________
23201 [  8174] By: gsar                                  on 2000/12/18  03:53:09
23202         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
23203              7625..7629,7631..7634,7637,7639,7642 from mainline
23204      Branch: maint-5.6/perl
23205           +> README.solaris
23206           !> (integrate 26 files)
23207 ____________________________________________________________________________
23208 [  8173] By: gsar                                  on 2000/12/18  03:37:02
23209         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
23210              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
23211              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
23212              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
23213      Branch: maint-5.6/perl
23214           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
23215            - MAINTAIN
23216           !> (integrate 111 files)
23217 ____________________________________________________________________________
23218 [  8172] By: jhi                                   on 2000/12/18  02:49:27
23219         Log: Regen pods.
23220      Branch: perl
23221            ! pod/perlmodlib.pod pod/perltoc.pod
23222 ____________________________________________________________________________
23223 [  8171] By: gsar                                  on 2000/12/18  02:49:24
23224         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
23225              7465..7471 from mainline
23226              
23227              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
23228              in platforms that strictly require all the symbols being present
23229              at link time.
23230              
23231              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
23232              
23233              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
23234              
23235              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
23236              
23237              Subject: [PATCH] todo
23238              
23239              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
23240              
23241              Use $sort, $uniq (and $tr) consistently as wondered
23242              by Nicholas Clark.
23243              
23244              Too enthusiastic editing in #7460.
23245              
23246              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
23247              
23248              Upgrade to CPAN 1.58_55.
23249              Subject: CPAN.pm status
23250              
23251              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
23252              
23253              Make target reordering to avoid pointless re-makes.
23254              Subject: Re: Total re-make of 'make okfile' after 7451 ?
23255              
23256              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
23257              
23258              Subject: DOC PATCH 5.6.0
23259              
23260              Add the repository doc by Malcolm, Sarathy, and by Simon,
23261              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
23262      Branch: maint-5.6/perl
23263           +> Porting/repository.pod
23264           !> Configure MANIFEST Makefile.SH README.dos README.os2
23265           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
23266           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
23267           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
23268 ____________________________________________________________________________
23269 [  8169] By: gsar                                  on 2000/12/18  02:33:34
23270         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
23271              7435..7441,7445 from mainline
23272              
23273              Make the UTF-8 decoding stricter and more verbose when
23274              malformation happens.  This involved adding an argument
23275              to utf8_to_uv_chk(), which involved changing its prototype,
23276              and prefer STRLEN over I32 for the UTF-8 length, which as
23277              a domino effect necessitated changing the prototypes of
23278              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
23279              The stricter UTF-8 decoding checking uses Markus Kuhn's
23280              UTF-8 Decode Stress Tester from
23281              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
23282              
23283              Run vms/vms_yfix.pl, should have done that after changing
23284              perly.c in #7382.
23285              
23286              Subject: [PATCH 5.7.0] static linking with uninstalled perl
23287              
23288              (Replaced by #7440.)
23289              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23290              
23291              Fix the bug ID 20001024.005, the bug introduced by #7416.
23292              
23293              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
23294              
23295              Fix the bug reported in
23296              From: andreas.koenig@anima.de (Andreas J. Koenig)
23297              Also make is_utf8_char() stricter.
23298              
23299              Missed the header file changes from #7425.
23300              
23301              Check if stdio supports tweaking lval and cnt simultaneously.
23302              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
23303              
23304              Stratus VOS updates from Paul Green.
23305              
23306              Podify README.epoc and README.vos.
23307              
23308              Add targets to Makefile.SH, most importantly
23309              'regen_all' which also remembers to update vms/perly*.
23310              
23311              Subject: Minor update to find2perl, for portability
23312              
23313              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
23314              
23315              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
23316              
23317              Rename UTF8LEN() to be UNISKIP(), too confusing to have
23318              UTF8LEN() and UTF8SKIP(). 
23319              
23320              Allow poking holes at the UTF-8 decoding strictness.
23321              
23322              Continue the internal UTF-8 API tweaking.
23323              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
23324              used much more than the simpler API, now called utf8_to_uv_simple().
23325              Still not quite happy with API, too much partial duplication
23326              of functionality.
23327              
23328              A new version of making the syslog test more robust.
23329              (Replaces #7421.)
23330              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
23331              
23332              buildtoc target tweaks.
23333              
23334              Integrate with vmsperl #7430 by Charles Bailey:
23335              
23336              Cleanup from prior patch (Charles Lane?):
23337              - improve handling of MFDs in Basename and Path
23338              - default to no xsubpp line # munging when building debug images
23339      Branch: maint-5.6/perl
23340           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23341           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
23342           !> (integrate 67 files)
23343 ____________________________________________________________________________
23344 [  8168] By: gsar                                  on 2000/12/18  02:05:49
23345         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
23346              
23347              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
23348              From: Martin Husemann <martin@duskware.de>
23349              
23350              Subject: [PATCH 5.7.0] restore match data on backtracing
23351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23352      Branch: maint-5.6/perl
23353           !> regcomp.c regexec.c t/op/re_tests
23354 ____________________________________________________________________________
23355 [  8167] By: gsar                                  on 2000/12/18  01:55:22
23356         Log: integrate changes#7858,7986 from mainline
23357              
23358              C<foreach my $x ...> in pseudo-fork()ed process may diddle
23359              parent's memory; fix it by keeping track of the actual pad
23360              offset rather than a raw pointer (this change is probably also
23361              relevant to non-ithreads case to avoid fallout from reallocs of
23362              the pad array, but is currently only enabled for the ithreads
23363              case in the interests of minimal disruption to existing "well
23364              tested" code)
23365              
23366              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
23367              due to the notorious GetFileType() bug in Windows 9x, which fstat()
23368              tickles)
23369      Branch: maint-5.6/perl
23370           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
23371           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
23372           !> win32/win32.c win32/win32.h win32/win32sck.c
23373 ____________________________________________________________________________
23374 [  8166] By: gsar                                  on 2000/12/18  01:52:59
23375         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
23376              from mainline (xsubpp and ExtUtils::LibList fixups, various
23377              other small items)
23378      Branch: maint-5.6/perl
23379           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
23380           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
23381           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
23382           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
23383           !> win32/bin/search.pl
23384 ____________________________________________________________________________
23385 [  8165] By: gsar                                  on 2000/12/18  01:28:45
23386         Log: integrate changes#7533,7563,7611,7623 from mainline (various
23387              malloc.c embellishments)
23388      Branch: maint-5.6/perl
23389           !> malloc.c pod/perldiag.pod
23390 ____________________________________________________________________________
23391 [  8164] By: gsar                                  on 2000/12/18  01:23:33
23392         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
23393              fixups)
23394      Branch: maint-5.6/perl
23395           !> utils/h2xs.PL
23396 ____________________________________________________________________________
23397 [  8163] By: gsar                                  on 2000/12/18  01:17:50
23398         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
23399              fixups)
23400      Branch: maint-5.6/perl
23401           !> Makefile.SH utils/perlbug.PL
23402 ____________________________________________________________________________
23403 [  8162] By: gsar                                  on 2000/12/18  00:25:43
23404         Log: always export Perl_deb() (it is required by re.xs whether
23405              Perl is built with or without -DDEBUGGING)
23406      Branch: maint-5.6/perl
23407            ! makedef.pl
23408 ____________________________________________________________________________
23409 [  8161] By: gsar                                  on 2000/12/18  00:23:38
23410         Log: integrate change#7414 from mainline
23411              
23412              Undo the basename() part of #7412 since the lib/basename
23413              tests would need upgrading too.
23414              
23415              squelch two tests in tr.t that rely on tr/// paranoia change
23416              that's not in 5.6.x
23417      Branch: maint-5.6/perl
23418            ! t/op/tr.t
23419           !> lib/File/Basename.pm
23420 ____________________________________________________________________________
23421 [  8160] By: gsar                                  on 2000/12/18  00:05:30
23422         Log: missing change in previous integrate
23423      Branch: maint-5.6/perl
23424           !> README.aix
23425 ____________________________________________________________________________
23426 [  8159] By: gsar                                  on 2000/12/18  00:03:38
23427         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
23428              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
23429              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
23430              7410..7413 from mainline
23431      Branch: maint-5.6/perl
23432           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
23433           +> t/lib/tie-splice.t
23434            - lib/unicode/Is/DCinital.pl
23435           !> (integrate 112 files)
23436 ____________________________________________________________________________
23437 [  8158] By: jhi                                   on 2000/12/17  23:04:24
23438         Log: Subject: [PATCHES] RE: perl@8150 
23439              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
23440              Date: Sun, 17 Dec 2000 21:46:39 +0100
23441              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
23442              
23443              Neither cygwin has a getpwuid() one can trust on.
23444      Branch: perl
23445            ! t/lib/glob-basic.t
23446 ____________________________________________________________________________
23447 [  8157] By: jhi                                   on 2000/12/17  23:01:54
23448         Log: More MAN.PODS => {} fixes.
23449      Branch: perl
23450            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
23451            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
23452            ! os2/OS2/REXX/Makefile.PL
23453 ____________________________________________________________________________
23454 [  8156] By: gsar                                  on 2000/12/17  22:49:13
23455         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
23456              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
23457              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
23458              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
23459              7201,7204 from mainline
23460      Branch: maint-5.6/perl
23461           !> (integrate 121 files)
23462 ____________________________________________________________________________
23463 [  8155] By: jhi                                   on 2000/12/17  22:30:58
23464         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
23465              From: "Craig A. Berry" <craigberry@mac.com>
23466              Date: Sun, 17 Dec 2000 13:09:28 -0600
23467              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
23468              
23469              MAN.PODS => ' ' is naughty.
23470      Branch: perl
23471            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
23472 ____________________________________________________________________________
23473 [  8154] By: nick                                  on 2000/12/17  22:07:13
23474         Log: MULTIPLICITY nit.
23475      Branch: perl
23476            ! mg.c
23477 ____________________________________________________________________________
23478 [  8153] By: gsar                                  on 2000/12/17  21:23:05
23479         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
23480              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
23481              from mainline
23482              
23483              Document the SvIOK_.*UV().
23484              
23485              Update Unicode todo list.
23486              
23487              Guard against bad string->int conversion for quads.
23488              
23489              Subject: small apidoc fix
23490              
23491              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
23492              
23493              Subject: [PATCH] Tied filehandle documentation
23494              
23495              Subject: [PATCH] Modernize Opcode.pm documentation
23496              
23497              Make Data::Dumper (non-XS) to work with changed semantics of ref().
23498              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
23499              [applied even though said semantics didn't change in 5.6.x]
23500              
23501              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
23502              
23503              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
23504              
23505              Fix the URL, but the server is still missing in action.
23506              Subject: [ID 20000905.002] perlfaq1.pod URL error
23507              
23508              Subject: [ID 20000903.001] \w in utf8-strings
23509              
23510              Fix the ccversion detection for 5.1 and beyond.
23511              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23512              
23513              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
23514              
23515              Subject: [ID 20000904.008] Tiny fix for perldiag
23516              
23517              Subject: Re: [ID 20000906.004] segfault with bad perl statement
23518              
23519              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
23520              
23521              Subject: [ID 20000908.002] perlipc documentation bug.
23522              
23523              Subject: [PATCH lib/Benchmark.pm]
23524              
23525              Re-allow vec() for characters > 255.
23526              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
23527              
23528              Do away with memory models cruft.  Sorry, PDP users.
23529              
23530              Continue #7041.
23531              
23532              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
23533              
23534              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
23535              
23536              Upgrade to CPAN 1.57_65, from Andreas König.
23537              
23538              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
23539              by Russ Allbery.
23540              
23541              Silence t/pod/*.t about alternate quote-mappings now implemented
23542              by Pod::Text, from Brad Appleton.
23543              
23544              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
23545              Subject: borland C++ win32.c tweak
23546              
23547              C<@a = @b = split(...)> optimization coredumps under ithreads
23548              (missed a spot when fixing up op_pmreplroot hack for ithreads)
23549              
23550              Document the SvUTF8*().
23551              
23552              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
23553              
23554              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
23555              
23556              Do in VMS as the #7054 does.
23557              
23558              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
23559              
23560              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
23561              
23562              Subject: [patch: perl@7045] vms updates
23563              
23564              Test for the #7049.
23565              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
23566              
23567              Break up the myconfig lines a bit.
23568              Subject: perlbug/perl -V output format
23569              
23570              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
23571              
23572              The #7054 truncated Configure badly.
23573              
23574              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
23575              initialization in all the threads on Windows
23576              
23577              Allow for whitespace between "#" and "line" in cpp output.
23578              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
23579              
23580              Remove vestiges of tr//CU.
23581              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
23582              
23583              The return value of setlocale must be copied away.
23584              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
23585              
23586              Allow chop() and chomp() to be overridden.
23587              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
23588              
23589              Hints optimization.
23590              Subject: Minor nit
23591              
23592              Subject: [PATCH] de-wall t/README
23593              
23594              Subject: Re: Two advertising clauses need to be removed
23595      Branch: maint-5.6/perl
23596           !> (integrate 75 files)
23597 ____________________________________________________________________________
23598 [  8152] By: gsar                                  on 2000/12/17  20:30:11
23599         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
23600              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
23601              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
23602              
23603              Don't attach -ld to the archname if pointless.
23604              
23605              Document UNTIE in a very minimalistic way.
23606              
23607              POSIX doesn't report long double values under -Duselongdouble
23608              when the long doubles are "real" (bigger than doubles).
23609              
23610              More author updates.
23611              
23612              Try to deduce NV_MAX.  Really should be Configure fodder.
23613              
23614              :: not allowed in pathnames, change to .
23615              Subject: [PATCH perl@6938] cygwin port
23616              
23617              Forget about NV_MAX (#6951).  Various floating point tweaks,
23618              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
23619              
23620              Move the Solaris 7 scan to use64bitall, make the
23621              failure to find 64-bot sparc libc to mention the
23622              possibility of being in an intel, from Lupe and Alan.
23623              
23624              Regen perltoc.
23625              
23626              AUTHORS tweaks, from Peter Prymmer.
23627              
23628              More address tweaking.
23629              
23630              Small tweaks all over.
23631              
23632              File::Temp patches from Andreas König,
23633              
23634              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
23635              
23636              Subject: CPAN.pm beta 1.57_57 for the core
23637              
23638              Part of the solution.
23639              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
23640              
23641              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
23642              
23643              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23644              
23645              Add the overload warnings to perldiag.
23646              
23647              Drop unused argument.
23648              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
23649              
23650              Subject: Nit in Configure (bleadperl@6961)
23651              
23652              Update to PodParser 1.18, from Brad Appleton.
23653              
23654              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
23655              
23656              Subject: [PATCH: 6948] add SCNfldbl to configure.com
23657              
23658              Document UNTIE. Also tweak implementation to suppress the 'inner references'
23659              warning when UNTIE exists and instead pass the cound of extra references to
23660              the UNTIE method.
23661              
23662              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
23663              so that case-ignoring systems like DCL can tell them from
23664              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
23665              
23666              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
23667              
23668              Feature ordering tweak.
23669              
23670              Regen perltoc.
23671              
23672              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
23673              
23674              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
23675              
23676              Subject: http:// in L<>
23677              
23678              Detypo.
23679              
23680              change#6791 accidentally clobbered change#6710, put it back
23681              
23682              Only the first line, thank you very much.
23683              
23684              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
23685              plus rework the http: spots as suggested by Tom Christiansen,
23686              plus regen perltoc.
23687              
23688              Undo part of change 6489 which looks like a bulk edit which
23689              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
23690              The supressing of main:: on return from select() is undesirable.
23691              
23692              Apparently avoiding the swapping is too costly.
23693              
23694              Various Configure nits by Philip Newton,
23695              plus the ebcdic one by me.
23696              
23697              Make certain cc is set before trying to run it.
23698              
23699              If overloaded %{} etc. return the object do not loop.
23700              Thus  sub deref { $_[0] } functions if object is wanted type.
23701              
23702              Update perlhist.
23703              
23704              More %{} and other deref special casing - do not pass to 'nomethod'.
23705      Branch: maint-5.6/perl
23706           !> (integrate 59 files)
23707 ____________________________________________________________________________
23708 [  8151] By: gsar                                  on 2000/12/17  19:14:38
23709         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
23710              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
23711              
23712              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
23713              
23714              Make the epsilon to be relative, not absolute.
23715              
23716              Put back the flags dump as reasoned in
23717              Subject: Re: [PATCH] Glob dumping
23718              
23719              Introduce ccname to keep track of what compiler kind of we have.
23720              
23721              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
23722              
23723              Put back the slice accidentally removed by #6907.
23724              
23725              Reset archname and archname64 always, forcing them be
23726              recomputed at each Configure run, make Configure and
23727              the hints files agree on the naming of largefiles variables.
23728              
23729              Don't say "Perl 5.0 source kit".
23730              
23731              Subject: [PATCH] fix misc cast warnings
23732              
23733              Subject: typos in pods
23734              
23735              NVs not necessarily doubles, as pointed out by Yitzchak.
23736              
23737              Subject: [PATCH 6889] add a few ldbl formats to configure.com
23738              
23739              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
23740              
23741              Better options for rsync.
23742              
23743              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
23744              
23745              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
23746              
23747              Subject: [PATCH] Re: UNTIE method 
23748              
23749              A better fix for the Socket building problem from Craig Berry.
23750              
23751              Retract the dummy test, skip the security tests (instead of failing),
23752              explain what the warnings mean.
23753              
23754              Heap decorruption.
23755              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
23756              
23757              Update to Unicode 3.0.1.
23758              
23759              Missed one Unicode file.
23760              
23761              Subject: Re: typos in pods
23762              
23763              The #6929 was too skimpy.
23764              
23765              sscanf() may be the only way to read long doubles from strings.
23766              
23767              Reveal Borland's isnan.
23768              Subject: build with BC++ tweak
23769              
23770              Issue useful diagnostic on unknown pod commands.
23771              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
23772              
23773              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
23774              
23775              Clarify the third case of ftmp-security warnings.
23776              
23777              Make -Dusemorebits find long doubles in Solaris.
23778              
23779              Wrap the test in eval.
23780      Branch: maint-5.6/perl
23781           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
23782           +> lib/unicode/PropList.txt lib/unicode/README.perl
23783           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23784           +> lib/unicode/Unicode.301 vms/vmspipe.com
23785            - lib/unicode/Props.txt lib/unicode/UCD300.html
23786            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
23787           !> (integrate 305 files)
23788 ____________________________________________________________________________
23789 [  8150] By: jhi                                   on 2000/12/17  18:47:57
23790         Log: Uncheckedin generated files.
23791      Branch: perl
23792            ! global.sym perlapi.c pod/perlapi.pod
23793 ____________________________________________________________________________
23794 [  8149] By: jhi                                   on 2000/12/17  18:41:22
23795         Log: Update Changes.
23796      Branch: perl
23797            ! Changes patchlevel.h
23798 ____________________________________________________________________________
23799 [  8148] By: jhi                                   on 2000/12/17  18:39:16
23800         Log: Subject: [PATCH] Fcntl constants speedup
23801              From: Nicholas Clark <nick@ccl4.org>
23802              Date: Sun, 17 Dec 2000 16:29:24 +0000
23803              Message-ID: <20001217162924.E97668@plum.flirble.org>
23804              
23805              Use IVs for the Fcntl constants instead of NVs.
23806      Branch: perl
23807            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
23808 ____________________________________________________________________________
23809 [  8147] By: jhi                                   on 2000/12/17  18:33:41
23810         Log: Add test for #8145 (binmode() warning), add warning for
23811              ioctl() and sockpair(), document them. (fileno() cannot
23812              be tripwired with the same kind of warning because
23813              'defined fileno($foo)' seems to be an idiom.)
23814      Branch: perl
23815            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
23816 ____________________________________________________________________________
23817 [  8146] By: gsar                                  on 2000/12/17  18:09:08
23818         Log: update Changes
23819      Branch: maint-5.6/perl
23820            ! Changes
23821 ____________________________________________________________________________
23822 [  8145] By: jhi                                   on 2000/12/17  17:39:35
23823         Log: Subject: [PATCH] Re: The long awaited feature ...
23824              From: Simon Cozens <simon@cozens.net>
23825              Date: Sun, 17 Dec 2000 12:31:56 +0000
23826              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
23827              
23828              Add a warning to binmode() about using bad filehandles
23829              (can happen e.g. if someone forgets the filehandle argument)
23830      Branch: perl
23831            ! pp_sys.c
23832 ____________________________________________________________________________
23833 [  8144] By: jhi                                   on 2000/12/17  17:33:48
23834         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
23835              From: Jonathan Stowe <gellyfish@gellyfish.com>
23836              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
23837              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
23838      Branch: perl
23839            ! lib/Net/Ping.pm
23840 ____________________________________________________________________________
23841 [  8143] By: jhi                                   on 2000/12/17  05:31:37
23842         Log: Polymorphic regexps.
23843              
23844              Fixes at least the bugs 20001028.003 (both of them...) and
23845              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
23846              also to be fixed by now, probably already before this patch.
23847      Branch: perl
23848            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
23849            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
23850            ! t/op/utf8decode.t t/pragma/utf8.t
23851 ____________________________________________________________________________
23852 [  8142] By: jhi                                   on 2000/12/16  17:16:05
23853         Log: Subject: [patch perl@8102] dos/djgpp update
23854              From: Laszlo Molnar <ml1050@freemail.hu>
23855              Date: Sat, 16 Dec 2000 01:40:52 +0100
23856              Message-ID: <20001216014052.A335@freemail.hu>
23857      Branch: perl
23858            ! djgpp/config.over t/base/commonsense.t
23859 ____________________________________________________________________________
23860 [  8141] By: jhi                                   on 2000/12/16  17:09:27
23861         Log: Few uncheckedin files.
23862      Branch: perl
23863            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
23864 ____________________________________________________________________________
23865 [  8140] By: nick                                  on 2000/12/15  22:14:31
23866         Log: Integrate mainline
23867      Branch: perlio
23868           !> (integrate 53 files)
23869 ____________________________________________________________________________
23870 [  8139] By: jhi                                   on 2000/12/15  19:49:49
23871         Log: One more IVUV tweak from Nicholas Clark.
23872      Branch: perl
23873            ! sv.c
23874 ____________________________________________________________________________
23875 [  8138] By: jhi                                   on 2000/12/15  19:17:06
23876         Log: Return of the IVUV-preservation, now seems to be happy even
23877              in Digital UNIX (the broken strtoul brokenness detection
23878              seems to have been the fly in the ointment).
23879      Branch: perl
23880            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
23881            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
23882            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
23883            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
23884            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23885            ! vos/config.ga.h win32/config.bc win32/config.gc
23886            ! win32/config.vc
23887 ____________________________________________________________________________
23888 [  8137] By: jhi                                   on 2000/12/15  18:12:14
23889         Log: Metaconfig unit change for #8136.
23890      Branch: metaconfig
23891            ! U/modified/d_strtoul.U
23892      Branch: metaconfig/U/perl
23893            ! d_strtoull.U d_strtouq.U
23894 ____________________________________________________________________________
23895 [  8136] By: jhi                                   on 2000/12/15  18:11:35
23896         Log: I don't think it's sensible or portable to test the strtou*
23897              on /^-/ strings.
23898      Branch: perl
23899            ! Configure
23900 ____________________________________________________________________________
23901 [  8135] By: jhi                                   on 2000/12/15  17:18:49
23902         Log: Metaconfig unit change for #8134.
23903      Branch: metaconfig
23904            ! U/modified/d_strtoul.U
23905 ____________________________________________________________________________
23906 [  8134] By: jhi                                   on 2000/12/15  17:14:13
23907         Log: If longsize is 8 we don't need a LL suffix for integer constants.
23908      Branch: perl
23909            ! Configure config_h.SH
23910 ____________________________________________________________________________
23911 [  8133] By: jhi                                   on 2000/12/15  16:00:23
23912         Log: Update Changes.
23913      Branch: perl
23914            ! Changes patchlevel.h
23915 ____________________________________________________________________________
23916 [  8132] By: jhi                                   on 2000/12/15  15:44:16
23917         Log: Some compilers get huffy if you do not cast a const pointer
23918              to a non-const when assigning.
23919      Branch: perl
23920            ! gv.c
23921 ____________________________________________________________________________
23922 [  8131] By: jhi                                   on 2000/12/15  15:38:30
23923         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
23924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23925              Date: Fri, 15 Dec 2000 05:26:57 -0500
23926              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
23927      Branch: perl
23928            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
23929            ! t/pragma/overload.t
23930 ____________________________________________________________________________
23931 [  8130] By: jhi                                   on 2000/12/15  15:36:08
23932         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
23933              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23934              Date: Thu, 14 Dec 2000 22:02:43 -0500
23935              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
23936      Branch: perl
23937            ! gv.c perl.h
23938 ____________________________________________________________________________
23939 [  8129] By: jhi                                   on 2000/12/15  15:34:16
23940         Log: Subject: PATCH: h2xs nit
23941              From: Tim Jenness <t.jenness@jach.hawaii.edu>
23942              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
23943              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
23944              
23945              Add a template README.
23946      Branch: perl
23947            ! utils/h2xs.PL
23948 ____________________________________________________________________________
23949 [  8128] By: jhi                                   on 2000/12/15  15:32:22
23950         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
23951      Branch: perl
23952            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
23953 ____________________________________________________________________________
23954 [  8127] By: jhi                                   on 2000/12/15  15:19:34
23955         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
23956              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23957              Date:     Thu, 14 Dec 2000 20:04:42 EST
23958              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
23959      Branch: perl
23960            ! ext/Opcode/Opcode.xs
23961 ____________________________________________________________________________
23962 [  8126] By: jhi                                   on 2000/12/15  15:17:49
23963         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
23964              From: Peter Prymmer <pvhp@forte.com>
23965              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
23966              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
23967      Branch: perl
23968            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
23969            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
23970            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
23971 ____________________________________________________________________________
23972 [  8125] By: jhi                                   on 2000/12/15  15:11:05
23973         Log: This seems to be a stage sane and stable enough to checkin.
23974              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
23975      Branch: perl
23976            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
23977            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
23978            ! t/op/cmp.t t/op/numconvert.t
23979 ____________________________________________________________________________
23980 [  8124] By: jhi                                   on 2000/12/15  04:20:26
23981         Log: Something is really wonky.
23982      Branch: perl
23983            ! sv.c
23984 ____________________________________________________________________________
23985 [  8123] By: jhi                                   on 2000/12/15  04:00:50
23986         Log: Fixes for the IV UV patches to compile in Digital UNIX.
23987      Branch: perl
23988            ! sv.c
23989 ____________________________________________________________________________
23990 [  8122] By: jhi                                   on 2000/12/15  02:53:40
23991         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
23992              From: "Craig A. Berry" <craigberry@mac.com>
23993              Date: Thu, 14 Dec 2000 19:10:49 -0600
23994              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
23995      Branch: perl
23996            ! vms/vms.c
23997 ____________________________________________________________________________
23998 [  8121] By: jhi                                   on 2000/12/15  02:50:00
23999         Log: Metaconfig changes for #8120.
24000      Branch: metaconfig
24001            + U/modified/d_strtoul.U
24002      Branch: metaconfig/U/perl
24003            ! d_strtoull.U d_strtouq.U
24004 ____________________________________________________________________________
24005 [  8120] By: jhi                                   on 2000/12/15  02:49:42
24006         Log: From: Nicholas Clark <nick@ccl4.org> 
24007              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
24008              Date: Thu, 14 Dec 2000 18:38:57 +0000
24009              Message-ID: <20001214183857.B97909@plum.flirble.org>
24010      Branch: perl
24011            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24012            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
24013            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
24014            ! vos/config.ga.def vos/config.ga.h win32/config.bc
24015            ! win32/config.gc win32/config.vc
24016 ____________________________________________________________________________
24017 [  8119] By: jhi                                   on 2000/12/14  23:40:58
24018         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
24019              From: Nicholas Clark <nick@ccl4.org>
24020              Date: Wed, 13 Dec 2000 20:08:50 +0000
24021              Message-ID: <20001213200849.B71166@plum.flirble.org>
24022      Branch: perl
24023            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
24024            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
24025 ____________________________________________________________________________
24026 [  8118] By: jhi                                   on 2000/12/14  22:46:26
24027         Log: Integrate perlio.
24028      Branch: perl
24029           !> MANIFEST ext/Encode/compile makedef.pl
24030 ____________________________________________________________________________
24031 [  8117] By: nick                                  on 2000/12/14  22:38:53
24032         Log: Win32 tweaks to get Encode to build
24033              - temp hack to makedef.pl till PerlIO is properly "exported".
24034              - MSVC dislikes  
24035              static encpage_t foo[];
24036              so make 'em extern for now.
24037      Branch: perlio
24038            ! ext/Encode/compile makedef.pl
24039 ____________________________________________________________________________
24040 [  8116] By: nick                                  on 2000/12/14  22:00:53
24041         Log: Document the new files
24042      Branch: perlio
24043            ! MANIFEST
24044 ____________________________________________________________________________
24045 [  8115] By: jhi                                   on 2000/12/14  21:58:01
24046         Log: MANIFEST new files of #8114.
24047      Branch: perl
24048            ! MANIFEST
24049 ____________________________________________________________________________
24050 [  8114] By: jhi                                   on 2000/12/14  21:50:49
24051         Log: Integrate perlio.
24052      Branch: perl
24053           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
24054           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24055           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
24056           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
24057           !> ext/Encode/Makefile.PL
24058 ____________________________________________________________________________
24059 [  8113] By: jhi                                   on 2000/12/14  21:48:49
24060         Log: The documentation part of the
24061              
24062              Subject: [ID 20001214.002] Net::Ping patch
24063              From: Jonathan Stowe <gellyfish@gellyfish.com>
24064              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
24065              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
24066              since the #7529 had already addressed the same problem.
24067      Branch: perl
24068            ! lib/Net/Ping.pm
24069 ____________________________________________________________________________
24070 [  8112] By: jhi                                   on 2000/12/14  21:42:57
24071         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
24072              From: Dominic Dunlop <domo@computer.org>
24073              Date: Tue, 12 Dec 2000 10:47:10 +0100
24074              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
24075              
24076              Document how elusive subroutines can be.
24077      Branch: perl
24078            ! pod/perlfunc.pod
24079 ____________________________________________________________________________
24080 [  8111] By: jhi                                   on 2000/12/14  21:38:05
24081         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
24082              From: Dominic Dunlop <domo@computer.org>
24083              Date: Thu, 14 Dec 2000 10:13:51 +0100
24084              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
24085      Branch: perl
24086            ! ext/POSIX/POSIX.pod
24087 ____________________________________________________________________________
24088 [  8110] By: jhi                                   on 2000/12/14  21:36:32
24089         Log: Subject: [patch] perlfaq7
24090              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
24091              Date: Thu, 14 Dec 2000 15:31:07 +0100
24092              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
24093      Branch: perl
24094            ! pod/perlfaq7.pod
24095 ____________________________________________________________________________
24096 [  8109] By: jhi                                   on 2000/12/14  21:29:20
24097         Log: Subject: [8104] Encode
24098              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24099              Date: Thu, 14 Dec 2000 14:49:34 +0100
24100              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
24101              
24102              Type casting for nervous compilers.
24103      Branch: perl
24104            ! ext/Encode/Encode.xs
24105 ____________________________________________________________________________
24106 [  8108] By: jhi                                   on 2000/12/14  21:26:17
24107         Log: Subject: [8104] DB_File
24108              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24109              Date: Thu, 14 Dec 2000 14:49:35 +0100
24110              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
24111              
24112              Type definition incorrect for DB 2.7.7.  Not known when it
24113              changed, so only changed it for a known revision.
24114      Branch: perl
24115            ! ext/DB_File/DB_File.xs
24116 ____________________________________________________________________________
24117 [  8107] By: jhi                                   on 2000/12/14  21:23:41
24118         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
24119              From: Peter Prymmer <pvhp@forte.com>
24120              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
24121              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
24122              
24123              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
24124      Branch: perl
24125            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
24126            ! ext/Encode/Encode/posix-bc.enc
24127 ____________________________________________________________________________
24128 [  8106] By: nick                                  on 2000/12/14  20:36:13
24129         Log: "Cold" build correction to Encode's Makefile.PL
24130      Branch: perlio
24131            ! ext/Encode/Makefile.PL
24132 ____________________________________________________________________________
24133 [  8105] By: nick                                  on 2000/12/14  20:09:37
24134         Log: "Compiled" encodings.
24135              Correct replacement character in EBCDIC .enc files
24136              Add 0x7F to ASCII repertoire.
24137      Branch: perlio
24138            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24139            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
24140            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
24141            ! ext/Encode/Makefile.PL ext/Encode/compile
24142            ! ext/Encode/encengine.c ext/Encode/encode.h
24143 ____________________________________________________________________________
24144 [  8104] By: nick                                  on 2000/12/14  00:38:20
24145         Log: Integrate mainline
24146      Branch: perlio
24147           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
24148           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
24149           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
24150           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
24151           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
24152           !> t/lib/db-hash.t t/lib/db-recno.t
24153 ____________________________________________________________________________
24154 [  8103] By: nick                                  on 2000/12/13  23:16:13
24155         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
24156              so far and so it does not get lost.
24157      Branch: perlio
24158            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
24159 ____________________________________________________________________________
24160 [  8102] By: jhi                                   on 2000/12/13  17:14:22
24161         Log: Update Changes.
24162      Branch: perl
24163            ! Changes patchlevel.h
24164 ____________________________________________________________________________
24165 [  8101] By: jhi                                   on 2000/12/13  16:53:41
24166         Log: Move the proto of start_glob() to a better place; regen api files.
24167      Branch: perl
24168            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
24169 ____________________________________________________________________________
24170 [  8100] By: jhi                                   on 2000/12/13  16:47:11
24171         Log: Metaconfig change for #8099.
24172      Branch: metaconfig
24173            ! U/modified/Head.U
24174 ____________________________________________________________________________
24175 [  8099] By: jhi                                   on 2000/12/13  16:46:48
24176         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
24177              From: Andy Dougherty <doughera@lafayette.edu>
24178              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
24179              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
24180      Branch: perl
24181            ! Configure
24182 ____________________________________________________________________________
24183 [  8098] By: jhi                                   on 2000/12/13  16:39:02
24184         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
24185              From: rspier@pobox.com (Robert Spier)
24186              Date: Tue, 12 Dec 2000 21:12:39 -0500
24187              Message-ID: <14902.56087.678086.725773@rls.cx>
24188              
24189              fastgetcwd is defined using a glob alias on a $^O dependent basis -
24190              and there was no default assignment or perl subroutine.
24191      Branch: perl
24192            ! lib/Cwd.pm
24193 ____________________________________________________________________________
24194 [  8097] By: jhi                                   on 2000/12/13  16:16:01
24195         Log: Subject: [PATCH] move startglob out of pp_hot.c
24196              From: Nicholas Clark <nick@ccl4.org>
24197              Date: Mon, 11 Dec 2000 23:16:39 +0000
24198              Message-ID: <20001211231638.A55550@plum.flirble.org>
24199      Branch: perl
24200            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
24201 ____________________________________________________________________________
24202 [  8096] By: jhi                                   on 2000/12/13  15:26:23
24203         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
24204              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24205              Date: Wed, 13 Dec 2000 14:01:37 +0100
24206              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
24207              
24208              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
24209              in turn requires libpthread in libswanted.
24210      Branch: perl
24211            ! hints/hpux.sh
24212 ____________________________________________________________________________
24213 [  8095] By: jhi                                   on 2000/12/12  19:51:05
24214         Log: The integration wars continue.
24215      Branch: perl
24216           !> sv.c
24217 ____________________________________________________________________________
24218 [  8094] By: jhi                                   on 2000/12/12  19:48:26
24219         Log: Subject: [PATCH perl@8070] DB_File-1.74  
24220              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
24221              Date: Mon, 11 Dec 2000 23:07:17 -0000
24222              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
24223      Branch: perl
24224            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
24225            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
24226            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
24227            ! t/lib/db-recno.t
24228 ____________________________________________________________________________
24229 [  8093] By: nick                                  on 2000/12/12  19:42:13
24230         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
24231      Branch: perlio
24232            ! sv.c
24233           !> lib/File/DosGlob.pm
24234 ____________________________________________________________________________
24235 [  8092] By: jhi                                   on 2000/12/12  19:28:11
24236         Log: Integrate perlio.
24237      Branch: perl
24238           !> sv.c
24239 ____________________________________________________________________________
24240 [  8091] By: nick                                  on 2000/12/12  18:49:45
24241         Log: Fix for Tk, and upgrading shared SVs.
24242      Branch: perlio
24243            ! sv.c
24244 ____________________________________________________________________________
24245 [  8090] By: jhi                                   on 2000/12/12  16:48:59
24246         Log: Subject: [PATCH] Re: Breadperl & Tk
24247              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24248              Date: Tue, 12 Dec 2000 14:48:27 GMT
24249              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
24250      Branch: perl
24251            ! sv.c
24252 ____________________________________________________________________________
24253 [  8089] By: jhi                                   on 2000/12/12  03:37:19
24254         Log: Subject: DosGlob.pm diff for bash style brace expansion.
24255              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
24256              Date: Fri, 8 Dec 2000 10:45:30 -0600
24257              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
24258      Branch: perl
24259            ! lib/File/DosGlob.pm
24260 ____________________________________________________________________________
24261 [  8088] By: nick                                  on 2000/12/11  23:59:59
24262         Log: Integrate mainline
24263      Branch: perlio
24264           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
24265           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
24266           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
24267           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
24268           !> t/op/local.t t/pragma/warn/toke toke.c
24269 ____________________________________________________________________________
24270 [  8087] By: jhi                                   on 2000/12/11  23:20:23
24271         Log: Integrate perlio.
24272      Branch: perl
24273           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24274 ____________________________________________________________________________
24275 [  8086] By: jhi                                   on 2000/12/11  22:50:59
24276         Log: Tune further the OS detection of CGI.
24277      Branch: perl
24278            ! lib/CGI.pm
24279 ____________________________________________________________________________
24280 [  8085] By: nick                                  on 2000/12/11  22:50:46
24281         Log: Finish 1st pass of "encoding" layer e.g. :
24282              open($fh,"<encoding(iso8859-7)",$greek) || die;
24283      Branch: perlio
24284            ! ext/Encode/Encode.xs perlio.c perliol.h
24285 ____________________________________________________________________________
24286 [  8084] By: jhi                                   on 2000/12/11  22:32:06
24287         Log: Revert the -f ambiguousity patch, seems to cause
24288              too much hassle (the interpret -Q as a function
24289              where Q is not a known filetest part is left in).
24290      Branch: perl
24291            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
24292            ! toke.c
24293 ____________________________________________________________________________
24294 [  8083] By: jhi                                   on 2000/12/11  22:27:23
24295         Log: (accidentally empty check-in)
24296      Branch: perl
24297            ! lib/File/DosGlob.pm
24298 ____________________________________________________________________________
24299 [  8082] By: nick                                  on 2000/12/11  19:09:51
24300         Log: Restore mmap function (broken by tweaks to shared buffer
24301              layer for encode(xxxx)).
24302      Branch: perlio
24303            ! perlio.c
24304 ____________________________________________________________________________
24305 [  8081] By: jhi                                   on 2000/12/11  18:29:13
24306         Log: Subject: Re: The long awaited feature ...
24307              From: Simon Cozens <simon@cozens.net>
24308              Date: Mon, 11 Dec 2000 15:54:24 +0000
24309              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
24310              
24311              More io/utf8 tests.
24312      Branch: perl
24313            ! t/io/utf8.t
24314 ____________________________________________________________________________
24315 [  8080] By: jhi                                   on 2000/12/11  18:19:36
24316         Log: Subject: PATCH MakeMaker manpage clarification
24317              From: andreas.koenig@anima.de (Andreas J. Koenig)
24318              Date: 10 Dec 2000 20:46:13 +0100
24319              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
24320      Branch: perl
24321            ! lib/ExtUtils/MakeMaker.pm
24322 ____________________________________________________________________________
24323 [  8079] By: jhi                                   on 2000/12/11  15:35:07
24324         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
24325              From: Simon Cozens <simon@cozens.net>
24326              Date: Sun, 10 Dec 2000 19:06:19 +0000
24327              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
24328      Branch: perl
24329            ! ext/B/B/Deparse.pm t/lib/b.t
24330 ____________________________________________________________________________
24331 [  8078] By: jhi                                   on 2000/12/11  15:09:11
24332         Log: Subject: [PATCH] docs on NaN
24333              From: Nicholas Clark <nick@ccl4.org>
24334              Date: Mon, 11 Dec 2000 01:48:38 +0000
24335              Message-ID: <20001211014838.B99205@plum.flirble.org>
24336      Branch: perl
24337            ! pod/perlop.pod
24338 ____________________________________________________________________________
24339 [  8077] By: jhi                                   on 2000/12/11  15:02:21
24340         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
24341              From: Simon Cozens <simon@cozens.net>
24342              Date: Mon, 11 Dec 2000 01:21:45 +0000
24343              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
24344      Branch: perl
24345            ! pp.c pp_hot.c scope.c t/op/local.t
24346 ____________________________________________________________________________
24347 [  8076] By: nick                                  on 2000/12/10  20:43:32
24348         Log: Not merge worthy...
24349              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
24350              syntax is modelled on attributes.
24351              Untested fix for io/utf8 on Win32 etc.
24352              Very clumsy start to the encode layer.
24353      Branch: perlio
24354            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
24355 ____________________________________________________________________________
24356 [  8075] By: jhi                                   on 2000/12/10  18:39:33
24357         Log: Darwin is not Windows.
24358      Branch: perl
24359            ! lib/CGI.pm
24360 ____________________________________________________________________________
24361 [  8074] By: jhi                                   on 2000/12/10  18:31:27
24362         Log: Subject: Ambiguous -%c() resolved as a file test
24363              From: "Paul Marquess" <Paul.Marquess@openwave.com>
24364              Date: Sun, 10 Dec 2000 15:35:07 -0000
24365              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
24366      Branch: perl
24367            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
24368 ____________________________________________________________________________
24369 [  8073] By: jhi                                   on 2000/12/10  18:16:29
24370         Log: Subject: PATCH installperl misinformed 
24371              From: andreas.koenig@anima.de (Andreas J. Koenig)
24372              Date: 10 Dec 2000 13:01:32 +0100 
24373              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
24374      Branch: perl
24375            ! installperl
24376 ____________________________________________________________________________
24377 [  8072] By: jhi                                   on 2000/12/10  18:07:55
24378         Log: The walkoptree confusion rages; walkoptree() seems to be coming
24379              from B.xs, while walkoptree_slow() comes from B.pm.
24380      Branch: perl
24381            ! ext/B/B.pm
24382 ____________________________________________________________________________
24383 [  8071] By: nick                                  on 2000/12/10  11:45:47
24384         Log: Integrate mainline
24385      Branch: perlio
24386           +> t/base/commonsense.t
24387           !> (integrate 37 files)
24388 ____________________________________________________________________________
24389 [  8070] By: jhi                                   on 2000/12/10  04:46:21
24390         Log: Update Changes.
24391      Branch: perl
24392            ! Changes patchlevel.h
24393 ____________________________________________________________________________
24394 [  8069] By: jhi                                   on 2000/12/10  04:39:19
24395         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
24396              From: andreas.koenig@anima.de (Andreas J. Koenig)
24397              Date: 09 Dec 2000 17:14:25 +0100
24398              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
24399      Branch: perl
24400            + t/base/commonsense.t
24401            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
24402 ____________________________________________________________________________
24403 [  8068] By: jhi                                   on 2000/12/10  04:17:36
24404         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
24405              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
24406              Date: Sat, 9 Dec 2000 16:47:22 -0000
24407              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
24408      Branch: perl
24409            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
24410            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
24411            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
24412            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
24413            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
24414            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
24415            ! t/lib/sdbm.t
24416 ____________________________________________________________________________
24417 [  8067] By: jhi                                   on 2000/12/10  03:52:02
24418         Log: Test case for #8066.
24419      Branch: perl
24420            ! t/op/misc.t
24421 ____________________________________________________________________________
24422 [  8066] By: jhi                                   on 2000/12/10  03:50:30
24423         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
24424              From: Simon Cozens <simon@cozens.net>
24425              Date: Sun, 10 Dec 2000 00:55:37 +0000
24426              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
24427      Branch: perl
24428            ! pp_sys.c
24429 ____________________________________________________________________________
24430 [  8065] By: jhi                                   on 2000/12/10  03:44:52
24431         Log: Test case for #8064.
24432      Branch: perl
24433            ! t/comp/proto.t
24434 ____________________________________________________________________________
24435 [  8064] By: jhi                                   on 2000/12/10  03:42:32
24436         Log: Subject: Re: prototype of substr
24437              From: Simon Cozens <simon@cozens.net>
24438              Date: Sun, 10 Dec 2000 00:13:33 +0000
24439              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
24440              
24441              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
24442      Branch: perl
24443            ! pp.c
24444 ____________________________________________________________________________
24445 [  8063] By: jhi                                   on 2000/12/10  03:39:42
24446         Log: Subject: [PATCH] perlguts.pod
24447              From: Simon Cozens <simon@cozens.net>
24448              Date: Sun, 10 Dec 2000 00:06:47 +0000
24449              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
24450              
24451              Documentation of the different types of ops,
24452              plus the functions in dump.c
24453      Branch: perl
24454            ! pod/perlguts.pod
24455 ____________________________________________________________________________
24456 [  8062] By: jhi                                   on 2000/12/10  03:30:04
24457         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
24458              From: Nicholas Clark <nick@talking.bollo.cx>
24459              Date: Sat, 09 Dec 2000 18:57:25 +0000
24460              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
24461              
24462              Be more robust in weird hostname setups.
24463      Branch: perl
24464            ! t/lib/net-hostent.t
24465 ____________________________________________________________________________
24466 [  8061] By: jhi                                   on 2000/12/10  03:28:21
24467         Log: Pacify fussy compiler. 
24468      Branch: perl
24469            ! pp_sys.c
24470 ____________________________________________________________________________
24471 [  8060] By: jhi                                   on 2000/12/10  02:52:46
24472         Log: Integrate perlio.
24473      Branch: perl
24474           !> pp_sys.c t/io/utf8.t
24475 ____________________________________________________________________________
24476 [  8059] By: nick                                  on 2000/12/09  23:40:14
24477         Log: read/sysread/recv should now be utf8 aware.
24478              Basic test for utf8 read.
24479      Branch: perlio
24480            ! pp_sys.c t/io/utf8.t
24481 ____________________________________________________________________________
24482 [  8058] By: jhi                                   on 2000/12/09  21:56:02
24483         Log: Integrate perlio.
24484      Branch: perl
24485           +> t/io/utf8.t
24486           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
24487 ____________________________________________________________________________
24488 [  8057] By: jhi                                   on 2000/12/09  21:53:35
24489         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
24490              From: Inaba Hiroto <inaba@st.rim.or.jp>
24491              Date: Sun, 10 Dec 2000 05:53:21 +0900
24492              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
24493              
24494              Tests for #8056.
24495      Branch: perl
24496            ! t/op/each.t
24497 ____________________________________________________________________________
24498 [  8056] By: jhi                                   on 2000/12/09  21:51:16
24499         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
24500              From: Inaba Hiroto <inaba@st.rim.or.jp>
24501              Date: Sat, 09 Dec 2000 18:02:00 +0900
24502              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
24503              
24504              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
24505      Branch: perl
24506            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
24507 ____________________________________________________________________________
24508 [  8055] By: nick                                  on 2000/12/09  20:11:48
24509         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
24510              than raw PerlIO_write() - does not seem to break any tests.
24511      Branch: perlio
24512            ! pp_sys.c
24513 ____________________________________________________________________________
24514 [  8054] By: nick                                  on 2000/12/09  19:47:30
24515         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
24516              (sysread, recv and write i.e. formats still to do...)
24517              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
24518              open($fh,">:utf8","name")
24519              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
24520              so no extra overhead is involved.
24521              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
24522              to a non-utf8 stream.
24523              Add initial io/utf8.t
24524              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
24525              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
24526              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
24527      Branch: perlio
24528            + t/io/utf8.t
24529            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
24530 ____________________________________________________________________________
24531 [  8053] By: nick                                  on 2000/12/09  19:26:37
24532         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
24533              was only testing this_utf8.
24534      Branch: perlio
24535            ! toke.c
24536 ____________________________________________________________________________
24537 [  8052] By: nick                                  on 2000/12/09  19:09:41
24538         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
24539              i.e. the output string has one, but don't mess with source assumption.
24540      Branch: perlio
24541            ! toke.c
24542 ____________________________________________________________________________
24543 [  8051] By: jhi                                   on 2000/12/09  16:55:17
24544         Log: Integrate perlio.
24545      Branch: perl
24546           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
24547           !> sv.c thrdvar.h util.c
24548 ____________________________________________________________________________
24549 [  8050] By: jhi                                   on 2000/12/09  16:48:07
24550         Log: Nits noticed by Peter Prymmer.
24551      Branch: perl
24552            ! lib/ExtUtils/MM_VMS.pm
24553 ____________________________________________________________________________
24554 [  8049] By: nick                                  on 2000/12/09  13:49:40
24555         Log: UTF8 output prework.
24556              - Store $\ and $, as SVs so they can have SvUTF8 flag
24557              - use do_print() rather than raw PerlIO_write() to print them.
24558      Branch: perlio
24559            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
24560            ! thrdvar.h util.c
24561 ____________________________________________________________________________
24562 [  8048] By: nick                                  on 2000/12/09  12:30:43
24563         Log: Integrate mainline.
24564      Branch: perlio
24565           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
24566           +> t/op/reverse.t
24567           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
24568           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24569           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
24570           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
24571           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
24572           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
24573 ____________________________________________________________________________
24574 [  8047] By: jhi                                   on 2000/12/09  00:23:27
24575         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
24576              From: Michael G Schwern <schwern@pobox.com>
24577              Date: Fri, 8 Dec 2000 14:43:04 -0600
24578      Branch: perl
24579            ! lib/ExtUtils/MM_VMS.pm
24580 ____________________________________________________________________________
24581 [  8046] By: jhi                                   on 2000/12/08  23:10:27
24582         Log: A missed check-in.
24583      Branch: perl
24584            ! lib/ExtUtils/Manifest.pm
24585 ____________________________________________________________________________
24586 [  8045] By: jhi                                   on 2000/12/08  21:57:12
24587         Log: (null check-in)
24588      Branch: perl
24589            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
24590 ____________________________________________________________________________
24591 [  8044] By: jhi                                   on 2000/12/08  21:11:06
24592         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
24593              at the final draft stage.
24594      Branch: perl
24595            + ext/Encode/Encode/iso8859-16.enc
24596            ! MANIFEST
24597 ____________________________________________________________________________
24598 [  8043] By: jhi                                   on 2000/12/08  16:39:04
24599         Log: Update Changes.
24600      Branch: perl
24601            ! Changes patchlevel.h
24602 ____________________________________________________________________________
24603 [  8042] By: jhi                                   on 2000/12/08  16:33:39
24604         Log: Do not return the Unicode replacement character if UTF-8
24605              decoding goes awry, it should be up to the caller to decide.
24606      Branch: perl
24607            ! pod/perlapi.pod utf8.c
24608 ____________________________________________________________________________
24609 [  8041] By: jhi                                   on 2000/12/08  16:22:28
24610         Log: metaconfig maintenance.
24611      Branch: metaconfig
24612            ! U/modified/stdchar.U
24613      Branch: metaconfig/U/perl
24614            + testsyml.U
24615 ____________________________________________________________________________
24616 [  8040] By: jhi                                   on 2000/12/08  16:03:08
24617         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
24618              From: sthoenna@efn.org
24619              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
24620              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
24621      Branch: perl
24622            ! Changes lib/ExtUtils/MM_OS2.pm
24623 ____________________________________________________________________________
24624 [  8039] By: jhi                                   on 2000/12/08  15:57:11
24625         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
24626              From: Simon Cozens <simon@cozens.net>
24627              Date: Fri, 8 Dec 2000 13:33:31 +0000
24628              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
24629              
24630              (The pp_hot part needed a rewrite.)
24631      Branch: perl
24632            ! doop.c pp_hot.c utf8.c
24633 ____________________________________________________________________________
24634 [  8038] By: jhi                                   on 2000/12/08  15:25:08
24635         Log: Subject: djSP
24636              From: Michael Stevens <michael@etla.org>
24637              Date: Wed, 6 Dec 2000 23:24:01 +0000
24638              Message-ID: <20001206232400.A21381@firedrake.org>
24639              
24640              Plus a note from Nick Ing-Simmons.
24641      Branch: perl
24642            ! pp.h
24643 ____________________________________________________________________________
24644 [  8037] By: jhi                                   on 2000/12/08  15:18:35
24645         Log: Filetype is text.
24646      Branch: perl
24647            ! t/op/utf8decode.t
24648 ____________________________________________________________________________
24649 [  8036] By: jhi                                   on 2000/12/08  03:31:27
24650         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24651              From: Andy Dougherty <doughera@lafayette.edu>
24652              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
24653              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
24654              
24655              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24656              From: Andy Dougherty <doughera@lafayette.edu>
24657              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
24658              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
24659      Branch: perl
24660            + ext/POSIX/hints/svr4.pl
24661            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
24662 ____________________________________________________________________________
24663 [  8035] By: jhi                                   on 2000/12/08  03:26:01
24664         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
24665              From: Andy Dougherty <doughera@lafayette.edu>
24666              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
24667              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
24668      Branch: perl
24669            ! t/README t/base/term.t
24670 ____________________________________________________________________________
24671 [  8034] By: jhi                                   on 2000/12/08  03:21:59
24672         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
24673              From: mjd@plover.com  
24674              Date: 7 Dec 2000 21:04:20 -0000
24675              Message-ID: <20001207210420.22282.qmail@plover.com>
24676              
24677              Plus -z doc.
24678      Branch: perl
24679            ! pod/perlfunc.pod
24680 ____________________________________________________________________________
24681 [  8033] By: jhi                                   on 2000/12/08  03:19:03
24682         Log: Use the UTF8 macros a bit.  They can't be used with abandon
24683              everywhere because we do generate illegal UTF-8 in some situations.
24684              This is of course naughty.
24685      Branch: perl
24686            ! pod/perlapi.pod utf8.c utf8.h
24687 ____________________________________________________________________________
24688 [  8032] By: jhi                                   on 2000/12/08  03:00:09
24689         Log: Out of sync?
24690      Branch: perl
24691            ! t/pragma/warn/utf8
24692 ____________________________________________________________________________
24693 [  8031] By: jhi                                   on 2000/12/08  02:22:39
24694         Log: Cnt spl.
24695      Branch: perl
24696            ! MANIFEST
24697 ____________________________________________________________________________
24698 [  8030] By: jhi                                   on 2000/12/08  01:23:54
24699         Log: Add test for reverse().
24700      Branch: perl
24701            + t/op/reverse.t
24702            ! MANIFEST
24703 ____________________________________________________________________________
24704 [  8029] By: jhi                                   on 2000/12/08  01:21:47
24705         Log: Integrate perlio.
24706      Branch: perl
24707           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
24708           !> perlio.c perlio.h perlsdio.h warnings.pl
24709 ____________________________________________________________________________
24710 [  8028] By: jhi                                   on 2000/12/08  01:19:08
24711         Log: Introduce macros for UTF8 decoding.
24712      Branch: perl
24713            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
24714 ____________________________________________________________________________
24715 [  8027] By: nick                                  on 2000/12/07  22:18:19
24716         Log: Integrate mainline
24717      Branch: perlio
24718           !> embed.pl pod/perlapi.pod utf8.c
24719 ____________________________________________________________________________
24720 [  8026] By: nick                                  on 2000/12/07  21:45:08
24721         Log: Various oddities p4 diff -se showed up
24722              Remove 'our' from warnings.pl
24723      Branch: perlio
24724            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
24725 ____________________________________________________________________________
24726 [  8025] By: nick                                  on 2000/12/07  21:43:32
24727         Log: Change PerlIO_(get|set)pos to take SV *
24728              Should fix, OS/2, VMS, (sfio??)
24729      Branch: perlio
24730            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
24731 ____________________________________________________________________________
24732 [  8024] By: jhi                                   on 2000/12/07  19:05:32
24733         Log: Document utf8_to_uv() better.
24734      Branch: perl
24735            ! pod/perlapi.pod utf8.c
24736 ____________________________________________________________________________
24737 [  8023] By: jhi                                   on 2000/12/07  18:23:47
24738         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
24739      Branch: perl
24740            ! embed.pl pod/perlapi.pod utf8.c
24741 ____________________________________________________________________________
24742 [  8022] By: jhi                                   on 2000/12/07  04:13:51
24743         Log: Integrate perlio.
24744      Branch: perl
24745           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
24746           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
24747           !> win32/makefile.mk
24748 ____________________________________________________________________________
24749 [  8021] By: nick                                  on 2000/12/07  00:28:14
24750         Log: Various attempts at MSVC debug - not sure what has
24751              changed but works now. 
24752              Seems atexit() _may_ work for DLLs built with MSVC so don't
24753              call cleanup that way.
24754      Branch: perlio
24755            ! perlio.c win32/makefile.mk
24756 ____________________________________________________________________________
24757 [  8020] By: nick                                  on 2000/12/06  19:57:20
24758         Log: Integrate mainline
24759      Branch: perlio
24760           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
24761           !> (integrate 75 files)
24762 ____________________________________________________________________________
24763 [  8019] By: nick                                  on 2000/12/06  19:28:21
24764         Log: Add useperlio to config.vc
24765              Turn off binmode in config_H.PL
24766              Regen all the config_H.xx
24767              Attempt to get debugging build with MSVC.
24768      Branch: perlio
24769            ! win32/config.vc win32/config_H.bc win32/config_H.gc
24770            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
24771 ____________________________________________________________________________
24772 [  8018] By: nick                                  on 2000/12/06  19:21:57
24773         Log: Test various dup/external program options on all platforms.
24774      Branch: perlio
24775            ! t/io/dup.t
24776 ____________________________________________________________________________
24777 [  8017] By: nick                                  on 2000/12/06  19:20:47
24778         Log: Fix harness to be less picky
24779      Branch: perlio
24780            ! lib/Test/Harness.pm
24781 ____________________________________________________________________________
24782 [  8016] By: jhi                                   on 2000/12/06  16:45:12
24783         Log: Update Changes.
24784      Branch: perl
24785            ! Changes patchlevel.h
24786 ____________________________________________________________________________
24787 [  8015] By: jhi                                   on 2000/12/06  16:41:03
24788         Log: Test \x{...} with ord().
24789      Branch: perl
24790            ! t/op/ord.t
24791 ____________________________________________________________________________
24792 [  8014] By: jhi                                   on 2000/12/06  16:20:33
24793         Log: Test tweak because of #8013.
24794      Branch: perl
24795            ! t/lib/b.t
24796 ____________________________________________________________________________
24797 [  8013] By: jhi                                   on 2000/12/06  16:09:09
24798         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
24799              From: Michael G Schwern <schwern@pobox.com>
24800              Date: Tue, 5 Dec 2000 21:23:28 -0500
24801              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
24802              
24803              Carp::Heavy parts not very applicable because of recent changes.
24804      Branch: perl
24805            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
24806            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
24807            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
24808            ! lib/Exporter.pm lib/Exporter/Heavy.pm
24809            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
24810            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
24811            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
24812            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
24813            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
24814            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
24815            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
24816            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
24817            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
24818            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
24819            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
24820            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
24821            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
24822            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
24823            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
24824            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
24825            ! warnings.pl
24826 ____________________________________________________________________________
24827 [  8012] By: jhi                                   on 2000/12/06  15:22:38
24828         Log: Subject: [PATCH] Re: New harness is failing things
24829              From: Nick Ing-Simmons <nik@tiuk.ti.com>
24830              Date: Wed, 6 Dec 2000 13:00:30 GMT
24831              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
24832      Branch: perl
24833            ! lib/Test/Harness.pm
24834 ____________________________________________________________________________
24835 [  8011] By: jhi                                   on 2000/12/06  15:12:08
24836         Log: Subject: installhtml changes
24837              From: Michael Stevens <michael@etla.org>
24838              Date: Wed, 6 Dec 2000 13:15:53 +0000
24839              Message-ID: <20001206131553.A27317@firedrake.org>
24840      Branch: perl
24841            ! installhtml
24842 ____________________________________________________________________________
24843 [  8010] By: jhi                                   on 2000/12/06  15:06:05
24844         Log: Subject: the dTHR hits
24845              From: Michael Stevens <michael@etla.org>
24846              Date: Wed, 6 Dec 2000 12:06:03 +0000
24847              Message-ID: <20001206120603.A24581@firedrake.org>
24848              
24849              More, errrm, less dTHRs.
24850      Branch: perl
24851            ! bytecode.pl ext/B/B/C.pm
24852 ____________________________________________________________________________
24853 [  8009] By: jhi                                   on 2000/12/06  15:04:25
24854         Log: Subject: MakeMaker mailing list gone?
24855              From: Michael G Schwern <schwern@pobox.com>
24856              Date: Tue, 5 Dec 2000 19:29:59 -0500
24857              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
24858              
24859              The MakeMaker mailing list is dead, perlbug is the right
24860              address to report bugs.
24861      Branch: perl
24862            ! lib/ExtUtils/MakeMaker.pm
24863 ____________________________________________________________________________
24864 [  8008] By: jhi                                   on 2000/12/06  15:00:32
24865         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
24866              From: Michael G Schwern <schwern@pobox.com>
24867              Date: Tue, 5 Dec 2000 19:21:21 -0500
24868              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
24869              
24870              Add a default MANIFEST skip that ignores things like
24871              version control files, editor temporary files, and the Makefile.
24872      Branch: perl
24873            + lib/ExtUtils/MANIFEST.SKIP
24874            ! MANIFEST lib/ExtUtils/Manifest.pm
24875 ____________________________________________________________________________
24876 [  8007] By: jhi                                   on 2000/12/06  14:57:20
24877         Log: In Amiga more manual hackery of the scripts seems to be needed,
24878              from Jan-Erik Karlsson.  Why Configure does not get this right
24879              is unknown, may be shell-induced.
24880      Branch: perl
24881            ! README.amiga
24882 ____________________________________________________________________________
24883 [  8006] By: jhi                                   on 2000/12/05  23:53:12
24884         Log: Add TOPm1s to peek at the second topmost stack item.
24885      Branch: perl
24886            ! pp.h
24887 ____________________________________________________________________________
24888 [  8005] By: jhi                                   on 2000/12/05  23:13:55
24889         Log: Avaunt, you foul UTF-8 tests.
24890      Branch: perl
24891            ! t/op/ver.t t/pragma/utf8.t
24892 ____________________________________________________________________________
24893 [  8004] By: jhi                                   on 2000/12/05  23:09:54
24894         Log: Continue utf8 dispersal. 
24895      Branch: perl
24896            + t/op/concat.t
24897            ! MANIFEST t/pragma/utf8.t
24898 ____________________________________________________________________________
24899 [  8003] By: nick                                  on 2000/12/05  23:02:39
24900         Log: Integrate mainline.
24901      Branch: perlio
24902           +> t/op/length.t t/op/utf8decode.t
24903           !> (integrate 69 files)
24904 ____________________________________________________________________________
24905 [  8002] By: jhi                                   on 2000/12/05  22:59:28
24906         Log: Integrate perlio.
24907      Branch: perl
24908           !> iperlsys.h perl.c perlio.c win32/perllib.c
24909 ____________________________________________________________________________
24910 [  8001] By: nick                                  on 2000/12/05  22:07:52
24911         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
24912              - calloc/free suffer from damage on TerminateThread()
24913              - use PerlMemShared (as originally planned) now fixed
24914              - avoid doing anything important on DLL "detach".
24915      Branch: perlio
24916            ! perl.c perlio.c win32/perllib.c
24917 ____________________________________________________________________________
24918 [  8000] By: nick                                  on 2000/12/05  21:05:09
24919         Log: Fix gross PerlMemShared issue.
24920      Branch: perlio
24921            ! iperlsys.h
24922 ____________________________________________________________________________
24923 [  7999] By: jhi                                   on 2000/12/05  20:46:58
24924         Log: Test for Unicode (UTF-8) hash keys.
24925      Branch: perl
24926            ! t/op/each.t
24927 ____________________________________________________________________________
24928 [  7998] By: jhi                                   on 2000/12/05  20:30:35
24929         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
24930              is now always UTF-8), empty line cosmetics.
24931      Branch: perl
24932            ! t/pragma/utf8.t
24933 ____________________________________________________________________________
24934 [  7997] By: jhi                                   on 2000/12/05  20:15:40
24935         Log: Subject: Re: STRLEN - what?
24936              From: Andy Dougherty <doughera@lafayette.edu>
24937              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
24938              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
24939              
24940              Explain STRLEN.
24941      Branch: perl
24942            ! pod/perlguts.pod
24943 ____________________________________________________________________________
24944 [  7996] By: jhi                                   on 2000/12/05  20:13:34
24945         Log: Split off the UTF-8 decoder tests, make them to check also
24946              the error message.
24947      Branch: perl
24948            + t/op/utf8decode.t
24949            ! MANIFEST t/pragma/utf8.t utf8.c
24950 ____________________________________________________________________________
24951 [  7995] By: jhi                                   on 2000/12/05  16:39:47
24952         Log: Start migrating bits of pragma/utf8 to elsewhere
24953              (since the long term plan is to obsolete 'use utf8').
24954      Branch: perl
24955            + t/op/length.t
24956            ! MANIFEST t/pragma/utf8.t
24957 ____________________________________________________________________________
24958 [  7994] By: jhi                                   on 2000/12/05  16:30:21
24959         Log: Fix a manual edit typo from #7993, fix the message formatting
24960              for Unicode, add few our declarations.
24961      Branch: perl
24962            ! lib/Carp/Heavy.pm
24963 ____________________________________________________________________________
24964 [  7993] By: jhi                                   on 2000/12/05  16:09:15
24965         Log: Subject: Need help with warnings :-(
24966              From: "Ben Tilly" <ben_tilly@hotmail.com>
24967              Date: Tue, 05 Dec 2000 01:35:54 -0500
24968              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
24969              
24970              Subject: UPDATE: Carp/Heavy now passes all tests
24971              From: "Ben Tilly" <ben_tilly@hotmail.com>
24972              Date: Tue, 05 Dec 2000 07:59:41 -0500
24973              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
24974              
24975              The Brave New Carp.
24976      Branch: perl
24977            ! lib/Carp.pm lib/Carp/Heavy.pm
24978 ____________________________________________________________________________
24979 [  7992] By: jhi                                   on 2000/12/05  15:55:08
24980         Log: Subject: [PATCH perl@7979] cygwin port
24981              From: "Eric Fifer" <efifer@dircon.co.uk>
24982              Date: Tue, 5 Dec 2000 14:04:09 -0000
24983              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
24984      Branch: perl
24985            ! t/lib/net-hostent.t
24986 ____________________________________________________________________________
24987 [  7991] By: jhi                                   on 2000/12/05  15:52:34
24988         Log: Subject: Re: [PATCH] The largest hoax of all times?
24989              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24990              Date: Tue, 5 Dec 2000 00:40:25 -0500
24991              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
24992              
24993              Subject: Re: [PATCH] The largest hoax of all times?
24994              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24995              Date: Mon, 4 Dec 2000 23:55:53 -0500
24996              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
24997              
24998              Subject: Re: [PATCH] The largest hoax of all times?
24999              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25000              Date: Tue, 5 Dec 2000 01:28:45 -0500
25001              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
25002              
25003              Fix the unpredictable order of DESTROYs.
25004      Branch: perl
25005            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
25006            ! sv.c sv.h t/op/ref.t
25007 ____________________________________________________________________________
25008 [  7990] By: jhi                                   on 2000/12/05  14:38:53
25009         Log: Subject: [PATCH] shrink pp_hot fractionally
25010              From: Nicholas Clark <nick@ccl4.org>
25011              Date: Tue, 5 Dec 2000 12:44:31 +0000
25012              Message-ID: <20001205124431.E74518@plum.flirble.org>
25013              
25014              Use report_evil_fh().
25015      Branch: perl
25016            ! opcode.pl opnames.h pp_hot.c util.c
25017 ____________________________________________________________________________
25018 [  7989] By: jhi                                   on 2000/12/05  14:21:27
25019         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
25020              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25021              Date: Mon, 04 Dec 2000 22:21:59 -0800
25022              Message-ID: <HmIL6gzkgepS092yn@efn.org>
25023              
25024              Harness shouldn't ignore responses like "ok 3\r\r\n".
25025      Branch: perl
25026            ! lib/Test/Harness.pm
25027 ____________________________________________________________________________
25028 [  7988] By: jhi                                   on 2000/12/05  13:51:28
25029         Log: Integrate the "skip" messages to explain().
25030      Branch: perl
25031            ! t/lib/syslfs.t t/op/lfs.t
25032 ____________________________________________________________________________
25033 [  7987] By: jhi                                   on 2000/12/05  12:34:54
25034         Log: The one that got away in #7984.
25035              
25036              Subject: Re: dTHR - what and why?
25037              From: Michael Stevens <michael@etla.org> 
25038              Date: Tue, 5 Dec 2000 11:15:52 +0000
25039              Message-ID: <20001205111552.A4647@firedrake.org>
25040      Branch: perl
25041            ! sv.h
25042 ____________________________________________________________________________
25043 [  7986] By: gsar                                  on 2000/12/05  09:14:44
25044         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
25045              due to the notorious GetFileType() bug in Windows 9x, which fstat()
25046              tickles)
25047      Branch: perl
25048            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
25049 ____________________________________________________________________________
25050 [  7985] By: jhi                                   on 2000/12/05  05:49:03
25051         Log: Integrate perlio.
25052      Branch: perl
25053           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
25054           !> win32/perlhost.h win32/perllib.c
25055 ____________________________________________________________________________
25056 [  7984] By: jhi                                   on 2000/12/05  05:48:16
25057         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
25058      Branch: perl
25059            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
25060            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
25061            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
25062            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
25063            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
25064            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
25065            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
25066            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
25067            ! win32/win32.c
25068 ____________________________________________________________________________
25069 [  7983] By: nick                                  on 2000/12/04  23:27:43
25070         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
25071      Branch: perlio
25072            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
25073            ! win32/perlhost.h win32/perllib.c
25074 ____________________________________________________________________________
25075 [  7982] By: jhi                                   on 2000/12/04  19:44:09
25076         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
25077              uncovered by #7980.
25078      Branch: perl
25079            ! op.c
25080 ____________________________________________________________________________
25081 [  7981] By: jhi                                   on 2000/12/04  19:42:07
25082         Log: Subject: [PATCH] Trivial dump.c feature
25083              From: Simon Cozens <simon@cozens.net>
25084              Date: Mon, 4 Dec 2000 18:08:38 +0000
25085              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
25086              
25087              Show whether a constant is UTF-8.
25088      Branch: perl
25089            ! dump.c
25090 ____________________________________________________________________________
25091 [  7980] By: jhi                                   on 2000/12/04  19:36:51
25092         Log: UTF-8 hash keys, patch from Inaba Hiroto.
25093      Branch: perl
25094            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
25095 ____________________________________________________________________________
25096 [  7979] By: jhi                                   on 2000/12/04  17:36:28
25097         Log: Update Changes.
25098      Branch: perl
25099            ! Changes patchlevel.h
25100 ____________________________________________________________________________
25101 [  7978] By: jhi                                   on 2000/12/04  16:42:17
25102         Log: Retract #7977, still too volatile (the euphemism of the day
25103              for unfinished and buggy :-)
25104      Branch: perl
25105            ! doop.c hv.c pp.c sv.h
25106 ____________________________________________________________________________
25107 [  7977] By: jhi                                   on 2000/12/04  16:25:15
25108         Log: (Retracted by #7978, too shaky yet.)
25109              
25110              Subject: Re: utf8 in hash keys, implementor missing
25111              From: Simon Cozens <simon@cozens.net>
25112              Date: Sat, 2 Dec 2000 19:49:35 +0000
25113              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
25114              
25115              The first step at UTF-8 hash keys.
25116      Branch: perl
25117            ! doop.c hv.c pp.c sv.h
25118 ____________________________________________________________________________
25119 [  7976] By: jhi                                   on 2000/12/04  16:13:53
25120         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
25121              From: sthoenna@efn.org
25122              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
25123              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
25124      Branch: perl
25125            ! os2/os2.c perlio.c
25126 ____________________________________________________________________________
25127 [  7975] By: jhi                                   on 2000/12/04  16:05:25
25128         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
25129              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
25130              Date: Thu, 30 Nov 2000 20:50:37 -0800
25131              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
25132      Branch: perl
25133            ! os2/os2.c
25134 ____________________________________________________________________________
25135 [  7974] By: jhi                                   on 2000/12/04  16:03:57
25136         Log: Subject: [PATCH] ++ 20% faster
25137              From: Nicholas Clark <nick@ccl4.org>
25138              Date: Mon, 4 Dec 2000 12:17:27 +0000
25139              Message-ID: <20001204121726.B52976@plum.flirble.org>
25140              
25141              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
25142      Branch: perl
25143            ! sv.c
25144 ____________________________________________________________________________
25145 [  7973] By: jhi                                   on 2000/12/04  16:00:48
25146         Log: 
25147              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
25148              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25149              Date: Mon, 04 Dec 2000 12:30:45 +0100
25150              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
25151              
25152              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
25153              library (getprotobyname and getprotobynumber are outversioned by
25154              the same calls in libc, at least for xlc version 3.
25155      Branch: perl
25156            ! hints/aix.sh
25157 ____________________________________________________________________________
25158 [  7972] By: jhi                                   on 2000/12/04  02:58:31
25159         Log: Integrate perlio.
25160      Branch: perl
25161           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
25162           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
25163           !> win32/win32.h win32/win32iop.h win32/win32thread.h
25164 ____________________________________________________________________________
25165 [  7971] By: nick                                  on 2000/12/04  00:24:33
25166         Log: Quieten some noise in Win32 builds:
25167              - win32.h is included after <sys/socket.h>, so need to 
25168              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
25169              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
25170      Branch: perlio
25171            ! doio.c perl.h toke.c win32/win32.h
25172 ____________________________________________________________________________
25173 [  7970] By: nick                                  on 2000/12/03  22:57:46
25174         Log: PERL_IMPLICIT_SYS compiles but does not work.
25175      Branch: perlio
25176            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
25177            ! win32/perlhost.h win32/perllib.c win32/win32.h
25178            ! win32/win32iop.h win32/win32thread.h
25179 ____________________________________________________________________________
25180 [  7969] By: jhi                                   on 2000/12/03  22:12:58
25181         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
25182              used to swash_init(), makes regprop() dumps more informative
25183              (+utf8::IsAlpha, -utf8::IsDigit, for example).
25184      Branch: perl
25185            ! regcomp.c regexec.c
25186 ____________________________________________________________________________
25187 [  7968] By: jhi                                   on 2000/12/03  21:39:56
25188         Log: Implement ANYOFUTF8 regprop() dumping.
25189      Branch: perl
25190            ! regcomp.c
25191 ____________________________________________________________________________
25192 [  7967] By: jhi                                   on 2000/12/03  20:57:19
25193         Log: Make uv_to_utf8() to zero-terminate its output buffer,
25194              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
25195      Branch: perl
25196            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
25197 ____________________________________________________________________________
25198 [  7966] By: nick                                  on 2000/12/03  18:41:21
25199         Log: Integrate mainline (STDCHAR)
25200      Branch: perlio
25201           !> Configure t/pragma/utf8.t
25202 ____________________________________________________________________________
25203 [  7965] By: jhi                                   on 2000/12/03  17:58:20
25204         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
25205      Branch: perl
25206            ! t/pragma/utf8.t
25207 ____________________________________________________________________________
25208 [  7964] By: jhi                                   on 2000/12/03  17:35:56
25209         Log: Integrate perlio.
25210      Branch: perl
25211           !> iperlsys.h perlio.c
25212 ____________________________________________________________________________
25213 [  7963] By: jhi                                   on 2000/12/03  17:33:55
25214         Log: Metaconfig unit change for #7962.
25215      Branch: metaconfig
25216            ! U/modified/stdchar.U
25217 ____________________________________________________________________________
25218 [  7962] By: jhi                                   on 2000/12/03  17:33:27
25219         Log: Untangle the <stdio.h> #include nest for the stdchar test,
25220              from Andy Dougherty.
25221      Branch: perl
25222            ! Configure
25223 ____________________________________________________________________________
25224 [  7961] By: nick                                  on 2000/12/03  16:53:00
25225         Log: Make iperlsys.h vector stdio not PerlIO.
25226      Branch: perlio
25227            ! iperlsys.h perlio.c
25228 ____________________________________________________________________________
25229 [  7960] By: nick                                  on 2000/12/03  14:43:01
25230         Log: Integrate mainline
25231      Branch: perlio
25232           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
25233           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
25234 ____________________________________________________________________________
25235 [  7959] By: jhi                                   on 2000/12/03  08:16:36
25236         Log: Use DO_UTF8().
25237      Branch: perl
25238            ! op.c
25239 ____________________________________________________________________________
25240 [  7958] By: jhi                                   on 2000/12/02  18:33:05
25241         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
25242              From: Mike Guy <mjtg@cam.ac.uk>         
25243              Date: Sat, 02 Dec 2000 17:27:13 +0000
25244              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
25245              
25246              An extraneous argument.
25247      Branch: perl
25248            ! toke.c
25249 ____________________________________________________________________________
25250 [  7957] By: jhi                                   on 2000/12/02  18:22:32
25251         Log: A missing hunk.
25252      Branch: perl
25253            ! t/lib/net-hostent.t
25254 ____________________________________________________________________________
25255 [  7956] By: jhi                                   on 2000/12/02  18:06:20
25256         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
25257              From: Nicholas Clark <nick@ccl4.org>
25258              Date: Sat, 2 Dec 2000 14:28:27 +0000
25259              Message-ID: <20001202142827.A12308@plum.flirble.org>
25260              
25261              Test robustness.
25262      Branch: perl
25263            ! t/lib/net-hostent.t
25264 ____________________________________________________________________________
25265 [  7955] By: jhi                                   on 2000/12/02  17:58:06
25266         Log: Metaconfig unit change for #7954.
25267      Branch: metaconfig
25268            ! U/modified/stdchar.U
25269 ____________________________________________________________________________
25270 [  7954] By: jhi                                   on 2000/12/02  17:54:32
25271         Log: An inconvenient hang would happen if the stdio _ptr wasn't
25272              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
25273              would be grepping stdin for all eternity for the _ptr.)
25274      Branch: perl
25275            ! Configure
25276 ____________________________________________________________________________
25277 [  7953] By: jhi                                   on 2000/12/02  00:07:15
25278         Log: Update Changes.
25279      Branch: perl
25280            ! Changes patchlevel.h
25281 ____________________________________________________________________________
25282 [  7952] By: jhi                                   on 2000/12/01  23:54:47
25283         Log: Subject: Re: long shell lines
25284              From: Andy Dougherty <doughera@lafayette.edu>
25285              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
25286              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
25287              
25288              Split overly long shell command lines.
25289      Branch: perl
25290            ! lib/ExtUtils/MM_Unix.pm
25291 ____________________________________________________________________________
25292 [  7951] By: jhi                                   on 2000/12/01  23:48:02
25293         Log: The metaconfig unit change for #7950.
25294      Branch: metaconfig
25295            + U/modified/stdchar.U
25296 ____________________________________________________________________________
25297 [  7950] By: jhi                                   on 2000/12/01  23:47:39
25298         Log: Try to find stdchar also from <stdio_impl.h>.
25299      Branch: perl
25300            ! Configure config_h.SH
25301 ____________________________________________________________________________
25302 [  7949] By: jhi                                   on 2000/12/01  23:46:45
25303         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
25304              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
25305              Date: Fri, 1 Dec 2000 16:26:08 -0500
25306              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
25307              
25308              Reword the diagnostic message.
25309      Branch: perl
25310            ! pod/perldiag.pod
25311 ____________________________________________________________________________
25312 [  7948] By: nick                                  on 2000/12/01  22:49:43
25313         Log: Integrate mainline (for s/y/m as sub names stuff).
25314      Branch: perlio
25315           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
25316           !> t/pragma/warn/toke toke.c
25317 ____________________________________________________________________________
25318 [  7947] By: jhi                                   on 2000/12/01  20:55:41
25319         Log: Integrate perlio.
25320      Branch: perl
25321           !> perlio.c perliol.h t/io/pipe.t
25322 ____________________________________________________________________________
25323 [  7946] By: jhi                                   on 2000/12/01  20:36:51
25324         Log: Upgrade to CPAN 1.59_51, from Andreas König.
25325      Branch: perl
25326            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
25327 ____________________________________________________________________________
25328 [  7945] By: nick                                  on 2000/12/01  20:31:32
25329         Log: Integrate mainline
25330      Branch: perlio
25331           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
25332           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
25333           +> t/lib/net-hostent.t
25334           !> (integrate 35 files)
25335 ____________________________________________________________________________
25336 [  7944] By: jhi                                   on 2000/12/01  20:23:29
25337         Log: Some help for 20001130.011.  Now one gets warnings like
25338              "Ambiguous -f() resolved as a file test ..."
25339      Branch: perl
25340            ! pod/perldiag.pod t/pragma/warn/toke toke.c
25341 ____________________________________________________________________________
25342 [  7943] By: jhi                                   on 2000/12/01  19:44:44
25343         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
25344              that also breaks using them as methods. 
25345      Branch: perl
25346            ! pod/perldiag.pod t/op/misc.t toke.c
25347 ____________________________________________________________________________
25348 [  7942] By: nick                                  on 2000/12/01  17:56:46
25349         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
25350              Make 'unix' pass most tests
25351              - do unread by temporary push of layer ("pending") holding unread chars
25352              - fast_gets is now based on per-handle flag
25353              - relax one of io/pipe.t tests to allow print to fail and close to
25354              succeed so that it passes on unbuffered "unix" layer.
25355              Remaining fail is sporadic and a genuine race condition between
25356              parent/child in fork test.
25357      Branch: perlio
25358            ! perlio.c perliol.h t/io/pipe.t
25359 ____________________________________________________________________________
25360 [  7941] By: jhi                                   on 2000/12/01  15:28:58
25361         Log: (Retracted by #7943.)
25362              
25363              Reserve the short named string operator names.
25364      Branch: perl
25365            ! pod/perldiag.pod t/op/misc.t toke.c
25366 ____________________________________________________________________________
25367 [  7940] By: jhi                                   on 2000/12/01  06:45:53
25368         Log: Get the three different space character classes right under utf8.
25369      Branch: perl
25370            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
25371            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
25372            ! regexec.c t/op/pat.t utf8.c
25373 ____________________________________________________________________________
25374 [  7939] By: jhi                                   on 2000/12/01  03:26:26
25375         Log: Two more tests that make no sense in UTF-8 since the test
25376              data is not in UTF-8.
25377      Branch: perl
25378            ! t/op/regexp.t
25379 ____________________________________________________________________________
25380 [  7938] By: jhi                                   on 2000/12/01  03:20:39
25381         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
25382              should it be required inside regexen?
25383      Branch: perl
25384            ! regcomp.c t/op/regmesg.t
25385 ____________________________________________________________________________
25386 [  7937] By: jhi                                   on 2000/12/01  02:58:53
25387         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
25388              stored and restored, and thusly was trounced by the utf8 swash
25389              routines.
25390      Branch: perl
25391            ! regcomp.c
25392 ____________________________________________________________________________
25393 [  7936] By: jhi                                   on 2000/11/30  20:41:39
25394         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
25395              Why the different platforms behave so differently (core dump vs
25396              no core dump) on this bug is a but of a mystery, but if I had to
25397              guess I would mumble something like 'alignment'.
25398      Branch: perl
25399            ! sv.c
25400 ____________________________________________________________________________
25401 [  7935] By: jhi                                   on 2000/11/30  16:17:02
25402         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
25403              From: Robin Barker <rmb1@cise.npl.co.uk>
25404              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
25405              Date: Thu, 30 Nov 2000 14:27:12 GMT
25406      Branch: perl
25407            ! perlio.c toke.c
25408 ____________________________________________________________________________
25409 [  7934] By: jhi                                   on 2000/11/30  16:04:49
25410         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
25411      Branch: perl
25412            ! t/lib/net-hostent.t
25413 ____________________________________________________________________________
25414 [  7933] By: jhi                                   on 2000/11/30  06:07:26
25415         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
25416              From: Peter Prymmer <pvhp@forte.com>
25417              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
25418              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
25419              
25420              In VMS the localhost may be LOCALHOST.
25421      Branch: perl
25422            ! t/lib/net-hostent.t
25423 ____________________________________________________________________________
25424 [  7932] By: jhi                                   on 2000/11/30  01:11:11
25425         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
25426              From: Peter Prymmer <pvhp@forte.com>
25427              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
25428              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
25429              
25430              plus regen perlapi.pod.
25431      Branch: perl
25432            ! pod/perlapi.pod utf8.c
25433 ____________________________________________________________________________
25434 [  7931] By: jhi                                   on 2000/11/30  01:06:19
25435         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
25436              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25437              Date:     Wed, 29 Nov 2000 17:15:11 EST
25438              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
25439      Branch: perl
25440            ! t/lib/filter-util.pl t/lib/filter-util.t
25441 ____________________________________________________________________________
25442 [  7930] By: jhi                                   on 2000/11/29  18:51:55
25443         Log: Update Changes.
25444      Branch: perl
25445            ! Changes patchlevel.h
25446 ____________________________________________________________________________
25447 [  7929] By: jhi                                   on 2000/11/29  18:50:55
25448         Log: Update the va_copy() metaconfig unit.
25449      Branch: metaconfig/U/perl
25450            ! need_va_copy.U
25451 ____________________________________________________________________________
25452 [  7928] By: jhi                                   on 2000/11/29  17:50:43
25453         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
25454              From: Dominic Dunlop <domo@computer.org>
25455              Date: Tue, 28 Nov 2000 16:41:57 +0100
25456              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
25457              
25458              Patch to catch a core dump in the Configure va_copy test.
25459      Branch: perl
25460            ! Configure config_h.SH
25461 ____________________________________________________________________________
25462 [  7927] By: jhi                                   on 2000/11/29  17:31:59
25463         Log: Retract #7921, the patch shouldn't be needed.
25464      Branch: perl
25465            ! sv.c
25466 ____________________________________________________________________________
25467 [  7926] By: jhi                                   on 2000/11/29  17:01:41
25468         Log: Make the Class::Struct import() wiser.
25469      Branch: perl
25470            ! lib/Class/Struct.pm t/lib/class-struct.t
25471 ____________________________________________________________________________
25472 [  7925] By: jhi                                   on 2000/11/29  16:36:33
25473         Log: All the core library users of Class::Struct seem to be
25474              using "use Class::Struct 'struct';" instead of the bare
25475              "use Class::Struct;", which isn't documented in Class::Struct.
25476              This can't be right.
25477      Branch: perl
25478            ! lib/File/stat.pm
25479 ____________________________________________________________________________
25480 [  7924] By: jhi                                   on 2000/11/29  16:32:15
25481         Log: A test works better if it has the right 1..$n output.
25482      Branch: perl
25483            ! t/lib/class-struct.t
25484 ____________________________________________________________________________
25485 [  7923] By: jhi                                   on 2000/11/29  16:29:11
25486         Log: Forgot to MANIFEST the new Net::hostent test.
25487      Branch: perl
25488            ! MANIFEST
25489 ____________________________________________________________________________
25490 [  7922] By: jhi                                   on 2000/11/29  16:27:49
25491         Log: Integrate perlio.
25492      Branch: perl
25493           !> iperlsys.h perlio.c
25494 ____________________________________________________________________________
25495 [  7921] By: jhi                                   on 2000/11/29  16:27:10
25496         Log: (Retracted by #7927.)
25497              
25498              Subject: [PATCH] Is infinity a number?
25499              From: Simon Cozens <simon@cozens.net>
25500              Date: Wed, 29 Nov 2000 14:48:20 +0000
25501              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
25502      Branch: perl
25503            ! sv.c
25504 ____________________________________________________________________________
25505 [  7920] By: jhi                                   on 2000/11/29  16:23:02
25506         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
25507              From: rspier@pobox.com (Robert Spier)
25508              Date: Wed, 29 Nov 2000 02:17:49 -0500
25509              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
25510              
25511              Add a test for Net::hostent.
25512      Branch: perl
25513            + t/lib/net-hostent.t
25514 ____________________________________________________________________________
25515 [  7919] By: jhi                                   on 2000/11/29  16:21:31
25516         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
25517              add a test for Class::Struct.
25518      Branch: perl
25519            + t/lib/class-struct.t
25520            ! MANIFEST lib/Class/Struct.pm
25521 ____________________________________________________________________________
25522 [  7918] By: jhi                                   on 2000/11/29  15:48:40
25523         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
25524              From: rspier@pobox.com (Robert Spier)
25525              Date: Wed, 29 Nov 2000 02:25:39 -0500
25526              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
25527              
25528              More checking in case someone has broken their services or
25529              protocol databases.
25530      Branch: perl
25531            ! ext/Sys/Syslog/Syslog.pm
25532 ____________________________________________________________________________
25533 [  7917] By: jhi                                   on 2000/11/29  15:46:25
25534         Log: Subject: [PATCH] $^O  win32 -> MSWin32
25535              From: rspier@pobox.com (Robert Spier)
25536              Date: Wed, 29 Nov 2000 02:17:38 -0500
25537              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
25538              
25539              plus similar nits for vms, err, VMS, and UNICOS.
25540      Branch: perl
25541            ! t/lib/syslfs.t t/op/lfs.t
25542 ____________________________________________________________________________
25543 [  7916] By: jhi                                   on 2000/11/29  15:42:51
25544         Log: Subject: [PATCH] Tokeniser debugging
25545              From: Simon Cozens <simon@cozens.net>
25546              Date: Wed, 29 Nov 2000 14:15:45 +0000
25547              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
25548      Branch: perl
25549            ! perl.c perl.h pod/perlrun.pod toke.c
25550 ____________________________________________________________________________
25551 [  7915] By: jhi                                   on 2000/11/29  15:41:36
25552         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
25553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25554              Date: Wed, 29 Nov 2000 02:13:14 -0500
25555              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
25556              
25557              OUT keyword nits.
25558              
25559              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
25560              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25561              Date: Wed, 29 Nov 2000 03:09:04 -0500
25562              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
25563              
25564              OUT and IN_OUT documentation.
25565      Branch: perl
25566            ! lib/ExtUtils/xsubpp pod/perlxs.pod
25567 ____________________________________________________________________________
25568 [  7914] By: jhi                                   on 2000/11/29  03:35:01
25569         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
25570              From: John Tobey <jtobey@john-edwin-tobey.org>
25571              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
25572              Message-Id: <m140e1N-000FOoC@feynman.localnet>
25573              
25574              plus a performance speedup noticed by Sarathy.
25575      Branch: perl
25576            ! op.c
25577 ____________________________________________________________________________
25578 [  7913] By: jhi                                   on 2000/11/29  03:16:59
25579         Log: Use "1 while unlink" so that VMS gets clean, too.
25580      Branch: perl
25581            ! t/lib/filter-util.t
25582 ____________________________________________________________________________
25583 [  7912] By: jhi                                   on 2000/11/29  03:09:08
25584         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
25585              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25586              Date: Tue, 28 Nov 2000 03:27:09 -0500
25587              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
25588      Branch: perl
25589            ! lib/ExtUtils/xsubpp
25590 ____________________________________________________________________________
25591 [  7911] By: jhi                                   on 2000/11/29  03:06:30
25592         Log: This should have been part of #7872: no need to scan UTF-8
25593              until eternity.
25594      Branch: perl
25595            ! utf8.c
25596 ____________________________________________________________________________
25597 [  7910] By: jhi                                   on 2000/11/29  02:50:04
25598         Log: One more perltie.pod nit from Casey R. Tweten.
25599      Branch: perl
25600            ! pod/perltie.pod
25601 ____________________________________________________________________________
25602 [  7909] By: jhi                                   on 2000/11/29  02:44:23
25603         Log: Document the known sprintf test failures, exact standard
25604              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
25605      Branch: perl
25606            ! pod/perldelta.pod t/op/sprintf.t
25607 ____________________________________________________________________________
25608 [  7908] By: jhi                                   on 2000/11/29  02:36:23
25609         Log: Add the Encoding table format documentation.
25610      Branch: perl
25611            + ext/Encode/Encode/EncodeFormat.pod
25612            ! MANIFEST
25613 ____________________________________________________________________________
25614 [  7907] By: jhi                                   on 2000/11/29  02:07:24
25615         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
25616              From: "Casey R. Tweten" <crt@kiski.net>
25617              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
25618              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
25619              
25620              Subject: Re: [PATCH] Updating perltie.pod for arrays
25621              From: "Casey R. Tweten" <crt@kiski.net>
25622              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
25623              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
25624      Branch: perl
25625            ! pod/perltie.pod
25626 ____________________________________________________________________________
25627 [  7906] By: nick                                  on 2000/11/28  22:40:59
25628         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
25629      Branch: perlio
25630            ! iperlsys.h perlio.c
25631 ____________________________________________________________________________
25632 [  7905] By: nick                                  on 2000/11/28  22:04:34
25633         Log: Integrate mainline
25634      Branch: perlio
25635           !> (integrate 39 files)
25636 ____________________________________________________________________________
25637 [  7904] By: jhi                                   on 2000/11/28  16:44:43
25638         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
25639              From: Nicholas Clark <nick@babyhippo.co.uk>
25640              Date: Tue, 28 Nov 2000 11:16:57 +0000
25641              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
25642      Branch: perl
25643            ! pod/perlipc.pod
25644 ____________________________________________________________________________
25645 [  7903] By: jhi                                   on 2000/11/28  16:40:31
25646         Log: Subject: [PATCH] Updating perltie.pod for arrays
25647              From: "Casey R. Tweten" <crt@kiski.net>
25648              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
25649              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
25650      Branch: perl
25651            ! pod/perltie.pod
25652 ____________________________________________________________________________
25653 [  7902] By: jhi                                   on 2000/11/28  16:39:37
25654         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
25655              From: Robin Barker <rmb1@cise.npl.co.uk>
25656              Date: Mon, 27 Nov 2000 17:56:44 GMT
25657              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
25658      Branch: perl
25659            ! pod/perlfunc.pod t/op/split.t
25660 ____________________________________________________________________________
25661 [  7901] By: jhi                                   on 2000/11/28  16:28:04
25662         Log: setmode() is a DOSish-only thing.
25663      Branch: perl
25664            ! perlio.c
25665 ____________________________________________________________________________
25666 [  7900] By: jhi                                   on 2000/11/28  16:21:46
25667         Log: Subject: [PATCH] perlcc.PL cleanups
25668              From: Simon Cozens <simon@cozens.net>
25669              Date: Tue, 28 Nov 2000 12:44:35 +0000
25670              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
25671      Branch: perl
25672            ! utils/perlcc.PL
25673 ____________________________________________________________________________
25674 [  7899] By: gsar                                  on 2000/11/28  06:32:55
25675         Log: reintegrate files missed by change#7895
25676      Branch: maint-5.6/perl
25677           +> ext/ByteLoader/bytecode.h utils/Makefile
25678            - utils/perlbc.PL
25679 ____________________________________________________________________________
25680 [  7897] By: gsar                                  on 2000/11/27  18:22:47
25681         Log: can't integrate these two files, for some reason
25682      Branch: maint-5.6/perl
25683            - ext/ByteLoader/bytecode.h utils/Makefile
25684 ____________________________________________________________________________
25685 [  7895] By: gsar                                  on 2000/11/27  18:11:21
25686         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
25687              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
25688              6757..6890,6892..6901 from mainline
25689              
25690              Bytecompiler patches from Benjamin Stuhl.
25691              
25692              More bytecompiler.
25693              
25694              Subject: [PATCH blead] B:: missing dependency
25695              
25696              Subject: [PATCH: 6757] configure.com updates and syslog build
25697              
25698              Long double Gconvert fixes from Yitzchak Scott-Thoennes
25699              and Spider Boardman.
25700              
25701              Subject: [PATCH blead] nextchar() abuse misses an optimisation
25702              
25703              Long double fixes from Spider Boardman.
25704              
25705              Make the selection of NVff et al stricter.
25706              
25707              cSVOPo_*v things index into the current PL_curpad
25708              under ithreads, which is different from the curpad
25709              used by the XSUB.  (In other words, the code as-is
25710              before this patch wouldn't work under ithreads.)
25711              
25712              Be portable.
25713              
25714              VMS MMS (make) wants null action.
25715              
25716              Mac and other portability updates from Chris Nandor.
25717              
25718              Storable support, v-version fixes.
25719              Subject: CPAN.pm beta for testing available
25720              
25721              Portability fix from Hugo van der Sanden.
25722              
25723              Bad makefile.
25724              
25725              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
25726              
25727              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
25728              
25729              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25730              
25731              Replace #6705 with a minimal doc patch.
25732              Subject: [PATCH 5.6.0] replace change #6705
25733              
25734              Drop the separate perlbc, perlcc -b should be enough.
25735              
25736              installperl couldn't tell whether it had run tests or not.
25737              Subject: [PATCH] Re: installperl and t/TEST
25738              
25739              Add silencer flags to installperl.
25740              Subject: [PATCH] Making installperl silent.
25741              
25742              Make "make install" by default silent.  A new "install-verbose"
25743              target is verbose.
25744              
25745              More liberal parsing of version numbers.
25746              Subject: Re: CPAN.pm beta for testing available
25747              
25748              Create directories in silence.
25749              Subject: [PATCH] Another silencer for MakeMaker
25750              
25751              DOS patches and portability/porting notes, from Tim Jenness.
25752              
25753              Make installman to recognize the silence flag -S.
25754              
25755              Actually do something with the silencer option.
25756              
25757              Continue silencing.
25758              
25759              Show the doc file, not the temp file.
25760              
25761              Regen perltoc.
25762              
25763              Subject: [PATCH] More silencing of installman.
25764              
25765              Better wording for the vec lvalue diagnostic.
25766              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
25767              
25768              Subject: [PATCH: 6805] several more tweaks to configure.com
25769              
25770              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
25771              
25772              Missing parts of 
25773              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
25774              
25775              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
25776              (applied slightly modified)
25777              
25778              installperl --verbose and --silent.
25779              Subject: Re: [PATCH] More silencing of installman.
25780              
25781              Add install-silent target.
25782              
25783              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
25784              the problem reported in
25785              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
25786              
25787              Tweak the sfio/useperlio logic, hopefully as wished in
25788              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
25789              
25790              One forgotten file from #6816.
25791              
25792              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
25793              
25794              Remove duplicately applied patch shards.
25795              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
25796              
25797              Support preserving extremely big/small angles.
25798              
25799              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
25800              
25801              Subject: [PATCH] installation not quite silent yet.
25802              
25803              Update the test count.
25804              
25805              Use UVxf, PTR2UV, NVff.
25806              
25807              Document PTR2XX and INT2PTR.
25808              
25809              no-install target a la make -n.
25810              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
25811              
25812              grep -e isn't portable.
25813              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
25814              
25815              Can't get the test to reliably work thanks to the
25816              inaccurateness of floating point.  "Resolves" bug ids
25817              20000826.003, 20000826.009, 20000826.010,
25818              
25819              Subject: installman buglet
25820              
25821              DJGPP update from Laszlo Molnar.
25822              
25823              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25824              
25825              Passing -R in ldflags makes now it to appear in the default
25826              for lddlflags, just like with -L.
25827              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
25828              
25829              Test nit.
25830              
25831              Use the actual thread type, not the pointer-to-struct.
25832              
25833              Provice virtual $Config{ccflags_nolargefiles} etc. 
25834              
25835              display_format used as a class method without arguments was broken,
25836              reported in
25837              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
25838              
25839              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
25840              
25841              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
25842              
25843              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
25844              
25845              opmini.o may be left around if a build is interrupted.
25846              
25847              Typo in #6858.
25848              
25849              Fix for ID 20000828.001, long doubles were not formatted
25850              correctly (showed up in $], which stopped installing perl).
25851              
25852              An attempt to fix the problem reported in
25853              Subject: Building perl@6856 using gcc/AIX 4.3.3 
25854              I can't test this properly since the gcc installation I have
25855              access to seems to be botched (gcc is calling the AIX cpp,
25856              a losing proposition...)
25857              
25858              Add -ld to archname on long tr...double platforms.
25859              
25860              Subject: hv.h Doc Patch
25861              
25862              Potential cruft.
25863              
25864              Subject: [PATCH bleedperl@6856] warnings fixes
25865              
25866              -S is the silent flag, -s is the strip flag.
25867              Subject: [PATCH] Re: [PATCH] make no-install          
25868              
25869              Take out the SUIDMAIL thing, that will not be
25870              a problem in 5.7.*.
25871              
25872              Subject: [PATCH bleedperl@6866] spellings
25873              
25874              Subject: [PATCH] Re: files not cleaned even by veryclean
25875              
25876              Use minimal @INC in tests, most of the time just '../lib',
25877              so that we simply can't pick up stuff from other Perls than
25878              the one we are testing.  Pointed out by
25879              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
25880              
25881              Update to Getopt::Long 2.24, from Johan Vromans.
25882              
25883              Fix for thinko in #6848.
25884              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
25885              
25886              Patches all over for people and the files they (hopefully) care about.
25887              
25888              Subject: Net::protoent does not export 'getproto'
25889              
25890              Missed a change in #6869.
25891              
25892              Subject: [PATCH] Warnings in B::Deparse
25893              
25894              Subject: [PATCH] Glob dumping
25895              
25896              Disable one of the tests for now.
25897              
25898              Disabling the one test is a bit tricky.
25899              
25900              Don't forget to tidy up.
25901              
25902              The #6881 removed one dump line.
25903              
25904              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
25905              
25906              Under usethreads the dumped variable is IN_PAD.
25907              Subject: Re: [PATCH] Glob dumping
25908              
25909              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
25910              
25911              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
25912              
25913              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
25914              
25915              Regen Configure for #6894.
25916              
25917              Subject: [PATCH: 6889] updates to perlebcdic.pod
25918              
25919              Undo namespace pollution of #6878.
25920              Subject: Re: Net::protoent does not export 'getproto'
25921              
25922              Admit that we are leaking scalars.
25923              
25924              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
25925      Branch: maint-5.6/perl
25926           !> (integrate 271 files)
25927 ____________________________________________________________________________
25928 [  7894] By: gsar                                  on 2000/11/27  16:00:34
25929         Log: a couple of nits
25930      Branch: maint-5.6/perl
25931            ! MANIFEST pp_sys.c
25932 ____________________________________________________________________________
25933 [  7893] By: gsar                                  on 2000/11/27  15:10:56
25934         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
25935              6740..6745,6747..6757,6760
25936              
25937              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
25938              
25939              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
25940              
25941              Doc nits spotted by Richard Soderberg.
25942              
25943              move WNOHANG definition to where other such things are
25944              
25945              Make $Config{byteorder} more magical so that it is
25946              dynamically computed: nice for 'fat binaries'.
25947              Subject: [PATCH]: default byteorder
25948              
25949              Subject: [PATCH] Cwd.pm now uses strict
25950              
25951              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
25952              
25953              Get -DLEAKTEST to compile (not necessarily to work, mind)
25954              Subject: [ID 20000724.006] -DLEAKTEST problem
25955              
25956              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
25957              
25958              Add perlebcdic from Peter Prymmer, regen toc.
25959              
25960              Don't propose using modules built for 5.005 if no binary
25961              compatibility with 5.005 is attempted.
25962              
25963              Do not use prototyping here.
25964              Subject: [ID 20000817.016] [PATCH] Peek.xs
25965              
25966              Document what the backtick returns if the command fails.
25967              
25968              Add byteorder to the myconfig output.
25969              
25970              Introduce NVef, NVff, and NVgf, use the middle one.
25971              (helps for lib/peek + Linux + long doubles)  Reported in
25972              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25973              Use NVs in POSIX math, not doubles.
25974              Subject: [ID 20000817.014] POSIX & modfl
25975              
25976              Subject: [PATCH 5.6.0+] newSVrv() memory leak
25977              
25978              The byteorder code in #6671 was wrong.
25979              
25980              Fix the lib/complex failure of
25981              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
25982              Linux long double accuracy issue: something that
25983              when printed with %g looks like "2" but int() of it is 1.
25984              
25985              Propagate new Configure vars.
25986              
25987              Unbuffer the output.
25988              
25989              Subject: [PATCH] perltrap.pod spring cleaning
25990              
25991              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
25992              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
25993              
25994              Tiny Getopt::Long patch from Johan Vromans.
25995              
25996              Document code point which makes if (defined %stash::) to work
25997              (noted by Spider Boardman).
25998              
25999              Subject: [PATCH perl@6698] cygwin port
26000              
26001              Document the NDBM_File and ODBM_File as SDBM_File
26002              was documented in #6417.
26003              
26004              The new tests were missing from #6415.
26005              
26006              Add [[:blank:]] as suggested in
26007              Subject: [ID 20000716.024] [=cc=] / [:blank:]
26008              (the [=cc=] has already been taken care of by #6439
26009              so the whole bug report can be closed)
26010              and make [[:space:]] to be equivalent to isspace(3)
26011              (as opposed to \s, which is isSPACE()).  The difference
26012              is that now [[:space:]] matches the mythical vertical tab,
26013              while \s doesn't.
26014              
26015              Don't eat leading os from index entries.
26016              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
26017              
26018              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
26019              
26020              Typo in pp_complement().
26021              Subject: [PATCH perl-current] Deparse
26022              
26023              Add warnif(), check warnings further up the stack,
26024              all the warnings functions now can take an optional object reference.
26025              Subject: [PATCH bleedperl@6691] warnings pragma update
26026              
26027              Fix a core dump in lib/selfloader under -DDEBUGGING.
26028              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
26029              
26030              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
26031              
26032              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
26033              
26034              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
26035              Put back the long double avoidance code to POSIX.xs
26036              because VMS seems to need it still.
26037              
26038              Introduce a 'veryclean' target that is like 'distclean'
26039              but also removes *~ and *.orig.
26040              
26041              Subject: [ID 20000817.023] endianness description in perlfunc.pod
26042              
26043              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
26044              
26045              Let's try #6717 again.
26046              
26047              UTF8 concat fixes.
26048              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
26049              
26050              pp_open() could pass an uninitialized filename down to do_open9().
26051              
26052              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
26053              
26054              Update to CGI 2.72, from Lincoln Stein.
26055              
26056              Subject: [PATCH] Silence MakeMaker (Was: installman)
26057              
26058              Use temporary directory instead of current directory.
26059              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
26060              
26061              Document odd vs even subreleases and -Dusedevel.
26062              
26063              The veryclean target needs to clobber.
26064              
26065              Use File::Spec->tmpdir().
26066              
26067              Document the number of exponent digits.
26068              
26069              Mention perlebcdic and perlposix-bc.
26070              
26071              s/this one/the 5.6.0 release/
26072              
26073              The #6724 is here.
26074              
26075              The correct cleaning order is an art.
26076              
26077              small tweaks for change#6705: avoid C++ style comments in C code;
26078              use Perl's malloc API rather than the low level system one
26079              
26080              Array context keeps slithering in.
26081              
26082              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
26083              
26084              Subject: [PATCH] os2.c fix for use64bitint
26085              
26086              Update to Pod::LaTeX 0.53.
26087              Subject: [PATCH] lib/Pod/LaTeX.pm updates
26088              
26089              Document the endianness of Alpha more precisely.
26090              
26091              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
26092              
26093              Rename the macro argument because some preprocessors
26094              can't tell the difference and expand arguments also inside
26095              double quoted strings.
26096              
26097              free TLS slot properly on Windows
26098              
26099              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
26100              
26101              Unicos/mk requires elaborate paranoia.
26102              
26103              Tweak the floating point output routine preferences.
26104              
26105              Also under djgpp the timestamps are funky.
26106              
26107              Apply some PodParser 1.18 patches; the Pod/Find.pm
26108              patches cannot be applied since #6712 conflicts.
26109              
26110              Use PodParser 1.18 new test.
26111              
26112              A pod nit.
26113              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
26114              
26115              Be verydeepclean.
26116      Branch: maint-5.6/perl
26117           +> pod/perlebcdic.pod
26118           !> (integrate 106 files)
26119 ____________________________________________________________________________
26120 [  7892] By: jhi                                   on 2000/11/27  15:02:32
26121         Log: Update Changes.
26122      Branch: perl
26123            ! Changes patchlevel.h
26124 ____________________________________________________________________________
26125 [  7891] By: jhi                                   on 2000/11/27  14:57:23
26126         Log: Subject: Re: perlfaq style changes
26127              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
26128              Date: Sat, 25 Nov 2000 23:32:26 -0800
26129              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
26130              
26131              plus a note from Ronald Kimball.
26132      Branch: perl
26133            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
26134 ____________________________________________________________________________
26135 [  7890] By: jhi                                   on 2000/11/27  14:53:14
26136         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
26137              From: Benjamin Holzman <bah@ecnvantage.com>
26138              Date: Sun, 26 Nov 2000 16:27:33 -0500
26139              Message-ID: <20001126162733.J25040@ecnvantage.com>
26140      Branch: perl
26141            ! gv.c
26142 ____________________________________________________________________________
26143 [  7889] By: jhi                                   on 2000/11/27  14:43:11
26144         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
26145              From: lvirden@cas.org
26146              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
26147              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
26148      Branch: perl
26149            ! README.amiga
26150 ____________________________________________________________________________
26151 [  7888] By: jhi                                   on 2000/11/27  14:32:34
26152         Log: Restore also the locale test to no-sprintf-taint state.
26153              Fixes the bug 20001127.003.
26154      Branch: perl
26155            ! sv.c t/pragma/locale.t
26156 ____________________________________________________________________________
26157 [  7887] By: gsar                                  on 2000/11/27  14:13:05
26158         Log: integrate changes#6613..6616,6620..6665 from mainline
26159              
26160              VMS configure.com update continues.
26161              
26162              Subject: Test fails / warnings with perl-current #6612
26163              
26164              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
26165              
26166              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26167              
26168              For now remove the mail code.
26169              
26170              Subject: Re: [PATCH] @+, @- readonly
26171              
26172              Subject: warning: storage class after type is obsolescent
26173              
26174              Subject: sfio2000
26175              
26176              Subject: Re: File::Temp problems on VMS in bleedperl
26177              
26178              README.os2 update.
26179              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
26180              
26181              Make the user to give up his firstborn, err, to knowingly
26182              verify installing an unstable developer release.  Also bump
26183              the release to 5.7.0, but leave a patch tag in the local
26184              patches saying that this is not yet the real thing.
26185              
26186              Update (kinda) to Test 1.14, from Joshua Pritikin.
26187              
26188              make ok etc also for win32.
26189              
26190              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
26191              
26192              Don't blow limited stacks, a lower number is enough to
26193              tickle the lookbehind limit.
26194              
26195              Use -Dusedevel; regen Configure and the respective Porting stuff.
26196              
26197              Subject: [PATCH] debugger exit code should reflect user exit code
26198              
26199              Subject: [PATCH perl@6620] cygwin port
26200              
26201              Missed a file from #6638.
26202              
26203              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)
26204              
26205              magic callbacks all need to have same type signature
26206              
26207              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
26208              
26209              Fix a dependency problem.
26210              Subject: [PATCH: 6640] VMS Makefile.SH update
26211              
26212              The numeric locale was reset to "C" by s?printf and never restored.
26213              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
26214              No test since adding the failing example to locale.t
26215              does not fail -- probably because the locale settings are so
26216              thoroughly tweaked by that time.  Running the example standalone
26217              does fail, though.  UPDATE: test case added at change #7540.
26218              
26219              Subject: [ID 20000324.040] minor fix to perlhpux.pod
26220              
26221              Update to CPAN 1.57.
26222              
26223              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
26224              
26225              Change the perlbug address to perl.org since it's more forgiving.
26226              
26227              Change the regx compilation error markers to use = instead of <
26228              since pod makes using the latter quite messy.  Reported in
26229              ID 20000814.006 by Abigail and in
26230              Subject: Unknown escape E<> ?
26231              
26232              Update to perldebtut 1.9, from Richard Foley.
26233              
26234              check that the number pseudo children doesn't exceed
26235              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
26236              the WaitForMultipleObjects() limit that would cause wait()
26237              to crash)
26238              wait() and waitpid() could potentially be rewritten to use
26239              more than one thread to do the waiting to eliminate this
26240              limitation
26241              
26242              change#6328 could make close(SOCKET) return false on windows
26243              when it shouldn't
26244              
26245              pod nit seen in passing
26246              
26247              on windows, the return values from wait() and waitpid() don't
26248              match those of pseudo-pids
26249              
26250              waitpid() now handles externally spawned pids correctly;
26251              fixes for backtick/wait/waitpid failures on Windows 9x
26252              these changes make the pid returned by process functions on
26253              Windows 9x always positive by clearing the high bit (which
26254              is always set on Win9x); pseudo-process PIDs are likewise
26255              always negative now on Win9x (just as on NT/2000)
26256              
26257              trailing new %ENV entries weren't being pushed into the real
26258              environment of subprocesses on Windows
26259              
26260              Tweak the regex compilation errors once more.
26261              
26262              avoid warnings from dense compiler
26263              
26264              add "ok" targets from change#6632 in makefile.mk
26265      Branch: maint-5.6/perl
26266            - lib/Pod/PlainText.pm vms/configure.com
26267           !> (integrate 66 files)
26268 ____________________________________________________________________________
26269 [  7886] By: jhi                                   on 2000/11/27  13:54:18
26270         Log: __FUNCTION__ isn't portable and trying to emulate it leads
26271              into practically spelling out the name of the function.
26272              Takes care of the bug 20001127.001.
26273      Branch: perl
26274            ! perlio.c
26275 ____________________________________________________________________________
26276 [  7885] By: gsar                                  on 2000/11/27  13:53:18
26277         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
26278              6610..6611 from mainline
26279              
26280              Make regular expression parse error messages easier to understand.
26281              Subject: Re: enhanced(?) regex error messages
26282              
26283              Tiny tidying on report_evil_fh().
26284              
26285              Subject: Re: enhanced(?) regex error messages 
26286              plus Capitalize the error messages, plus perldiag them.
26287              
26288              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
26289              
26290              Document here-doc better.
26291              
26292              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
26293              
26294              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
26295              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
26296              (either perlbug or p5p ate the original), plus regen
26297              perlapi and perltoc. 
26298              
26299              Regen global.sym.
26300              
26301              Double check that we have a dirhandle.
26302              
26303              Subject: Re: enhanced(?) regex error messages
26304              (plus two small patches sent privately)
26305              (this still seems to leave few test failures)
26306              
26307              warn is a macro, avoid using at a variable to avoid warnings
26308              in some configurations; readdir.t is too conservative in
26309              estimating number of *.t's
26310              
26311              Get back into sync with Jeffrey on the enhanced regex warnings.
26312              
26313              Subject: [PATCH 5.6.0] cygwin port
26314              
26315              Zero entries were skipped, fix from Adrian Goalby
26316              <argoalby@yahoo.co.uk>
26317              
26318              Subject: Remove dead entry in perldiag
26319              
26320              Amend the description of Perl6.
26321              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
26322              
26323              detypo
26324              
26325              It's the 2ndO'ROSSC.
26326              
26327              Revert the sv.c part of #6559, a better fix is needed.
26328              
26329              Iterating perl6 description.
26330              
26331              Update to Term::ANSIColor 1.03, from Russ Allbery.
26332              
26333              Update to Getopt::Long 2.23_05, from Johan Vromans.
26334              
26335              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
26336              
26337              Update to Pod::Parser 1.17, from Brad Appleton.
26338              
26339              Update to CPAN 1.56, from Andreas König.
26340              
26341              Update to CGI 2.70, from Lincoln Stein.
26342              
26343              Put back the std @INC thing.
26344              
26345              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
26346              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
26347              
26348              Document the IO::Select timeout.
26349              
26350              sleep(1) does not necessarily return 1.
26351              Subject: [PATCH bleadperl] op/lex_assign.t  
26352              
26353              Subject: debugger "d" command doesnt check line number
26354              
26355              B::Deparse didn't do sub attributes.
26356              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26357              
26358              Preprocessing and postprocessing for File::Find.
26359              Subject: Patch to Find::File.pm to allow alphabetical results
26360              
26361              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
26362              
26363              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
26364              
26365              Subject: Re: [ID 20000730.003] utf8::length() bad
26366              
26367              Subject: Getting perlio and threads to compile
26368              (the Solaris version changes in Configure skipped)
26369              
26370              Tests for #6589.
26371              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
26372              
26373              Add Perl debugging tutorial, regen toc. 
26374              Subject: perldebtut.pod
26375              
26376              Add a few missing files, update MANIFEST.
26377              
26378              Rewrite of vms/subconfigure.com as configure.com,
26379              from Peter Prymmer and the vmsperl crew.
26380              
26381              Should have deleted this in #6603.
26382              
26383              Fix the test for 5005threads.
26384              
26385              Fix-n-skip the tests under 5005threads.
26386              
26387              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
26388              
26389              Upgrade to CGI 2.71, from Lincoln Stein.
26390      Branch: maint-5.6/perl
26391           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
26392           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
26393           +> t/op/regmesg.t t/pod/find.t vms/configure.com
26394            - vms/subconfigure.com
26395            ! lib/lib.pm
26396           !> (integrate 115 files)
26397 ____________________________________________________________________________
26398 [  7884] By: jhi                                   on 2000/11/27  13:44:33
26399         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
26400              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26401              Date:     Mon, 27 Nov 2000 08:23:54 EST
26402              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
26403      Branch: perl
26404            ! vms/descrip_mms.template vms/test.com
26405 ____________________________________________________________________________
26406 [  7883] By: gsar                                  on 2000/11/27  11:50:46
26407         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
26408              6511..6513,6515..6523,6525..6536
26409              
26410              The swallow_bom() saga continues.  The #23 of require.t
26411              (UTF16-LE) still fails (silently, no output) but the #22
26412              (UTF16-BE) seems to be working now.  The root of the
26413              failure may be in sv_gets(): is it UTF-16LE-aware,
26414              especially when it comes to line endings? 
26415              
26416              Document the problem with -P in HP-UX and its workaround.
26417              
26418              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
26419              (aka ID 20000730.002)
26420              
26421              Subject: fix and question re: waitpid() under win32
26422              
26423              Make the safety catch for buggy gccs work with triple version
26424              numbers like 2.95.2.  Reported in
26425              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
26426              
26427              In Digital UNIX warn if gcc explicitly chosen because even
26428              2.95.2 is known to cause problems.
26429              
26430              Make chr() for values >127 to create utf8 when under utf8.
26431              
26432              various syntax errors and such (not fixed: comp/require.t#22 coredump
26433              on Windows)
26434              
26435              Stash away the largefiles flags and libswanted.
26436              
26437              BOM patching from Simon Cozens.
26438              
26439              If gccosandvers is equal to osname, clear gccosandvers.
26440              
26441              Make p4desc to skip non-mainperl branches by default.
26442              
26443              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
26444              
26445              The test from this
26446              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
26447              
26448              In new BSDs changes to argv[] do not show up in ps(1) output,
26449              instead one must use setproctitle().  This was already addressed
26450              by change #6457, but the below has a new variant for FreeBSD 4.0
26451              or later, and the matter is also documented more.
26452              
26453              FreeBSD 3.* updates from
26454              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
26455              
26456              regen_headers, regen perltoc.
26457              
26458              Document in one place the memory abstractions used in Perl core.
26459              
26460              memcpy has n o in it, as pinted ut by Sarathy.
26461              
26462              Remove the extraneous "main::" prefix from all the
26463              "opened only for", "on closed", and "never opened" warnings.
26464              
26465              The name of a filehandle does not have <these>.
26466              
26467              The tr utf8 patching continues.
26468              
26469              The new setproctitle() feature is available only in 
26470              bleeding edge FreeBSD.  From Paul Saab.
26471              
26472              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
26473              
26474              Dump UVs as UVs in Data::Dumper.
26475              
26476              detypo #6494
26477              
26478              Document the IVdf UVuf UVof UVxf.
26479              
26480              require.t needs binmode() to work on windows
26481              
26482              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
26483              that are hopefully soon put into use.
26484              
26485              Allow "no Module;" even if there is no 'unimport'.
26486              
26487              Better skip message for the test; one of the two problems in
26488              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
26489              
26490              The subtest 4 may fail also on VOBS, as pointed out
26491              by Nick Ing-Simmons in November 1999, bug id 19991124.003
26492              (but the failure in that bug report isn't the subtest 4).
26493              
26494              Be more informative on what is skipped and why,
26495              also repeat the list at the end.
26496              
26497              Add a URL for FSF.
26498              
26499              Subject: [PATCH] sv.h documentation - SvLEN
26500              
26501              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
26502              
26503              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
26504              
26505              Subject: [PATCH] bad cppsymbols on os2 + Configure question
26506              
26507              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
26508              
26509              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
26510              mention the idea of @( and @)
26511              
26512              This is 6512.  Really.
26513              
26514              Subject: [ID 19990721.004] Documentation bug in perlfunc
26515              
26516              Subject: Minor tweak to perlvar.pod
26517              
26518              In the warnings call filehandles consistently so;
26519              add "unopened" warning for stat().
26520              
26521              After the #6519 a warning about stat() is just that,
26522              not about a filetest, which now have their own warning.
26523              
26524              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
26525              
26526              Subject: Re: Array vs. List context
26527              
26528              Subject: New perlcc, take 2
26529              
26530              Weed buglets pointed out by
26531              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
26532              
26533              gcc versions might have (parentheses) in them.
26534              
26535              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
26536              
26537              Essential prototype changes were missing from #6527.
26538              Also make report_evil_fh() more bomb-proof.
26539              
26540              Zap lib/Sys directory when cleaning up.
26541              
26542              Change the Policy policy: now -Dprefix= with an existing
26543              Policy.sh and prefix == siteprefix == vendorprefix, then all
26544              of them follow along the new prefix.
26545              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
26546              
26547              Continue fixing the io warnings.  This also
26548              sort of fixes bug ID 20000802.003: the core dump
26549              is no more.  Whether the current behaviour is correct
26550              (giving a warning: "Not a format reference"), is another matter.
26551              
26552              Have symbols for the IoTYPEs.
26553              
26554              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
26555              
26556              Document a bit that UDP is not what you might think.
26557              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
26558              tr memory corruption fix from Simon Cozens.
26559              
26560              Plug the security hole described in the Aug 05 2000 bugtraq message
26561              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
26562              The security hole exists only in suidperls, which isn't
26563              installed or even built by default.
26564      Branch: maint-5.6/perl
26565           !> (integrate 71 files)
26566 ____________________________________________________________________________
26567 [  7882] By: gsar                                  on 2000/11/27  10:25:36
26568         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
26569              from mainline
26570              
26571              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
26572              to be fatal errors (instead of by default ignoring them, and
26573              ignoring with a bug: even though -w gave an error, the opening [
26574              was left in)  Reported in:
26575              
26576              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
26577              
26578              Subject: [PATCH] split /^/
26579              
26580              MacOS nits from Matthias Neeracher.
26581              
26582              More split() doc and test patches from Mike Guy.
26583              
26584              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
26585              from Graham Barr in the module list.
26586              
26587              docfix from Peter Scott <Peter@PSDT.com>.
26588              
26589              File::Temp patches for VMS and OS/2 from Tim Jenness.
26590              
26591              open() wariness in perlbug.
26592              
26593              Subject: [PATCH] minor doc change - perlguts
26594              
26595              Subject: Minor doc patch: handy.h
26596              
26597              Be wary of close()s, too.
26598              
26599              Further File::Temp patches from Yitzchak Scott-Thoennes
26600              and Craig A. Berry.
26601              
26602              Subject: [PATCH] fixes bug 20000508.004
26603              
26604              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
26605              
26606              Allow "no AutoLoader;", based on change #6444,
26607              suggested by Graham Barr.
26608              
26609              Use setproctitle() if available to modify $0.
26610              
26611              Warn if the version of the operating system used to compile gcc
26612              differs from the current version of the operating system.
26613              Also display the gcc compilation os and version in myconfig.
26614              Inspiration from
26615              
26616              Tiny fixes for #6460.
26617              
26618              The problem described in this
26619              Subject: [ID 20000322.018] named chars aren't magical enough
26620              has been fixed in perl 5.6.0 but just in case added a test
26621              to keep it away.  (The report from Joseph Hall.)
26622              
26623              Tune the comments and hopefully stop a memory leak.
26624              
26625              Subject: UTF8 concat
26626              (with a memory leak fixed, plus a few casts added)
26627              This also seems to help for
26628              Subject: [ID 20000716.015] join UTF8 weirdness
26629              
26630              Do not upgrade SVs into utf8 just because they participate
26631              in eq or cmp.  Reported and fix suggested in
26632              Subject: [ID 20000720.009] sv_eq UTF8 bug
26633              
26634              Fix the HALF_UPGRADE() macro introduced in #6263.
26635              
26636              Find green threads before native threads.
26637              Subject: Re: Patch to jpl/JNI/Makefile.PL
26638      Branch: maint-5.6/perl
26639           !> (integrate 30 files)
26640 ____________________________________________________________________________
26641 [  7881] By: jhi                                   on 2000/11/27  05:48:41
26642         Log: It seems that *both* the unused submatch loop cleanup
26643              codes are needed.
26644      Branch: perl
26645            ! regexec.c
26646 ____________________________________________________________________________
26647 [  7880] By: jhi                                   on 2000/11/27  04:50:07
26648         Log: Clean .exists deeper.
26649      Branch: perl
26650            ! Makefile.SH
26651 ____________________________________________________________________________
26652 [  7879] By: jhi                                   on 2000/11/27  02:31:35
26653         Log: The code in regcppop() (see #7878) contains the correct lower
26654              limit for the unused submatch 'cleanup' loop so that under
26655              "use utf8" the following code wouldn't dump core:
26656              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
26657              the cleanup loop in regtry() stomped beyond allocated area
26658              in the startp[] array.  Therefore, copied the correct lower
26659              loop limit (*PL_reglastparen) to regtry().  Note: something
26660              may still not be quite right: why was the _higher_ loop limit
26661              (prog->nparens) different in the utf8 case?
26662              
26663              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
26664              without core dumps, there were about 17 of them before
26665              the patch (with us since Perl 5.7.0).  Two failures, still:
26666              496 and 505 (though these may not be severe).
26667              
26668              Patch #7881 is also needed since both the cleanup loops
26669              seem to be needed.
26670              
26671              Also, the t/op/pat#44 seems to core dump under utf8.
26672              Plus a couple of failures.  UGH-8.
26673      Branch: perl
26674            ! regexec.c
26675 ____________________________________________________________________________
26676 [  7878] By: jhi                                   on 2000/11/27  02:21:17
26677         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
26678              the code in regcppop() seems to be redundant for the test suite --
26679              but it contains a germ of truth, and it needed for the build
26680              process itself: see #7879 and #7881.
26681      Branch: perl
26682            ! regexec.c
26683 ____________________________________________________________________________
26684 [  7877] By: jhi                                   on 2000/11/27  01:53:09
26685         Log: Comment on comment.
26686      Branch: perl
26687            ! regexec.c
26688 ____________________________________________________________________________
26689 [  7876] By: jhi                                   on 2000/11/27  00:49:59
26690         Log: Adjust the docs to agree with #7875.
26691      Branch: perl
26692            ! pod/perllocale.pod
26693 ____________________________________________________________________________
26694 [  7875] By: jhi                                   on 2000/11/27  00:49:27
26695         Log: Retract #7863.  It makes more sense not to taint formatted output,
26696              not even by sprintf().
26697      Branch: perl
26698            ! sv.c
26699 ____________________________________________________________________________
26700 [  7874] By: jhi                                   on 2000/11/26  23:36:02
26701         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
26702              Not really fixed (should really dump the UTF-8 charclass),
26703              but stopped displaying the garbage.
26704              
26705              Also add a note on the (missing) Unicode PSXSPC and BLANK.
26706      Branch: perl
26707            ! regcomp.c
26708 ____________________________________________________________________________
26709 [  7873] By: jhi                                   on 2000/11/26  21:31:13
26710         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
26711      Branch: perl
26712            ! regexec.c
26713 ____________________________________________________________________________
26714 [  7872] By: jhi                                   on 2000/11/26  21:06:04
26715         Log: No need to scan till infinity, 13 is enough.
26716      Branch: perl
26717            ! handy.h utf8.c
26718 ____________________________________________________________________________
26719 [  7871] By: jhi                                   on 2000/11/26  20:20:32
26720         Log: Test line numbers are different with utf8.
26721      Branch: perl
26722            ! t/op/re_tests
26723 ____________________________________________________________________________
26724 [  7870] By: jhi                                   on 2000/11/26  20:10:12
26725         Log: Message nit.
26726      Branch: perl
26727            ! regcomp.c
26728 ____________________________________________________________________________
26729 [  7869] By: jhi                                   on 2000/11/26  19:01:05
26730         Log: Make utf8_length() and utf8_distance() (the latter of which
26731              is unused at the moment) to be less forgiving about bad UTF-8.
26732      Branch: perl
26733            ! embed.h embed.pl objXSUB.h proto.h utf8.c
26734 ____________________________________________________________________________
26735 [  7868] By: jhi                                   on 2000/11/26  18:45:56
26736         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
26737              From: Benjamin Holzman <bah@ecnvantage.com>
26738              Date: Sat, 25 Nov 2000 20:40:20 -0500       
26739              Message-ID: <20001125204020.A25040@ecnvantage.com>              
26740              
26741              Debian allows installing /usr/bin/locale without installing
26742              any locales, an error message will ensue.
26743      Branch: perl
26744            ! t/pragma/locale.t
26745 ____________________________________________________________________________
26746 [  7867] By: jhi                                   on 2000/11/26  18:31:12
26747         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
26748              From: Benjamin Holzman <bah@ecnvantage.com>
26749              Date: Sun, 26 Nov 2000 02:42:34 -0500
26750              Message-ID: <20001126024234.G25040@ecnvantage.com>
26751              
26752              Patch for the bug 20000212.002.
26753      Branch: perl
26754            ! sv.c t/op/array.t
26755 ____________________________________________________________________________
26756 [  7866] By: jhi                                   on 2000/11/26  18:28:09
26757         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
26758              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26759              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
26760              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
26761              
26762              File::Temp 0.11.
26763      Branch: perl
26764            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
26765 ____________________________________________________________________________
26766 [  7865] By: jhi                                   on 2000/11/26  18:24:22
26767         Log: The metaconfig unit change for #7864.
26768      Branch: metaconfig/U/perl
26769            ! need_va_copy.U
26770 ____________________________________________________________________________
26771 [  7864] By: jhi                                   on 2000/11/26  18:23:41
26772         Log: Make the va_copy() test not to be so talkative.
26773      Branch: perl
26774            ! Configure config_h.SH
26775 ____________________________________________________________________________
26776 [  7863] By: jhi                                   on 2000/11/26  18:11:02
26777         Log: Fix locale inconsistencies unearthed by Hugo's work.
26778              Now the floating point sprintf really does taint the result
26779              string as perllocale promises (has promised for a long time)
26780              if "use locale" is in the lexical scope.
26781      Branch: perl
26782            ! sv.c t/pragma/locale.t
26783 ____________________________________________________________________________
26784 [  7862] By: jhi                                   on 2000/11/26  00:35:15
26785         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
26786              From: Nicholas Clark <nick@ccl4.org>
26787              Date: Sun, 26 Nov 2000 00:07:50 +0000
26788              Message-ID: <20001126000750.A22446@plum.flirble.org>
26789              
26790              Infinit.
26791      Branch: perl
26792            ! sv.c
26793 ____________________________________________________________________________
26794 [  7861] By: jhi                                   on 2000/11/26  00:01:26
26795         Log: Integrate perlio.
26796      Branch: perl
26797           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
26798 ____________________________________________________________________________
26799 [  7860] By: nick                                  on 2000/11/25  22:04:17
26800         Log: Correct relative path from new ext\Filter\Util\Call location
26801              back to miniperl.
26802      Branch: perlio
26803            ! win32/makefile.mk
26804 ____________________________________________________________________________
26805 [  7859] By: nick                                  on 2000/11/25  21:26:54
26806         Log: Integrate mainline.
26807      Branch: perlio
26808           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
26809           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
26810           +> t/lib/filter-util.t
26811            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
26812            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
26813            - t/lib/filt-util.t
26814           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
26815           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
26816           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
26817           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
26818           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
26819           !> win32/makefile.mk
26820 ____________________________________________________________________________
26821 [  7858] By: gsar                                  on 2000/11/25  20:52:17
26822         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
26823              parent's memory; fix it by keeping track of the actual pad
26824              offset rather than a raw pointer (this change is probably also
26825              relevant to non-ithreads case to avoid fallout from reallocs of
26826              the pad array, but is currently only enabled for the ithreads
26827              case in the interests of minimal disruption to existing "well
26828              tested" code)
26829      Branch: perl
26830            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
26831            ! proto.h scope.c scope.h sv.c t/op/fork.t
26832 ____________________________________________________________________________
26833 [  7857] By: nick                                  on 2000/11/25  20:01:28
26834         Log: All tests pass on Win32/gcc/USE_PERLIO.
26835              - when crlf layer is pushed make unix-level binary.
26836              - remove :crlf injection in pp_backtick in pp_sys.c
26837              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
26838      Branch: perlio
26839            ! doio.c perlio.c pp_sys.c win32/makefile.mk
26840 ____________________________________________________________________________
26841 [  7856] By: jhi                                   on 2000/11/25  18:38:30
26842         Log: Update the metaconfig units for #7855.
26843      Branch: metaconfig/U/perl
26844            ! useperlio.U usesocks.U
26845 ____________________________________________________________________________
26846 [  7855] By: jhi                                   on 2000/11/25  18:37:54
26847         Log: Undo the SOCKS workarounds, instead start using PerlIO
26848              if SOCKS is selected.
26849              
26850              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
26851              From: Jens Hamisch <jens@Strawberry.COM>
26852              Date: Fri, 24 Nov 2000 18:31:30 +0100
26853              Message-ID: <20001124183130.E28337@Strawberry.COM>
26854              
26855              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
26856              From: Jens Hamisch <jens@Strawberry.COM>
26857              Date: Fri, 24 Nov 2000 19:11:51 +0100
26858              Message-ID: <20001124191151.A28753@Strawberry.COM>
26859      Branch: perl
26860            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
26861            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
26862 ____________________________________________________________________________
26863 [  7854] By: jhi                                   on 2000/11/25  17:39:08
26864         Log: Undo #7848.  Some of the code seems to use walkoptree(),
26865              some walkoptree_slow().  An unfinished renaming?
26866              Now the sub is walkoptree() (which is @EXPORT_OK),
26867              the walkoptree_slow() is a typeglob alias to walkoptree.
26868              This makes the tests to pass, at least.
26869      Branch: perl
26870            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
26871 ____________________________________________________________________________
26872 [  7853] By: nick                                  on 2000/11/24  22:24:33
26873         Log: Re-arrange crlf vs binary for platforms that care.
26874              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
26875              Lip-service to making stdio layer work on such platfroms (untested).
26876              Now fails 3 tests rather than one, checkin to see if I can debug 
26877              the issue under linux. (Do not merge.)
26878      Branch: perlio
26879            ! doio.c perlio.c perliol.h
26880 ____________________________________________________________________________
26881 [  7852] By: jhi                                   on 2000/11/24  18:57:39
26882         Log: AUTHORS edits.
26883      Branch: perl
26884            ! AUTHORS
26885 ____________________________________________________________________________
26886 [  7851] By: jhi                                   on 2000/11/24  17:34:56
26887         Log: Add Jan-Erik Karlsson.
26888      Branch: perl
26889            ! AUTHORS
26890 ____________________________________________________________________________
26891 [  7850] By: jhi                                   on 2000/11/24  17:27:56
26892         Log: Configure should find stdchar on its own.
26893      Branch: perl
26894            ! hints/solaris_2.sh
26895 ____________________________________________________________________________
26896 [  7849] By: jhi                                   on 2000/11/24  17:24:55
26897         Log: Subject: PATCH over 7848: Filter test flawed
26898              From: andreas.koenig@anima.de (Andreas J. Koenig)
26899              Date: 24 Nov 2000 10:28:29 +0100
26900              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
26901      Branch: perl
26902            ! t/lib/filter-util.t
26903 ____________________________________________________________________________
26904 [  7848] By: jhi                                   on 2000/11/24  17:22:15
26905         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
26906              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
26907              Date: Fri, 24 Nov 2000 16:12:58 +0000
26908              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
26909      Branch: perl
26910            ! ext/B/B.pm
26911 ____________________________________________________________________________
26912 [  7847] By: jhi                                   on 2000/11/24  03:07:01
26913         Log: Integrate perlio.
26914      Branch: perl
26915           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
26916           !> win32/makefile.mk
26917 ____________________________________________________________________________
26918 [  7846] By: gsar                                  on 2000/11/24  00:55:57
26919         Log: integrate changes#6415..6418,6420..6438 from mainline
26920              
26921              Fix the bitvector ops for utf8 (tricky since past 7 bits
26922              the utf8 'characters' can be more than one octet).
26923              
26924              MPE/ix updates for perl 5.6.0 from Mark Bixby.
26925              
26926              Subject: SDBM_File documentation
26927              
26928              Detypo.
26929              
26930              Decutandpasto.
26931              
26932              Send all installperl messages to STDERR and be -w clean.
26933              
26934              Out-of-date note removed.
26935              
26936              Protect against "wild next"s, that is, callbacks doing "next"
26937              instead of "return".
26938              
26939              Use STDOUT consistently.
26940              
26941              The output might have been produced in the wrong order.
26942              
26943              A missing 'break' after the [[:space:]] switch case.
26944              
26945              Add tests for
26946              [ID 19991110.003] another matching finding by pcre author
26947              which has already been fixed by some patch, as verified in
26948              
26949              Documentation to explain the behaviour of map().
26950              
26951              Add an optimization for map-maps-a-list-element-to-more-list-elements
26952              case, but add also notes explaining the relationship of this
26953              patch and the earlier notes by Sarathy.
26954              
26955              Subject: [ID 20000716.023] syslog test fails without sockets
26956              
26957              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
26958              Test cases for #6431.
26959              
26960              File::Spec::VMS fixup for tmpdir from Craig Berry.
26961              
26962              Make the "uninit variable" warning to say "concat or string"
26963              or "join or string" when in concat or join .
26964              
26965              Get UTF16 BOMs working.  Patch from
26966              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
26967              
26968              Subject: [PATCH] Make large file tests deal with SIGXFSZ
26969              
26970              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
26971              
26972              Subject: [PATCH] av.c apidoc
26973      Branch: maint-5.6/perl
26974           !> (integrate 43 files)
26975 ____________________________________________________________________________
26976 [  7845] By: gsar                                  on 2000/11/24  00:20:45
26977         Log: integrate changes#6406..6414 from mainline
26978              
26979              Merge perlhacktut into perlhack, update perlguts.
26980              
26981              Fix AutoSplit to use File::Spec the right way in VMS,
26982              from Peter Prymmer.
26983              
26984              The bug report
26985              [ID 19991110.002] minimal matching discrepancy found by pcre author
26986              seems to have been fixed (though differently from what was suggested
26987              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
26988              
26989              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
26990              not in pod, from Peter Prymmer
26991              
26992              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
26993              From: Hugo <hv@crypt.compulink.co.uk>
26994              Date: Fri, 14 Jul 2000 23:05:20 +0100
26995              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
26996              
26997              Didn't anymore apply, but that point still could use another fix.
26998              
26999              lib/b test fixes from Peter Prymmer.
27000              
27001              More docs for sv functions.
27002              
27003              perlvms.pod whitespace cleanup to keep pod utils happy.
27004              
27005              another VMS build tweak from Peter Prymmer
27006      Branch: maint-5.6/perl
27007           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
27008           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
27009           !> vms/descrip_mms.template vms/perlvms.pod
27010 ____________________________________________________________________________
27011 [  7844] By: nick                                  on 2000/11/23  23:42:45
27012         Log: Win32/perlio Now just fails one io/argv.t test - lack 
27013              of default :crlf on standard streams.
27014      Branch: perlio
27015            ! doio.c perlio.c
27016 ____________________________________________________________________________
27017 [  7843] By: nick                                  on 2000/11/23  23:04:05
27018         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
27019              peek fail is showing a real problem (multiple crlf layers
27020              are getting pushed.)
27021      Branch: perlio
27022            ! doio.c perlio.c win32/makefile.mk
27023 ____________________________________________________________________________
27024 [  7842] By: nick                                  on 2000/11/23  19:46:23
27025         Log: Implement PerlIO_binmode()
27026              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
27027              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
27028              make binmode in t/lib/io_tell.t unconditional so that works.
27029              Checkin just so Win32 machine can see these changes.
27030      Branch: perlio
27031            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
27032 ____________________________________________________________________________
27033 [  7841] By: jhi                                   on 2000/11/23  19:30:00
27034         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
27035      Branch: perl
27036            ! README.amiga
27037 ____________________________________________________________________________
27038 [  7840] By: jhi                                   on 2000/11/23  17:18:02
27039         Log: SOCKS wrestling continues, patches from Jens Hamisch.
27040      Branch: perl
27041            ! doio.c embed.h embed.pl perlsdio.h proto.h
27042 ____________________________________________________________________________
27043 [  7839] By: jhi                                   on 2000/11/23  16:54:14
27044         Log: Push Filter::Util::Call one level deeper.
27045      Branch: perl
27046            + t/lib/filter-util.t
27047           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
27048           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
27049            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27050            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
27051            - t/lib/filt-util.t
27052            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
27053            ! win32/Makefile win32/makefile.mk
27054 ____________________________________________________________________________
27055 [  7838] By: jhi                                   on 2000/11/23  16:52:40
27056         Log: Reach back one higher up when searching for PERL_SRC.
27057      Branch: perl
27058            ! lib/ExtUtils/MM_Unix.pm
27059 ____________________________________________________________________________
27060 [  7837] By: jhi                                   on 2000/11/23  16:05:41
27061         Log: Subject: Re: perl@7826
27062              Date: Thu, 23 Nov 2000 02:20:25 -0600
27063              From: "Craig A. Berry" <craigberry@mac.com>
27064              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
27065              
27066              Make VMS to like Filter::Util::Call. 
27067      Branch: perl
27068            ! configure.com ext/Filter/Util/Makefile.PL
27069 ____________________________________________________________________________
27070 [  7836] By: nick                                  on 2000/11/23  16:04:08
27071         Log: Implement crlf layer - not ready for merge.
27072      Branch: perlio
27073            ! perlio.c win32/makefile.mk
27074 ____________________________________________________________________________
27075 [  7835] By: jhi                                   on 2000/11/23  15:56:52
27076         Log: STDCHAR is different in Sparc v9 vs x86.
27077      Branch: perl
27078            ! hints/solaris_2.sh
27079 ____________________________________________________________________________
27080 [  7834] By: jhi                                   on 2000/11/23  15:50:47
27081         Log: The type needs to be visible to protos.
27082      Branch: perl
27083            ! perl.h
27084 ____________________________________________________________________________
27085 [  7833] By: jhi                                   on 2000/11/23  15:40:46
27086         Log: Finish unfinished SOCKS workaround changes.
27087      Branch: perl
27088            ! doio.c
27089 ____________________________________________________________________________
27090 [  7832] By: jhi                                   on 2000/11/23  15:33:30
27091         Log: Integrate perlio.
27092      Branch: perl
27093           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27094           !> win32/makefile.mk
27095 ____________________________________________________________________________
27096 [  7831] By: nick                                  on 2000/11/23  10:31:07
27097         Log: Correct makefile.mk dependancies for ext/Filter/Util
27098              Build ext/Encode
27099              Run dmake regen_config_h
27100      Branch: perlio
27101            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27102            ! win32/makefile.mk
27103 ____________________________________________________________________________
27104 [  7830] By: nick                                  on 2000/11/23  08:05:07
27105         Log: Integrate mainline
27106      Branch: perlio
27107           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27108           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
27109           +> t/lib/filt-util.pl t/lib/filt-util.t
27110           !> (integrate 41 files)
27111 ____________________________________________________________________________
27112 [  7829] By: gsar                                  on 2000/11/23  03:07:11
27113         Log: build the Filter extension on windows
27114      Branch: perl
27115            ! win32/Makefile win32/makefile.mk
27116 ____________________________________________________________________________
27117 [  7828] By: gsar                                  on 2000/11/23  02:46:35
27118         Log: regenerate win32/config* and fix some inconsistencies in the
27119              makefiles; always export Perl_deb() because it is needed
27120              by ext/re/* (whether perl itself is built with -DDEBUGGING
27121              or not)
27122      Branch: perl
27123            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
27124            ! win32/config_H.vc win32/makefile.mk
27125 ____________________________________________________________________________
27126 [  7827] By: gsar                                  on 2000/11/23  02:18:38
27127         Log: get sources building on windows+MSVC again (untested with other
27128              compilers)
27129      Branch: perl
27130            ! win32/include/sys/socket.h win32/perllib.c
27131 ____________________________________________________________________________
27132 [  7826] By: jhi                                   on 2000/11/23  01:18:26
27133         Log: Update Changes.
27134      Branch: perl
27135            ! Changes patchlevel.h
27136 ____________________________________________________________________________
27137 [  7825] By: jhi                                   on 2000/11/23  00:20:41
27138         Log: Subject: Re: av.c patch (having slight problems)
27139              From: "Ben Tilly" <ben_tilly@hotmail.com>
27140              Date: Tue, 21 Nov 2000 23:29:31 -0500
27141              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
27142              
27143              unshift() speedup.
27144      Branch: perl
27145            ! av.c
27146 ____________________________________________________________________________
27147 [  7824] By: jhi                                   on 2000/11/22  23:59:15
27148         Log: Fixes for signedness warnings noticed by VMSperlers.
27149      Branch: perl
27150            ! ext/Storable/Storable.xs regcomp.c sv.c
27151 ____________________________________________________________________________
27152 [  7823] By: jhi                                   on 2000/11/22  23:19:31
27153         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
27154              From: Peter Prymmer <pvhp@forte.com>
27155              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
27156              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
27157      Branch: perl
27158            ! t/pragma/warn/pp_hot
27159 ____________________________________________________________________________
27160 [  7822] By: jhi                                   on 2000/11/22  22:52:20
27161         Log: Be clean.
27162      Branch: perl
27163            ! Makefile.SH
27164 ____________________________________________________________________________
27165 [  7821] By: jhi                                   on 2000/11/22  22:46:39
27166         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
27167              by Damian Conway, as suggested by Paul Marquess.
27168      Branch: perl
27169            + lib/Filter/Simple.pm
27170 ____________________________________________________________________________
27171 [  7820] By: jhi                                   on 2000/11/22  22:45:51
27172         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
27173      Branch: perl
27174            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
27175            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
27176            + t/lib/filt-util.t
27177            ! MANIFEST
27178 ____________________________________________________________________________
27179 [  7819] By: jhi                                   on 2000/11/22  22:03:27
27180         Log: Integrate perlio.
27181      Branch: perl
27182           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
27183           !> win32/makefile.mk
27184 ____________________________________________________________________________
27185 [  7818] By: jhi                                   on 2000/11/22  21:56:02
27186         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
27187      Branch: perl
27188            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
27189            ! t/lib/io_sock.t
27190 ____________________________________________________________________________
27191 [  7817] By: jhi                                   on 2000/11/22  21:39:49
27192         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
27193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27194              Date: Wed, 22 Nov 2000 16:08:12 -0500
27195              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
27196      Branch: perl
27197            ! lib/ExtUtils/Liblist.pm
27198 ____________________________________________________________________________
27199 [  7816] By: jhi                                   on 2000/11/22  21:38:25
27200         Log: Go ahead and #include <unistd.h> in perl.h.
27201      Branch: perl
27202            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
27203            ! util.c
27204 ____________________________________________________________________________
27205 [  7815] By: jhi                                   on 2000/11/22  21:22:52
27206         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
27207              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27208              Date: Mon, 20 Nov 2000 18:30:52 -0500
27209              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
27210      Branch: perl
27211            ! pod/perlre.pod regcomp.c t/op/re_tests
27212 ____________________________________________________________________________
27213 [  7814] By: jhi                                   on 2000/11/22  21:21:46
27214         Log: Subject: [PATCH 5.7.0] Liblist finally works
27215              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27216              Date: Tue, 21 Nov 2000 22:02:17 -0500
27217              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
27218      Branch: perl
27219            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
27220            ! lib/ExtUtils/MakeMaker.pm
27221 ____________________________________________________________________________
27222 [  7813] By: jhi                                   on 2000/11/22  21:20:23
27223         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
27224              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27225              Date: Wed, 22 Nov 2000 17:53:15 +0100
27226              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
27227              
27228              AIX dynaloader and perlio patch.
27229      Branch: perl
27230            ! ext/DynaLoader/dl_aix.xs
27231 ____________________________________________________________________________
27232 [  7812] By: jhi                                   on 2000/11/22  21:17:52
27233         Log: (Accidentally empty patch.)
27234      Branch: perl
27235            ! av.c
27236 ____________________________________________________________________________
27237 [  7811] By: jhi                                   on 2000/11/22  21:16:31
27238         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
27239              From: Peter Prymmer <pvhp@forte.com>
27240              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
27241              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
27242      Branch: perl
27243            ! vms/test.com
27244 ____________________________________________________________________________
27245 [  7810] By: jhi                                   on 2000/11/22  21:15:36
27246         Log: Subject: Re: perl@7777 
27247              From: "John P. Linderman" <jpl@research.att.com>
27248              Date: Wed, 22 Nov 2000 13:11:11 -0500
27249              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
27250              
27251              Detypoing.
27252      Branch: perl
27253            ! lib/CPAN.pm
27254 ____________________________________________________________________________
27255 [  7809] By: jhi                                   on 2000/11/22  21:14:19
27256         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
27257              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
27258              Date:     Wed, 22 Nov 2000 13:51:37 EST
27259              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
27260      Branch: perl
27261            ! perlsdio.h
27262 ____________________________________________________________________________
27263 [  7808] By: jhi                                   on 2000/11/22  21:13:27
27264         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
27265              From: Casey Tweten <crt@kiski.net>
27266              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
27267              Message-Id: <200011201653.LAA10194@home.kiski.net>
27268      Branch: perl
27269            ! t/lib/io_udp.t
27270 ____________________________________________________________________________
27271 [  7807] By: jhi                                   on 2000/11/22  21:12:35
27272         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
27273              From: Casey Tweten <crt@kiski.net>
27274              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
27275              Message-Id: <200011201636.LAA07227@home.kiski.net>
27276      Branch: perl
27277            ! t/lib/io_sock.t
27278 ____________________________________________________________________________
27279 [  7806] By: jhi                                   on 2000/11/22  21:10:59
27280         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
27281              From: "Casey R. Tweten" <crt@kiski.net>
27282              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
27283              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
27284      Branch: perl
27285            ! utils/h2xs.PL
27286 ____________________________________________________________________________
27287 [  7805] By: nick                                  on 2000/11/22  21:05:06
27288         Log: Integrate mainline
27289      Branch: perlio
27290           !> Changes Porting/genlog ext/DB_File/DB_File.xs
27291           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
27292           !> utils/perlbug.PL
27293 ____________________________________________________________________________
27294 [  7804] By: jhi                                   on 2000/11/22  21:01:12
27295         Log: Subject: [PATCH] Test.pm POD peculiarity
27296              From: "Casey R. Tweten" <crt@kiski.net>
27297              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
27298              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
27299      Branch: perl
27300            ! lib/Test.pm
27301 ____________________________________________________________________________
27302 [  7803] By: jhi                                   on 2000/11/22  20:59:59
27303         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
27304              From: "Philip Newton" <pnewton@gmx.de>
27305              Date: Wed, 22 Nov 2000 14:25:53 +0100
27306              Message-Id: <3A1BD771.25462.1939FAD@localhost>
27307              
27308              Be case-understanding also on 's', and use the -oi of sendmail
27309              not to terminate the transmission on a lone '.'.
27310      Branch: perl
27311            ! utils/perlbug.PL
27312 ____________________________________________________________________________
27313 [  7802] By: nick                                  on 2000/11/22  20:51:42
27314         Log: Win32 PerlIO intermediate state now working as expected.
27315              - In current state we are still using C runtime in text/binary
27316              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
27317              - PERLIO=stdio and PERLIO=unix pass all expected tests.
27318              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
27319              and PerlIO_seek() and the dummy crlf layer is not making adjustments
27320              for CRLF translation happening in C runtime. All other tests pass.
27321              
27322              Added note to README.win32 to point out the snags of doing a perl build
27323              with Norton AntiVirus turned on.
27324              
27325              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
27326              which file a fail comes from.
27327              
27328              Updated "canned" config.h to match the one generated.
27329      Branch: perlio
27330            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
27331            ! win32/makefile.mk
27332 ____________________________________________________________________________
27333 [  7801] By: jhi                                   on 2000/11/22  06:50:20
27334         Log: Nickety nits.
27335      Branch: perl
27336            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
27337 ____________________________________________________________________________
27338 [  7800] By: jhi                                   on 2000/11/22  01:29:55
27339         Log: Changes had accidentally gone too silent on non-main branches.
27340      Branch: perl
27341            ! Changes Porting/genlog patchlevel.h
27342 ____________________________________________________________________________
27343 [  7799] By: gsar                                  on 2000/11/22  01:02:56
27344         Log: some lib_pm.PL changes snuck in via change#7772
27345      Branch: maint-5.6/perl
27346            ! Makefile.SH
27347 ____________________________________________________________________________
27348 [  7798] By: nick                                  on 2000/11/21  21:59:40
27349         Log: Integrate mainline
27350      Branch: perlio
27351           !> (integrate 28 files)
27352 ____________________________________________________________________________
27353 [  7797] By: jhi                                   on 2000/11/21  21:01:45
27354         Log: Integrate perlio.
27355      Branch: perl
27356           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
27357 ____________________________________________________________________________
27358 [  7796] By: nick                                  on 2000/11/21  20:36:22
27359         Log: Win32 builds and runs (mostly) with USE_PERLIO.
27360              PERLIO=perlio passes all tests. 
27361              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
27362      Branch: perlio
27363            ! perlio.c win32/perllib.c win32/win32.c
27364 ____________________________________________________________________________
27365 [  7795] By: jhi                                   on 2000/11/21  19:03:44
27366         Log: Update Changes.
27367      Branch: perl
27368            ! Changes patchlevel.h
27369 ____________________________________________________________________________
27370 [  7794] By: jhi                                   on 2000/11/21  18:56:34
27371         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
27372              From: "Craig A. Berry" <craigberry@mac.com>
27373              Date: Mon, 20 Nov 2000 20:27:06 -0600
27374              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
27375              
27376              A cut-and-pasto.
27377      Branch: perl
27378            ! perlio.h
27379 ____________________________________________________________________________
27380 [  7793] By: jhi                                   on 2000/11/21  18:54:41
27381         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
27382              From: Dominic Dunlop <domo@computer.org> 
27383              Date: Mon, 20 Nov 2000 18:55:29 +0100
27384              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
27385              
27386              va_copy() and the need of it.
27387              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
27388      Branch: metaconfig/U/perl
27389            + need_va_copy.U
27390      Branch: perl
27391            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27392            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
27393            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
27394            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
27395            ! win32/config.bc win32/config.gc win32/config.vc
27396 ____________________________________________________________________________
27397 [  7792] By: jhi                                   on 2000/11/21  17:04:10
27398         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
27399      Branch: perl
27400           !> scope.h
27401 ____________________________________________________________________________
27402 [  7791] By: jhi                                   on 2000/11/21  17:01:16
27403         Log: Export the SOCKS workaround symbols only if necessary.
27404      Branch: perl
27405            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
27406 ____________________________________________________________________________
27407 [  7790] By: nick                                  on 2000/11/20  23:57:11
27408         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
27409      Branch: perlio
27410            ! scope.h
27411 ____________________________________________________________________________
27412 [  7789] By: nick                                  on 2000/11/20  23:38:33
27413         Log: Integrate mainline
27414      Branch: perlio
27415           +> lib/File/Spec/Epoc.pm
27416           !> (integrate 34 files)
27417 ____________________________________________________________________________
27418 [  7788] By: nick                                  on 2000/11/20  23:20:18
27419         Log: Make extra buffer layer work (dummy crlf layer)
27420      Branch: perlio
27421            ! doio.c perlio.c perlio.h
27422 ____________________________________________________________________________
27423 [  7787] By: jhi                                   on 2000/11/20  22:44:04
27424         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
27425              From: Peter Prymmer <pvhp@forte.com>
27426              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
27427              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
27428      Branch: perl
27429            ! t/pragma/locale.t
27430 ____________________________________________________________________________
27431 [  7786] By: jhi                                   on 2000/11/20  22:29:10
27432         Log: Subject: DOC PATCH 5.6.0 perlreftut
27433              From: mjd@plover.com
27434              Date: 20 Nov 2000 19:45:06 -0000
27435              Message-ID: <20001120194506.9505.qmail@plover.com>
27436      Branch: perl
27437            ! pod/perlreftut.pod
27438 ____________________________________________________________________________
27439 [  7785] By: jhi                                   on 2000/11/20  22:27:44
27440         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
27441              From: David Dyck <dcd@tc.fluke.com>
27442              Date: Mon, 20 Nov 2000 11:43:40 -0800
27443              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
27444      Branch: perl
27445            ! lib/Cwd.pm
27446 ____________________________________________________________________________
27447 [  7784] By: jhi                                   on 2000/11/20  22:23:21
27448         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
27449              Date: Mon, 20 Nov 2000 17:06:10 -0500
27450              To: Mailing list Perl5 <perl5-porters@perl.org>
27451              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
27452      Branch: perl
27453            ! pp_ctl.c t/op/pat.t
27454 ____________________________________________________________________________
27455 [  7783] By: jhi                                   on 2000/11/20  22:11:18
27456         Log: Subject: [PATCH] doop.c - UTF8 tr///               
27457              From: Simon Cozens <simon@cozens.net>
27458              Date: Sat, 18 Nov 2000 18:49:30 +0000
27459              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
27460              
27461              Subject: Re: [PATCH] doop.c - UTF8 tr///           
27462              From: Simon Cozens <simon@cozens.net>
27463              Date: Mon, 20 Nov 2000 20:45:22 +0000
27464              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
27465              
27466              Make tr on UTF-8 better but still not correct.
27467      Branch: perl
27468            ! doop.c
27469 ____________________________________________________________________________
27470 [  7782] By: jhi                                   on 2000/11/20  22:02:16
27471         Log: Remove the shared object before attempting to create
27472              (by linking) a new one.  E.g. in AIX not removing
27473              becomes quite painful if one tries to do more than one
27474              build in the same tree (an interrupted build, for example),
27475              since the AIX' shared dynaloader seemingly keeps the shared
27476              objects open and therefore 'busy' for quite a while, even when
27477              nobody is using the objects, leading into link failures.
27478      Branch: perl
27479            ! lib/ExtUtils/MM_Unix.pm
27480 ____________________________________________________________________________
27481 [  7781] By: gsar                                  on 2000/11/20  19:02:55
27482         Log: type mismatch due to faulty integration
27483      Branch: maint-5.6/perl
27484            ! toke.c win32/Makefile
27485 ____________________________________________________________________________
27486 [  7780] By: gsar                                  on 2000/11/20  17:31:55
27487         Log: integrate changes#6392,6394..6399,6401..6404
27488              
27489              The {multiplier} of a fixed substring was overlooked which
27490              caused a wrong initial search offset for that substring.
27491              
27492              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
27493              From: Hugo <hv@crypt.compulink.co.uk>
27494              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
27495              Date: Thu, 13 Jul 2000 19:27:13 +0100
27496              
27497              Fix the BOM bug: not a byteorder bug, a signedness bug.
27498              
27499              Replace change #6337 with a better one.
27500              
27501              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
27502              From: Hugo <hv@crypt.compulink.co.uk>
27503              Date: Fri, 14 Jul 2000 04:16:20 +0100
27504              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
27505              
27506              MakeMaker should not remove editor backups (*~) on `make clean`
27507              by default (completes change#6383)
27508              
27509              move new variables to the end of the interpreter structure (for
27510              bincompat in code that doesn't #include XSUB.h)
27511              
27512              rename totally bletcherous SvLOCK() thingy (doesn't do what the
27513              name suggests anyway)
27514              
27515              various cleanups (typos, misformatted code, and small bugs)
27516              
27517              typecasts needed for change#6394
27518              
27519              typos in change#6399, regen headers
27520              
27521              inconsistent types needs casts
27522              
27523              PERL_OBJECT build tweaks
27524      Branch: maint-5.6/perl
27525           !> MANIFEST doop.c embed.h embed.pl embedvar.h
27526           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
27527           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
27528           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
27529           !> toke.c util.c
27530 ____________________________________________________________________________
27531 [  7779] By: gsar                                  on 2000/11/20  17:06:29
27532         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
27533              
27534              Cosmetics and perldelta.
27535              
27536              Fix nits noticed by Boston.pm.
27537              
27538              Do the cc sanity check both before the hints and
27539              after the cc selction.
27540              
27541              get sprintf.t to adjust properly for 3-digit exponents
27542              
27543              don't clobber *.orig files on *clean targets
27544              
27545              fix bugs in processing %v-*d and similar format specs (from
27546              Avi Finkel <avi@finkel.org>)
27547              
27548              sprintf test tweaks (from Dominic Dunlop)
27549              
27550              new selfloader.t in change#6183 doesn't close DATA handles,
27551              and thus fails to clean up tmp files on dosish platforms
27552              
27553              typos (spotted by Peter Prymmer)
27554              
27555              typo fix from Craig Berry
27556      Branch: maint-5.6/perl
27557           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
27558           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
27559           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
27560           !> x2p/Makefile.SH
27561 ____________________________________________________________________________
27562 [  7778] By: gsar                                  on 2000/11/20  16:46:51
27563         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
27564              
27565              Subject: Re: format bug report  [Patch]
27566              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27567              Date: Wed, 05 Jul 2000 13:12:52 +0200
27568              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
27569              
27570              Subject: Re: format bug report  [Patch]
27571              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27572              Date: Wed, 05 Jul 2000 14:10:01 +0200
27573              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
27574              
27575              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
27576              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27577              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
27578              Date: Fri, 07 Jul 2000 17:57:16 +0100
27579              
27580              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
27581              To: perl5-porters@perl.org
27582              From: Karsten Sperling <spiff@phreax.net>
27583              Date: Mon, 10 Jul 2000 15:12:52 +0200
27584              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
27585              
27586              README.posix-bc podified from Thomas Dorner.
27587              
27588              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
27589              From: Dominic Dunlop <domo@computer.org>
27590              Date: Tue, 11 Jul 2000 12:27:33 +0200
27591              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
27592              
27593              Typo in #6341.
27594              
27595              Fix for
27596              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
27597              From: Roderick Schertler <roderick@argon.org>
27598              Date: Tue, 11 Jul 2000 13:55:05 -0400
27599              Message-Id: <200007111755.NAA05077@jones.argon.org>
27600              
27601              Minor cleanups on the booklist.
27602              
27603              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
27604              regen perltoc.
27605              
27606              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
27607      Branch: maint-5.6/perl
27608           +> pod/perlbook.pod
27609           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
27610           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
27611           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
27612 ____________________________________________________________________________
27613 [  7777] By: jhi                                   on 2000/11/20  16:08:49
27614         Log: Update Changes.
27615      Branch: perl
27616            ! Changes patchlevel.h
27617 ____________________________________________________________________________
27618 [  7776] By: jhi                                   on 2000/11/20  15:27:56
27619         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
27620              This may be overly harsh but until proven otherwise, we think this
27621              way, or until we have a simple test for Configure (having to start
27622              up servers is does not count as simple) to check for the problems.
27623      Branch: perl
27624            ! perl.h
27625 ____________________________________________________________________________
27626 [  7775] By: jhi                                   on 2000/11/20  15:22:17
27627         Log: Solaris hints tweaks.
27628      Branch: perl
27629            ! hints/solaris_2.sh
27630 ____________________________________________________________________________
27631 [  7774] By: jhi                                   on 2000/11/20  15:01:20
27632         Log: Add a workaround to SOCKS 64-bit problems.
27633      Branch: perl
27634            ! doio.c embed.h embed.pl perlsdio.h proto.h
27635 ____________________________________________________________________________
27636 [  7773] By: jhi                                   on 2000/11/20  14:51:47
27637         Log: sysseek() instead of seek().
27638      Branch: perl
27639            ! t/lib/syslfs.t
27640 ____________________________________________________________________________
27641 [  7772] By: gsar                                  on 2000/11/20  13:06:23
27642         Log: integrate changes#6315..6319,6321..6331,6333..6338
27643              
27644              Integrate with Sarathy, preliminary fix for unicos
27645              alignment problems in [ID 20000612.002] Perl problem on Cray system.
27646              
27647              some debugger output does not go to the socket when RemotePort is set
27648              
27649              winsock cleanup never done on Windows (leads to handle leaks)
27650              
27651              fix UNC path handling on Windows under ithreads, and chdir()
27652              return value when given a non-existent directory
27653              
27654              Autogenerate pod/Makefile and pod/buildtoc.
27655              buildtoc also checks whether the existin pods are
27656              mentioned in MANIFEST and perl.pod, and vice versa.
27657              (None of the thusly found discrepancies fixed yet.)
27658              roffitall also needs to be autogenerated similarly but it
27659              seems so badly out of date that I didn't touch it yet.
27660              
27661              Config is being used.
27662              
27663              Add =head1 NAMEs so that buildtoc is happy.
27664              (The CGI::Util nit reported to Lincoln.)
27665              
27666              Fix complaints of buildtoc.
27667              
27668              Fix the alignment problem in Crays ([ID 20000612.002]).
27669              
27670              Remove perlbook, update perlfaq book listing,
27671              rearrange perl.pod, regenerate perltoc.
27672              
27673              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
27674              was cast to an unsigned (32-bit) integer with wild abandon.
27675              
27676              winsock options weren't being set in all threads under ithreads
27677              (caused send()s from second and subsequent threads to fail)
27678              
27679              accept() leaks memory on windows due to incorrect ordering of
27680              closesocket() and fclose() calls
27681              
27682              Reorder perl.pod once more.
27683              
27684              More POSIX.pod tweaks.
27685              
27686              Sprinkle ldlibpath.
27687              
27688              Precedence goof, fix based on
27689              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
27690              From: Hugo <hv@crypt.compulink.co.uk>
27691              Date: Tue, 11 Jul 2000 12:52:38 +0100
27692              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
27693              
27694              Subject: PATCH perlguts.pod: Document D and d magic types
27695              From: mjd@plover.com
27696              Date: 5 Jul 2000 18:01:51 -0000
27697              Message-ID: <20000705180151.29413.qmail@plover.com>
27698              
27699              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
27700              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
27701              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
27702              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
27703              
27704              Subject: [PATCH cfgperl] $& segfaults if you trick it
27705              From: simon@brecon.co.uk (Simon Cozens)
27706              Date: 7 Jul 2000 11:26:09 GMT
27707              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
27708              
27709              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
27710              From: Hugo <hv@crypt.compulink.co.uk>
27711              Date: Tue, 11 Jul 2000 12:44:50 +0100
27712              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
27713              
27714              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
27715              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27716              Date: Tue, 11 Jul 2000 13:50:51 +0100
27717              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
27718      Branch: maint-5.6/perl
27719           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
27720           +> pod/buildtoc.PL
27721            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
27722           !> (integrate 26 files)
27723 ____________________________________________________________________________
27724 [  7771] By: gsar                                  on 2000/11/20  12:31:42
27725         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
27726              6310,6311,6314
27727              
27728              Subject: [PATCH bleedperl] File::Spec 0.82 beta
27729              From: Barrie Slaymaker <barries@jester.slaysys.com>
27730              Date: Wed, 28 Jun 2000 11:35:29 -0400
27731              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
27732              
27733              tweak perlembed for multiplicity/usethreads sanity; correct notes
27734              about Windows
27735              
27736              localize %INC in a Safe compartment so that use/require work
27737              (many other magic globals probably need similar treatment)
27738              
27739              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
27740              when @_ is modified, causing coredumps
27741              
27742              slurp mode fix in change#4736 still not quite right
27743              
27744              Point to perlipc for more SysV IPC examples.
27745              
27746              Elaborate POSIX.pod.  Still needs work.
27747              
27748              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
27749              
27750              fix large memory leak that has been around for ever, masked by
27751              -DPURIFY (most of the arenas were never freed!)
27752              
27753              fix memory leak on Windows (PL_sys_intern contents were never
27754              freed)
27755              
27756              PERL_OBJECT build tweak
27757              
27758              adjust change#6299
27759              
27760              remove rel2abs prototypes (from Barrie Slaymaker)
27761              
27762              missing perldiag entry for unpack("w",...) diagnostic (from
27763              Andreas Koenig)
27764              
27765              better diagnostic on Frob->stuff() when Frob:: doesn't exist
27766              (from Richard Soderberg <rs@oregonnet.com>)
27767              
27768              Win32 patches for cfgperl from Sarathy.
27769              
27770              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
27771              
27772              More POSIX.pod embellishment.
27773              
27774              tyop in change#6306
27775      Branch: maint-5.6/perl
27776           !> (integrate 44 files)
27777 ____________________________________________________________________________
27778 [  7770] By: gsar                                  on 2000/11/20  11:51:00
27779         Log: integrate changes#6268..6282 from cfgperl branch
27780              
27781              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
27782              From: Dominic Dunlop <domo@computer.org>
27783              Date: Thu, 29 Jun 2000 12:32:39 +0200
27784              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
27785              
27786              Regen headers for #6261 (and update embed.pl for this) and #6267,
27787              silence few compiler warnings.
27788              
27789              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
27790              From: Nicholas Clark <nick@talking.bollo.cx>
27791              Date: Fri, 23 Jun 2000 16:21:15 +0100
27792              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
27793              
27794              Subject: PATCH pod/perltie.pod
27795              From: Ian Phillipps <Ian.Phillipps@iname.com>
27796              Date: Fri, 16 Jun 2000 00:17:19 +0100
27797              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
27798              (only the first hunk, the second hunk had already been done
27799              by some other patch)
27800              
27801              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
27802              From: Tom Phoenix <rootbeer@redcat.com>
27803              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
27804              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
27805              
27806              Subject: [PATCH] xsub attributes
27807              From: Doug MacEachern <dougm@covalent.net>
27808              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
27809              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
27810              
27811              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
27812              From: Andy Dougherty <doughera@lafayette.edu>
27813              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
27814              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
27815              
27816              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
27817              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27818              Date: Tue, 13 Jun 2000 02:43:48 -0500
27819              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
27820              
27821              Subject: [PATCH] Re: eval documentation: context
27822              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27823              Date: Mon, 12 Jun 2000 15:07:29 +0100
27824              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
27825              
27826              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
27827              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
27828              Date: Mon, 12 Jun 2000 14:55:59 +0100
27829              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
27830              
27831              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
27832              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
27833              Date: Fri, 09 Jun 2000 12:39:27 -0400
27834              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
27835              (plus update the version "number" of Text::Wrap)
27836              
27837              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
27838              From: Tim Ayers <tayers@bridge.com>
27839              Date: Thu, 08 Jun 2000 08:11:06 +0200
27840              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
27841              [resent by Richard Foley, Message-Id probably wrong]
27842              
27843              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
27844              From: rspier@pobox.com (Robert Spier)
27845              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
27846              Message-ID: <14654.31913.845602.610277@rls.cx>
27847              
27848              Subject: [PATCH 5.6.0] utils/h2xs.PL
27849              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
27850              Date: Wed, 7 Jun 2000 04:02:04 -0500
27851              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
27852              
27853              Subject: [PATCH 5.6.0]ITHREADs for VMS
27854              From: Dan Sugalski <dan@sidhe.org>
27855              Date: Tue, 06 Jun 2000 11:59:50 -0400
27856              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
27857      Branch: maint-5.6/perl
27858           !> (integrate 31 files)
27859 ____________________________________________________________________________
27860 [  7769] By: gsar                                  on 2000/11/20  11:29:06
27861         Log: integrate changes#6261..6266 from cfgperl
27862              
27863              Subject: Re: [PATCH cfgperl] BOMs away!
27864              From: simon@brecon.co.uk (Simon Cozens)
27865              Date: 17 Jun 2000 11:49:57 GMT
27866              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
27867              
27868              Subject: 5.6.0 Patch for EPOC
27869              From: Olaf Flebbe <o.flebbe@gmx.de>
27870              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
27871              Message-ID: <23449.960929969@www11.gmx.net>
27872              
27873              tr fixes from Simon Cozens
27874              
27875              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
27876              From: Marty Lucich <marty@netcom.com>
27877              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
27878              Message-Id: <200006282116.OAA11148@netcom.com>
27879              ccdlflags update (the BSD/OS 4.1 part had already been taken
27880              care of by #6141).
27881              
27882              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
27883              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
27884              Date: Wed, 28 Jun 2000 17:50:12 -0700
27885              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
27886              
27887              Subject: [PATCH 5.6.0] cygwin port
27888              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
27889              From: "Fifer, Eric" <EFifer@sanwaint.com>
27890              Date: Thu, 29 Jun 2000 12:58:29 +0100
27891      Branch: maint-5.6/perl
27892           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
27893           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
27894           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
27895           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
27896 ____________________________________________________________________________
27897 [  7768] By: gsar                                  on 2000/11/20  11:13:44
27898         Log: integrate changes#6252..6256,6259..6260
27899              
27900              Paranoia tweak on #6249.
27901              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
27902              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
27903              Date: Sun, 25 Jun 2000 23:43:12 -0400
27904              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
27905              
27906              Subject: tr///, help wanted.
27907              From: simon@brecon.co.uk (Simon Cozens)
27908              Date: 28 Jun 2000 11:29:04 GMT
27909              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
27910              
27911              small thinko tweaks
27912              
27913              tweaks from Simon Conzes to further fix tr/// under utf8
27914              
27915              perlnewmod was missing from MANIFEST.
27916              
27917              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
27918              From: simon@brecon.co.uk (Simon Cozens)
27919              Date: 17 Jun 2000 11:56:44 GMT
27920              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
27921              pack U0, pack C0
27922      Branch: maint-5.6/perl
27923           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
27924           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
27925           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
27926           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
27927 ____________________________________________________________________________
27928 [  7767] By: gsar                                  on 2000/11/20  10:51:38
27929         Log: integrate change#6250 from cfgperl
27930              
27931              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
27932              From: Doug MacEachern <dougm@covalent.net>
27933              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
27934              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
27935      Branch: maint-5.6/perl
27936           +> t/op/my_stash.t
27937           !> MANIFEST embed.pl global.sym proto.h toke.c
27938 ____________________________________________________________________________
27939 [  7766] By: gsar                                  on 2000/11/20  10:48:34
27940         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
27941              
27942              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
27943              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
27944              Date: Mon, 26 Jun 2000 18:40:14 +0100
27945              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
27946              
27947              Subject: [PATCH] bytes<->utf8 fixes
27948              From: simon@brecon.co.uk (Simon Cozens)
27949              Date: 26 Jun 2000 04:55:45 GMT
27950              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
27951              
27952              Subject: [PATCH] is_utf8_string
27953              From: simon@brecon.co.uk (Simon Cozens)
27954              Date: 26 Jun 2000 02:25:59 GMT
27955              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
27956              
27957              Subject: [PATCH] avoid mg_ptr in '*' magic
27958              From: Doug MacEachern <dougm@covalent.net>
27959              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
27960              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
27961              
27962              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
27963              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
27964              Date: Sat, 24 Jun 2000 13:06:20 +0100
27965              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
27966              
27967              Allow for standalone testing.
27968              
27969              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
27970              From: Mark-Jason Dominus <mjd@plover.com>
27971              Date: Tue, 27 Jun 2000 22:36:42 -0400
27972              Message-ID: <20000628023642.12166.qmail@plover.com>
27973              
27974              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
27975              From: Frank Tobin <ftobin@uiuc.edu>
27976              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
27977              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
27978      Branch: maint-5.6/perl
27979           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
27980           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
27981           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
27982           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
27983           !> utf8.c utils/h2xs.PL
27984 ____________________________________________________________________________
27985 [  7765] By: gsar                                  on 2000/11/20  10:29:13
27986         Log: integrate change#6239 from cfgperl
27987              
27988              Configure maintenance.  Sever some dependency cycles,
27989              separate gccversion from the cc unit,
27990              address [ID 20000623.006] Configure script patch for using gcc on AIX
27991              (but solve it a little bit differently),
27992              unduplex some accidentally duplicated units,
27993              suggest using gcc if no cc available
27994              (p5p thread: "Solaris configure: counterproposal", 1999-09)
27995      Branch: maint-5.6/perl
27996           !> Configure Todo-5.6 config_h.SH
27997 ____________________________________________________________________________
27998 [  7764] By: gsar                                  on 2000/11/20  10:25:55
27999         Log: integrate changes#6233..6238 from cfgperl
28000              
28001              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
28002              From: Mark-Jason Dominus <mjd@plover.com>
28003              Date: Fri, 16 Jun 2000 20:53:04 -0400
28004              Message-ID: <20000617005304.8008.qmail@plover.com>
28005              
28006              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
28007              because when run as services (Win32ese for daemons)
28008              no environment variables are set and tmpdir ends up as /tmp,
28009              which is ambiguous.
28010              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
28011              From: matt@sergeant.org
28012              Date: 16 Jun 2000 16:30:43 -0000
28013              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
28014              
28015              The thread begun by
28016              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
28017              From: Kevin.Ruscoe@ubsw.com
28018              Date: Fri, 16 Jun 2000 16:38:51 +0100
28019              Message-Id: <H000019b03c300d6@MHS>
28020              
28021              Tweak embed.pl, regen headers.
28022              
28023              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
28024              From: Dan Sugalski <dan@sidhe.org>
28025              Date: Fri, 23 Jun 2000 17:00:00 -0400
28026              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
28027      Branch: maint-5.6/perl
28028           !> (integrate 27 files)
28029 ____________________________________________________________________________
28030 [  7763] By: gsar                                  on 2000/11/20  10:08:08
28031         Log: s/perl56delta/perldelta/g
28032      Branch: maint-5.6/perl
28033            ! pod/Makefile
28034 ____________________________________________________________________________
28035 [  7762] By: gsar                                  on 2000/11/20  10:04:00
28036         Log: integrate changes#6225,6229,6231,6232 from cfgperl
28037              
28038              Add source code filenames to apidoc.
28039              From: simon@brecon.co.uk (Simon Cozens)
28040              Subject: [PATCH embed.pl] Source X-ref
28041              Date: 22 Jun 2000 02:18:49 GMT
28042              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
28043              
28044              Subject: README.hpux version 0.6.1
28045              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
28046              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
28047              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
28048              
28049              Subject: [PATCH 5.6.0] cygwin port
28050              From: "Fifer, Eric" <EFifer@sanwaint.com>
28051              Date: Tue, 20 Jun 2000 14:30:58 +0100
28052              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
28053              
28054              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
28055              From: simon@brecon.co.uk (Simon Cozens)
28056              Date: 19 Jun 2000 15:18:27 GMT
28057              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
28058              
28059              plus update pod/Makefile and regenerate perltoc
28060      Branch: maint-5.6/perl
28061           +> pod/perlutil.pod
28062           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
28063           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
28064 ____________________________________________________________________________
28065 [  7761] By: jhi                                   on 2000/11/20  04:09:55
28066         Log: Miraculous typo.
28067      Branch: perl
28068            ! t/op/pat.t
28069 ____________________________________________________________________________
28070 [  7760] By: jhi                                   on 2000/11/20  04:06:08
28071         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28072              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28073              Date: Sun, 19 Nov 2000 22:30:26 -0500
28074              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
28075      Branch: perl
28076            ! regexec.c scope.h t/op/pat.t
28077 ____________________________________________________________________________
28078 [  7759] By: jhi                                   on 2000/11/20  02:05:22
28079         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
28080      Branch: perl
28081            ! perl.h
28082 ____________________________________________________________________________
28083 [  7758] By: jhi                                   on 2000/11/20  01:58:11
28084         Log: Subject: [perl 7711: EPOC] updates
28085              From: Olaf Flebbe <o.flebbe@gmx.de>
28086              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
28087              Message-ID: <25575.974658810@www23.gmx.net>               
28088      Branch: perl
28089            + lib/File/Spec/Epoc.pm
28090            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
28091            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
28092            ! lib/File/Spec.pm perl.c sv.c
28093 ____________________________________________________________________________
28094 [  7757] By: jhi                                   on 2000/11/20  01:53:11
28095         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
28096      Branch: perl
28097            ! MANIFEST
28098 ____________________________________________________________________________
28099 [  7756] By: jhi                                   on 2000/11/20  01:47:22
28100         Log: Integrate perlio.
28101      Branch: perl
28102            - ext/re/hints/MSWin32.pl
28103           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
28104           !> win32/config.gc win32/config_H.gc win32/win32sck.c
28105 ____________________________________________________________________________
28106 [  7755] By: nick                                  on 2000/11/19  20:57:17
28107         Log: Add dummy crlf layer (just as buffer)
28108              Correct 1st bug - one layer of indirection.
28109      Branch: perlio
28110            ! perlio.c perlio.h perliol.h
28111 ____________________________________________________________________________
28112 [  7754] By: nick                                  on 2000/11/19  20:56:12
28113         Log: Work-round to Perl_deb_nocontext is no longer required
28114      Branch: perlio
28115            - ext/re/hints/MSWin32.pl
28116 ____________________________________________________________________________
28117 [  7753] By: nick                                  on 2000/11/19  20:01:16
28118         Log: diff -se shows these as different
28119      Branch: perlio
28120            ! global.sym pod/perlapi.pod
28121 ____________________________________________________________________________
28122 [  7752] By: nick                                  on 2000/11/19  18:57:30
28123         Log: Configure GCC/Win32 build -Duseperlio
28124              Fix a couple of gross issues
28125              - double-include of ../deb.o in re.dll
28126              - win32sck.c needs PerlIO and FILE 
28127      Branch: perlio
28128            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
28129            ! win32/win32sck.c
28130 ____________________________________________________________________________
28131 [  7751] By: nick                                  on 2000/11/19  17:05:36
28132         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
28133      Branch: perlio
28134            ! perlio.c
28135 ____________________________________________________________________________
28136 [  7750] By: nick                                  on 2000/11/19  16:57:14
28137         Log: Missing aTHX_
28138      Branch: perlio
28139            ! sv.c
28140 ____________________________________________________________________________
28141 [  7749] By: jhi                                   on 2000/11/19  16:28:40
28142         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
28143              From: "Peter J. Farley III" <pjfarley@banet.net>
28144              Date: Sun, 19 Nov 2000 01:42:58 -0500
28145              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
28146      Branch: perl
28147            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
28148 ____________________________________________________________________________
28149 [  7748] By: jhi                                   on 2000/11/19  16:08:10
28150         Log: Subject: podlators 1.05 available        
28151              From: Russ Allbery <rra@stanford.edu>   
28152              Date: 18 Nov 2000 22:04:28 -0800
28153              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
28154      Branch: perl
28155            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
28156 ____________________________________________________________________________
28157 [  7747] By: nick                                  on 2000/11/19  11:19:39
28158         Log: Integrate mainline
28159      Branch: perlio
28160           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
28161           !> util.c
28162 ____________________________________________________________________________
28163 [  7746] By: jhi                                   on 2000/11/19  06:42:22
28164         Log: Make hex scanning warn on "\x{x}" and "\xx".
28165              "\x" and and hex("x") are still valid.
28166      Branch: perl
28167            ! util.c
28168 ____________________________________________________________________________
28169 [  7745] By: nick                                  on 2000/11/18  22:52:28
28170         Log: Integrate mainline
28171      Branch: perlio
28172           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
28173           !> perl.h perlio.c proto.h regcomp.c regcomp.h
28174 ____________________________________________________________________________
28175 [  7744] By: jhi                                   on 2000/11/18  22:50:28
28176         Log: Introduce Perl_utf8_length().  Use it.
28177      Branch: perl
28178            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
28179 ____________________________________________________________________________
28180 [  7743] By: jhi                                   on 2000/11/18  22:38:51
28181         Log: Compiler denit.
28182      Branch: perl
28183            ! perlio.c
28184 ____________________________________________________________________________
28185 [  7742] By: jhi                                   on 2000/11/18  20:33:05
28186         Log: Integrate perlio.
28187      Branch: perl
28188           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
28189           !> perlio.h pp_ctl.c pp_sys.c sv.c
28190 ____________________________________________________________________________
28191 [  7741] By: jhi                                   on 2000/11/18  20:31:27
28192         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
28193              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28194              Date: Fri, 17 Nov 2000 20:35:11 -0500
28195              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
28196              
28197              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
28198              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28199              Date: Fri, 17 Nov 2000 21:03:47 -0500
28200              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
28201              
28202              Plus a little bit of tweaking in pregcomp().
28203      Branch: perl
28204            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
28205 ____________________________________________________________________________
28206 [  7740] By: nick                                  on 2000/11/18  20:17:22
28207         Log: Lexical use open ... support:
28208              add ->cop_io to COP structure in cop.h.
28209              Make mg.c and gv.c associate it with ${^OPEN}.
28210              Make lib/open.pm set it.
28211              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
28212              manner similar to ->cop_warnings.
28213              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
28214              call new PerlIO_apply_layers().
28215              Declare latter in perlio.h and define in perlio.c
28216      Branch: perlio
28217            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
28218            ! perlio.h pp_ctl.c pp_sys.c sv.c
28219 ____________________________________________________________________________
28220 [  7739] By: jhi                                   on 2000/11/18  19:54:00
28221         Log: Integrate perlio.
28222      Branch: perl
28223           !> doio.c perlio.c pp.c
28224 ____________________________________________________________________________
28225 [  7738] By: jhi                                   on 2000/11/18  17:16:13
28226         Log: Subject: [PATCH 5.7.0] etags broken again
28227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28228              Date: Sat, 18 Nov 2000 02:41:36 -0500
28229              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
28230      Branch: perl
28231            ! emacs/ptags
28232 ____________________________________________________________________________
28233 [  7737] By: jhi                                   on 2000/11/18  17:12:18
28234         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
28235      Branch: perl
28236            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
28237 ____________________________________________________________________________
28238 [  7736] By: nick                                  on 2000/11/18  14:06:20
28239         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
28240              part to be isolated.
28241      Branch: perlio
28242            ! doio.c perlio.c
28243 ____________________________________________________________________________
28244 [  7735] By: nick                                  on 2000/11/18  11:03:32
28245         Log: Integrate mainline
28246      Branch: perlio
28247           !> Changes README.amiga README.win32 patchlevel.h
28248           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
28249 ____________________________________________________________________________
28250 [  7734] By: jhi                                   on 2000/11/18  01:18:56
28251         Log: Update Changes.
28252      Branch: perl
28253            ! Changes patchlevel.h
28254 ____________________________________________________________________________
28255 [  7733] By: jhi                                   on 2000/11/18  00:32:54
28256         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
28257              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28258              Date: Fri, 17 Nov 2000 17:28:02 -0500
28259              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
28260      Branch: perl
28261            ! regcomp.c regexec.c t/op/re_tests
28262 ____________________________________________________________________________
28263 [  7732] By: jhi                                   on 2000/11/18  00:28:56
28264         Log: Sparc 64-bit pack() fix from Jens Hamisch.
28265      Branch: perl
28266            ! pp.c
28267 ____________________________________________________________________________
28268 [  7731] By: jhi                                   on 2000/11/18  00:18:39
28269         Log: Explain in more detail the {} syntax ambiguousity.
28270              
28271              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
28272              From: Nicholas Clark <nick@ccl4.org>
28273              Date: Fri, 17 Nov 2000 22:10:28 +0000
28274              Message-ID: <20001117221028.A88930@plum.flirble.org>
28275      Branch: perl
28276            ! pod/perlfunc.pod
28277 ____________________________________________________________________________
28278 [  7730] By: jhi                                   on 2000/11/18  00:12:18
28279         Log: Subject: Fix for README.amiga (20000323.033)
28280              From: "Stephen P. Potter" <spp@spotter.yi.org>
28281              Date: Fri, 17 Nov 2000 12:25:51 -0500
28282              Message-Id: <200011171725.MAA05768@spotter.yi.org>
28283      Branch: perl
28284            ! README.amiga
28285 ____________________________________________________________________________
28286 [  7729] By: jhi                                   on 2000/11/18  00:08:34
28287         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
28288              From: "A. C. Yardley" <yardley@tanet.net>
28289              Date: Mon, 3 Apr 2000 11:35:33 -0700
28290              Message-ID: <3483.000403@tanet.net>
28291      Branch: perl
28292            ! README.win32
28293 ____________________________________________________________________________
28294 [  7728] By: nick                                  on 2000/11/17  21:59:47
28295         Log: Integrate mainline
28296      Branch: perlio
28297           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
28298           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
28299           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
28300           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
28301 ____________________________________________________________________________
28302 [  7727] By: nick                                  on 2000/11/17  21:56:31
28303         Log: Experiment on use of attributes.pm interface.
28304              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
28305              SVt_PVRV if not already something better (else vivify of say magic gets
28306              core dump).
28307      Branch: perlio
28308            ! perlio.c pp.c
28309 ____________________________________________________________________________
28310 [  7726] By: jhi                                   on 2000/11/17  14:15:49
28311         Log: Subject: Fix for 20000815.006
28312              From: "Stephen P. Potter" <spp@spotter.yi.org>
28313              Date: Fri, 17 Nov 2000 08:57:45 -0500
28314              Message-Id: <200011171357.IAA05122@spotter.yi.org>
28315              
28316              It's really 20000518.006.
28317      Branch: perl
28318            ! pod/perlmodlib.PL
28319 ____________________________________________________________________________
28320 [  7725] By: jhi                                   on 2000/11/17  14:12:31
28321         Log: Subject: Fix for 20000409.001
28322              From: "Stephen P. Potter" <spp@spotter.yi.org>
28323              Date: Fri, 17 Nov 2000 08:55:45 -0500
28324              Message-Id: <200011171355.IAA05104@spotter.yi.org>
28325      Branch: perl
28326            ! pod/perlfaq9.pod
28327 ____________________________________________________________________________
28328 [  7724] By: jhi                                   on 2000/11/17  14:08:58
28329         Log: Undo #7627 now that we have =head3.
28330      Branch: perl
28331            ! pod/perlhack.pod
28332 ____________________________________________________________________________
28333 [  7723] By: jhi                                   on 2000/11/17  14:04:09
28334         Log: As surmised the #7719 wasn't a good move.
28335      Branch: perl
28336            ! hints/solaris_2.sh
28337 ____________________________________________________________________________
28338 [  7722] By: jhi                                   on 2000/11/17  13:59:04
28339         Log: Also the 64bitall hints can be either here or there.
28340      Branch: perl
28341            ! hints/solaris_2.sh
28342 ____________________________________________________________________________
28343 [  7721] By: jhi                                   on 2000/11/17  02:26:23
28344         Log: Test tweak for the open pragma.
28345      Branch: perl
28346            ! t/lib/b.t
28347 ____________________________________________________________________________
28348 [  7720] By: jhi                                   on 2000/11/17  00:23:22
28349         Log: The long double hints can be here or there.
28350      Branch: perl
28351            ! hints/solaris_2.sh
28352 ____________________________________________________________________________
28353 [  7719] By: jhi                                   on 2000/11/17  00:14:06
28354         Log: For Solaris use64bitall the stdchar needs a little bit of help.
28355      Branch: perl
28356            ! hints/solaris_2.sh
28357 ____________________________________________________________________________
28358 [  7718] By: jhi                                   on 2000/11/16  23:27:34
28359         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
28360              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
28361              Date: Wed, 15 Nov 2000 08:56:32 +0100
28362              Message-ID: <3A1241B0.64477E00@alcatel.at>
28363      Branch: perl
28364            ! lib/Carp/Heavy.pm
28365 ____________________________________________________________________________
28366 [  7717] By: jhi                                   on 2000/11/16  23:23:29
28367         Log: Subject: [PATCH] Re: 20001101.003 PDL
28368              From: Nicholas Clark <nick@ccl4.org>
28369              Date: Thu, 16 Nov 2000 16:48:25 +0000
28370              Message-ID: <20001116164825.B93487@plum.flirble.org>
28371      Branch: perl
28372            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
28373 ____________________________________________________________________________
28374 [  7716] By: jhi                                   on 2000/11/16  23:21:31
28375         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
28376              From: "Casey R. Tweten" <crt@kiski.net>
28377              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
28378              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
28379      Branch: perl
28380            ! lib/Pod/Checker.pm pod/perlpod.pod
28381 ____________________________________________________________________________
28382 [  7715] By: jhi                                   on 2000/11/16  23:19:40
28383         Log: Avoid an infinite loop in VMS when utils scripts are run
28384              with no arguments, from Charles Lane.
28385      Branch: perl
28386            ! configure.com
28387 ____________________________________________________________________________
28388 [  7714] By: jhi                                   on 2000/11/16  23:17:08
28389         Log: Subject: perllocale.pod changes
28390              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28391              Date: Mon, 13 Nov 2000 10:09:22 +0300
28392              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
28393      Branch: perl
28394            ! pod/perllocale.pod
28395 ____________________________________________________________________________
28396 [  7713] By: jhi                                   on 2000/11/16  23:14:06
28397         Log: Integrate perlio.
28398      Branch: perl
28399           !> doio.c perlio.c perlio.h util.c
28400 ____________________________________________________________________________
28401 [  7712] By: nick                                  on 2000/11/16  21:10:58
28402         Log: Integrate mainline
28403      Branch: perlio
28404           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28405           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
28406           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
28407           !> vos/config.ga.def vos/config.ga.h win32/config.bc
28408           !> win32/config.gc win32/config.vc
28409 ____________________________________________________________________________
28410 [  7711] By: nick                                  on 2000/11/16  19:56:41
28411         Log: Minor tweaks:
28412              consistent way of getting 'rb', 'wb' etc. for binary opens
28413              move *perlio::layers to *open::layers
28414              a #define to show layers available
28415              DOSISH popen/PerlIO had export/import sense inverted.
28416      Branch: perlio
28417            ! doio.c perlio.c perlio.h util.c
28418 ____________________________________________________________________________
28419 [  7710] By: jhi                                   on 2000/11/16  15:46:05
28420         Log: Add HAS_SBRK_PROTO.
28421      Branch: metaconfig/U/perl
28422            + d_sbrkproto.U
28423      Branch: perl
28424            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28425            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
28426            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28427            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28428            ! win32/config.gc win32/config.vc
28429 ____________________________________________________________________________
28430 [  7709] By: nick                                  on 2000/11/16  07:31:49
28431         Log: Integrate mainline
28432      Branch: perlio
28433           !> (integrate 35 files)
28434 ____________________________________________________________________________
28435 [  7708] By: jhi                                   on 2000/11/16  05:33:03
28436         Log: These files are text, not binary.
28437      Branch: perl
28438            ! ext/Encode/Encode/iso8859-10.enc
28439            ! ext/Encode/Encode/iso8859-13.enc
28440            ! ext/Encode/Encode/iso8859-14.enc
28441            ! ext/Encode/Encode/iso8859-15.enc
28442 ____________________________________________________________________________
28443 [  7707] By: jhi                                   on 2000/11/16  01:53:37
28444         Log: Update Changes.
28445      Branch: perl
28446            ! Changes patchlevel.h
28447 ____________________________________________________________________________
28448 [  7706] By: jhi                                   on 2000/11/16  01:35:59
28449         Log: More #undefing of stdio.
28450      Branch: perl
28451            ! fakesdio.h nostdio.h
28452 ____________________________________________________________________________
28453 [  7705] By: jhi                                   on 2000/11/16  01:34:18
28454         Log: Add fwalk() probe to the configuration files and regen perltoc.
28455      Branch: perl
28456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28457            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
28458            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
28459            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28460            ! win32/config.bc win32/config.gc win32/config.vc
28461 ____________________________________________________________________________
28462 [  7704] By: jhi                                   on 2000/11/16  01:33:07
28463         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
28464              an optional third argument to Inlibc?)
28465      Branch: metaconfig/U/perl
28466            + d__fwalk.U
28467 ____________________________________________________________________________
28468 [  7703] By: jhi                                   on 2000/11/16  01:09:22
28469         Log: The type of the hash_cb() size argument is tricky.
28470      Branch: perl
28471            ! ext/DB_File/DB_File.xs
28472 ____________________________________________________________________________
28473 [  7702] By: jhi                                   on 2000/11/15  23:01:16
28474         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
28475      Branch: perl
28476            ! nostdio.h
28477 ____________________________________________________________________________
28478 [  7701] By: jhi                                   on 2000/11/15  22:52:32
28479         Log: Detypo.
28480      Branch: perl
28481            ! t/lib/bigfltpm.t
28482 ____________________________________________________________________________
28483 [  7700] By: jhi                                   on 2000/11/15  22:51:56
28484         Log: UINT64_C() work continues.
28485      Branch: perl
28486            ! handy.h perl.h utf8.h
28487 ____________________________________________________________________________
28488 [  7699] By: jhi                                   on 2000/11/15  14:13:04
28489         Log: SOCKS has its own USE_THREADS, based on
28490              
28491              Subject: [ID 20001114.002] et. al. bugfix followup
28492              From: Jens Hamisch <jens@Strawberry.COM> 
28493              Date: Wed, 15 Nov 2000 14:23:11 +0100
28494              Message-ID: <20001115142311.A21164@Strawberry.COM>
28495      Branch: perl
28496            ! perl.h
28497 ____________________________________________________________________________
28498 [  7698] By: jhi                                   on 2000/11/15  03:50:56
28499         Log: Add few missing #undefs and sort them.
28500      Branch: perl
28501            ! fakesdio.h
28502 ____________________________________________________________________________
28503 [  7697] By: jhi                                   on 2000/11/15  03:39:14
28504         Log: Linenumber fix.
28505      Branch: perl
28506            ! t/pragma/warn/utf8
28507 ____________________________________________________________________________
28508 [  7696] By: jhi                                   on 2000/11/15  02:55:26
28509         Log: EBCDIC tweaks.
28510              
28511              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
28512              From: Peter Prymmer <pvhp@forte.com>
28513              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
28514              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
28515      Branch: perl
28516            ! t/op/regmesg.t t/pragma/warn/utf8
28517 ____________________________________________________________________________
28518 [  7695] By: jhi                                   on 2000/11/15  02:53:58
28519         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
28520              From: Peter Prymmer <pvhp@forte.com>
28521              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
28522              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
28523      Branch: perl
28524            ! utf8.c
28525 ____________________________________________________________________________
28526 [  7694] By: jhi                                   on 2000/11/15  02:50:55
28527         Log: Subject: [PATCH: perl@7674] updates to README.os390
28528              From: Prymmer/Kahn <pvhp@best.com>
28529              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
28530              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
28531      Branch: perl
28532            ! README.os390
28533 ____________________________________________________________________________
28534 [  7693] By: jhi                                   on 2000/11/15  02:48:37
28535         Log: Quit utf8_to_uv() instantly if curlen == 0.
28536      Branch: perl
28537            ! utf8.c
28538 ____________________________________________________________________________
28539 [  7692] By: jhi                                   on 2000/11/15  02:24:29
28540         Log: Use u_int32_t for the size of hash_cb(), not size_t.
28541              
28542              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
28543              From: Jens Hamisch <jens@Strawberry.COM>     
28544              Date: Tue, 14 Nov 2000 19:03:55 +0100
28545              Message-Id: <20001114190355.A20559@Strawberry.COM>
28546      Branch: perl
28547            ! ext/DB_File/DB_File.xs
28548 ____________________________________________________________________________
28549 [  7691] By: jhi                                   on 2000/11/15  02:20:12
28550         Log: Use UINT64_C().
28551              
28552              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
28553              From: Jens Hamisch <jens@Strawberry.COM>
28554              Date: Tue, 14 Nov 2000 19:16:23 +0100
28555              Message-Id: <20001114191623.G20559@Strawberry.COM>
28556      Branch: perl
28557            ! utf8.c utf8.h
28558 ____________________________________________________________________________
28559 [  7690] By: jhi                                   on 2000/11/15  02:17:06
28560         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
28561              (a macro to define signed and unsigned integer constants).
28562      Branch: perl
28563            ! handy.h
28564 ____________________________________________________________________________
28565 [  7689] By: jhi                                   on 2000/11/15  01:56:51
28566         Log: Regen Configure.
28567      Branch: perl
28568            ! Configure
28569 ____________________________________________________________________________
28570 [  7688] By: jhi                                   on 2000/11/15  01:56:32
28571         Log: Make the unit know about SOCKS.
28572      Branch: metaconfig
28573            ! U/protos/socksizetype.U
28574 ____________________________________________________________________________
28575 [  7687] By: jhi                                   on 2000/11/15  01:54:47
28576         Log: Remove unused dependencies.
28577      Branch: metaconfig
28578            ! U/compline/d_getpagsz.U
28579 ____________________________________________________________________________
28580 [  7686] By: nick                                  on 2000/11/14  21:25:13
28581         Log: Integrate mainline.
28582      Branch: perlio
28583           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
28584           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
28585           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
28586           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
28587           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
28588           !> win32/config.bc win32/config.gc win32/config.vc
28589           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
28590 ____________________________________________________________________________
28591 [  7685] By: jhi                                   on 2000/11/14  17:54:56
28592         Log: Integrate perlio.
28593      Branch: perl
28594           +> fakesdio.h perliol.h
28595           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
28596           !> perlsdio.h perlsfio.h pod/perlfunc.pod
28597 ____________________________________________________________________________
28598 [  7684] By: nick                                  on 2000/11/14  17:43:04
28599         Log: PerlIO #include and #ifdef re-work.
28600      Branch: perlio
28601            + fakesdio.h perliol.h
28602            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
28603            ! perlsdio.h perlsfio.h
28604 ____________________________________________________________________________
28605 [  7683] By: jhi                                   on 2000/11/14  15:42:40
28606         Log: Hoist the duplicated socket/netdb include logic to perl.h;
28607              undef SETERRNO in case SOCKS has defined it.  Based on:
28608              
28609              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
28610              From: Jens Hamisch <jens@Strawberry.COM> 
28611              Date: Tue, 14 Nov 2000 11:34:40 +0100
28612              Message-Id: <20001114113440.A20005@Strawberry.COM>
28613      Branch: perl
28614            ! doio.c perl.h pp_sys.c
28615 ____________________________________________________________________________
28616 [  7682] By: jhi                                   on 2000/11/14  14:07:28
28617         Log: Subject: some additions for makefiles for win32 (for perl@7674)
28618              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28619              Date: Tue, 14 Nov 2000 09:31:13 +0300
28620              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
28621      Branch: perl
28622            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
28623            ! win32/makefile.mk
28624 ____________________________________________________________________________
28625 [  7681] By: jhi                                   on 2000/11/14  14:01:41
28626         Log: Subject: tiny typo in perl5db.pl
28627              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
28628              Date: Tue, 14 Nov 2000 09:29:28 +0300
28629              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
28630      Branch: perl
28631            ! lib/perl5db.pl
28632 ____________________________________________________________________________
28633 [  7680] By: jhi                                   on 2000/11/14  04:13:50
28634         Log: Redo #7679 with LFs instead of CRLFs.
28635      Branch: perl
28636            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
28637            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
28638            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
28639 ____________________________________________________________________________
28640 [  7679] By: jhi                                   on 2000/11/14  01:21:09
28641         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
28642              From: Benjamin Stuhl <tiriath@yahoo.com> 
28643              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
28644              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
28645      Branch: perl
28646            + win32/bin/mdelete.bat
28647            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
28648            ! makedef.pl perlio.c win32/Makefile win32/config.gc
28649            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
28650 ____________________________________________________________________________
28651 [  7678] By: jhi                                   on 2000/11/14  01:19:20
28652         Log: Fix the re extension building for Win32.
28653              
28654              Subject: [PATCH perl@7638] Get PerlIO building on Win32
28655              From: Benjamin Stuhl <tiriath@yahoo.com> 
28656              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
28657              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
28658      Branch: perl
28659            + ext/re/hints/MSWin32.pl
28660            ! MANIFEST
28661 ____________________________________________________________________________
28662 [  7677] By: jhi                                   on 2000/11/14  01:13:54
28663         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
28664              From: sthoenna@efn.org
28665              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
28666              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
28667      Branch: perl
28668            ! doop.c pp.c toke.c utf8.c utf8.h
28669 ____________________________________________________________________________
28670 [  7676] By: jhi                                   on 2000/11/13  20:23:15
28671         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
28672              From: Nicholas Clark <nick@ccl4.org>
28673              Date: Mon, 13 Nov 2000 18:55:04 +0000
28674              Message-ID: <20001113185504.J29183@plum.flirble.org>
28675      Branch: perl
28676            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
28677 ____________________________________________________________________________
28678 [  7675] By: nick                                  on 2000/11/13  20:21:57
28679         Log: Integrate mainline ...
28680      Branch: perlio
28681           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
28682           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
28683           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
28684           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
28685 ____________________________________________________________________________
28686 [  7674] By: jhi                                   on 2000/11/13  15:07:56
28687         Log: Update Changes.
28688      Branch: perl
28689            ! Changes patchlevel.h
28690 ____________________________________________________________________________
28691 [  7673] By: jhi                                   on 2000/11/13  14:42:42
28692         Log: Remove the new two tests of lib/io_xs for now, they seem to
28693              fail under perlio on some platforms.
28694      Branch: perl
28695            ! t/lib/io_xs.t
28696 ____________________________________________________________________________
28697 [  7672] By: jhi                                   on 2000/11/13  13:57:53
28698         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
28699      Branch: perl
28700            ! perlio.c
28701 ____________________________________________________________________________
28702 [  7671] By: jhi                                   on 2000/11/13  05:30:48
28703         Log: Placate nervous compilers that see longer than ints switch()ing.
28704      Branch: perl
28705            ! utf8.c
28706 ____________________________________________________________________________
28707 [  7670] By: jhi                                   on 2000/11/13  05:14:21
28708         Log: fputs() does return EOF on error but here we don't care.
28709      Branch: perl
28710            ! perlio.c
28711 ____________________________________________________________________________
28712 [  7669] By: jhi                                   on 2000/11/13  05:02:45
28713         Log: Declare reg_data like reg_substr_data.
28714      Branch: perl
28715            ! regexp.h
28716 ____________________________________________________________________________
28717 [  7668] By: jhi                                   on 2000/11/13  04:54:34
28718         Log: Typos in #7667.
28719      Branch: perl
28720            ! perl.h
28721 ____________________________________________________________________________
28722 [  7667] By: jhi                                   on 2000/11/13  04:49:49
28723         Log: Cleanup messy #ifdef.
28724      Branch: perl
28725            ! perl.h
28726 ____________________________________________________________________________
28727 [  7666] By: jhi                                   on 2000/11/13  04:17:34
28728         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
28729              From: Nicholas Clark <nick@talking.bollo.cx>
28730              Date: Sun, 12 Nov 2000 21:14:11 +0000
28731              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
28732              
28733              Note: only one breakage of the two reported is fixed by this patch.
28734      Branch: perl
28735            ! perlio.c
28736 ____________________________________________________________________________
28737 [  7665] By: jhi                                   on 2000/11/13  04:05:07
28738         Log: Tweak the definition of the bit complement on UTF-8 data:
28739              if none of the characters in the string are > 0xff,
28740              the result is a complemented byte string, not a (UTF-8)
28741              char string.  Based on the summary in
28742              
28743              Subject: Re: [ID 20000918.005] ~ on wide chars
28744              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
28745              Date: Fri, 10 Nov 2000 09:47:15 -0800
28746              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
28747              
28748              This should give us the maximum backward (pre-char string)
28749              compatibility and utf8 compatibility.  The other alternative
28750              would be to limit the bit complement to be always byte only,
28751              taking the least significant byte of the chars.
28752      Branch: perl
28753            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
28754 ____________________________________________________________________________
28755 [  7664] By: jhi                                   on 2000/11/13  00:23:44
28756         Log: Couple of tests from #7660 salvaged.
28757      Branch: perl
28758            - t/op/tell.t
28759            ! MANIFEST t/io/tell.t
28760 ____________________________________________________________________________
28761 [  7663] By: jhi                                   on 2000/11/13  00:02:48
28762         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
28763              From: Nicholas Clark <nick@talking.bollo.cx>
28764              Date: Sun, 12 Nov 2000 21:23:43 +0000
28765              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
28766      Branch: perl
28767            ! perlsfio.h
28768 ____________________________________________________________________________
28769 [  7662] By: jhi                                   on 2000/11/13  00:01:39
28770         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
28771              From: Nicholas Clark <nick@talking.bollo.cx>
28772              Date: Sun, 12 Nov 2000 21:30:04 +0000
28773              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
28774      Branch: perl
28775            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
28776 ____________________________________________________________________________
28777 [  7661] By: jhi                                   on 2000/11/12  23:57:29
28778         Log: Document tell() on special streams.
28779      Branch: perl
28780            ! pod/perlfunc.pod
28781 ____________________________________________________________________________
28782 [  7660] By: jhi                                   on 2000/11/12  23:54:22
28783         Log: (Subsumed by #7664)
28784      Branch: perl
28785            + t/op/tell.t
28786            ! MANIFEST
28787 ____________________________________________________________________________
28788 [  7659] By: jhi                                   on 2000/11/12  22:55:25
28789         Log: Many subdocumented return values of the IO extension now documented.
28790              ungetc and write still left subdocumented.
28791              
28792              Subject: [PATCH] (was Re: IO::Handle::ungetc)
28793              From: Nicholas Clark <nick@talking.bollo.cx>
28794              Date: Sun, 12 Nov 2000 21:35:53 +0000
28795              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
28796      Branch: perl
28797            ! ext/IO/lib/IO/Handle.pm
28798 ____________________________________________________________________________
28799 [  7658] By: jhi                                   on 2000/11/12  21:37:06
28800         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
28801              From: Nicholas Clark <nick@talking.bollo.cx>
28802              Date: Sun, 12 Nov 2000 20:03:22 +0000
28803              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
28804      Branch: perl
28805            ! pod/perlfunc.pod
28806 ____________________________________________________________________________
28807 [  7657] By: jhi                                   on 2000/11/12  20:34:55
28808         Log: Integrate perlio.
28809      Branch: perl
28810           !> perlio.c
28811 ____________________________________________________________________________
28812 [  7656] By: nick                                  on 2000/11/12  19:25:06
28813         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
28814      Branch: perlio
28815            ! perlio.c
28816 ____________________________________________________________________________
28817 [  7655] By: nick                                  on 2000/11/12  19:09:41
28818         Log: Integrate mainline
28819      Branch: perlio
28820           +> README.solaris ext/Encode/Encode/cp1006.enc
28821           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
28822           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
28823           +> ext/Encode/Encode/iso8859-13.enc
28824           +> ext/Encode/Encode/iso8859-14.enc
28825           +> ext/Encode/Encode/iso8859-15.enc
28826           !> (integrate 34 files)
28827 ____________________________________________________________________________
28828 [  7654] By: jhi                                   on 2000/11/12  19:00:22
28829         Log: Add a metaconfig unit for fsync.
28830      Branch: metaconfig/U/perl
28831            + d_fsync.U
28832 ____________________________________________________________________________
28833 [  7653] By: jhi                                   on 2000/11/12  19:00:01
28834         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
28835      Branch: perl
28836            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28837            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
28838            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28839            ! vos/config.ga.h win32/config.bc win32/config.gc
28840            ! win32/config.vc
28841 ____________________________________________________________________________
28842 [  7652] By: jhi                                   on 2000/11/11  21:12:01
28843         Log: Copy the s// information of README.hpux also to the perlrun.
28844      Branch: perl
28845            ! README.hpux pod/perlrun.pod
28846 ____________________________________________________________________________
28847 [  7651] By: jhi                                   on 2000/11/11  21:03:13
28848         Log: More README.solaris updates from Andy Dougherty.
28849      Branch: perl
28850            ! README.solaris
28851 ____________________________________________________________________________
28852 [  7650] By: jhi                                   on 2000/11/11  18:38:57
28853         Log: More descriptive error for unknown perlio layers.
28854              
28855              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
28856              From: Dominic Dunlop <domo@computer.org> 
28857              Date: Sat, 11 Nov 2000 18:20:32 +0100             
28858              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
28859      Branch: perl
28860            ! perlio.c pod/perldiag.pod
28861 ____________________________________________________________________________
28862 [  7649] By: jhi                                   on 2000/11/11  18:37:52
28863         Log: MachTen doesn't really do mmap() and munmap().
28864              
28865              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
28866              From: Dominic Dunlop <domo@computer.org> 
28867              Date: Sat, 11 Nov 2000 18:20:32 +0100             
28868              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
28869      Branch: perl
28870            ! hints/machten.sh
28871 ____________________________________________________________________________
28872 [  7648] By: jhi                                   on 2000/11/11  18:36:46
28873         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
28874              From: rspier@pobox.com (Robert Spier)
28875              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
28876              Message-ID: <14861.32839.491271.985797@rls.cx>
28877      Branch: perl
28878            ! Porting/Contract pod/perltoot.pod
28879 ____________________________________________________________________________
28880 [  7647] By: jhi                                   on 2000/11/11  18:35:30
28881         Log: Simplify the getpagesize() unit by dropping the
28882              pagesize probe since it's nowadays slightly more
28883              complicated because of sysconf(). (Note: if some
28884              platform really needs the -lPW for getpagesize,
28885              I just broke it.)
28886              
28887              TODO: a new pagesize unit.
28888      Branch: metaconfig
28889            ! U/compline/d_getpagsz.U
28890 ____________________________________________________________________________
28891 [  7646] By: jhi                                   on 2000/11/11  18:33:23
28892         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
28893      Branch: perl
28894            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28895            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
28896            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28897            ! vos/config.ga.h win32/config.bc win32/config.gc
28898            ! win32/config.vc
28899 ____________________________________________________________________________
28900 [  7645] By: jhi                                   on 2000/11/11  16:45:15
28901         Log: Use sysconf() or getpagesize() to find out the pagesize.
28902      Branch: perl
28903            ! perlio.c
28904 ____________________________________________________________________________
28905 [  7644] By: jhi                                   on 2000/11/11  15:46:08
28906         Log: Integrate perlio.
28907      Branch: perl
28908           !> perlio.c
28909 ____________________________________________________________________________
28910 [  7643] By: jhi                                   on 2000/11/11  15:33:36
28911         Log: Subject: Re: [PATCH] README.solaris
28912              From: Lupe Christoph <lupe@lupe-christoph.de>
28913              Date: Sat, 11 Nov 2000 14:08:10 +0100
28914              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
28915      Branch: perl
28916            ! README.solaris
28917 ____________________________________________________________________________
28918 [  7642] By: jhi                                   on 2000/11/11  15:22:12
28919         Log: Subject: [PATCH perl@7638] cygwin port
28920              From: "Eric Fifer" <egf7@columbia.edu>            
28921              Date: Fri, 10 Nov 2000 19:30:30 -0000
28922              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
28923      Branch: perl
28924            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
28925 ____________________________________________________________________________
28926 [  7641] By: nick                                  on 2000/11/11  14:50:36
28927         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
28928              Also call "Buf" layer directly when unread'ing non-read chars.
28929      Branch: perlio
28930            ! perlio.c
28931 ____________________________________________________________________________
28932 [  7640] By: jhi                                   on 2000/11/11  02:05:02
28933         Log: Add more encoding tables.
28934      Branch: perl
28935            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
28936            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
28937            + ext/Encode/Encode/iso8859-10.enc
28938            + ext/Encode/Encode/iso8859-13.enc
28939            + ext/Encode/Encode/iso8859-14.enc
28940            + ext/Encode/Encode/iso8859-15.enc
28941            ! MANIFEST
28942 ____________________________________________________________________________
28943 [  7639] By: jhi                                   on 2000/11/10  18:49:25
28944         Log: Subject: [PATCH] README.solaris
28945              From: Andy Dougherty <doughera@lafayette.edu>
28946              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
28947              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
28948      Branch: perl
28949            + README.solaris
28950            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
28951            ! pod/perl.pod pod/perltoc.pod
28952 ____________________________________________________________________________
28953 [  7638] By: jhi                                   on 2000/11/10  15:04:15
28954         Log: Update Changes.
28955      Branch: perl
28956            ! Changes patchlevel.h
28957 ____________________________________________________________________________
28958 [  7637] By: jhi                                   on 2000/11/10  14:14:28
28959         Log: Explain better why certain regex tests are skipped.
28960              
28961              Subject: Re: tests skipped: unknown reason
28962              From: Lupe Christoph <lupe@lupe-christoph.de>
28963              Date: Fri, 10 Nov 2000 09:08:56 +0100
28964              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
28965      Branch: perl
28966            ! t/op/regexp.t
28967 ____________________________________________________________________________
28968 [  7636] By: nick                                  on 2000/11/10  13:40:00
28969         Log: Integrate mainline.
28970      Branch: perlio
28971           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
28972           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
28973           !> win32/bin/search.pl
28974 ____________________________________________________________________________
28975 [  7635] By: nick                                  on 2000/11/10  13:25:52
28976         Log: Re-instate stdio large file support via perlio.
28977      Branch: perl
28978            ! perlio.c
28979 ____________________________________________________________________________
28980 [  7634] By: jhi                                   on 2000/11/10  04:49:55
28981         Log: Amdahl UTS hints updates.
28982              
28983              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
28984              From: hom00@utsglobal.com (Harold O Morris)
28985              Date: Thu, 9 Nov 2000 20:02 PST
28986              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
28987      Branch: perl
28988            ! hints/uts.sh
28989 ____________________________________________________________________________
28990 [  7633] By: jhi                                   on 2000/11/09  23:33:28
28991         Log: Subject: [PATCH] IO::Seekable pod
28992              From: Nicholas Clark <nick@talking.bollo.cx>
28993              Date: Thu, 9 Nov 2000 20:29:45 +0000
28994              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
28995      Branch: perl
28996            ! ext/IO/lib/IO/Handle.pm
28997 ____________________________________________________________________________
28998 [  7632] By: jhi                                   on 2000/11/09  21:55:41
28999         Log: Various doc oddball characters.
29000              
29001              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
29002              From: Michael Somos <somos@grail.cba.csuohio.edu>
29003              Date: Mon, 6 Nov 2000 17:44:20 -0500
29004              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
29005      Branch: perl
29006            ! emacs/cperl-mode.el lib/unicode/syllables.txt
29007            ! win32/bin/search.pl
29008 ____________________________________________________________________________
29009 [  7631] By: jhi                                   on 2000/11/09  21:12:29
29010         Log: Subject: Re: bash -c exit and linux hints 
29011              From: "John P. Linderman" <jpl@research.att.com>
29012              Date: Thu, 02 Nov 2000 09:37:25 -0500
29013              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
29014      Branch: perl
29015            ! hints/linux.sh
29016 ____________________________________________________________________________
29017 [  7630] By: nick                                  on 2000/11/09  20:34:11
29018         Log: Integrate mainline.
29019      Branch: perlio
29020           !> (integrate 91 files)
29021 ____________________________________________________________________________
29022 [  7629] By: jhi                                   on 2000/11/09  19:46:31
29023         Log: Missing dTHXs.
29024              
29025              Subject: RE: perl@7595 builds not on cygwin
29026              From: "Eric Fifer" <egf7@columbia.edu>
29027              Date: Thu, 9 Nov 2000 19:26:50 -0000
29028              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
29029      Branch: perl
29030            ! ext/Devel/Peek/Peek.xs
29031 ____________________________________________________________________________
29032 [  7628] By: jhi                                   on 2000/11/09  14:48:27
29033         Log: Disable only the tests 99 and 166 for UTF-8 locales.
29034      Branch: perl
29035            ! t/pragma/locale.t
29036 ____________________________________________________________________________
29037 [  7627] By: jhi                                   on 2000/11/09  14:40:27
29038         Log: There's no =head3.
29039      Branch: perl
29040            ! pod/perlhack.pod
29041 ____________________________________________________________________________
29042 [  7626] By: jhi                                   on 2000/11/09  13:54:26
29043         Log: The generated boot_* headers are wrong.  Pickier compiler,
29044              such as KAI C++ will refuse to compile the resulting perlmain.
29045              
29046              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
29047              From: Harri Pasanen <harri.pasanen@trema.com>
29048              Date: Thu, 09 Nov 2000 14:23:28 +0100
29049              Message-Id: <3A0AA550.26D548A3@trema.com>
29050      Branch: perl
29051            ! minimod.pl
29052 ____________________________________________________________________________
29053 [  7625] By: jhi                                   on 2000/11/09  13:50:44
29054         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
29055              From: Prymmer/Kahn <pvhp@best.com>
29056              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
29057              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
29058              
29059              All except the "cow orker" change.
29060      Branch: perl
29061            ! Porting/pumpkin.pod
29062 ____________________________________________________________________________
29063 [  7624] By: jhi                                   on 2000/11/09  13:45:33
29064         Log: Fix for
29065              
29066              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
29067              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29068              Date: Thu, 09 Nov 2000 11:05:52 +0100
29069              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
29070      Branch: perl
29071            ! pod/perldiag.pod t/pragma/warn/pp_sys
29072 ____________________________________________________________________________
29073 [  7623] By: jhi                                   on 2000/11/09  13:37:16
29074         Log: Typo in an ifndef.
29075              
29076              Subject: Re: [PATCH 5.7.0] better messages from malloc()
29077              From: Joe Smith <jms@inwap.com>         
29078              Date: Thu, 09 Nov 2000 01:33:14 -0800
29079              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
29080      Branch: perl
29081            ! malloc.c
29082 ____________________________________________________________________________
29083 [  7622] By: jhi                                   on 2000/11/09  13:31:18
29084         Log: Remove unused extra arguments.
29085      Branch: metaconfig/U/perl
29086            ! perlxv.U
29087      Branch: perl
29088            ! Configure config_h.SH
29089 ____________________________________________________________________________
29090 [  7621] By: jhi                                   on 2000/11/09  13:16:36
29091         Log: More VMS moves on environment handling, from Charles Lane.
29092      Branch: perl
29093            ! t/pragma/locale.t
29094 ____________________________________________________________________________
29095 [  7620] By: jhi                                   on 2000/11/09  04:42:38
29096         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
29097              From: David Dyck <dcd@tc.fluke.com>
29098              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
29099              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
29100      Branch: perl
29101            ! pp_sys.c
29102 ____________________________________________________________________________
29103 [  7619] By: jhi                                   on 2000/11/09  04:36:21
29104         Log: Forgot from #7618.
29105      Branch: perl
29106            ! lib/File/stat.pm
29107 ____________________________________________________________________________
29108 [  7618] By: jhi                                   on 2000/11/09  04:28:44
29109         Log: Make deleting for %ENV work for (newer versions of) VMS,
29110              from Craig A. Berry.
29111      Branch: perl
29112            ! vms/vms.c
29113 ____________________________________________________________________________
29114 [  7617] By: jhi                                   on 2000/11/09  04:25:05
29115         Log: Subject: [PATCH] Class::Struct at compile time
29116              From: "Casey R. Tweten" <crt@kiski.net>
29117              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
29118              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
29119      Branch: perl
29120            ! lib/Class/Struct.pm
29121 ____________________________________________________________________________
29122 [  7616] By: jhi                                   on 2000/11/09  04:15:17
29123         Log: Subject: [ID 20001108.013] spelling
29124              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
29125              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
29126              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
29127      Branch: perl
29128            ! lib/ftp.pl
29129 ____________________________________________________________________________
29130 [  7615] By: jhi                                   on 2000/11/09  04:12:42
29131         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
29132              From: Peter Prymmer <pvhp@forte.com>
29133              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
29134              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
29135      Branch: perl
29136            ! configure.com
29137 ____________________________________________________________________________
29138 [  7614] By: jhi                                   on 2000/11/08  22:42:55
29139         Log: A missing aTHX_.
29140      Branch: perl
29141            ! ext/IPC/SysV/SysV.xs
29142 ____________________________________________________________________________
29143 [  7613] By: jhi                                   on 2000/11/08  19:30:21
29144         Log: Update Changes.
29145      Branch: perl
29146            ! Changes patchlevel.h
29147 ____________________________________________________________________________
29148 [  7612] By: jhi                                   on 2000/11/08  18:35:25
29149         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
29150              From: David Dyck <dcd@tc.fluke.com>
29151              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
29152              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
29153      Branch: perl
29154            ! pp_sys.c
29155 ____________________________________________________________________________
29156 [  7611] By: jhi                                   on 2000/11/08  18:30:26
29157         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
29158              From: Dominic Dunlop <domo@computer.org>
29159              Date: Tue, 7 Nov 2000 12:05:25 +0100
29160              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
29161      Branch: perl
29162            ! malloc.c
29163 ____________________________________________________________________________
29164 [  7610] By: jhi                                   on 2000/11/08  18:25:14
29165         Log: Do not test UTF-8 locales since that the tests would require
29166              polymorphic regexen.
29167      Branch: perl
29168            ! t/pragma/locale.t
29169 ____________________________________________________________________________
29170 [  7609] By: jhi                                   on 2000/11/08  17:12:51
29171         Log: Locale buglets.
29172              
29173              Subject: RE: Locales support (setlocale) fixes
29174              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29175              Date: Wed, 8 Nov 2000 20:01:39 +0300
29176              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
29177      Branch: perl
29178            ! t/pragma/locale.t util.c
29179 ____________________________________________________________________________
29180 [  7608] By: jhi                                   on 2000/11/08  17:00:16
29181         Log: Deleting $ENV{PATH} in VMS is not recommendable.
29182      Branch: perl
29183            ! t/pragma/locale.t
29184 ____________________________________________________________________________
29185 [  7607] By: jhi                                   on 2000/11/08  16:58:26
29186         Log: Subject: PATCH std stdio for (Free)BSD
29187              From: Nicholas Clark <nick@ccl4.org>
29188              Date: Wed, 8 Nov 2000 15:36:29 +0000
29189              Message-ID: <20001108153629.D98736@plum.flirble.org>
29190      Branch: metaconfig
29191            ! U/compline/d_stdstdio.U
29192      Branch: perl
29193            ! Configure config_h.SH
29194 ____________________________________________________________________________
29195 [  7606] By: jhi                                   on 2000/11/08  16:43:31
29196         Log: Forgot to bump the line numbers in #7601.
29197      Branch: perl
29198            ! t/pragma/warn/pp_sys
29199 ____________________________________________________________________________
29200 [  7605] By: jhi                                   on 2000/11/08  16:39:12
29201         Log: More careful detection of how well NVs and UVs mix.
29202              
29203              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))
29204              From: Nicholas Clark <nick@ccl4.org>
29205              Date: Wed, 8 Nov 2000 15:14:12 +0000
29206              Message-ID: <20001108151412.B98736@plum.flirble.org>
29207              
29208              Added some SIGFPE paranoia.
29209      Branch: metaconfig/U/perl
29210            ! perlxv.U
29211      Branch: perl
29212            ! Configure config_h.SH
29213 ____________________________________________________________________________
29214 [  7604] By: jhi                                   on 2000/11/08  14:39:10
29215         Log: Subject: [patch perl@7595] VMS configure.com tweak
29216              From: "Craig A. Berry" <craigberry@mac.com>
29217              Date: Wed, 8 Nov 2000 00:24:12 -0600
29218              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
29219      Branch: perl
29220            ! configure.com
29221 ____________________________________________________________________________
29222 [  7603] By: jhi                                   on 2000/11/08  14:27:11
29223         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
29224              From: Robin Barker <rmb1@cise.npl.co.uk>
29225              Date: Wed, 8 Nov 2000 11:11:39 GMT
29226              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
29227      Branch: perl
29228            ! perlio.c
29229 ____________________________________________________________________________
29230 [  7602] By: jhi                                   on 2000/11/08  14:25:03
29231         Log: Fix for the tie-refhash string table leaks.
29232              
29233              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
29234              Date: Wed, 8 Nov 2000 13:03:04 GMT
29235              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
29236      Branch: perl
29237            ! t/lib/tie-refhash.t
29238 ____________________________________________________________________________
29239 [  7601] By: jhi                                   on 2000/11/08  14:21:08
29240         Log: Try to avoid flockless and emulationless places.
29241      Branch: perl
29242            ! t/pragma/warn/pp_sys
29243 ____________________________________________________________________________
29244 [  7600] By: jhi                                   on 2000/11/08  02:28:54
29245         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
29246              
29247              Subject: [PATCH] prototyped functions that should be overrideable
29248              From: "Casey R. Tweten" <crt@kiski.net>
29249              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
29250              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
29251      Branch: perl
29252            ! toke.c
29253 ____________________________________________________________________________
29254 [  7599] By: jhi                                   on 2000/11/08  01:12:05
29255         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
29256              
29257              Subject: [PATCH] perlbug.PL
29258              From: "Kurt D. Starsinic" <kstar@chapin.edu>
29259              Date: Mon, 6 Nov 2000 21:39:01 -0500
29260              Message-ID: <20001106213901.B20955@O2.chapin.edu>
29261      Branch: perl
29262            ! utils/perlbug.PL
29263 ____________________________________________________________________________
29264 [  7598] By: jhi                                   on 2000/11/07  23:42:00
29265         Log: Bad thinko in #7581 (I used the test program with the expanded
29266              values as-is).
29267      Branch: metaconfig
29268            ! U/compline/d_stdstdio.U
29269      Branch: perl
29270            ! Configure
29271 ____________________________________________________________________________
29272 [  7597] By: jhi                                   on 2000/11/07  21:43:29
29273         Log: Subject: [PATCH perl@7573] cygwin port
29274              From: "Fifer, Eric" <EFifer@sanwaint.com>
29275              Date: Tue, 7 Nov 2000 18:08:51 -0000 
29276              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
29277              
29278              Synchronize with Cygwin 1.1.5.
29279      Branch: perl
29280            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
29281            ! pod/perlport.pod unixish.h util.c
29282 ____________________________________________________________________________
29283 [  7596] By: jhi                                   on 2000/11/07  21:39:25
29284         Log: perlhack updates from H.Merijn Brand.
29285      Branch: perl
29286            ! pod/perlhack.pod
29287 ____________________________________________________________________________
29288 [  7595] By: jhi                                   on 2000/11/07  20:21:41
29289         Log: Update Changes.
29290      Branch: perl
29291            ! Changes patchlevel.h
29292 ____________________________________________________________________________
29293 [  7594] By: jhi                                   on 2000/11/07  19:18:58
29294         Log: Be more robust in Dynaloader.pm.
29295      Branch: perl
29296            ! ext/DynaLoader/DynaLoader_pm.PL
29297 ____________________________________________________________________________
29298 [  7593] By: jhi                                   on 2000/11/07  16:49:31
29299         Log: AUTHORS update.
29300      Branch: perl
29301            ! AUTHORS
29302 ____________________________________________________________________________
29303 [  7592] By: gsar                                  on 2000/11/07  16:39:51
29304         Log: normalize relative paths in virtualized current directory on windows,
29305              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
29306              returns)
29307      Branch: perl
29308            ! win32/vdir.h
29309 ____________________________________________________________________________
29310 [  7591] By: jhi                                   on 2000/11/07  16:04:26
29311         Log: Too profiler-happy: with optimization the #7590 actually makes
29312              the test to run 0.5% _slower_.  Requires much more instrumentation.
29313              Retract #7590.
29314      Branch: perl
29315            ! regcomp.c regcomp.h
29316 ____________________________________________________________________________
29317 [  7590] By: jhi                                   on 2000/11/07  15:51:13
29318         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
29319              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
29320              by using memset() and testing bytewise (as opposed to bitwise).
29321      Branch: perl
29322            ! regcomp.c regcomp.h
29323 ____________________________________________________________________________
29324 [  7589] By: jhi                                   on 2000/11/07  12:56:39
29325         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
29326              From: "Craig A. Berry" <craig.berry@psinetcs.com>
29327              Date: Mon, 06 Nov 2000 23:45:30 -0500
29328              Message-Id: <0011079735.AA973576259@univpress.com>
29329      Branch: perl
29330            ! configure.com t/lib/st-lock.t
29331 ____________________________________________________________________________
29332 [  7588] By: jhi                                   on 2000/11/07  01:03:28
29333         Log: Tweak #7587.
29334      Branch: perl
29335            ! pod/perldiag.pod
29336 ____________________________________________________________________________
29337 [  7587] By: jhi                                   on 2000/11/07  01:00:27
29338         Log: A doc addition for bug id 20001105.019, beware \p.
29339      Branch: perl
29340            ! pod/perldiag.pod
29341 ____________________________________________________________________________
29342 [  7586] By: jhi                                   on 2000/11/07  00:32:22
29343         Log: Fake support of holey files in win/dosish platforms.
29344              
29345              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
29346              From: kipp@shonanblue.ne.jp
29347              Date: Mon, 6 Nov 2000 13:30:55 -0800
29348              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
29349      Branch: perl
29350            ! ext/SDBM_File/sdbm/sdbm.c
29351 ____________________________________________________________________________
29352 [  7585] By: jhi                                   on 2000/11/07  00:12:54
29353         Log: Subject: Pod updates
29354              From: "Stephen P. Potter" <spp@spotter.yi.org>
29355              Date: Mon, 06 Nov 2000 18:56:43 -0500
29356              Message-Id: <200011062357.SAA18173@spotter.yi.org>
29357      Branch: perl
29358            ! README.dos README.os2 README.win32 pod/buildtoc.PL
29359            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
29360            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
29361            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
29362            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
29363            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
29364            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
29365            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
29366            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
29367            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
29368            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
29369            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
29370            ! pod/perltootc.pod pod/perlunicode.pod
29371 ____________________________________________________________________________
29372 [  7584] By: jhi                                   on 2000/11/07  00:04:17
29373         Log: Varargs don't always work too well if one puts an unsigned
29374              char on the stack and pop an unsigned quad off the stack.
29375              
29376              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
29377              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
29378              Date: Mon, 06 Nov 2000 15:19:05 -0800
29379              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
29380      Branch: perl
29381            ! utf8.c
29382 ____________________________________________________________________________
29383 [  7583] By: jhi                                   on 2000/11/06  23:58:48
29384         Log: %ENV note tweaks from Dan Sugalski.
29385      Branch: perl
29386            ! pod/perlport.pod vms/perlvms.pod
29387 ____________________________________________________________________________
29388 [  7582] By: jhi                                   on 2000/11/06  23:05:49
29389         Log: glibc5 detection by __GNU_LIBRARY__.
29390      Branch: perl
29391            ! toke.c
29392 ____________________________________________________________________________
29393 [  7581] By: jhi                                   on 2000/11/06  22:51:29
29394         Log: Make the stdio test program of 7427 less noisy while being 
29395              compiled so that Digital UNIX wouldn't get both
29396              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
29397              undefined.  This makes perlio happy.
29398      Branch: metaconfig
29399            ! U/compline/d_stdstdio.U
29400      Branch: perl
29401            ! Configure config_h.SH
29402 ____________________________________________________________________________
29403 [  7580] By: jhi                                   on 2000/11/06  22:41:41
29404         Log: Document %ENV = () portability issues.
29405      Branch: perl
29406            ! pod/perlport.pod vms/perlvms.pod
29407 ____________________________________________________________________________
29408 [  7579] By: jhi                                   on 2000/11/06  21:29:24
29409         Log: VOS updates from Paul Green.
29410      Branch: perl
29411            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29412 ____________________________________________________________________________
29413 [  7578] By: jhi                                   on 2000/11/06  21:00:40
29414         Log: Sanitize the environment further.
29415      Branch: perl
29416            ! t/pragma/locale.t
29417 ____________________________________________________________________________
29418 [  7577] By: jhi                                   on 2000/11/06  20:53:51
29419         Log: Re-introduce 7552 lost in integration.
29420      Branch: perl
29421            ! perlio.c
29422 ____________________________________________________________________________
29423 [  7576] By: jhi                                   on 2000/11/06  20:33:46
29424         Log: Admit that the test leaks scalars.
29425      Branch: perl
29426            ! t/comp/proto.t
29427 ____________________________________________________________________________
29428 [  7575] By: jhi                                   on 2000/11/06  20:17:08
29429         Log: Integrate perlio.
29430      Branch: perl
29431           !> perlio.c
29432 ____________________________________________________________________________
29433 [  7574] By: nick                                  on 2000/11/06  20:07:28
29434         Log: Remove debug. Try (Mmap_t) on madvise() call.
29435      Branch: perlio
29436            ! perlio.c
29437 ____________________________________________________________________________
29438 [  7573] By: jhi                                   on 2000/11/06  13:56:05
29439         Log: Update Changes.
29440      Branch: perl
29441            ! Changes patchlevel.h
29442 ____________________________________________________________________________
29443 [  7572] By: jhi                                   on 2000/11/06  13:48:41
29444         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
29445              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29446              Date: Mon, 06 Nov 2000 10:11:42 +0100
29447              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
29448      Branch: perl
29449            ! pod/perlhack.pod
29450 ____________________________________________________________________________
29451 [  7571] By: jhi                                   on 2000/11/06  01:45:51
29452         Log: AUTHORS updates.
29453      Branch: perl
29454            ! AUTHORS
29455 ____________________________________________________________________________
29456 [  7570] By: jhi                                   on 2000/11/06  00:18:00
29457         Log: Fix for
29458              
29459              Subject: [ID 20000728.005] perl -P broken
29460              From: David Dyck <dcd@tc.fluke.com>
29461              Date: Fri, 28 Jul 2000 17:19:16 -0700
29462              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
29463              
29464              (hopefully).  The fix is also not complete, it seems to break
29465              BOM swallowing for libc5 systems, but until someone figures
29466              out a way to do this without ftell(), this will do.
29467      Branch: perl
29468            ! toke.c
29469 ____________________________________________________________________________
29470 [  7569] By: jhi                                   on 2000/11/06  00:05:30
29471         Log: Document that the evaled syntax errors cause scalar leaks.
29472      Branch: perl
29473            ! t/comp/proto.t
29474 ____________________________________________________________________________
29475 [  7568] By: jhi                                   on 2000/11/05  23:14:47
29476         Log: opmini.o can linger from Configures past.
29477      Branch: perl
29478            ! Makefile.SH
29479 ____________________________________________________________________________
29480 [  7567] By: jhi                                   on 2000/11/05  21:28:39
29481         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
29482              first argument correctly.
29483      Branch: perl
29484            ! perlio.c
29485 ____________________________________________________________________________
29486 [  7566] By: jhi                                   on 2000/11/05  21:15:56
29487         Log: Integrate perlio.
29488      Branch: perl
29489           !> perlio.c
29490 ____________________________________________________________________________
29491 [  7565] By: jhi                                   on 2000/11/05  21:15:13
29492         Log: Use -dM for gcc (the suggested patch did it only for Linux,
29493              but I think it can be generalized).
29494              
29495              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
29496              From: Pixel <pixel@mandrakesoft.com>
29497              Date: 05 Nov 2000 21:49:34 +0100 
29498              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
29499      Branch: perl
29500            ! ext/Errno/Errno_pm.PL
29501 ____________________________________________________________________________
29502 [  7564] By: nick                                  on 2000/11/05  21:09:18
29503         Log: Added a mmap layer as a "subclass" of perlio.
29504              PERLIO=mmap ./perl harness passes
29505      Branch: perlio
29506            ! perlio.c
29507 ____________________________________________________________________________
29508 [  7563] By: jhi                                   on 2000/11/05  19:48:55
29509         Log: Add a note for future generations about bug id 20000229.006.
29510      Branch: perl
29511            ! malloc.c
29512 ____________________________________________________________________________
29513 [  7562] By: jhi                                   on 2000/11/05  19:38:24
29514         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
29515      Branch: perl
29516            ! pp_ctl.c t/op/pos.t
29517 ____________________________________________________________________________
29518 [  7561] By: jhi                                   on 2000/11/05  18:21:46
29519         Log: Add =pod to be tidy.
29520      Branch: perl
29521            ! lib/Math/Complex.pm
29522 ____________________________________________________________________________
29523 [  7560] By: jhi                                   on 2000/11/05  17:38:46
29524         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
29525      Branch: perl
29526            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
29527            ! ext/Storable/Storable.xs t/lib/st-recurse.t
29528 ____________________________________________________________________________
29529 [  7559] By: jhi                                   on 2000/11/05  17:32:59
29530         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
29531              From: "Peter J. Farley III" <pjfarley@banet.net>
29532              Date: Sun, 05 Nov 2000 11:55:59 -0500
29533              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
29534      Branch: perl
29535            ! t/lib/syslog.t
29536 ____________________________________________________________________________
29537 [  7558] By: jhi                                   on 2000/11/05  17:29:19
29538         Log: Integrate perlio.
29539      Branch: perl
29540           !> perlio.c
29541 ____________________________________________________________________________
29542 [  7557] By: jhi                                   on 2000/11/05  17:22:01
29543         Log: A fix of sorts for 20000329.026, a better error message
29544              for a missing "use charnames" when using the \N{...}. 
29545      Branch: perl
29546            ! pod/perldiag.pod toke.c
29547 ____________________________________________________________________________
29548 [  7556] By: jhi                                   on 2000/11/05  16:33:50
29549         Log: Test tweak: show also the failed locales.
29550              
29551              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
29552              From: Lupe Christoph <lupe@lupe-christoph.de>         
29553              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
29554              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
29555      Branch: perl
29556            ! t/pragma/locale.t
29557 ____________________________________________________________________________
29558 [  7555] By: nick                                  on 2000/11/05  11:09:34
29559         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
29560              open RDWR so does not fail. (pragma/warnings 303 again...)
29561      Branch: perlio
29562            ! perlio.c
29563 ____________________________________________________________________________
29564 [  7554] By: nick                                  on 2000/11/05  10:10:13
29565         Log: Fix case where ungetc(f,EOF) was allowed.
29566              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
29567              so we can see similarities.
29568              Use types more carefully and a STDCHAR array in hope that this will
29569              fix Jarrko's 64bit machine.
29570      Branch: perlio
29571            ! perlio.c
29572 ____________________________________________________________________________
29573 [  7553] By: jhi                                   on 2000/11/05  01:12:16
29574         Log: Fix for
29575              
29576              Subject: [ID 20001004.007] taint propogation is inconsistent
29577              From: pimlott@idiomtech.com (Andrew Pimlott) 
29578              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
29579              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
29580              
29581              The culprit was sv_setsv() which was rather blindly
29582              propagating taint, which lead to behaviour where if
29583              a tainted anon hash value was seen all the hash values
29584              from then on at that level became tainted, or at any
29585              upper levels in the case of nested anon hashes.
29586      Branch: perl
29587            ! sv.c t/op/taint.t
29588 ____________________________________________________________________________
29589 [  7552] By: jhi                                   on 2000/11/04  23:44:18
29590         Log: Some cpps don't like splitting conditionals across several lines.
29591      Branch: perl
29592            ! perlio.c
29593 ____________________________________________________________________________
29594 [  7551] By: nick                                  on 2000/11/04  23:40:44
29595         Log: Integrate mainline
29596      Branch: perlio
29597           !> pp_hot.c t/op/taint.t
29598 ____________________________________________________________________________
29599 [  7550] By: nick                                  on 2000/11/04  23:39:05
29600         Log: Integrate mainline again
29601      Branch: perlio
29602           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
29603           !> t/lib/b.t t/op/misc.t util.c
29604 ____________________________________________________________________________
29605 [  7549] By: jhi                                   on 2000/11/04  23:14:01
29606         Log: Fix for
29607              
29608              Subject: [ID 20001004.006] undef is never tainted
29609              From: pimlott@idiomtech.com (Andrew Pimlott)
29610              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
29611              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
29612              
29613              An undef read from a slurped file was not tainted.
29614      Branch: perl
29615            ! pp_hot.c t/op/taint.t
29616 ____________________________________________________________________________
29617 [  7548] By: jhi                                   on 2000/11/04  22:56:21
29618         Log: Test tweak ($Config{useperlio} is by default undef) .
29619      Branch: perl
29620            ! t/lib/b.t
29621 ____________________________________________________________________________
29622 [  7547] By: jhi                                   on 2000/11/04  22:43:56
29623         Log: Integrate perlio.
29624      Branch: perl
29625           +> lib/perlio.pm
29626           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
29627           !> pod/perlapi.pod t/lib/b.t
29628 ____________________________________________________________________________
29629 [  7546] By: jhi                                   on 2000/11/04  22:40:59
29630         Log: Configure would use a bad $myuname from an old config.sh.
29631              
29632              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
29633              From: Andy Dougherty <doughera@lafayette.edu>
29634              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
29635              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
29636      Branch: metaconfig
29637            ! U/modified/Oldconfig.U
29638      Branch: perl
29639            ! Configure config_h.SH
29640 ____________________________________________________________________________
29641 [  7545] By: jhi                                   on 2000/11/04  22:36:54
29642         Log: Subject: Locales support (setlocale) fixes
29643              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29644              Date: Sat, 4 Nov 2000 10:15:48 +0300 
29645              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
29646              
29647              Modified quite a bit to be more portable.
29648      Branch: perl
29649            ! embed.h embed.pl perl.h proto.h util.c
29650 ____________________________________________________________________________
29651 [  7544] By: jhi                                   on 2000/11/04  22:32:47
29652         Log: Dying is too strict here, better just skip.
29653      Branch: perl
29654            ! t/op/misc.t
29655 ____________________________________________________________________________
29656 [  7543] By: nick                                  on 2000/11/04  21:55:13
29657         Log: Merge mainline
29658      Branch: perlio
29659           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
29660           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
29661           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
29662           !> (integrate 64 files)
29663 ____________________________________________________________________________
29664 [  7542] By: jhi                                   on 2000/11/04  21:09:28
29665         Log: More Changes tweakery.
29666      Branch: perl
29667            ! Changes Porting/genlog
29668 ____________________________________________________________________________
29669 [  7541] By: jhi                                   on 2000/11/04  20:58:18
29670         Log: Changes fixups.
29671      Branch: perl
29672            ! Changes
29673 ____________________________________________________________________________
29674 [  7540] By: jhi                                   on 2000/11/04  20:42:38
29675         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
29676              create a "fast path" for locale name probing using "locale -a"
29677              if available, squash finally hopefully the s?printf resetting
29678              the numeric locale (since, IIUC perllocale, it never shouldn't). 
29679      Branch: perl
29680            ! sv.c t/op/misc.t t/pragma/locale.t
29681 ____________________________________________________________________________
29682 [  7539] By: nick                                  on 2000/11/04  19:56:10
29683         Log: PerlIO infrastructure complete.
29684      Branch: perlio
29685            + lib/perlio.pm
29686            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
29687 ____________________________________________________________________________
29688 [  7538] By: nick                                  on 2000/11/04  14:31:32
29689         Log: Type tweaks + less contorted allocation scheme
29690      Branch: perlio
29691            ! perlio.c
29692 ____________________________________________________________________________
29693 [  7537] By: nick                                  on 2000/11/04  12:40:42
29694         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
29695              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
29696              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
29697              sensible) which lead to some interesting fails.
29698      Branch: perlio
29699            ! perlio.c
29700 ____________________________________________________________________________
29701 [  7536] By: jhi                                   on 2000/11/04  00:20:02
29702         Log: Add FCNTL_CAN_LOCK.
29703              
29704              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
29705              From: Andy Dougherty <doughera@lafayette.edu>
29706              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
29707              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
29708              
29709              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
29710              From: Andy Dougherty <doughera@lafayette.edu>
29711              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
29712              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
29713      Branch: metaconfig/U/perl
29714            + d_fcntl_can_lock.U
29715            ! startperl.U
29716      Branch: perl
29717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29718            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
29719            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29720            ! vos/config.ga.h win32/config.bc win32/config.gc
29721            ! win32/config.vc
29722 ____________________________________________________________________________
29723 [  7535] By: nick                                  on 2000/11/03  22:19:10
29724         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
29725              - Works on Linux with
29726              perlio + unix
29727              stdio
29728              - Works on Solaris with
29729              perlio + unix
29730              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
29731              - Fails (hangs in openpid) if you try and stack
29732              perlio + stdio - Linux stdio's read() logic is hanging.
29733      Branch: perlio
29734            ! iperlsys.h perlio.c
29735 ____________________________________________________________________________
29736 [  7534] By: jhi                                   on 2000/11/03  15:16:02
29737         Log: Subject: Re: README.aix
29738              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29739              Date: Fri, 03 Nov 2000 16:03:15 +0100
29740              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
29741      Branch: perl
29742            ! README.aix
29743 ____________________________________________________________________________
29744 [  7533] By: jhi                                   on 2000/11/03  03:59:02
29745         Log: Subject: [PATCH 5.7.0] better messages from malloc()
29746              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29747              Date: Wed, 1 Nov 2000 23:39:56 -0500
29748              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
29749      Branch: perl
29750            ! malloc.c pod/perldiag.pod
29751 ____________________________________________________________________________
29752 [  7532] By: jhi                                   on 2000/11/03  00:11:56
29753         Log: The #7521 touched things it shouldn't have.
29754      Branch: perl
29755            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
29756 ____________________________________________________________________________
29757 [  7531] By: jhi                                   on 2000/11/02  22:32:33
29758         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
29759              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
29760              Date:     Thu, 2 Nov 2000 16:58:36 EST
29761              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
29762      Branch: perl
29763            ! vms/gen_shrfls.pl
29764 ____________________________________________________________________________
29765 [  7530] By: jhi                                   on 2000/11/02  22:08:49
29766         Log: Fix the problem discussed in
29767              
29768              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
29769              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
29770              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
29771              
29772              originally from Linc Madison.  Also Andreas König's comments
29773              taken into account.  Some other problems with Tie::SubstrHash
29774              fixed: didn't croak when the table exceeded the requested number
29775              of entries (as documented) but instead when the number of entries
29776              exceeded the size of the table, a croak() had an unnecessary \n,
29777              didn't have a CLEAR method, documented that there is no exists().
29778              Didn't fix to be strict-proof because the module uses &foo; and
29779              dynamic scope.  Added a test script exercizing both first tamely 
29780              the basic functionality, and then the failure cases reported by
29781              Linc Madison.
29782      Branch: perl
29783            + t/lib/tie-substrhash.t
29784            ! MANIFEST lib/Tie/SubstrHash.pm
29785 ____________________________________________________________________________
29786 [  7529] By: jhi                                   on 2000/11/02  17:58:08
29787         Log: recv() can fail and return undef.
29788              
29789              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
29790              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
29791              Date: Thu, 2 Nov 2000 20:12:20 +0300
29792              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
29793      Branch: perl
29794            ! lib/Net/Ping.pm
29795 ____________________________________________________________________________
29796 [  7528] By: jhi                                   on 2000/11/02  17:49:09
29797         Log: Detpyo.
29798      Branch: perl
29799            ! pod/perlop.pod
29800 ____________________________________________________________________________
29801 [  7527] By: jhi                                   on 2000/11/02  15:48:37
29802         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
29803              fix a autovivification bug in Tie::RefHash, add tests for both.
29804              
29805              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
29806              From: Edward Avis <epa98@doc.ic.ac.uk>
29807              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
29808              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
29809      Branch: perl
29810            + t/lib/tie-refhash.t
29811            ! MANIFEST lib/Tie/RefHash.pm
29812 ____________________________________________________________________________
29813 [  7526] By: jhi                                   on 2000/11/02  13:56:26
29814         Log: Test::Harness revealed buglets in the new DynaLoader.
29815              
29816              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
29817              From: andreas.koenig@anima.de (Andreas J. Koenig)
29818              Date: 02 Nov 2000 11:26:48 +0100 
29819              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
29820      Branch: perl
29821            ! ext/DynaLoader/DynaLoader_pm.PL
29822 ____________________________________________________________________________
29823 [  7525] By: jhi                                   on 2000/11/01  23:52:08
29824         Log: The entry for #7503 was missing.
29825      Branch: perl
29826            ! Changes
29827 ____________________________________________________________________________
29828 [  7524] By: jhi                                   on 2000/11/01  23:40:52
29829         Log: Update Changes.
29830      Branch: perl
29831            ! Changes patchlevel.h
29832 ____________________________________________________________________________
29833 [  7523] By: jhi                                   on 2000/11/01  22:57:09
29834         Log: More tweaking on the #7522 theme.
29835      Branch: perl
29836            ! ext/DynaLoader/DynaLoader_pm.PL
29837 ____________________________________________________________________________
29838 [  7522] By: jhi                                   on 2000/11/01  22:06:15
29839         Log: Expand %Config variables and %ENV variables only if
29840              so requested during build time using the
29841              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
29842              Not expanding makes relocating distributions easier.
29843      Branch: perl
29844            ! ext/DynaLoader/DynaLoader_pm.PL
29845 ____________________________________________________________________________
29846 [  7521] By: jhi                                   on 2000/11/01  20:56:34
29847         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
29848              and setgid() because they were just changing $< and $( which means
29849              only changing the real uid/gid, as opposed to changing both
29850              real and effective ids.  (The alternative way could have been
29851              in POSIX.pm to change $> and $), too, but making a direct call
29852              to the C API feels cleaner.)  Fixes the bug
29853              
29854              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
29855              From: "Garry T. Williams" <garry@zvolve.com>
29856              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
29857              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
29858      Branch: perl
29859            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
29860            ! ext/POSIX/typemap pod/perlvar.pod
29861 ____________________________________________________________________________
29862 [  7520] By: jhi                                   on 2000/11/01  20:08:33
29863         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
29864              From: "Garry T. Williams" <garry@zvolve.com>
29865              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
29866              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
29867      Branch: perl
29868            ! pod/perlsec.pod
29869 ____________________________________________________________________________
29870 [  7519] By: jhi                                   on 2000/11/01  20:01:22
29871         Log: Locale warning explanation tweak.
29872      Branch: perl
29873            ! pod/perldiag.pod
29874 ____________________________________________________________________________
29875 [  7518] By: jhi                                   on 2000/11/01  18:57:13
29876         Log: C.pm part of
29877              
29878              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
29879              From: Jarkko Hietaniemi <jhi@iki.fi>
29880              Date: Tue, 10 Oct 2000 08:22:28 -0500
29881              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
29882      Branch: perl
29883            ! ext/B/B/C.pm
29884 ____________________________________________________________________________
29885 [  7517] By: jhi                                   on 2000/11/01  18:41:59
29886         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
29887              From: Martien Verbruggen <mgjv@comdyn.com.au>
29888              Date: Fri, 6 Oct 2000 14:09:10 +1100
29889              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
29890      Branch: perl
29891            ! pod/perlop.pod
29892 ____________________________________________________________________________
29893 [  7516] By: jhi                                   on 2000/11/01  18:34:55
29894         Log: Generalize the Camel wording.
29895              
29896              Subject: Re: perlfaq style changes
29897              From: John Borwick <jhborwic@unity.ncsu.edu>
29898              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
29899              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
29900      Branch: perl
29901            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
29902 ____________________________________________________________________________
29903 [  7515] By: jhi                                   on 2000/11/01  16:52:31
29904         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
29905              From: pimlott@idiomtech.com (Andrew Pimlott)
29906              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
29907              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
29908      Branch: perl
29909            ! pod/perlsec.pod
29910 ____________________________________________________________________________
29911 [  7514] By: jhi                                   on 2000/11/01  15:03:40
29912         Log: More AIX lore.
29913      Branch: perl
29914            ! ext/re/hints/aix.pl
29915 ____________________________________________________________________________
29916 [  7513] By: jhi                                   on 2000/11/01  14:48:30
29917         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
29918              From: root <root@chronos.fi.muni.cz>
29919              Date: Wed, 1 Nov 2000 12:31:32 +0100
29920              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
29921      Branch: perl
29922            ! lib/Net/Ping.pm
29923 ____________________________________________________________________________
29924 [  7512] By: jhi                                   on 2000/11/01  14:46:47
29925         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
29926              From: Martin Husemann <martin@duskware.de>
29927              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
29928              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
29929      Branch: perl
29930            ! regcomp.c
29931 ____________________________________________________________________________
29932 [  7511] By: jhi                                   on 2000/11/01  14:39:50
29933         Log: AUTHORS updates.
29934      Branch: perl
29935            ! AUTHORS
29936 ____________________________________________________________________________
29937 [  7510] By: jhi                                   on 2000/11/01  14:29:50
29938         Log: Subject: [PATCH] startperl to respect versiononly
29939              From: Robin Barker <rmb1@cise.npl.co.uk> 
29940              Date: Tue, 31 Oct 2000 16:29:36 GMT
29941              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
29942      Branch: metaconfig/U/perl
29943            ! startperl.U
29944      Branch: perl
29945            ! Configure config_h.SH
29946 ____________________________________________________________________________
29947 [  7509] By: jhi                                   on 2000/11/01  14:19:53
29948         Log: printf UVs the correct way, noticed by Robin Barker.
29949      Branch: perl
29950            ! utf8.c
29951 ____________________________________________________________________________
29952 [  7508] By: jhi                                   on 2000/11/01  14:10:03
29953         Log: Do not cleanup *% because the % has special meanings in some
29954              shell environments.
29955      Branch: perl
29956            ! ext/Storable/Makefile.PL
29957 ____________________________________________________________________________
29958 [  7507] By: jhi                                   on 2000/11/01  14:06:00
29959         Log: The NonStop-UX libraries have a novel way to say NaN.
29960      Branch: perl
29961            ! t/lib/bigfltpm.t
29962 ____________________________________________________________________________
29963 [  7506] By: jhi                                   on 2000/11/01  14:03:35
29964         Log: The osname has been lowercased by now, from Tom Bates.
29965      Branch: metaconfig
29966            ! U/modified/Oldconfig.U
29967      Branch: perl
29968            ! Configure config_h.SH
29969 ____________________________________________________________________________
29970 [  7505] By: jhi                                   on 2000/10/31  19:18:39
29971         Log: The compiler is either gcc or cc, from Tom Bates.
29972      Branch: perl
29973            ! hints/nonstopux.sh
29974 ____________________________________________________________________________
29975 [  7504] By: jhi                                   on 2000/10/31  14:53:42
29976         Log: Update Changes.
29977      Branch: perl
29978            ! Changes patchlevel.h
29979 ____________________________________________________________________________
29980 [  7503] By: jhi                                   on 2000/10/31  14:30:50
29981         Log: Whitespace style tweak.  Was originally going to see to
29982              
29983              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
29984              From: Joe Smith <jms@inwap.com>
29985              Date: Mon, 30 Oct 2000 18:47:57 -0800
29986              Message-Id: <39FE32DD.24AAC4D@inwap.com>
29987              
29988              but that had already been taken care of.
29989      Branch: metaconfig
29990            ! U/compline/d_stdstdio.U
29991      Branch: perl
29992            ! Configure config_h.SH
29993 ____________________________________________________________________________
29994 [  7502] By: jhi                                   on 2000/10/31  14:25:02
29995         Log: AUTHORS tweaks.
29996      Branch: perl
29997            ! AUTHORS
29998 ____________________________________________________________________________
29999 [  7501] By: jhi                                   on 2000/10/31  14:23:59
30000         Log: Subject: perlfaq style changes
30001              From: John Borwick <jhborwic@unity.ncsu.edu>
30002              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
30003              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
30004      Branch: perl
30005            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
30006            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
30007            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
30008            ! pod/perlfaq9.pod
30009 ____________________________________________________________________________
30010 [  7500] By: jhi                                   on 2000/10/31  14:22:15
30011         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
30012              
30013              Subject: Re: [ID 20000918.005] ~ on wide chars
30014              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30015              Date: Mon, 30 Oct 2000 21:09:55 -0800
30016              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
30017              
30018              (The ord() part of the patch skipped.)
30019      Branch: perl
30020            ! doop.c
30021 ____________________________________________________________________________
30022 [  7499] By: jhi                                   on 2000/10/31  14:20:08
30023         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
30024              From: Jens Hamisch <jens@Strawberry.COM>
30025              Date: Mon, 30 Oct 2000 15:17:07 +0100
30026              Message-Id: <20001030151707.A9597@Strawberry.COM>
30027      Branch: perl
30028            ! av.c
30029 ____________________________________________________________________________
30030 [  7498] By: jhi                                   on 2000/10/31  14:16:29
30031         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
30032              From: Peter Prymmer <pvhp@forte.com>
30033              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
30034              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
30035      Branch: perl
30036            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
30037            + ext/Encode/Encode/posix-bc.enc
30038            ! MANIFEST t/lib/encode.t
30039 ____________________________________________________________________________
30040 [  7497] By: jhi                                   on 2000/10/31  14:13:22
30041         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
30042              From: Peter Prymmer <pvhp@forte.com>
30043              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
30044              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
30045      Branch: perl
30046            ! t/lib/cgi-html.t
30047 ____________________________________________________________________________
30048 [  7496] By: jhi                                   on 2000/10/31  14:12:05
30049         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
30050              From: Peter Prymmer <pvhp@forte.com>
30051              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
30052              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
30053      Branch: perl
30054            ! t/lib/cgi-function.t
30055 ____________________________________________________________________________
30056 [  7495] By: jhi                                   on 2000/10/31  14:11:08
30057         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
30058              From: Peter Prymmer <pvhp@forte.com>
30059              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
30060              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
30061      Branch: perl
30062            + ext/re/hints/aix.pl
30063            ! MANIFEST ext/re/Makefile.PL
30064 ____________________________________________________________________________
30065 [  7494] By: jhi                                   on 2000/10/31  14:08:32
30066         Log: Use Errno magic.
30067              
30068              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
30069              From: Casey Tweten <perl@ctweten.amsite.com>
30070              Date: Mon, 30 Oct 2000 15:51:17 -0500
30071              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
30072      Branch: perl
30073            ! lib/File/Temp.pm
30074 ____________________________________________________________________________
30075 [  7493] By: jhi                                   on 2000/10/31  14:05:07
30076         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
30077              
30078              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
30079              From: Nicholas Clark <nick@ccl4.org>
30080              Date: Mon, 30 Oct 2000 17:38:45 +0000
30081              Message-ID: <20001030173845.O60355@plum.flirble.org>
30082      Branch: perl
30083            ! Makefile.SH utils/perlbug.PL
30084 ____________________________________________________________________________
30085 [  7492] By: nick                                  on 2000/10/30  19:37:23
30086         Log: Change files which are mysteriously different to mainline to be
30087              copies of mainline.
30088      Branch: perlio
30089            ! objXSUB.h perlapi.c pod/perlapi.pod
30090 ____________________________________________________________________________
30091 [  7491] By: nick                                  on 2000/10/30  18:05:54
30092         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
30093              - typo in endian code in putc.
30094              - Don't allow read of write-only files and vice-versa
30095              - and off-by-one in flush-all loop.
30096              Remove debug calls as they were using GCC specific features.
30097      Branch: perlio
30098            ! perlio.c
30099 ____________________________________________________________________________
30100 [  7490] By: nick                                  on 2000/10/29  21:45:45
30101         Log: Integrate mainline to perlio
30102      Branch: perlio
30103           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
30104           !> toke.c
30105 ____________________________________________________________________________
30106 [  7489] By: jhi                                   on 2000/10/29  21:11:08
30107         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
30108              From: andreas.koenig@anima.de (Andreas J. Koenig)
30109              Date: 29 Oct 2000 22:05:59 +0100
30110              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
30111      Branch: perl
30112            ! lib/ExtUtils/Manifest.pm
30113 ____________________________________________________________________________
30114 [  7488] By: jhi                                   on 2000/10/29  21:07:47
30115         Log: Tests for #7487.
30116              
30117              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
30118              From: andreas.koenig@anima.de (Andreas J. Koenig)
30119              Date: 29 Oct 2000 19:37:09 +0100
30120              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
30121      Branch: perl
30122            ! t/comp/proto.t
30123 ____________________________________________________________________________
30124 [  7487] By: jhi                                   on 2000/10/29  21:06:27
30125         Log: constsub spillage.
30126              
30127              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
30128              From: John Tobey <jtobey@john-edwin-tobey.org>
30129              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
30130              Message-Id: <m13pvSr-000FObC@feynman.localnet>
30131      Branch: perl
30132            ! op.c
30133 ____________________________________________________________________________
30134 [  7486] By: nick                                  on 2000/10/29  21:05:04
30135         Log: Integrate mainline to perlio branch
30136      Branch: perlio
30137           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
30138           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
30139           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
30140           +> vos/install_perl.cm
30141            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
30142            - vos/config.h vos/config_h.SH_orig
30143           !> (integrate 141 files)
30144 ____________________________________________________________________________
30145 [  7485] By: jhi                                   on 2000/10/29  21:00:47
30146         Log: Make \x{...} consistently produce UTF-8.
30147              
30148              Subject: Re: \x{...} is confused 
30149              From: Simon Cozens <simon@cozens.net>
30150              Date: Sun, 29 Oct 2000 19:36:48 +0000
30151              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
30152      Branch: perl
30153            ! t/pragma/utf8.t toke.c
30154 ____________________________________________________________________________
30155 [  7484] By: nick                                  on 2000/10/29  20:05:29
30156         Log: PerlIO passes all tests.
30157      Branch: perlio
30158            ! perlio.c
30159 ____________________________________________________________________________
30160 [  7483] By: jhi                                   on 2000/10/29  18:06:55
30161         Log: Update Changes.
30162      Branch: perl
30163            ! Changes patchlevel.h
30164 ____________________________________________________________________________
30165 [  7482] By: nick                                  on 2000/10/29  17:43:28
30166         Log: Include <unistd.h> to get correct lseek() prototype etc.
30167              (I thought perl.h did that) - down to two fails
30168              - comp/require.t (last test)
30169              - lib/io_xs.t - possibly import/export of FILE * ?
30170      Branch: perlio
30171            ! perlio.c
30172 ____________________________________________________________________________
30173 [  7481] By: jhi                                   on 2000/10/29  17:02:37
30174         Log: UTF-8 decoder tweak.
30175      Branch: perl
30176            ! utf8.c
30177 ____________________________________________________________________________
30178 [  7480] By: nick                                  on 2000/10/29  16:26:11
30179         Log: Fixed two bugs:
30180              - error code not being set on close (of broken pipe)
30181              - append mode was truncating.
30182              At least one seek/tell bug remains.
30183      Branch: perlio
30184            ! perlio.c
30185 ____________________________________________________________________________
30186 [  7479] By: nick                                  on 2000/10/29  11:18:16
30187         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
30188              in case of accidents. Still several worrying fails, no line disciplines yet.
30189      Branch: perlio
30190            ! iperlsys.h perlio.c
30191 ____________________________________________________________________________
30192 [  7478] By: jhi                                   on 2000/10/29  02:04:01
30193         Log: Add also emailless people.
30194      Branch: perl
30195            ! AUTHORS
30196 ____________________________________________________________________________
30197 [  7477] By: jhi                                   on 2000/10/29  01:36:00
30198         Log: The #7476 needs a MANIFEST change, too.
30199      Branch: perl
30200            ! MANIFEST
30201 ____________________________________________________________________________
30202 [  7476] By: jhi                                   on 2000/10/29  01:35:21
30203         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
30204      Branch: perl
30205            - MAINTAIN
30206            ! AUTHORS Changes
30207 ____________________________________________________________________________
30208 [  7475] By: jhi                                   on 2000/10/28  23:57:25
30209         Log: De-quoted-unreadable to ISO Latin 1.
30210              (There's one ISO-2022-JP name in Changes5.004.)
30211      Branch: perl
30212            ! Changes Changes5.6
30213 ____________________________________________________________________________
30214 [  7474] By: jhi                                   on 2000/10/28  19:13:06
30215         Log: Subject: [ID 20001027.007] uniq array in perlfaq
30216              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
30217              Date: Fri, 27 Oct 2000 19:28:30 +0200
30218              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
30219      Branch: perl
30220            ! pod/perlfaq4.pod
30221 ____________________________________________________________________________
30222 [  7473] By: jhi                                   on 2000/10/28  18:02:05
30223         Log: Locking null mutexes is not recommendable.
30224              
30225              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
30226              From: Hugo <hv@crypt.compulink.co.uk>
30227              Date: Sat, 28 Oct 2000 18:41:12 +0100
30228              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
30229      Branch: perl
30230            ! op.c
30231 ____________________________________________________________________________
30232 [  7472] By: jhi                                   on 2000/10/28  17:52:58
30233         Log: Better create a true mailing list for the repository keepers.
30234      Branch: perl
30235            ! Porting/repository.pod
30236 ____________________________________________________________________________
30237 [  7471] By: jhi                                   on 2000/10/28  17:28:24
30238         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
30239              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
30240      Branch: perl
30241            + Porting/repository.pod
30242            ! MANIFEST
30243 ____________________________________________________________________________
30244 [  7470] By: jhi                                   on 2000/10/28  17:20:54
30245         Log: Subject: DOC PATCH 5.6.0
30246              From: mjd@plover.com
30247              Date: 27 Oct 2000 17:32:44 -0000
30248              Message-ID: <20001027173244.23754.qmail@plover.com>
30249      Branch: perl
30250            ! pod/perlfunc.pod
30251 ____________________________________________________________________________
30252 [  7469] By: jhi                                   on 2000/10/28  17:16:45
30253         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
30254              From: "Peter J. Farley III" <pjfarley@banet.net>
30255              Date: Fri, 27 Oct 2000 20:32:56 -0400
30256              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
30257      Branch: perl
30258            ! README.dos
30259 ____________________________________________________________________________
30260 [  7468] By: jhi                                   on 2000/10/28  17:07:18
30261         Log: Make target reordering to avoid pointless re-makes.
30262              
30263              Subject: Re: Total re-make of 'make okfile' after 7451 ?
30264              From: Nicholas Clark <nick@ccl4.org>
30265              Date: Sat, 28 Oct 2000 00:31:02 +0100
30266              Message-ID: <20001028003101.A54517@plum.flirble.org>
30267      Branch: perl
30268            ! Makefile.SH
30269 ____________________________________________________________________________
30270 [  7467] By: jhi                                   on 2000/10/28  17:05:31
30271         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
30272              From: lvirden@cas.org
30273              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
30274              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
30275      Branch: perl
30276            ! README.os2
30277 ____________________________________________________________________________
30278 [  7466] By: jhi                                   on 2000/10/28  16:09:16
30279         Log: Upgrade to CPAN 1.58_55.
30280              
30281              Subject: CPAN.pm status
30282              From: andreas.koenig@anima.de (Andreas J. Koenig) 
30283              Date: 28 Oct 2000 08:18:00 +0200 
30284              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
30285      Branch: perl
30286            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30287 ____________________________________________________________________________
30288 [  7465] By: jhi                                   on 2000/10/28  16:02:47
30289         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
30290      Branch: perl
30291            ! embed.h embed.pl perl.h proto.h toke.c
30292 ____________________________________________________________________________
30293 [  7464] By: nick                                  on 2000/10/28  10:43:44
30294         Log: Fix for sv_2iv() on "shared" value from keys %hash.
30295      Branch: perl
30296            ! sv.c
30297 ____________________________________________________________________________
30298 [  7463] By: jhi                                   on 2000/10/27  16:18:29
30299         Log: Update Changes.
30300      Branch: perl
30301            ! Changes patchlevel.h
30302 ____________________________________________________________________________
30303 [  7462] By: jhi                                   on 2000/10/27  16:17:44
30304         Log: Too enthusiastic editing in #7460.
30305      Branch: metaconfig
30306            ! U/modified/Oldsym.U
30307      Branch: perl
30308            ! Configure config_h.SH
30309 ____________________________________________________________________________
30310 [  7461] By: jhi                                   on 2000/10/27  15:37:38
30311         Log: Retract #7459, the script needs more work.
30312      Branch: perl
30313            - mkreef
30314            ! MANIFEST
30315 ____________________________________________________________________________
30316 [  7460] By: jhi                                   on 2000/10/27  15:23:14
30317         Log: Use $sort, $uniq (and $tr) consistently as wondered
30318              by Nicholas Clark.
30319      Branch: metaconfig
30320            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
30321            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
30322            ! U/modified/libc.U
30323      Branch: perl
30324            ! Configure config_h.SH
30325 ____________________________________________________________________________
30326 [  7459] By: jhi                                   on 2000/10/27  15:02:07
30327         Log: (Retracted by #7461)
30328              
30329              Add a shell script for creating/removing symbolic link farms,
30330              useful for keeping the source code read-only and doing the
30331              builds somewhere else.
30332      Branch: perl
30333            + mkreef
30334            ! MANIFEST
30335 ____________________________________________________________________________
30336 [  7458] By: jhi                                   on 2000/10/27  14:42:20
30337         Log: Do away with the fix_pl.
30338      Branch: perl
30339            - fix_pl
30340            ! MANIFEST Makefile.SH
30341 ____________________________________________________________________________
30342 [  7457] By: jhi                                   on 2000/10/27  12:43:13
30343         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
30344              From: Jens Hamisch <jens@Strawberry.COM>
30345              Date: Fri, 27 Oct 2000 14:38:21 +0200
30346              Message-Id: <20001027143821.B3366@Strawberry.COM>
30347      Branch: perl
30348            ! perl.h
30349 ____________________________________________________________________________
30350 [  7456] By: jhi                                   on 2000/10/27  12:33:42
30351         Log: Subject: [PATCH] todo
30352              From: Nicholas Clark <nick@ccl4.org>
30353              Date: Thu, 26 Oct 2000 22:32:29 +0100
30354              Message-ID: <20001026223229.A44540@plum.flirble.org>
30355      Branch: perl
30356            ! pod/perltodo.pod
30357 ____________________________________________________________________________
30358 [  7455] By: jhi                                   on 2000/10/27  12:02:21
30359         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
30360              From: John Tobey <jtobey@john-edwin-tobey.org>
30361              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
30362              Message-Id: <m13ozHF-000FObC@feynman.localnet>
30363      Branch: perl
30364            ! op.c t/pragma/sub_lval.t
30365 ____________________________________________________________________________
30366 [  7454] By: jhi                                   on 2000/10/27  11:59:42
30367         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
30368              From: sthoenna@efn.org
30369              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
30370              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
30371      Branch: perl
30372            ! pp.c t/op/assignwarn.t
30373 ____________________________________________________________________________
30374 [  7453] By: jhi                                   on 2000/10/27  00:15:08
30375         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
30376      Branch: perl
30377            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
30378            ! ext/Storable/Storable.xs t/lib/st-lock.t
30379 ____________________________________________________________________________
30380 [  7452] By: jhi                                   on 2000/10/26  13:05:52
30381         Log: Undo #7451, this seems to be a deficiency in Perforce,
30382              there is no per-file line-terminator type, only per-client.
30383      Branch: perl
30384            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
30385            ! win32/makefile.mk
30386 ____________________________________________________________________________
30387 [  7451] By: jhi                                   on 2000/10/26  04:56:03
30388         Log: Experimenting in DOS arcana.
30389      Branch: perl
30390            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
30391            ! win32/makefile.mk
30392 ____________________________________________________________________________
30393 [  7450] By: jhi                                   on 2000/10/26  04:50:52
30394         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
30395              From: "Peter J. Farley III" <pjfarley@banet.net>            
30396              Date: Wed, 25 Oct 2000 23:10:18 -0400
30397              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
30398      Branch: perl
30399            ! t/io/open.t
30400 ____________________________________________________________________________
30401 [  7449] By: jhi                                   on 2000/10/26  04:49:16
30402         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
30403              From: Hugo <hv@crypt.compulink.co.uk>
30404              Date: Thu, 26 Oct 2000 01:55:17 +0100
30405              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
30406              
30407              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
30408      Branch: perl
30409            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
30410 ____________________________________________________________________________
30411 [  7448] By: jhi                                   on 2000/10/26  04:38:36
30412         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
30413              From: Peter Prymmer <pvhp@forte.com>
30414              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
30415              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
30416      Branch: perl
30417            ! configure.com
30418 ____________________________________________________________________________
30419 [  7447] By: jhi                                   on 2000/10/25  23:20:02
30420         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
30421              in platforms that strictly require all the symbols being present
30422              at link time.
30423      Branch: perl
30424            ! handy.h
30425 ____________________________________________________________________________
30426 [  7446] By: jhi                                   on 2000/10/25  21:55:57
30427         Log: Update Changes.
30428      Branch: perl
30429            ! Changes patchlevel.h
30430 ____________________________________________________________________________
30431 [  7445] By: jhi                                   on 2000/10/25  21:27:08
30432         Log: Integrate with vmsperl #7430 by Charles Bailey:
30433              
30434              Cleanup from prior patch (Charles Lane?):
30435              - improve handling of MFDs in Basename and Path
30436              - default to no xsubpp line # munging when building debug images
30437      Branch: perl
30438           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
30439 ____________________________________________________________________________
30440 [  7444] By: jhi                                   on 2000/10/25  21:03:50
30441         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
30442              From: John Peacock <JPeacock@UnivPress.com>
30443              Date: Thu, 18 May 2000 11:55:27 -0400
30444              Message-ID: <3924126F.A58BE57A@UnivPress.com>
30445      Branch: perl
30446            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
30447            ! t/op/write.t
30448 ____________________________________________________________________________
30449 [  7443] By: jhi                                   on 2000/10/25  20:43:10
30450         Log: Temporary stopgap for the self-tying issue: for now only
30451              array and hash self-ties are verboten.  The real fix, of
30452              course, would be to comprehensively test (and implement?)
30453              and debug (and document) self-ties.
30454      Branch: perl
30455            ! pod/perldiag.pod pp_sys.c t/op/tie.t
30456 ____________________________________________________________________________
30457 [  7442] By: jhi                                   on 2000/10/25  20:14:30
30458         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
30459              From: Dan Sugalski <dan@sidhe.org>
30460              Date: Wed, 25 Oct 2000 13:36:35 -0400
30461              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
30462              
30463              plus regen global.sym.
30464      Branch: perl
30465            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
30466            ! thrdvar.h util.c
30467 ____________________________________________________________________________
30468 [  7441] By: jhi                                   on 2000/10/25  20:12:20
30469         Log: buildtoc target tweaks.
30470      Branch: perl
30471            ! pod/Makefile.SH
30472 ____________________________________________________________________________
30473 [  7440] By: jhi                                   on 2000/10/25  20:03:53
30474         Log: A new version of making the syslog test more robust.
30475              (Replaces #7421.)
30476              
30477              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30478              From: "Kurt D. Starsinic" <kstar@chapin.edu>
30479              Date: Wed, 25 Oct 2000 12:13:54 -0400
30480              Message-ID: <20001025121354.B2264@O2.chapin.edu>
30481      Branch: perl
30482            ! t/lib/syslog.t
30483 ____________________________________________________________________________
30484 [  7439] By: jhi                                   on 2000/10/25  20:00:48
30485         Log: Continue the internal UTF-8 API tweaking.
30486              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
30487              used much more than the simpler API, now called utf8_to_uv_simple().
30488              Still not quite happy with API, too much partial duplication
30489              of functionality.
30490      Branch: perl
30491            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
30492            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
30493            ! regcomp.c regexec.c sv.c toke.c utf8.c
30494 ____________________________________________________________________________
30495 [  7438] By: jhi                                   on 2000/10/25  18:52:30
30496         Log: Allow poking holes at the UTF-8 decoding strictness.
30497      Branch: perl
30498            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
30499            ! utf8.h
30500 ____________________________________________________________________________
30501 [  7437] By: jhi                                   on 2000/10/25  13:53:05
30502         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
30503              UTF8LEN() and UTF8SKIP(). 
30504      Branch: perl
30505            ! pp.c utf8.c utf8.h
30506 ____________________________________________________________________________
30507 [  7436] By: jhi                                   on 2000/10/25  13:51:37
30508         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
30509              From: Nicholas Clark <nick@ccl4.org>
30510              Date: Wed, 25 Oct 2000 14:44:05 +0100
30511              Message-ID: <20001025144404.D27253@plum.flirble.org>
30512      Branch: perl
30513            ! pod/perlrun.pod
30514 ____________________________________________________________________________
30515 [  7435] By: jhi                                   on 2000/10/25  13:49:32
30516         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
30517              From: Mike Guy <mjtg@cam.ac.uk>
30518              Date: Tue, 24 Oct 2000 14:59:40 +0100
30519              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
30520      Branch: perl
30521            ! scope.c
30522 ____________________________________________________________________________
30523 [  7434] By: jhi                                   on 2000/10/25  13:48:41
30524         Log: AIX is picky about its symbol exports.  Solution for now
30525              is to include the deb.o explicitly to the re extension build.
30526              
30527              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
30528              From: Peter Prymmer <pvhp@forte.com>
30529              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
30530              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
30531      Branch: perl
30532            ! ext/re/Makefile.PL hints/aix.sh
30533 ____________________________________________________________________________
30534 [  7433] By: jhi                                   on 2000/10/25  13:46:49
30535         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
30536              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30537              Date: Wed, 25 Oct 2000 12:02:20 +0200
30538              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
30539      Branch: perl
30540            ! perlsdio.h
30541 ____________________________________________________________________________
30542 [  7432] By: jhi                                   on 2000/10/25  13:44:28
30543         Log: Subject: Minor update to find2perl, for portability
30544              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
30545              Date: Wed, 25 Oct 2000 12:05:47 +0100
30546              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
30547      Branch: perl
30548            ! x2p/find2perl.PL
30549 ____________________________________________________________________________
30550 [  7431] By: jhi                                   on 2000/10/25  13:40:39
30551         Log: Add targets to Makefile.SH, most importantly
30552              'regen_all' which also remembers to update vms/perly*.
30553      Branch: perl
30554            ! Makefile.SH
30555 ____________________________________________________________________________
30556 [  7430] By: bailey                                on 2000/10/25  03:13:53
30557         Log: Cleanup from prior patch (Charles Lane?):
30558              - improve handling of MFDs in Basename and Path
30559              - default to no xsubpp line # munging when building debug images
30560      Branch: vmsperl
30561            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
30562 ____________________________________________________________________________
30563 [  7429] By: jhi                                   on 2000/10/24  20:03:40
30564         Log: Podify README.epoc and README.vos.
30565      Branch: perl
30566            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
30567            ! pod/perlport.pod pod/perltoc.pod
30568 ____________________________________________________________________________
30569 [  7428] By: jhi                                   on 2000/10/24  19:10:33
30570         Log: Stratus VOS updates from Paul Green.
30571      Branch: perl
30572            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30573            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
30574            - vos/config.def vos/config.h vos/config_h.SH_orig
30575            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
30576            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
30577 ____________________________________________________________________________
30578 [  7427] By: jhi                                   on 2000/10/24  18:59:48
30579         Log: Check if stdio supports tweaking lval and cnt simultaneously.
30580              
30581              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
30582              From: Nicholas Clark <nick@ccl4.org>
30583              Date: Mon, 23 Oct 2000 15:39:32 +0100
30584              Message-ID: <20001023153932.A10786@plum.flirble.org>
30585      Branch: metaconfig
30586            ! U/compline/d_stdstdio.U
30587      Branch: perl
30588            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30589            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
30590            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
30591            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
30592            ! vos/config.h vos/config_h.SH_orig win32/config.bc
30593            ! win32/config.gc win32/config.vc
30594 ____________________________________________________________________________
30595 [  7426] By: jhi                                   on 2000/10/24  17:57:44
30596         Log: Missed the header file changes from #7425.
30597      Branch: perl
30598            ! embed.h embed.pl objXSUB.h proto.h
30599 ____________________________________________________________________________
30600 [  7425] By: jhi                                   on 2000/10/24  17:55:17
30601         Log: Fix the bug reported in
30602              
30603              From: andreas.koenig@anima.de (Andreas J. Koenig)
30604              Subject: Encode bug?
30605              Date: 24 Oct 2000 14:01:26 +0200 
30606              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
30607              
30608              Also make is_utf8_char() stricter.
30609      Branch: perl
30610            ! ext/Encode/Encode.xs utf8.c
30611 ____________________________________________________________________________
30612 [  7424] By: jhi                                   on 2000/10/24  15:15:39
30613         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
30614              From: Peter Scott <Peter@PSDT.com>
30615              Date: Mon, 23 Oct 2000 19:46:01 -0700
30616              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
30617      Branch: perl
30618            ! pod/perlfaq5.pod
30619 ____________________________________________________________________________
30620 [  7423] By: jhi                                   on 2000/10/24  14:25:30
30621         Log: Test tweak to avoid pulling in the whole Config.
30622      Branch: perl
30623            ! t/lib/st-lock.t
30624 ____________________________________________________________________________
30625 [  7422] By: jhi                                   on 2000/10/24  14:03:16
30626         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
30627      Branch: perl
30628            ! pp.c
30629 ____________________________________________________________________________
30630 [  7421] By: jhi                                   on 2000/10/24  13:32:09
30631         Log: (Replaced by #7440.)
30632              
30633              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
30634              From: "Kurt D. Starsinic" <kstar@chapin.edu>
30635              Date: Mon, 23 Oct 2000 16:40:54 -0400
30636              Message-ID: <20001023164054.B14491@O2.chapin.edu>
30637      Branch: perl
30638            ! t/lib/syslog.t
30639 ____________________________________________________________________________
30640 [  7420] By: jhi                                   on 2000/10/24  13:30:53
30641         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
30642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30643              Date: Mon, 23 Oct 2000 17:29:03 -0400
30644              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
30645      Branch: perl
30646            ! lib/ExtUtils/MM_Unix.pm
30647 ____________________________________________________________________________
30648 [  7419] By: jhi                                   on 2000/10/24  13:29:57
30649         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
30650              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30651              Date: Mon, 23 Oct 2000 19:01:32 -0400
30652              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
30653      Branch: perl
30654            ! utils/h2xs.PL
30655 ____________________________________________________________________________
30656 [  7418] By: jhi                                   on 2000/10/24  13:26:04
30657         Log: Replace #7409 with
30658              
30659              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
30660              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30661              Date: Mon, 23 Oct 2000 20:08:56 +0200
30662              Message-ID: <20001023200855.A14850@nice.ram.loc>
30663      Branch: perl
30664            ! ext/Storable/Storable.pm t/lib/st-lock.t
30665 ____________________________________________________________________________
30666 [  7417] By: jhi                                   on 2000/10/24  13:17:52
30667         Log: Run vms/vms_yfix.pl, should have done that after changing
30668              perly.c in #7382.
30669      Branch: perl
30670            ! vms/perly_c.vms vms/perly_h.vms
30671 ____________________________________________________________________________
30672 [  7416] By: jhi                                   on 2000/10/24  02:55:33
30673         Log: Make the UTF-8 decoding stricter and more verbose when
30674              malformation happens.  This involved adding an argument
30675              to utf8_to_uv_chk(), which involved changing its prototype,
30676              and prefer STRLEN over I32 for the UTF-8 length, which as
30677              a domino effect necessitated changing the prototypes of
30678              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
30679              The stricter UTF-8 decoding checking uses Markus Kuhn's
30680              UTF-8 Decode Stress Tester from
30681              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
30682      Branch: perl
30683            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
30684            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
30685            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
30686            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
30687 ____________________________________________________________________________
30688 [  7415] By: jhi                                   on 2000/10/23  14:06:06
30689         Log: Update Changes.
30690      Branch: perl
30691            ! Changes patchlevel.h
30692 ____________________________________________________________________________
30693 [  7414] By: jhi                                   on 2000/10/23  12:39:52
30694         Log: Undo the basename() part of #7412 since the lib/basename
30695              tests would need upgrading too.
30696      Branch: perl
30697            ! lib/File/Basename.pm
30698 ____________________________________________________________________________
30699 [  7413] By: jhi                                   on 2000/10/23  12:19:27
30700         Log: Document PERL_INSTALL_ROOT of #7210.
30701      Branch: perl
30702            ! lib/ExtUtils/Install.pm
30703 ____________________________________________________________________________
30704 [  7412] By: jhi                                   on 2000/10/23  12:16:47
30705         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
30706      Branch: perl
30707            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
30708            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
30709 ____________________________________________________________________________
30710 [  7411] By: jhi                                   on 2000/10/23  12:07:41
30711         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
30712              From: Prymmer/Kahn <pvhp@best.com>
30713              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
30714              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
30715      Branch: perl
30716            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
30717 ____________________________________________________________________________
30718 [  7410] By: jhi                                   on 2000/10/23  04:10:11
30719         Log: The change #7187 was not so good on VMS.
30720              
30721              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
30722              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30723              Date: Sun, 22 Oct 2000 23:03:08 -0500
30724              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
30725      Branch: perl
30726            ! utils/perldoc.PL
30727 ____________________________________________________________________________
30728 [  7409] By: jhi                                   on 2000/10/23  03:57:36
30729         Log: Avoid Storable locking on DJGPP for now.
30730              
30731              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
30732              From: "Peter J. Farley III" <pjfarley@banet.net>
30733              Date: Sun, 22 Oct 2000 20:00:00 -0400
30734              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
30735      Branch: perl
30736            ! ext/Storable/Storable.pm t/lib/st-lock.t
30737 ____________________________________________________________________________
30738 [  7408] By: jhi                                   on 2000/10/23  03:50:24
30739         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
30740              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30741              Date: Sun, 22 Oct 2000 21:12:22 -0400
30742              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
30743      Branch: perl
30744            ! lib/vars.pm
30745 ____________________________________________________________________________
30746 [  7407] By: jhi                                   on 2000/10/23  03:43:12
30747         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
30748              From: Hugo <hv@crypt.compulink.co.uk>
30749              Date: Mon, 23 Oct 2000 00:47:22 +0100
30750              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
30751      Branch: perl
30752            ! regexec.c t/op/pat.t
30753 ____________________________________________________________________________
30754 [  7406] By: jhi                                   on 2000/10/23  03:40:29
30755         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
30756      Branch: perl
30757            ! lib/ExtUtils/MakeMaker.pm
30758 ____________________________________________________________________________
30759 [  7405] By: jhi                                   on 2000/10/22  21:32:00
30760         Log: Doc patch.
30761              
30762              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
30763              From: rspier@pobox.com (Robert Spier)
30764              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
30765              Message-ID: <14835.16112.13457.447971@rls.cx>
30766      Branch: perl
30767            ! lib/strict.pm
30768 ____________________________________________________________________________
30769 [  7404] By: jhi                                   on 2000/10/22  21:30:51
30770         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
30771              From: rspier@pobox.com (Robert Spier)
30772              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
30773              Message-ID: <14835.17223.72448.705566@rls.cx>
30774      Branch: perl
30775            ! lib/ExtUtils/MakeMaker.pm
30776 ____________________________________________________________________________
30777 [  7403] By: jhi                                   on 2000/10/22  21:24:11
30778         Log: Subject: [PATCH bleadperl] ripples from constsub patch
30779              From: John Tobey <jtobey@john-edwin-tobey.org>
30780              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
30781              Message-Id: <m13nSOB-000FObC@feynman.localnet>
30782      Branch: perl
30783            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
30784 ____________________________________________________________________________
30785 [  7402] By: jhi                                   on 2000/10/22  20:59:35
30786         Log: Support s?printf parameter reordering.
30787      Branch: perl
30788            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
30789 ____________________________________________________________________________
30790 [  7401] By: jhi                                   on 2000/10/22  19:19:14
30791         Log: Expand %Config variables only if explicitly so requested
30792              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
30793              
30794              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
30795              From: Gurusamy Sarathy <gsar@ActiveState.com>
30796              Date: Sun, 22 Oct 2000 11:47:32 -0700
30797              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
30798      Branch: perl
30799            ! Makefile.SH lib/lib_pm.PL
30800 ____________________________________________________________________________
30801 [  7400] By: jhi                                   on 2000/10/22  18:24:10
30802         Log: Move the #7390 test from warn/op to comp/redef.
30803              
30804              Subject: Re: Creating const subs for constants.
30805              From: John Tobey <jtobey@john-edwin-tobey.org>
30806              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
30807              Message-Id: <m13nG72-000FObC@feynman.localnet>               
30808      Branch: perl
30809            ! t/comp/redef.t t/pragma/warn/op
30810 ____________________________________________________________________________
30811 [  7399] By: jhi                                   on 2000/10/22  17:49:59
30812         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
30813              From: Nicholas Clark <nick@ccl4.org>
30814              Date: Sat, 21 Oct 2000 22:23:19 +0100
30815              Message-ID: <20001021222319.B45586@plum.flirble.org>
30816      Branch: perl
30817            ! ext/DynaLoader/DynaLoader_pm.PL
30818 ____________________________________________________________________________
30819 [  7398] By: jhi                                   on 2000/10/22  17:47:35
30820         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
30821              From: Hugo <hv@crypt.compulink.co.uk>
30822              Date: Sat, 21 Oct 2000 18:19:59 +0100
30823              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
30824      Branch: perl
30825            ! ext/B/B.pm ext/B/B/C.pm
30826 ____________________________________________________________________________
30827 [  7397] By: jhi                                   on 2000/10/22  17:35:18
30828         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
30829              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
30830              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
30831              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
30832      Branch: perl
30833            ! hints/openbsd.sh
30834 ____________________________________________________________________________
30835 [  7396] By: jhi                                   on 2000/10/22  17:19:46
30836         Log: Subject: installman go-faster stripes
30837              From: Nicholas Clark <nick@talking.bollo.cx>
30838              Date: Sat, 21 Oct 2000 17:24:53 +0100
30839              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
30840              
30841              Subject: Re: installman go-faster stripes
30842              From: Russ Allbery <rra@stanford.edu>
30843              Date: 21 Oct 2000 11:04:13 -0700
30844              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
30845      Branch: perl
30846            ! installman pod/pod2man.PL
30847 ____________________________________________________________________________
30848 [  7395] By: jhi                                   on 2000/10/22  17:17:35
30849         Log: Hints tweak from Anton Berezin.
30850      Branch: perl
30851            ! hints/freebsd.sh
30852 ____________________________________________________________________________
30853 [  7394] By: jhi                                   on 2000/10/22  04:50:04
30854         Log: Tweak the Is* definitions of Unicode character classes
30855              to better match the official categorizations; embrace
30856              the official categorizations; add the combining marks
30857              as alpha (and -numeric); fix DCinital (a typo and edito)
30858              to be DCmedial.
30859      Branch: perl
30860            + lib/unicode/Is/DCmedial.pl
30861            - lib/unicode/Is/DCinital.pl
30862            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
30863            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
30864            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
30865            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
30866 ____________________________________________________________________________
30867 [  7393] By: jhi                                   on 2000/10/21  18:06:05
30868         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
30869              From: Daniel Chetlin <daniel@chetlin.com>
30870              Date: Sat, 21 Oct 2000 02:57:03 -0700
30871              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
30872      Branch: perl
30873            + t/lib/tie-splice.t
30874            ! MANIFEST lib/Tie/Array.pm
30875 ____________________________________________________________________________
30876 [  7392] By: gsar                                  on 2000/10/21  18:05:15
30877         Log: resync utfperl branch with mainline
30878      Branch: utfperl
30879           !> (integrate 1760 files)
30880 ____________________________________________________________________________
30881 [  7391] By: jhi                                   on 2000/10/21  14:37:49
30882         Log: Testcases for a #7383,#7385 related bug.
30883              
30884              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
30885              From: Nicholas Clark <nick@ccl4.org>
30886              Date: Sat, 21 Oct 2000 15:04:51 +0100
30887              Message-ID: <20001021150451.A51566@plum.flirble.org>
30888      Branch: perl
30889            ! t/pragma/utf8.t
30890 ____________________________________________________________________________
30891 [  7390] By: jhi                                   on 2000/10/21  14:35:57
30892         Log: Add a testcase for #7389.
30893      Branch: perl
30894            ! t/pragma/warn/op
30895 ____________________________________________________________________________
30896 [  7389] By: jhi                                   on 2000/10/21  14:26:45
30897         Log: Subject: Re: Creating const subs for constants.
30898              From: John Tobey <jtobey@john-edwin-tobey.org>
30899              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
30900              Message-Id: <m13mo0N-000FObC@feynman.localnet>
30901      Branch: perl
30902            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
30903            ! proto.h sv.c
30904 ____________________________________________________________________________
30905 [  7388] By: nick                                  on 2000/10/21  11:44:23
30906         Log: Populate perlio branch
30907      Branch: perlio
30908           +> (branch 1760 files)
30909 ____________________________________________________________________________
30910 [  7387] By: nick                                  on 2000/10/21  10:52:05
30911         Log: Get branch back as replica of mainline via :
30912              p4 integrate -b utfperl
30913              p4 resolve -at ./...
30914      Branch: utfperl
30915           +> (branch 269 files)
30916            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
30917            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
30918            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
30919            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
30920            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
30921            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
30922            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
30923            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
30924            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
30925            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
30926            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
30927            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
30928            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
30929            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
30930            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
30931            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
30932            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
30933            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
30934            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
30935            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
30936            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
30937            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
30938            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
30939            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
30940            - lib/unicode/UCD300.html lib/unicode/Unicode.300
30941            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
30942            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
30943            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
30944            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
30945           !> (integrate 965 files)
30946 ____________________________________________________________________________
30947 [  7386] By: jhi                                   on 2000/10/21  01:31:12
30948         Log: Update Changes.
30949      Branch: perl
30950            ! Changes patchlevel.h
30951 ____________________________________________________________________________
30952 [  7385] By: jhi                                   on 2000/10/21  01:28:42
30953         Log: The #7383 was right only in the context of the original bug report,
30954              not in more general case.
30955      Branch: perl
30956            ! pp_hot.c
30957 ____________________________________________________________________________
30958 [  7384] By: jhi                                   on 2000/10/21  01:08:23
30959         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
30960      Branch: perl
30961            ! ext/IO/lib/IO/Select.pm
30962 ____________________________________________________________________________
30963 [  7383] By: jhi                                   on 2000/10/21  00:44:18
30964         Log: Fix for ID 20001020.006, concatenating an unset submatch
30965              with utf8 resulted in "Modification of a read-only value".
30966      Branch: perl
30967            ! pp_hot.c t/pragma/utf8.t
30968 ____________________________________________________________________________
30969 [  7382] By: jhi                                   on 2000/10/20  20:44:31
30970         Log: Make scan_num() reëntrant, as suggested in
30971              
30972              Subject: [PATCH perl@7229] Rentrant parser and yylex()
30973              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30974              Date: Fri, 20 Oct 2000 14:17:27 +0100
30975              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
30976      Branch: perl
30977            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
30978            ! toke.c
30979 ____________________________________________________________________________
30980 [  7381] By: jhi                                   on 2000/10/20  20:07:29
30981         Log: Reëntrancy fix.
30982              
30983              Subject: [PATCH perl@7229] Rentrant parser and yylex()
30984              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30985              Date: Fri, 20 Oct 2000 14:17:27 +0100
30986              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
30987      Branch: perl
30988            ! embed.h embed.pl perl.h proto.h toke.c
30989 ____________________________________________________________________________
30990 [  7380] By: jhi                                   on 2000/10/20  19:15:54
30991         Log: Don't write double values through long double pointers,
30992              based on a part of
30993              
30994              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
30995              From: Jens Hamisch <jens@Strawberry.COM>
30996              Date: Tue, 17 Oct 2000 08:39:36 +0200
30997              Message-Id: <20001017083936.A11104@Strawberry.COM>
30998      Branch: perl
30999            ! perl.h pp.c
31000 ____________________________________________________________________________
31001 [  7379] By: jhi                                   on 2000/10/20  18:43:37
31002         Log: Portability tweak on #7377.
31003              
31004              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
31005              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31006              Date:     Fri, 20 Oct 2000 13:13:41 EDT
31007              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
31008      Branch: perl
31009            ! t/lib/dprof.t
31010 ____________________________________________________________________________
31011 [  7378] By: jhi                                   on 2000/10/20  12:57:19
31012         Log: SOCKS function redefinitions need prototypes, too, otherwise
31013              for example 32 bit versus 64 bit differences cause a lot of
31014              problems.  Part of
31015              
31016              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
31017              From: Jens Hamisch <jens@Strawberry.COM>
31018              Date: Tue, 17 Oct 2000 08:39:36 +0200
31019              Message-Id: <20001017083936.A11104@Strawberry.COM>
31020      Branch: perl
31021            ! doio.c pp_sys.c
31022 ____________________________________________________________________________
31023 [  7377] By: jhi                                   on 2000/10/20  12:37:12
31024         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
31025              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31026              Date:     Fri, 20 Oct 2000 08:26:04 EDT
31027              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
31028      Branch: perl
31029            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
31030 ____________________________________________________________________________
31031 [  7376] By: jhi                                   on 2000/10/20  12:35:31
31032         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
31033              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31034              Date:     Fri, 20 Oct 2000 07:48:15 EDT
31035              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
31036      Branch: perl
31037            ! configure.com vms/gen_shrfls.pl
31038 ____________________________________________________________________________
31039 [  7375] By: bailey                                on 2000/10/20  04:44:37
31040         Log: SYN SYN
31041      Branch: vmsperl
31042           +> (branch 134 files)
31043            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
31044            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
31045            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
31046            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
31047            - eg/cgi/frameset.cgi eg/cgi/index.html
31048            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
31049            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
31050            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
31051            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
31052            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
31053            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
31054            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
31055            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
31056            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
31057            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
31058            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
31059            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
31060            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
31061            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
31062            - lib/unicode/Props.txt lib/unicode/UCD300.html
31063            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
31064            - utils/perlbc.PL vms/subconfigure.com
31065           !> (integrate 785 files)
31066 ____________________________________________________________________________
31067 [  7374] By: jhi                                   on 2000/10/20  00:59:48
31068         Log: In the latest compiler builds cccdlflags must not become -fpic,
31069              from Wilfredo Sánchez.
31070      Branch: perl
31071            ! hints/darwin.sh
31072 ____________________________________________________________________________
31073 [  7373] By: jhi                                   on 2000/10/20  00:56:35
31074         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
31075              From: Tony Cook <tony@develop-help.com>
31076              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
31077              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
31078      Branch: perl
31079            ! pod/perlop.pod
31080 ____________________________________________________________________________
31081 [  7372] By: jhi                                   on 2000/10/19  19:34:40
31082         Log: Typo noted by Mark Lutz.
31083      Branch: perl
31084            ! t/op/64bitint.t
31085 ____________________________________________________________________________
31086 [  7371] By: jhi                                   on 2000/10/19  19:33:13
31087         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
31088      Branch: metaconfig
31089            ! U/modified/Cppsym.U U/modified/Oldconfig.U
31090      Branch: metaconfig/U/perl
31091            ! End.U dlsrc.U libperl.U
31092      Branch: perl
31093            + hints/nonstopux.sh
31094            ! Configure MANIFEST config_h.SH
31095 ____________________________________________________________________________
31096 [  7370] By: jhi                                   on 2000/10/19  17:18:08
31097         Log: Subject: PATCH do_print has 2 PerlIO_error()s
31098              From: nick@ccl4.org
31099              Date: Thu, 19 Oct 2000 18:09:20 +0100
31100              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
31101      Branch: perl
31102            ! doio.c
31103 ____________________________________________________________________________
31104 [  7369] By: jhi                                   on 2000/10/19  14:01:49
31105         Log: Update Changes.
31106      Branch: perl
31107            ! Changes patchlevel.h
31108 ____________________________________________________________________________
31109 [  7368] By: jhi                                   on 2000/10/19  13:04:29
31110         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
31111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31112              Date: Wed, 18 Oct 2000 13:12:01 +0200
31113              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
31114      Branch: perl
31115            ! hints/aix.sh
31116 ____________________________________________________________________________
31117 [  7367] By: jhi                                   on 2000/10/19  02:22:40
31118         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
31119              of a 'pmshort' anywhere in the B, so the offending line was simply
31120              removed.
31121      Branch: perl
31122            ! ext/B/B/Debug.pm
31123 ____________________________________________________________________________
31124 [  7366] By: jhi                                   on 2000/10/19  02:12:37
31125         Log: Add the test case for the bug id 20000730.004 which seems
31126              to have been fixed by now.
31127      Branch: perl
31128            ! t/pragma/utf8.t
31129 ____________________________________________________________________________
31130 [  7365] By: jhi                                   on 2000/10/18  23:36:24
31131         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
31132              From: Hugo <hv@crypt.compulink.co.uk>
31133              Date: Wed, 18 Oct 2000 23:25:58 +0100
31134              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
31135      Branch: perl
31136            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
31137 ____________________________________________________________________________
31138 [  7364] By: jhi                                   on 2000/10/18  21:12:53
31139         Log: (retracted)
31140      Branch: perl
31141            ! pp.c
31142 ____________________________________________________________________________
31143 [  7363] By: jhi                                   on 2000/10/18  20:55:38
31144         Log: Missing change from #7362.
31145      Branch: perl
31146            ! win32/perlhost.h
31147 ____________________________________________________________________________
31148 [  7362] By: jhi                                   on 2000/10/18  20:52:01
31149         Log: Borland C fstat() never saw the fd as writable.
31150              
31151              Subject: fix for Borland's weak "stat" (perl@7211)
31152              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
31153              Date: Mon, 16 Oct 2000 09:55:03 +0400
31154              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
31155      Branch: perl
31156            ! win32/win32.c
31157 ____________________________________________________________________________
31158 [  7361] By: jhi                                   on 2000/10/18  17:43:50
31159         Log: Regen toc.
31160      Branch: perl
31161            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
31162 ____________________________________________________________________________
31163 [  7360] By: jhi                                   on 2000/10/18  17:07:44
31164         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31165              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
31166              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
31167              Date: Mon, 16 Oct 2000 15:19:49 +0200
31168      Branch: perl
31169            + README.aix
31170            ! MANIFEST
31171 ____________________________________________________________________________
31172 [  7359] By: jhi                                   on 2000/10/18  17:04:49
31173         Log: Subject: Pod patch for Devel::Peek
31174              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31175              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
31176              Date: Mon, 16 Oct 2000 12:26:34 +0200
31177      Branch: perl
31178            ! ext/Devel/Peek/Peek.pm
31179 ____________________________________________________________________________
31180 [  7358] By: jhi                                   on 2000/10/18  17:03:15
31181         Log: Make Cwd more bulletproof in chrooted environments.
31182              
31183              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
31184              From: "Eric E. Coe" <Eric.Coe@oracle.com>
31185              Date: Wed, 18 Oct 2000 04:03:54 -0400
31186              Message-Id: <39ED596A.70E599FE@oracle.com>
31187      Branch: perl
31188            ! lib/Cwd.pm
31189 ____________________________________________________________________________
31190 [  7357] By: jhi                                   on 2000/10/18  16:37:26
31191         Log: Disable the UTF8 downgrade croakage for now to avoid
31192              too many not okay messages.
31193      Branch: perl
31194            ! doio.c
31195 ____________________________________________________________________________
31196 [  7356] By: jhi                                   on 2000/10/17  23:29:41
31197         Log: Show the failed remote port, instead of the failing line number.
31198              
31199              Subject: [PATCH 5.6.1 Debugger] More diagnostics
31200              From: David Sparks <daves@ActiveState.com>
31201              Date: Tue, 17 Oct 2000 15:00:24 -0700
31202              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
31203      Branch: perl
31204            ! lib/perl5db.pl
31205 ____________________________________________________________________________
31206 [  7355] By: jhi                                   on 2000/10/17  14:11:31
31207         Log: On output try to downgrade to bytes, croak if impossible,
31208              from Simon Cozens.  This means that outputting >255 UTF8
31209              is impossible.  Consider this as a strong incentive to get
31210              the I/O disciplines implemented.
31211      Branch: perl
31212            ! doio.c pod/perldiag.pod sv.c
31213 ____________________________________________________________________________
31214 [  7354] By: jhi                                   on 2000/10/17  13:42:23
31215         Log: Clarify documentation on 'use bytes'.
31216              
31217              Subject: Re: What does 'use bytes' "mean" ?
31218              From: Simon Cozens <simon@cozens.net>
31219              Date: Mon, 18 Sep 2000 18:24:25 +0100
31220              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
31221      Branch: perl
31222            ! lib/bytes.pm
31223 ____________________________________________________________________________
31224 [  7353] By: jhi                                   on 2000/10/17  13:28:12
31225         Log: Workaround for a sfio bug where the stream error indicator
31226              is not cleared as documented.
31227              
31228              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
31229              From: Nicholas Clark <nick@ccl4.org>
31230              Date: Mon, 16 Oct 2000 18:28:23 +0100
31231              Message-ID: <20001016182823.J19700@plum.flirble.org>
31232      Branch: perl
31233            ! doio.c
31234 ____________________________________________________________________________
31235 [  7352] By: jhi                                   on 2000/10/17  13:06:19
31236         Log: More IoTYPE sprinkling.
31237      Branch: perl
31238            ! doio.c pp_hot.c
31239 ____________________________________________________________________________
31240 [  7351] By: jhi                                   on 2000/10/16  22:47:07
31241         Log: Detect early whether the std streams have gone bad.
31242              
31243              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
31244              Date: Mon, 16 Oct 2000 23:28:42 +0100
31245              From: Nicholas Clark <nick@ccl4.org>
31246              Message-ID: <20001016232842.A37942@plum.flirble.org>
31247      Branch: perl
31248            ! t/op/misc.t
31249 ____________________________________________________________________________
31250 [  7350] By: jhi                                   on 2000/10/16  22:45:16
31251         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
31252              From: "Peter J. Farley III" <pjfarley@banet.net>
31253              Date: Mon, 16 Oct 2000 18:15:59 -0400
31254              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
31255      Branch: perl
31256            ! djgpp/djgpp.c dosish.h t/io/open.t
31257 ____________________________________________________________________________
31258 [  7349] By: jhi                                   on 2000/10/16  22:36:45
31259         Log: perldelta tweak.
31260      Branch: perl
31261            ! pod/perldelta.pod
31262 ____________________________________________________________________________
31263 [  7348] By: jhi                                   on 2000/10/16  15:17:53
31264         Log: Update Changes.
31265      Branch: perl
31266            ! Changes patchlevel.h
31267 ____________________________________________________________________________
31268 [  7347] By: jhi                                   on 2000/10/16  13:55:27
31269         Log: Add the capability to include/exclude branches.
31270      Branch: perl
31271            ! Porting/genlog
31272 ____________________________________________________________________________
31273 [  7346] By: jhi                                   on 2000/10/16  13:18:04
31274         Log: Add Charles Lane.
31275      Branch: perl
31276            ! AUTHORS Changes
31277 ____________________________________________________________________________
31278 [  7345] By: jhi                                   on 2000/10/16  13:13:21
31279         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
31280      Branch: perl
31281            ! pod/perldelta.pod
31282 ____________________________________________________________________________
31283 [  7344] By: gsar                                  on 2000/10/16  09:30:21
31284         Log: integrate change#6220 from cfgperl
31285              
31286              Win32 patches from Benjamin Stuhl.
31287      Branch: maint-5.6/perl
31288           !> makedef.pl win32/win32.h
31289 ____________________________________________________________________________
31290 [  7343] By: gsar                                  on 2000/10/16  08:32:19
31291         Log: integrate changes#6221,6222 from cfgperl
31292              
31293              Remove tr///CU (the feature is to be obsoleted by better interfaces).
31294              From: simon@brecon.co.uk (Simon Cozens)
31295              Subject: [PATCH] Eliminate tr///[CU][CU]
31296              Date: 23 Jun 2000 11:05:40 GMT
31297              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
31298              
31299              doc typo fix
31300              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
31301              From: Ian Phillipps <Ian.Phillipps@iname.com>
31302              Date: Fri, 23 Jun 2000 10:40:58 +0100
31303              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
31304      Branch: maint-5.6/perl
31305           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
31306 ____________________________________________________________________________
31307 [  7342] By: gsar                                  on 2000/10/16  08:28:08
31308         Log: integrate change#6217 from cfgperl (in part)
31309              
31310              Rename the fdpid locking and integrate with Sarathy.
31311      Branch: maint-5.6/perl
31312           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
31313           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
31314           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
31315           !> win32/win32.c
31316 ____________________________________________________________________________
31317 [  7341] By: gsar                                  on 2000/10/16  08:23:39
31318         Log: integrate changes#6214..6216 from mainline
31319              
31320              @_ can't have junk in it even in the non-USE_ITHREADS case because
31321              caller() wants to populate @DB::args with it (causes a coredump
31322              in Carp::confess())
31323              
31324              tweak comment about @DB::args
31325              
31326              be more optimal about clearing @_
31327      Branch: maint-5.6/perl
31328           !> av.h cop.h pp_ctl.c t/op/runlevel.t
31329 ____________________________________________________________________________
31330 [  7340] By: gsar                                  on 2000/10/16  08:20:37
31331         Log: integrate changes#6207..6210 from cfgperl
31332              
31333              Subject: [PATCH 5.6.0] Threadsafe patches
31334              From: Dan Sugalski <dan@sidhe.org>
31335              To: perl5-porters@perl.org
31336              Date: Mon, 08 May 2000 18:08:13 -0400
31337              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
31338              
31339              Regen headers for #6207.
31340              
31341              Lock PL_fdpid against race conditions, based on:
31342              Subject: [PATCH 5.6.0]subprocess fixup for threads
31343              From: Dan Sugalski <dan@sidhe.org>
31344              To: perl5-porters@perl.org
31345              Date: Tue, 11 Apr 2000 17:02:32 -0400
31346              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
31347              
31348              Mopup for #6207 and #6209.
31349      Branch: maint-5.6/perl
31350           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
31351           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
31352           !> win32/win32.c
31353 ____________________________________________________________________________
31354 [  7339] By: gsar                                  on 2000/10/16  08:14:34
31355         Log: integrate change#6203 from cfgperl
31356              
31357              perldiag should refer to perlos2.pod not README.os2
31358      Branch: maint-5.6/perl
31359           !> pod/perldiag.pod
31360 ____________________________________________________________________________
31361 [  7338] By: gsar                                  on 2000/10/16  08:11:42
31362         Log: integrate change#6201 from mainline
31363              
31364              Perl_eval_pv() leaks 4 bytes every time it is called because it
31365              does a PUSHMARK that's never ever POPMARKed; in general, only
31366              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
31367              Perl_eval_[sp]v() don't because they don't take any incoming
31368              arguments (this leak has been around since the original version
31369              of perl_eval_pv() in 5.003_97e)
31370      Branch: maint-5.6/perl
31371           !> perl.c
31372 ____________________________________________________________________________
31373 [  7337] By: gsar                                  on 2000/10/16  08:08:47
31374         Log: integrate changes#6197..6200 from cfgperl
31375              
31376              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
31377              From: John Borwick <jhborwic@unity.ncsu.edu>
31378              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
31379              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
31380              
31381              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
31382              From: Dan Sugalski <dan@sidhe.org>
31383              To: vmsperl@perl.org, perl5-porters@perl.org
31384              Date: Fri, 02 Jun 2000 16:00:41 -0400
31385              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
31386              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
31387              
31388              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
31389              From: Dan Sugalski <dan@sidhe.org>
31390              To: perl5-porters@perl.org, vmsperl@perl.org
31391              Date: Fri, 02 Jun 2000 17:30:51 -0400
31392              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
31393              
31394              Update to cperl-mode.el 4.31 from
31395              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
31396              Subject: A couple of notes
31397              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31398              To: Mailing list Perl5 <perl5-porters@perl.org>
31399              Date: Sat, 3 Jun 2000 23:33:32 -0400
31400              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
31401      Branch: maint-5.6/perl
31402           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
31403           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
31404           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
31405           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
31406           !> vms/vmsish.h
31407 ____________________________________________________________________________
31408 [  7336] By: gsar                                  on 2000/10/16  08:03:46
31409         Log: integrate changes#6194,6195 from mainline
31410              
31411              fix small eval"" memory leaks under USE_ITHREADS
31412              
31413              fix yet another eval"" leak under USE_ITHREADS
31414      Branch: maint-5.6/perl
31415           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
31416           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
31417           !> vms/perly_c.vms
31418 ____________________________________________________________________________
31419 [  7335] By: gsar                                  on 2000/10/16  08:02:15
31420         Log: integrate changes#6190,6191 from mainline
31421              
31422              submit missing embed.pl change
31423              
31424              vec() loses numericalness (modified version of patch suggested
31425              by Robin Barker)
31426      Branch: maint-5.6/perl
31427           !> doop.c embed.pl t/op/vec.t
31428 ____________________________________________________________________________
31429 [  7334] By: gsar                                  on 2000/10/16  08:01:03
31430         Log: integrate change#6189 from mainline
31431              
31432              counting tr/// corrupts later operation (from M.J.T Guy)
31433      Branch: maint-5.6/perl
31434           !> doop.c t/op/tr.t
31435 ____________________________________________________________________________
31436 [  7333] By: gsar                                  on 2000/10/16  07:59:07
31437         Log: integrate changes#6183..6188 from mainline
31438              
31439              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
31440              <nick@ccl4.org>)
31441              
31442              tweak for change#6127
31443              
31444              remove incorrect documentation about implicit split to @_ in
31445              list context, which never really worked in perl 5 (from
31446              M.J.T. Guy)
31447              
31448              further qualify references to "alphanumeric" (from Wolfgang Laun
31449              <wolfgang.laun@alcatel.at>)
31450              
31451              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
31452              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31453              
31454              h2xs tweaks
31455      Branch: maint-5.6/perl
31456           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
31457           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
31458           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
31459           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
31460           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
31461           !> pod/pod2latex.PL utils/h2xs.PL
31462 ____________________________________________________________________________
31463 [  7332] By: gsar                                  on 2000/10/16  07:53:52
31464         Log: integrate change#6179 from mainline
31465              
31466              buggy modulus on UVs introduced by change#3378 (resulted in
31467              4063328477 % 65535 amounting to 27406, instead of 27407)
31468      Branch: maint-5.6/perl
31469           !> pp.c t/op/arith.t
31470 ____________________________________________________________________________
31471 [  7331] By: gsar                                  on 2000/10/16  07:52:49
31472         Log: integrate changes#6176,6177,6178,6182 from cfgperl
31473              
31474              Single-quoted utf8 patch from Simon Cozens.
31475              
31476              Substitution utf8 patch from Simon Cozens.
31477              
31478              Be cleaner.
31479              
31480              Be Cleaner Part Deux.
31481      Branch: maint-5.6/perl
31482           !> Makefile.SH pp_hot.c toke.c
31483 ____________________________________________________________________________
31484 [  7330] By: gsar                                  on 2000/10/16  07:41:36
31485         Log: integrate change#6172 from mainline
31486              
31487              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
31488              (from Ilya Zakharevich)
31489      Branch: maint-5.6/perl
31490           !> regexec.c t/op/re_tests
31491 ____________________________________________________________________________
31492 [  7329] By: gsar                                  on 2000/10/16  07:40:25
31493         Log: integrate change#6171 from mainline
31494              
31495              scalar() doesn't force scalar context when used in void context
31496              (from Simon Cozens)
31497      Branch: maint-5.6/perl
31498           !> op.c t/op/wantarray.t
31499 ____________________________________________________________________________
31500 [  7328] By: gsar                                  on 2000/10/16  07:39:33
31501         Log: integrate change#6170 from mainline
31502              
31503              change#6142 needs tweaks to tests to work where there's no
31504              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31505      Branch: maint-5.6/perl
31506           !> t/lib/filefind.t
31507 ____________________________________________________________________________
31508 [  7327] By: gsar                                  on 2000/10/16  07:35:34
31509         Log: integrate changes#6166..6168 from cfgperl
31510              
31511              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
31512              in case somebody wants to write an extension for more
31513              shadow database interfaces.
31514              
31515              tweak todo
31516              
31517              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
31518      Branch: maint-5.6/perl
31519           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31520           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
31521           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
31522           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
31523           !> win32/config.vc win32/config_H.bc win32/config_H.gc
31524           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
31525 ____________________________________________________________________________
31526 [  7326] By: gsar                                  on 2000/10/16  07:29:05
31527         Log: integrate changes#6157,6159..6161,6164 from cfgperl
31528              
31529              Regen Configure to jive with #6149.
31530              
31531              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
31532              
31533              Changes for the File::Temp 0.08 (change #6159) test suite
31534              to fit better into the Perl distribution test framework.
31535              
31536              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
31537              both from Simon Cozens.
31538              
31539              detypo
31540      Branch: maint-5.6/perl
31541           +> pod/perlmodlib.PL pod/perlnewmod.pod
31542           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
31543           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
31544           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31545           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31546 ____________________________________________________________________________
31547 [  7325] By: gsar                                  on 2000/10/16  07:25:13
31548         Log: integrate change#6158 from vmsperl
31549              
31550              Add fallback to tmpfile for use in cases where user's relying on
31551              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
31552              Lane's patch)
31553      Branch: maint-5.6/perl
31554           !> vms/vms.c vms/vmsish.h
31555 ____________________________________________________________________________
31556 [  7324] By: gsar                                  on 2000/10/16  07:20:50
31557         Log: integrate changes#6153..6155 from mainline
31558              
31559              prettier Test::Harness output on failed tests (from Nicholas Clark
31560              <nick@Bagpuss.uk.boo.com>)
31561              
31562              avoid type mismatch warning
31563              
31564              small bug in change#6144; remove random \xA0 character that snuck
31565              in via change#6145
31566      Branch: maint-5.6/perl
31567           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
31568           !> perl.c
31569 ____________________________________________________________________________
31570 [  7323] By: gsar                                  on 2000/10/16  07:18:47
31571         Log: integrate changes#6151,6152 from mainline
31572              
31573              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
31574              
31575              cosmetic fixups of RE debug output (from Ilya Zakharevich)
31576      Branch: maint-5.6/perl
31577           !> regexec.c
31578 ____________________________________________________________________________
31579 [  7322] By: gsar                                  on 2000/10/16  07:17:25
31580         Log: integrate changes#6146..6150 from mainline
31581              
31582              doc typo
31583              
31584              add a make entry to Config.pm so "perl -V:make" works on VMS
31585              (from Peter Prymmer)
31586              
31587              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
31588              
31589              OS/2 tweaks for usethreads build (from Rocco Caputo
31590              <troc@netrus.net>)
31591              
31592              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
31593      Branch: maint-5.6/perl
31594           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
31595           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
31596           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
31597           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
31598           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
31599           !> warnings.pl x2p/a2p.h
31600 ____________________________________________________________________________
31601 [  7321] By: gsar                                  on 2000/10/16  07:14:02
31602         Log: integrate changes#6143..6145 from mainline
31603              
31604              MacOS support, part 1 (from Matthias Neeracher
31605              <neeri@iis.ee.ethz.ch>)
31606              
31607              MacOS support, part 2: make AutoSplit use File::Spec instead
31608              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
31609              <neeri@iis.ee.ethz.ch>)
31610              
31611              make xsubpp skip embedded pod (from Matthias Neeracher
31612              <neeri@iis.ee.ethz.ch>)
31613      Branch: maint-5.6/perl
31614           +> ext/DynaLoader/dl_mac.xs
31615           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
31616           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
31617           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
31618           !> pp_ctl.c proto.h toke.c util.c util.h
31619 ____________________________________________________________________________
31620 [  7320] By: gsar                                  on 2000/10/16  07:12:13
31621         Log: integrate changes#6141,6142 from mainline
31622              
31623              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
31624              forwarded by Peter Seebach from the bsdi-users mailing list.
31625              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
31626              
31627              File::Find fails to chdir when chasing symlinks (from
31628              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
31629      Branch: maint-5.6/perl
31630           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
31631 ____________________________________________________________________________
31632 [  7319] By: gsar                                  on 2000/10/16  07:04:30
31633         Log: integrate change#6139 from mainline
31634              
31635              revise mktables.PL for bugs and newness in Unicode 3.0
31636              (from James Bence <jbence@amgen.com>)
31637      Branch: maint-5.6/perl
31638           +> (branch 30 files)
31639           !> (integrate 49 files)
31640 ____________________________________________________________________________
31641 [  7318] By: gsar                                  on 2000/10/16  07:01:01
31642         Log: integrate changes#6137,6138 from mainline
31643              
31644              fix bogus redeclaration warning for "our" variables in different
31645              scopes
31646              
31647              add note about the handling of negative indices to tied arrays
31648              (from Michael G Schwern <schwern@pobox.com>)
31649      Branch: maint-5.6/perl
31650           !> op.c pod/perltie.pod t/pragma/strict-vars
31651 ____________________________________________________________________________
31652 [  7317] By: gsar                                  on 2000/10/16  06:58:46
31653         Log: integrate changes#6127..6136 from mainline
31654              
31655              call_method(...,G_EVAL) can longjmp() out if the method probing
31656              failed (from Gisle Aas)
31657              
31658              new perlxstut example for passing/returning refs to arrays
31659              (from David Lowe <dlowe@pootpoot.com>)
31660              
31661              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
31662              
31663              fix places that mean C<"word" character> but say C<alphanumeric
31664              character>
31665              
31666              avoid warnings in POSIX.pm (from Barrie Slaymaker)
31667              
31668              warnings::enabled() doesn't fall back to looking at $^W if
31669              caller isn't using lexical warnings (from Paul Marquess)
31670              
31671              elide bogus test in change#6132
31672              
31673              make Test::Harness use wait.h/WCOREDUMP if available
31674              (from Ben Tilly <ben_tilly@hotmail.com>)
31675              
31676              enable Test::Harness to dynamically determine column width etc.
31677              (from Rob Napier <rnapier@employees.org>)
31678              
31679              random pod typos (from Peter Scott <Peter@PSDT.com>)
31680      Branch: maint-5.6/perl
31681           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
31682           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
31683           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
31684           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
31685 ____________________________________________________________________________
31686 [  7316] By: gsar                                  on 2000/10/16  06:53:23
31687         Log: integrate change#6126 from mainline
31688              
31689              change#2879 broke rvalue autovivification of magicals such as
31690              ${$num} (reworked variant of patch suggested by Simon Cozens)
31691      Branch: maint-5.6/perl
31692           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
31693           !> pp_hot.c proto.h t/op/gv.t
31694 ____________________________________________________________________________
31695 [  7315] By: gsar                                  on 2000/10/16  06:51:38
31696         Log: integrate changes#6123,6125 from mainline
31697              
31698              clarify gotcha with #line directives (from Rocco Caputo
31699              <troc@netrus.net>)
31700              
31701              enable propagating exception objects via Perl_croak() in XS code
31702              (from Gisle Aas)
31703      Branch: maint-5.6/perl
31704           !> pod/perldebug.pod pod/perlsyn.pod util.c
31705 ____________________________________________________________________________
31706 [  7314] By: gsar                                  on 2000/10/16  06:49:28
31707         Log: integrate change#6122 from mainline
31708              
31709              downgrade fatal error on C<"foo@nosucharray.com"> to optional
31710              warning (from Mark-Jason Dominus)
31711      Branch: maint-5.6/perl
31712           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
31713           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
31714           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
31715           !> toke.c
31716 ____________________________________________________________________________
31717 [  7313] By: gsar                                  on 2000/10/16  06:46:54
31718         Log: integrate changes#6112..6121 from vmsperl
31719              
31720              Check for existence of file before trying to delete
31721              
31722              Ugly workaround for version-specific RTL error
31723              
31724              Urk -- undo previous removal of vmsish 'exit' change
31725              
31726              Add bounds checking for several strings (Charles Lane)
31727              
31728              Miscellaneous cosmetic fixes (Charles Lane)
31729              
31730              Treat sockets as special in sys(read|write) (Charles Lane et al.)
31731              
31732              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
31733              Flatten case labels in switch statements uniformly (Charles Bailey)
31734              
31735              Quiet error messages in vmsish.t (Charles Lane)
31736              
31737              Add missing escape (Charles Lane)
31738              
31739              Allow eliminate_macros() and fixpath() to handle space-delimited
31740              lists (based on fixes by Craig Berry)
31741      Branch: maint-5.6/perl
31742           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
31743           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
31744           !> vms/vmsish.h
31745 ____________________________________________________________________________
31746 [  7312] By: gsar                                  on 2000/10/16  06:41:18
31747         Log: integrate changes#6107,6110 from cfgperl
31748              
31749              Tweak the todo list.
31750              
31751              todo tweak
31752      Branch: maint-5.6/perl
31753           !> Todo-5.6
31754 ____________________________________________________________________________
31755 [  7311] By: gsar                                  on 2000/10/16  06:38:38
31756         Log: integrate changes#6104,6108 from mainline
31757              
31758              PL_sys_intern was being initialized too late on windows
31759              
31760              reenable fake signal handling on Windows, bugs and all
31761      Branch: maint-5.6/perl
31762           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
31763           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
31764           !> win32/win32.c
31765 ____________________________________________________________________________
31766 [  7310] By: gsar                                  on 2000/10/16  06:36:03
31767         Log: integrate changes#6095,6097..6103 from cfgperl
31768              
31769              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
31770              might be useful in future.
31771              
31772              Add a note about possible compilation problems from Allen Smith.
31773              
31774              Add a note about other, yet unsupported, shadow password APIs.
31775              
31776              Tweaks for the cc bugs from Allen Smith.
31777              
31778              More compilation tweakery from Allen Smith.
31779              
31780              Hints and test tweaks for Unicos.
31781              
31782              The test suite tweak in #6101 wasn't quite right.
31783              
31784              Test tweaking for Unicos continues.
31785      Branch: maint-5.6/perl
31786           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31787           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
31788           !> t/lib/complex.t t/op/64bitint.t
31789 ____________________________________________________________________________
31790 [  7309] By: gsar                                  on 2000/10/16  06:29:41
31791         Log: integrate changes#6093,6094 from mainline
31792              
31793              fork() failure to create pseudo process sets errno=EAGAIN and returns
31794              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
31795              
31796              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
31797      Branch: maint-5.6/perl
31798           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
31799           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
31800 ____________________________________________________________________________
31801 [  7308] By: gsar                                  on 2000/10/16  06:27:29
31802         Log: integrate change#6092 from cfgperl
31803              
31804              Regen perltoc with the fixed buildtoc.
31805      Branch: maint-5.6/perl
31806           !> pod/perltoc.pod
31807 ____________________________________________________________________________
31808 [  7307] By: gsar                                  on 2000/10/16  06:26:40
31809         Log: integrate changes#6089,6090 from mainline
31810              
31811              buildtoc tweak to fix newline lossage
31812              
31813              concat doesn't preserve utf8-ness, and doesn't invalidate
31814              [NI]OK; added tests for both
31815      Branch: maint-5.6/perl
31816           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
31817 ____________________________________________________________________________
31818 [  7306] By: gsar                                  on 2000/10/16  06:24:05
31819         Log: integrate change#6088 from cfgperl
31820              
31821              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
31822              because we do not use those.  The HAS_GETSPNAM remains,
31823              though, because we still do use that.
31824      Branch: maint-5.6/perl
31825           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
31826           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
31827           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
31828           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
31829           !> win32/config.vc win32/config_H.bc win32/config_H.gc
31830           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
31831 ____________________________________________________________________________
31832 [  7305] By: gsar                                  on 2000/10/16  06:15:52
31833         Log: integrate changes#6084,6085,6087 from mainline
31834              
31835              substr() does not preserve utf8-ness (from Stefan Eissing
31836              <Eissing@medicaldataservice.de>); added tests
31837              
31838              repeat operator (x) doesn't preserve utf8-ness
31839              
31840              reverse() and quotemeta() weren't preserving utf8-ness; add tests
31841      Branch: maint-5.6/perl
31842           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
31843 ____________________________________________________________________________
31844 [  7304] By: gsar                                  on 2000/10/16  06:13:10
31845         Log: integrate changes#6077..6083 from mainline
31846              
31847              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
31848              and Tom Phoenix)
31849              
31850              workaround for CRT bug in chdir() (from Charles Lane, via
31851              Peter Prymmer)
31852              
31853              remove outdated kludge in Carp (NULLs are permitted in diagnostics
31854              now)
31855              
31856              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
31857              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
31858              
31859              better default perlbug categories for ok reports (from Richard Foley)
31860              
31861              peek.t non-portable to ithreads
31862              
31863              note about undocumented caller() return value (from M.J.T. Guy);
31864              yet another peek.t tweak
31865      Branch: maint-5.6/perl
31866           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
31867           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
31868           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
31869           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
31870           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
31871           !> vms/vmsish.h
31872 ____________________________________________________________________________
31873 [  7303] By: gsar                                  on 2000/10/16  06:03:18
31874         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
31875              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
31876              
31877              &HUGE_VAL is not defined, it exists.
31878              
31879              Do not warn that an infinity does not look like a number.
31880              
31881              Rewrite the pwent/spent logic to be a little bit more clearer.
31882              
31883              Continue on the pwent/spent case.
31884              
31885              Correct Freudian slip.
31886              
31887              Use HUGE_VALL if applicable.
31888              
31889              pwent/spent #ifdef imbalance.
31890              
31891              Infinite problems.
31892              
31893              Call getspnam() only iff needd.
31894              
31895              Test both the scalar and list contexts.
31896              
31897              Use setxxent()/endxxent().
31898              
31899              Complex tweakery.
31900              
31901              Unicos hint tweak.
31902              
31903              Be more forgiving in POSIX about HUGE_VALL.
31904              
31905              Detypo.
31906              
31907              The search of infinity continues, this time simplified.
31908              
31909              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
31910              in natively 64-bit platforms where a long is a quad (no need
31911              for long longs).  Also added bias for IVs.
31912              
31913              Complex tweaks.
31914              
31915              Introduce t/lib/peek.t.
31916              
31917              Make the test more portable.
31918      Branch: maint-5.6/perl
31919           +> t/lib/peek.t
31920            ! pp_sys.c
31921           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
31922           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
31923           !> t/op/pwent.t toke.c util.c
31924 ____________________________________________________________________________
31925 [  7302] By: gsar                                  on 2000/10/16  05:03:37
31926         Log: integrate changes#6066..6071 from mainline
31927              
31928              s/END/CHECK/
31929              
31930              replace direct call to sighandler() with (*PL_sighandlerp)()
31931              
31932              note about values()
31933              
31934              File::Spec compatibility update (from Barrie Slaymaker
31935              <barries@slaysys.com>)
31936              
31937              remove misleading comment (from M.J.T. Guy)
31938              
31939              misformatted perllocal.pod (from Tim Jenness
31940              <t.jenness@jach.hawaii.edu>)
31941      Branch: maint-5.6/perl
31942           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31943           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
31944           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
31945           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
31946 ____________________________________________________________________________
31947 [  7301] By: gsar                                  on 2000/10/16  05:00:08
31948         Log: integrate changes#6061..6063 from mainline
31949              
31950              change#5921 neglected to make eq honor "use bytes"
31951              
31952              additional tests for utf8.t
31953              
31954              tokeq() could read unallocated field in argument
31955      Branch: maint-5.6/perl
31956           !> sv.c t/pragma/utf8.t toke.c
31957 ____________________________________________________________________________
31958 [  7300] By: gsar                                  on 2000/10/16  04:56:54
31959         Log: integrate changes#6046,6048,6057,6058 from mainline
31960              
31961              libscheck has insufficient checks for n32 libs (from
31962              Albert Chin-A-Young <china@thewrittenword.com>)
31963              
31964              add note about how $( doesn't interpolate in REs (from
31965              Philip Newton <newton@ficus.frogspace.net>)
31966              
31967              fix broken parsing of /\x{ab}/
31968              
31969              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
31970              (spotted by Donald Kinzer <dkinzer@premia.com>)
31971      Branch: maint-5.6/perl
31972           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
31973           !> t/pragma/utf8.t
31974 ____________________________________________________________________________
31975 [  7299] By: gsar                                  on 2000/10/16  04:52:50
31976         Log: integrate change#6044 from mainline
31977              
31978              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
31979              such that underscores are only ignored in literal numbers,
31980              "\x{...}", and hex/oct argument
31981      Branch: maint-5.6/perl
31982           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
31983 ____________________________________________________________________________
31984 [  7298] By: gsar                                  on 2000/10/16  04:50:53
31985         Log: integrate changes#6027..6043 from mainline
31986              
31987              podlators-1.02 update (from Russ Allbery)
31988              
31989              Pod::Man generates groff-incompatible macro definition (from
31990              Tom Christiansen)
31991              
31992              add CGI.pm v2.66 (from Lincoln Stein)
31993              
31994              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
31995              for @- and @+ (from Johan Vromans)
31996              
31997              small nits in diagnostics.pm (from Robin Barker)
31998              
31999              whitespace adjustments
32000              
32001              missing files in MANIFEST
32002              
32003              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
32004              to compensate
32005              
32006              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
32007              
32008              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
32009      Branch: maint-5.6/perl
32010           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
32011           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
32012           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
32013           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
32014           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
32015           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
32016           !> t/lib/cgi-html.t t/lib/cgi-request.t
32017 ____________________________________________________________________________
32018 [  7297] By: gsar                                  on 2000/10/16  04:44:30
32019         Log: integrate change#6025 from mainline
32020              
32021              Is{Alnum,Alpha,Word} don't match titlecase
32022              TODO: IsSpace is defined recursively!
32023              (both spotted by Larry)
32024      Branch: maint-5.6/perl
32025           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
32026           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
32027 ____________________________________________________________________________
32028 [  7296] By: gsar                                  on 2000/10/16  04:39:30
32029         Log: integrate change#6023 from mainline
32030              
32031              debugger stomps on $. (from M.J.T. Guy)
32032      Branch: maint-5.6/perl
32033           !> lib/perl5db.pl
32034 ____________________________________________________________________________
32035 [  7295] By: gsar                                  on 2000/10/16  04:38:02
32036         Log: integrate change#6022 from mainline
32037              
32038              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
32039      Branch: maint-5.6/perl
32040           !> sv.c
32041 ____________________________________________________________________________
32042 [  7294] By: gsar                                  on 2000/10/16  04:37:05
32043         Log: integrate changes#6018..6021 from mainline
32044              
32045              make lib/syslog.t portable to systems that don't have _PATH_LOG,
32046              make _PATH_LOG() return "" if unavailable
32047              
32048              windows portability tweaks
32049              
32050              test tweak
32051              
32052              remove Win2K issue in pod (fixed by change#6020)
32053      Branch: maint-5.6/perl
32054           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
32055           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
32056           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
32057 ____________________________________________________________________________
32058 [  7293] By: gsar                                  on 2000/10/16  04:20:00
32059         Log: integrate changes#6013..6015 from mainline
32060              
32061              tweak change#5945 to display correct switch name in diagnostic
32062              
32063              glob() loading File::Glob behind the scenes may cause syntax errors
32064              
32065              tweak test for portability
32066      Branch: maint-5.6/perl
32067           !> op.c perl.c pod/perldiag.pod t/lib/b.t
32068 ____________________________________________________________________________
32069 [  7292] By: gsar                                  on 2000/10/16  04:18:11
32070         Log: integrate changes#6005..6010 from mainline, cfgperl
32071              
32072              perldoc might fail via "use blib" (from Hugo van der Sanden)
32073              
32074              Regen Configure.
32075              
32076              note about compile failures and END blocks (from M.J.T. Guy)
32077              
32078              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
32079              
32080              (change#6009 integrated earlier in change#7255)
32081              
32082              clarify note about shadow password support (from
32083              gellyfish@gellyfish.com)
32084      Branch: maint-5.6/perl
32085           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
32086           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
32087           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
32088 ____________________________________________________________________________
32089 [  7291] By: gsar                                  on 2000/10/16  04:12:03
32090         Log: integrate changes#6002,6003 from mainline
32091              
32092              destructive sv_setsv() can lose UV-ness from source, causing
32093              numeric promotions/comparisons to fail to do the right thing
32094              
32095              allow REG_EXPAND_SZ keys in Windows registry (from
32096              John Clayton <John.Clayton@barclayscapital.com>)
32097      Branch: maint-5.6/perl
32098           !> sv.c win32/win32.c
32099 ____________________________________________________________________________
32100 [  7290] By: gsar                                  on 2000/10/16  04:10:19
32101         Log: integrate change#6001 from mainline
32102              
32103              support additional library locations via $Config{otherlibdirs}
32104              (from Andy Dougherty)
32105      Branch: maint-5.6/perl
32106           !> Configure INSTALL Porting/Glossary Porting/config.sh
32107           !> Porting/config_H config_h.SH epoc/config.sh perl.c
32108           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
32109           !> win32/config.bc win32/config.gc win32/config.vc
32110 ____________________________________________________________________________
32111 [  7289] By: gsar                                  on 2000/10/16  04:08:28
32112         Log: integrate change#5999 from mainline
32113              
32114              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
32115      Branch: maint-5.6/perl
32116           !> t/pragma/warn/toke toke.c
32117 ____________________________________________________________________________
32118 [  7288] By: gsar                                  on 2000/10/16  04:07:01
32119         Log: integrate changes#5997,5998 from cfgperl
32120              
32121              Preserve $!.
32122              
32123              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
32124      Branch: maint-5.6/perl
32125           !> lib/Math/Complex.pm
32126 ____________________________________________________________________________
32127 [  7287] By: gsar                                  on 2000/10/16  04:04:37
32128         Log: integrate change#5995 from mainline
32129              
32130              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
32131      Branch: maint-5.6/perl
32132           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
32133 ____________________________________________________________________________
32134 [  7286] By: gsar                                  on 2000/10/16  04:03:21
32135         Log: integrate change#5994 from mainline
32136              
32137              fix for missed accounting for null byte in pack("Z",...) (from
32138              M.J.T. Guy)
32139      Branch: maint-5.6/perl
32140           !> pp.c t/op/pack.t
32141 ____________________________________________________________________________
32142 [  7285] By: gsar                                  on 2000/10/16  04:02:11
32143         Log: integrate changes#5989..5993 from mainline
32144              
32145              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
32146              itself and no other (from Tom Hughes)
32147              
32148              use $ENV{LIB} to search for libs under Visual C compiler
32149              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
32150              
32151              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
32152              
32153              pod nit (from Simon Cozens)
32154              
32155              various minor tweaks seen on p5p
32156      Branch: maint-5.6/perl
32157           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
32158           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
32159           !> t/op/array.t toke.c
32160 ____________________________________________________________________________
32161 [  7284] By: gsar                                  on 2000/10/16  03:59:00
32162         Log: integrate changes#5978..5988 from mainline
32163              
32164              sync version numbers in File::Spec with the ones on CPAN
32165              (from Barrie Slaymaker)
32166              
32167              under useithreads, constant pad entries could inadvertantly be
32168              shared across threads (from Eric Blood <eblood@xmission.com>);
32169              added Eric's test case to testsuite
32170              
32171              allow Configure -S to run non-interactively (spotted by Greg Hudson
32172              <ghudson@mit.edu>)
32173              
32174              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
32175              prototype mismatch with CORE::glob(); update pod and tests to
32176              suit (File::Glob::glob() is still available for backward
32177              compatibility, but should be considered deprecated)
32178              
32179              avoid error in IO::Socket::INET when given an unknown service name
32180              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
32181              
32182              numeric conversion of non-number in change#3378 tramples on
32183              OOK offset, causing segfaults
32184              
32185              attributes::reftype() doesn't work on tied argument
32186              
32187              forked child may not exit correctly if it failed to open
32188              /dev/console (from Graham Barr)
32189              
32190              add regular expressions tutorial and quick-start guide (from
32191              Mark Kvale <kvale@phy.ucsf.edu>)
32192              
32193              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
32194              
32195              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
32196              <paul@miraclefish.com>)
32197      Branch: maint-5.6/perl
32198           +> pod/perlrequick.pod pod/perlretut.pod
32199           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
32200           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
32201           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
32202           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
32203           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
32204           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
32205           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
32206           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
32207 ____________________________________________________________________________
32208 [  7283] By: gsar                                  on 2000/10/16  03:52:14
32209         Log: integrate change#5977 from mainline
32210              
32211              autoquote barewords followed by newline and arrow properly
32212              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
32213      Branch: maint-5.6/perl
32214           !> t/pragma/warn/toke toke.c
32215 ____________________________________________________________________________
32216 [  7282] By: gsar                                  on 2000/10/16  03:50:48
32217         Log: integrate change#5976 from mainline
32218              
32219              DB_File v1.73 update (from Paul Marquess)
32220      Branch: maint-5.6/perl
32221           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
32222           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
32223 ____________________________________________________________________________
32224 [  7281] By: gsar                                  on 2000/10/16  03:49:14
32225         Log: integrate change#5975 from mainline
32226              
32227              allow sort() reentrancy (variant of patch suggested by
32228              Hugo van der Sanden)
32229      Branch: maint-5.6/perl
32230           !> pp_ctl.c t/op/sort.t
32231 ____________________________________________________________________________
32232 [  7280] By: gsar                                  on 2000/10/16  03:48:22
32233         Log: integrate change#5974 from mainline
32234              
32235              change#4197 somehow missed initializing PL_errors, meaning
32236              syntax error queueing wasn't working outside eval"" at all;
32237              also fixed eval"" to localize PL_error_count, so that compile-time
32238              eval's don't clobber the error state of the outer context
32239      Branch: maint-5.6/perl
32240           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
32241           !> t/pragma/warn/toke
32242 ____________________________________________________________________________
32243 [  7279] By: gsar                                  on 2000/10/16  03:46:21
32244         Log: integrate change#5973 from mainline
32245              
32246              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
32247      Branch: maint-5.6/perl
32248           !> regcomp.c regexec.c t/op/re_tests
32249 ____________________________________________________________________________
32250 [  7278] By: gsar                                  on 2000/10/16  03:44:54
32251         Log: integrate change#5971 from cfgperl
32252              
32253              Unicos tweaks from Mark P. Lutz.
32254      Branch: maint-5.6/perl
32255           !> hints/unicos.sh lib/Math/Complex.pm
32256 ____________________________________________________________________________
32257 [  7277] By: gsar                                  on 2000/10/16  03:42:59
32258         Log: integrate changes#5966..5970 from mainline
32259              
32260              add testsuite for B backends, fix bug in B::Deparse (from
32261              Simon Cozens <simon@brecon.co.uk>)
32262              
32263              improved docs on the warn_uninit diagnostic (from David Glasser
32264              and Simon Cozens)
32265              
32266              tolerate spaces in group names in test on solaris (from David Boyce
32267              <dsb@boyski.com>)
32268              
32269              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
32270              
32271              Data::Dumper fumbles negative numbers on 32-bit platforms where
32272              IV is >32bits
32273      Branch: maint-5.6/perl
32274           +> t/lib/b.t t/lib/syslog.t
32275           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
32276           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
32277           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
32278 ____________________________________________________________________________
32279 [  7276] By: gsar                                  on 2000/10/16  03:39:30
32280         Log: integrate change#5965 from mainline
32281              
32282              avoid "will not stay shared" warnings for our variables (from
32283              Robin Barker)
32284      Branch: maint-5.6/perl
32285           !> op.c t/pragma/warn/op
32286 ____________________________________________________________________________
32287 [  7275] By: gsar                                  on 2000/10/16  03:38:18
32288         Log: integrate change#5964 from mainline
32289              
32290              reformat to 72 columns (again)
32291      Branch: maint-5.6/perl
32292           !> pod/perldiag.pod
32293 ____________________________________________________________________________
32294 [  7274] By: gsar                                  on 2000/10/16  03:36:58
32295         Log: integrate change#5963 from mainline
32296              
32297              patch from Larry to make (\&) prototype work; added tests for
32298              the same
32299      Branch: maint-5.6/perl
32300           !> op.c t/comp/proto.t
32301 ____________________________________________________________________________
32302 [  7273] By: gsar                                  on 2000/10/16  03:35:51
32303         Log: integrate changes#5956..5962 from mainline
32304              
32305              better diagnostics on failed tests (from Ilya Zakharevich)
32306              
32307              pod nits (from A. C. Yardley <yardley@tanet.net>)
32308              
32309              change#3569 deleted some essential code, revert; avoid use of
32310              atexit() to make DynaLoader work properly on AIX under mod_perl
32311              (from Jens-Uwe Mager <jum@helios.de>)
32312              
32313              doubled words in pods (from Simon Cozens
32314              <simon.p.cozens@jp.pwcglobal.com>)
32315              
32316              better INSTALL notes on Solaris issues (from Dominic Dunlop)
32317              
32318              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
32319              
32320              updated README.hpux (from Jeff Okamoto)
32321      Branch: maint-5.6/perl
32322           !> INSTALL README.hpux emacs/cperl-mode.el
32323           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
32324           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
32325           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
32326           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
32327           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
32328           !> t/op/lex_assign.t
32329 ____________________________________________________________________________
32330 [  7272] By: gsar                                  on 2000/10/16  03:31:22
32331         Log: integrate change#5955 from mainline
32332              
32333              longstanding bug exposed by change#3307: sort arguments weren't
32334              compiled with the right wantarray context (ensuing runtime lookup
32335              via block_gimme() was getting the incidental context of the
32336              sort() itself)
32337      Branch: maint-5.6/perl
32338           !> op.c t/op/sort.t
32339 ____________________________________________________________________________
32340 [  7271] By: gsar                                  on 2000/10/16  03:29:11
32341         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
32342              branch
32343              
32344              Flatten the cpp jungle doing the nosuid checking.
32345              
32346              Do not assume sign propagation. (from M.J.T. Guy)
32347              
32348              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
32349              
32350              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
32351              Now pp_ncmp() returns undef is either operand is a NaN.
32352              
32353              On second thoughts frexp() does have two arguments.
32354              
32355              Document that tr() is not tr(1).
32356              
32357              Be more robust on "extreme" (large absolute value)
32358              arguments.  Originally reported by Daniel Connelly
32359              as a problem with asinh() on large negative arguments,
32360              asinh() used to bail out because an argument to log()
32361              ended up being zero.  Ilya Zakharevich proposed using
32362              Taylor's series in such cases, which for such large
32363              arguments is a very good approximation.
32364              
32365              Undo "use integer" addition from 64bitint as it seems
32366              to break most of the subtests in Digital UNIX;
32367              Unicos needs to find another way.
32368      Branch: maint-5.6/perl
32369           !> (integrate 29 files)
32370 ____________________________________________________________________________
32371 [  7270] By: gsar                                  on 2000/10/16  03:09:44
32372         Log: integrate changes#5948,5949,5950 from mainline
32373              
32374              typo in vars.pm that leads to cryptic message (from Piotr
32375              Piatkowski <kompas@kompas.usr.onet.pl>)
32376              
32377              make perldoc use the pod2man from the same version (from
32378              M.J.T. Guy)
32379              
32380              reformat perldiag to avoid long lines
32381      Branch: maint-5.6/perl
32382           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
32383 ____________________________________________________________________________
32384 [  7269] By: gsar                                  on 2000/10/16  03:05:54
32385         Log: integrate change#5947 from mainline
32386              
32387              use &dl_error rather than &dl_load_file as the guard for calling
32388              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
32389              statically built perl)
32390      Branch: maint-5.6/perl
32391           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
32392 ____________________________________________________________________________
32393 [  7268] By: gsar                                  on 2000/10/16  03:04:48
32394         Log: integrate change#5945 from mainline
32395              
32396              make module name mandatory after -M switch; reorder perldiag
32397              alphabetically (from Mark-Jason Dominus)
32398      Branch: maint-5.6/perl
32399           !> perl.c pod/perldiag.pod
32400 ____________________________________________________________________________
32401 [  7267] By: gsar                                  on 2000/10/16  03:03:01
32402         Log: integrate change#5939 from mainline
32403              
32404              more pod nits (from Larry Virden)
32405      Branch: maint-5.6/perl
32406           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
32407           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
32408           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
32409 ____________________________________________________________________________
32410 [  7266] By: gsar                                  on 2000/10/16  03:01:39
32411         Log: integrate change#5938 from mainline
32412              
32413              Consolidated B::Deparse fixes (from Stephen McCamant)
32414      Branch: maint-5.6/perl
32415           !> ext/B/B/Deparse.pm
32416 ____________________________________________________________________________
32417 [  7265] By: gsar                                  on 2000/10/16  03:00:43
32418         Log: integrate change#5936 from mainline
32419              
32420              additional tests for change#7263 (from Paul Marquess)
32421      Branch: maint-5.6/perl
32422           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
32423           !> t/pragma/warn/5nolint t/pragma/warn/6default
32424 ____________________________________________________________________________
32425 [  7264] By: gsar                                  on 2000/10/16  02:58:34
32426         Log: integrate change#5934 from mainline
32427              
32428              propagate lexical warnings from surrounding scope correctly
32429              within string eval() (from Paul Marquess)
32430      Branch: maint-5.6/perl
32431           !> pp_ctl.c t/pragma/warn/pp_ctl
32432 ____________________________________________________________________________
32433 [  7263] By: gsar                                  on 2000/10/16  02:56:53
32434         Log: integrate change#5932 from mainline
32435              
32436              add rsignal(), whichsig() and do_join() to public API list
32437              (mod_perl uses them to good advantage)
32438      Branch: maint-5.6/perl
32439           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
32440 ____________________________________________________________________________
32441 [  7262] By: gsar                                  on 2000/10/16  02:55:53
32442         Log: integrate change#5931 from mainline
32443              
32444              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
32445      Branch: maint-5.6/perl
32446           !> pp_hot.c regexec.c t/op/pat.t
32447 ____________________________________________________________________________
32448 [  7261] By: gsar                                  on 2000/10/16  02:55:01
32449         Log: integrate change#5930 from mainline
32450              
32451              small os390 tweaks (from Peter Prymmer)
32452      Branch: maint-5.6/perl
32453           !> config_h.SH makedepend.SH
32454 ____________________________________________________________________________
32455 [  7260] By: gsar                                  on 2000/10/16  02:54:10
32456         Log: integrate change#5929 from mainline
32457              
32458              pod nits
32459      Branch: maint-5.6/perl
32460           !> pod/perlguts.pod
32461 ____________________________________________________________________________
32462 [  7259] By: gsar                                  on 2000/10/16  02:52:55
32463         Log: integrate change#5927 from mainline
32464              
32465              arrange for next() to resume at the unstack op rather than the
32466              loop conditional, so that scope cleanup happens correctly
32467              (from Stephen McCamant)
32468      Branch: maint-5.6/perl
32469           !> op.c pp_ctl.c t/op/misc.t
32470 ____________________________________________________________________________
32471 [  7258] By: gsar                                  on 2000/10/16  02:51:38
32472         Log: integrate change#5926 from mainline
32473              
32474              on windows, reserve 16M of stack rather than 128M (allows more
32475              threads to run concurrently)
32476      Branch: maint-5.6/perl
32477           !> win32/Makefile win32/makefile.mk
32478 ____________________________________________________________________________
32479 [  7257] By: gsar                                  on 2000/10/16  02:50:37
32480         Log: integrate change#5925 from mainline
32481              
32482              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
32483      Branch: maint-5.6/perl
32484           !> toke.c
32485 ____________________________________________________________________________
32486 [  7256] By: gsar                                  on 2000/10/16  02:49:36
32487         Log: integrate change#5924 from mainline
32488              
32489              avoid using uninitialized memory in require version check
32490      Branch: maint-5.6/perl
32491           !> pp_ctl.c universal.c
32492 ____________________________________________________________________________
32493 [  7255] By: gsar                                  on 2000/10/16  02:48:03
32494         Log: integrate changes#5923,5928,6009 from mainline
32495              
32496              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
32497      Branch: maint-5.6/perl
32498           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
32499 ____________________________________________________________________________
32500 [  7254] By: gsar                                  on 2000/10/16  02:44:46
32501         Log: integrate change#5922 from mainline
32502              
32503              commentary about IoTYPE() (from Nathan Torkington)
32504      Branch: maint-5.6/perl
32505           !> sv.h
32506 ____________________________________________________________________________
32507 [  7253] By: gsar                                  on 2000/10/16  02:43:49
32508         Log: integrate change#5921 from mainline
32509              
32510              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
32511      Branch: maint-5.6/perl
32512           !> sv.c t/lib/charnames.t t/pragma/utf8.t
32513 ____________________________________________________________________________
32514 [  7252] By: gsar                                  on 2000/10/16  02:42:31
32515         Log: integrate change#5920 from mainline
32516              
32517              Larry's fix for buggy propagation of utf8-ness in join(); add test
32518      Branch: maint-5.6/perl
32519           !> doop.c t/op/ver.t
32520 ____________________________________________________________________________
32521 [  7251] By: gsar                                  on 2000/10/16  02:41:14
32522         Log: integrate changes#5915..5919 from mainline
32523              
32524              various (pod tweaks &c)
32525      Branch: maint-5.6/perl
32526           !> (integrate 33 files)
32527 ____________________________________________________________________________
32528 [  7250] By: gsar                                  on 2000/10/16  02:38:16
32529         Log: integrate change#5914 from mainline
32530              
32531              caller() wasn't returning the right number of elements for
32532              eval {...}
32533      Branch: maint-5.6/perl
32534           !> pp_ctl.c t/pragma/warn/9enabled
32535 ____________________________________________________________________________
32536 [  7249] By: gsar                                  on 2000/10/16  02:37:02
32537         Log: integrate change#5913 from mainline
32538              
32539              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
32540              (from Mark-Jason Dominus)
32541      Branch: maint-5.6/perl
32542           !> pod/perlfunc.pod
32543 ____________________________________________________________________________
32544 [  7248] By: gsar                                  on 2000/10/16  02:35:58
32545         Log: integrate change#5912 from mainline
32546              
32547              fix totally broken caching in UNIVERSAL::isa() (from
32548              Nick Ing-Simmons)
32549      Branch: maint-5.6/perl
32550           !> t/op/universal.t universal.c
32551 ____________________________________________________________________________
32552 [  7247] By: gsar                                  on 2000/10/16  02:34:27
32553         Log: integrate changes#5910,5911 from mainline
32554              
32555              typo in pod
32556              
32557              add linebreak properties from unicode/LineBrk.txt (from
32558              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
32559      Branch: maint-5.6/perl
32560           +> (branch 29 files)
32561           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
32562 ____________________________________________________________________________
32563 [  7246] By: gsar                                  on 2000/10/16  02:33:29
32564         Log: integrate change#5909 from mainline
32565              
32566              mode argument to do_binmode() should be file mode, not boolean
32567      Branch: maint-5.6/perl
32568           !> pp_sys.c
32569 ____________________________________________________________________________
32570 [  7245] By: gsar                                  on 2000/10/16  02:31:04
32571         Log: integrate change#5908 from mainline
32572              
32573              introduce illegal symbols into null package so that
32574              gv_fetchpv(...,TRUE) always returns a valid GV even when the
32575              symbol is trapped by strictures (avoids coredumps)
32576      Branch: maint-5.6/perl
32577           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
32578           !> t/pragma/strict-vars
32579 ____________________________________________________________________________
32580 [  7244] By: jhi                                   on 2000/10/16  02:29:54
32581         Log: Subject: $Carp::ExportLevel confusion in Exporter
32582              From: "Ben Tilly" <ben_tilly@hotmail.com>
32583              Date: Sat, 14 Oct 2000 16:44:34 EDT
32584              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
32585      Branch: perl
32586            ! lib/Exporter/Heavy.pm
32587 ____________________________________________________________________________
32588 [  7243] By: jhi                                   on 2000/10/16  02:28:33
32589         Log: Subject: [PATCH perlguts.pod] Document offset hack
32590              From: Simon Cozens <simon@cozens.net>
32591              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
32592              Date: Sat, 14 Oct 2000 19:32:25 +0100
32593      Branch: perl
32594            ! pod/perlguts.pod
32595 ____________________________________________________________________________
32596 [  7242] By: gsar                                  on 2000/10/16  02:26:51
32597         Log: integrate changes#5905,5906,5907,6064 from mainline
32598              
32599              printf/sprintf didn't get quad types right under use64bitint
32600      Branch: maint-5.6/perl
32601           !> pp_sys.c sv.c t/op/64bitint.t
32602 ____________________________________________________________________________
32603 [  7241] By: jhi                                   on 2000/10/16  02:22:44
32604         Log: Subject: small pod patch
32605              From: Dan Boorstein <dan_boo@bellsouth.net>
32606              Date: Sat, 14 Oct 2000 14:29:24 -0400
32607              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
32608      Branch: perl
32609            ! pod/perlfaq7.pod pod/perlmod.pod
32610 ____________________________________________________________________________
32611 [  7240] By: jhi                                   on 2000/10/16  02:13:46
32612         Log: -w cleanup.
32613              
32614              Subject: Re: Problems with bleadperl 
32615              From: "Stephen P. Potter" <spp@ds.net>
32616              Date: Fri, 13 Oct 2000 13:32:49 -0400
32617              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
32618      Branch: perl
32619            ! t/pragma/overload.t
32620 ____________________________________________________________________________
32621 [  7239] By: jhi                                   on 2000/10/16  01:41:18
32622         Log: One more ~utf8 tweak.
32623      Branch: perl
32624            ! t/op/bop.t
32625 ____________________________________________________________________________
32626 [  7238] By: jhi                                   on 2000/10/16  01:34:14
32627         Log: Tweak the test of #7235.
32628      Branch: perl
32629            ! t/op/bop.t
32630 ____________________________________________________________________________
32631 [  7237] By: jhi                                   on 2000/10/16  01:25:04
32632         Log: Fix a couple of compiler-noted nits in #7235.
32633      Branch: perl
32634            ! pp.c
32635 ____________________________________________________________________________
32636 [  7236] By: jhi                                   on 2000/10/16  01:22:46
32637         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
32638      Branch: perl
32639            ! pp.c pp_hot.c
32640 ____________________________________________________________________________
32641 [  7235] By: jhi                                   on 2000/10/15  16:24:44
32642         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
32643              
32644              From: Simon Cozens <simon@cozens.net>
32645              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
32646              Date: Sat, 14 Oct 2000 20:52:13 +0100
32647              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
32648      Branch: perl
32649            ! pp.c t/op/bop.t utf8.h
32650 ____________________________________________________________________________
32651 [  7234] By: jhi                                   on 2000/10/15  15:19:29
32652         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
32653              The problem was that rx->minlen was in chars while pp_split()
32654              thought it would be in bytes. 
32655      Branch: perl
32656            ! pp.c t/pragma/utf8.t
32657 ____________________________________________________________________________
32658 [  7233] By: jhi                                   on 2000/10/14  20:24:24
32659         Log: Document FNCASE=y as discussed in the bug 20000902.009.
32660      Branch: perl
32661            ! README.dos
32662 ____________________________________________________________________________
32663 [  7232] By: jhi                                   on 2000/10/14  18:52:21
32664         Log: Add test for bug id 20000427.003 (which seems to have
32665              been fixed) (also duplicate as 20000427.004, though
32666              with a higher severity).  Move one utf8 from op/append
32667              to pragma/utf8, tag the tests with bug ids.
32668      Branch: perl
32669            ! t/op/append.t t/pragma/utf8.t
32670 ____________________________________________________________________________
32671 [  7231] By: jhi                                   on 2000/10/14  17:28:37
32672         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
32673      Branch: perl
32674            ! t/pragma/utf8.t
32675 ____________________________________________________________________________
32676 [  7230] By: jhi                                   on 2000/10/14  14:24:50
32677         Log: Needs to be conditional on SunOS 4.
32678              
32679              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
32680              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32681              Date: Sat, 14 Oct 2000 13:37:49 +0100
32682              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
32683      Branch: metaconfig/U/perl
32684            ! End.U
32685      Branch: perl
32686            ! Configure myconfig.SH pod/perldelta.pod
32687 ____________________________________________________________________________
32688 [  7229] By: jhi                                   on 2000/10/14  00:49:22
32689         Log: Update Changes.
32690      Branch: perl
32691            ! Changes patchlevel.h
32692 ____________________________________________________________________________
32693 [  7228] By: jhi                                   on 2000/10/14  00:46:10
32694         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
32695              From: Peter Prymmer <pvhp@forte.com>
32696              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
32697              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
32698      Branch: perl
32699            ! lib/utf8.pm
32700 ____________________________________________________________________________
32701 [  7227] By: jhi                                   on 2000/10/13  23:20:30
32702         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
32703      Branch: perl
32704            ! t/op/tie.t
32705 ____________________________________________________________________________
32706 [  7226] By: jhi                                   on 2000/10/13  22:14:32
32707         Log: Tweak #7225.
32708              
32709              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
32710              From: Peter Prymmer <pvhp@forte.com>
32711              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
32712              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
32713      Branch: perl
32714            ! t/op/sprintf.t
32715 ____________________________________________________________________________
32716 [  7225] By: jhi                                   on 2000/10/13  22:11:31
32717         Log: op/sprintf.t patch for OS/390 (and any other host with limited
32718              floating-point exponent length)
32719              
32720              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
32721              From: Dominic Dunlop <domo@computer.org>
32722              Date: Fri, 13 Oct 2000 19:17:57 +0200
32723              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
32724      Branch: perl
32725            ! t/op/sprintf.t
32726 ____________________________________________________________________________
32727 [  7224] By: jhi                                   on 2000/10/13  18:40:48
32728         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
32729      Branch: perl
32730            ! toke.c
32731 ____________________________________________________________________________
32732 [  7223] By: jhi                                   on 2000/10/13  18:37:13
32733         Log: Thinko in #7222.
32734      Branch: perl
32735            ! utf8.c
32736 ____________________________________________________________________________
32737 [  7222] By: jhi                                   on 2000/10/13  18:05:23
32738         Log: Use UTF8SKIP(), from Simon Cozens.
32739      Branch: perl
32740            ! utf8.c
32741 ____________________________________________________________________________
32742 [  7221] By: jhi                                   on 2000/10/13  15:43:19
32743         Log: (accidentally empty check-in)
32744      Branch: perl
32745            ! utf8.c
32746 ____________________________________________________________________________
32747 [  7220] By: jhi                                   on 2000/10/13  15:23:51
32748         Log: Add (optimistically) Storable to static extensions.
32749      Branch: perl
32750            ! hints/uwin.sh hints/vmesa.sh
32751 ____________________________________________________________________________
32752 [  7219] By: jhi                                   on 2000/10/13  15:20:05
32753         Log: Amdahl UTS doesn't seem to do dynaloading.
32754      Branch: perl
32755            ! hints/uts.sh
32756 ____________________________________________________________________________
32757 [  7218] By: jhi                                   on 2000/10/13  15:15:20
32758         Log: Slight tweak of the code to appease Amdahl UTS cc.
32759      Branch: perl
32760            ! pp.c
32761 ____________________________________________________________________________
32762 [  7217] By: jhi                                   on 2000/10/13  14:50:42
32763         Log: In Amdahl UTS "struct sv" is defined by a system header,
32764              <ksync.h>.
32765      Branch: perl
32766            ! perl.h sv.h
32767 ____________________________________________________________________________
32768 [  7216] By: jhi                                   on 2000/10/13  11:58:25
32769         Log: Ilya implemented the memory profiling API.
32770      Branch: perl
32771            ! Todo
32772 ____________________________________________________________________________
32773 [  7215] By: jhi                                   on 2000/10/13  02:56:38
32774         Log: Subject: [PATCH 5.7.0] Perl API for mstats
32775              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32776              Date: Thu, 12 Oct 2000 22:52:40 -0400
32777              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
32778      Branch: perl
32779            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
32780 ____________________________________________________________________________
32781 [  7214] By: jhi                                   on 2000/10/13  02:55:38
32782         Log: Subject: [PATCH 5.7.0] IVs in mtats
32783              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32784              Date: Thu, 12 Oct 2000 22:51:04 -0400
32785              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
32786      Branch: perl
32787            ! malloc.c perl.h
32788 ____________________________________________________________________________
32789 [  7213] By: jhi                                   on 2000/10/13  02:31:47
32790         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
32791      Branch: perl
32792            ! pod/perldiag.pod pp_sys.c
32793 ____________________________________________________________________________
32794 [  7212] By: jhi                                   on 2000/10/13  01:27:38
32795         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
32796              From: Peter Prymmer <pvhp@forte.com>
32797              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
32798              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
32799      Branch: perl
32800            ! t/op/oct.t
32801 ____________________________________________________________________________
32802 [  7211] By: jhi                                   on 2000/10/13  00:35:09
32803         Log: Update Changes.
32804      Branch: perl
32805            ! Changes patchlevel.h
32806 ____________________________________________________________________________
32807 [  7210] By: jhi                                   on 2000/10/12  23:59:40
32808         Log: The Install.pm third of
32809              
32810              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
32811              From: Bill Campbell <bill@celestial.com>
32812              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
32813              Date: Thu, 5 Oct 2000 18:04:51 -0700
32814      Branch: perl
32815            ! lib/ExtUtils/Install.pm
32816 ____________________________________________________________________________
32817 [  7209] By: jhi                                   on 2000/10/12  23:58:43
32818         Log: Two thirds of
32819              
32820              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
32821              Date: Thu, 5 Oct 2000 18:04:51 -0700
32822              From: Bill Campbell <bill@celestial.com>
32823              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
32824              
32825              The Install.pm changes will be submitted separately because
32826              they need some work and discussion still.
32827      Branch: perl
32828            ! lib/getopts.pl lib/termcap.pl
32829 ____________________________________________________________________________
32830 [  7208] By: jhi                                   on 2000/10/12  23:41:19
32831         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
32832              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32833              Date:     Thu, 12 Oct 2000 07:30:02 EDT
32834              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
32835      Branch: perl
32836            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
32837            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
32838 ____________________________________________________________________________
32839 [  7207] By: jhi                                   on 2000/10/12  23:39:01
32840         Log: An updated EBCDIC tr patch.
32841              
32842              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
32843              From: Peter Prymmer <pvhp@forte.com>
32844              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
32845              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
32846      Branch: perl
32847            ! t/op/tr.t
32848 ____________________________________________________________________________
32849 [  7206] By: jhi                                   on 2000/10/12  23:34:55
32850         Log: Upgrade to CPAN 1.58, from Andreas König.
32851      Branch: perl
32852            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32853 ____________________________________________________________________________
32854 [  7205] By: jhi                                   on 2000/10/12  23:29:08
32855         Log: Introduce the man[24-8] variables, from Andy Dougherty.
32856      Branch: metaconfig/U/perl
32857            + mandirs.U mandirstyle.U
32858      Branch: perl
32859            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32860            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
32861            ! vos/config.h vos/config.pl vos/config_h.SH_orig
32862            ! win32/config.bc win32/config.gc win32/config.vc
32863 ____________________________________________________________________________
32864 [  7204] By: gsar                                  on 2000/10/12  18:11:24
32865         Log: restore change#7202
32866      Branch: perl
32867            ! mg.c
32868 ____________________________________________________________________________
32869 [  7203] By: gsar                                  on 2000/10/12  18:09:40
32870         Log: another test of the Emergency Broadcast System--back out 
32871              change#7202
32872      Branch: perl
32873            ! mg.c
32874 ____________________________________________________________________________
32875 [  7202] By: gsar                                  on 2000/10/12  16:40:47
32876         Log: (submitted on behalf of Jarkko)
32877              Fix the lib/encode.t subtest 6 failure as reported by Andreas
32878              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
32879              was unearthed by change 7182, as was a bug in HTML::Entities.
32880      Branch: perl
32881            ! mg.c
32882 ____________________________________________________________________________
32883 [  7201] By: jhi                                   on 2000/10/11  03:16:05
32884         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
32885      Branch: perl
32886            ! pp_hot.c t/pragma/utf8.t
32887 ____________________________________________________________________________
32888 [  7200] By: jhi                                   on 2000/10/11  00:40:30
32889         Log: The #7198 was a false alarm.
32890      Branch: perl
32891            ! pp_hot.c
32892 ____________________________________________________________________________
32893 [  7199] By: jhi                                   on 2000/10/11  00:26:04
32894         Log: Remove duplicated code.
32895      Branch: perl
32896            ! t/lib/cgi-html.t
32897 ____________________________________________________________________________
32898 [  7198] By: jhi                                   on 2000/10/10  23:30:46
32899         Log: (Retracted by #7200.)
32900      Branch: perl
32901            ! pp_hot.c
32902 ____________________________________________________________________________
32903 [  7197] By: jhi                                   on 2000/10/10  21:49:30
32904         Log: Add the test case for #7190, from the original bug report
32905              by Andreas König.
32906      Branch: perl
32907            ! t/pragma/utf8.t
32908 ____________________________________________________________________________
32909 [  7196] By: jhi                                   on 2000/10/10  21:40:49
32910         Log: Reapply Andy's patch and regen Configure.
32911      Branch: perl
32912            ! Configure INSTALL Makefile.SH Porting/Glossary
32913            ! Porting/config.sh config_h.SH epoc/config.sh installperl
32914            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
32915            ! win32/config.vc
32916 ____________________________________________________________________________
32917 [  7195] By: jhi                                   on 2000/10/10  21:09:30
32918         Log: Use the versiononly instead of the installscripts,
32919              retract the changes 7146 and 7147.
32920      Branch: perl
32921            ! Configure INSTALL Makefile.SH Porting/Glossary
32922            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
32923            ! installperl uconfig.sh vos/config.def win32/config.bc
32924            ! win32/config.gc win32/config.vc
32925 ____________________________________________________________________________
32926 [  7194] By: jhi                                   on 2000/10/10  21:06:15
32927         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
32928              From: Peter Prymmer <pvhp@forte.com>
32929              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
32930              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
32931      Branch: perl
32932            ! t/op/ver.t
32933 ____________________________________________________________________________
32934 [  7193] By: jhi                                   on 2000/10/10  21:05:12
32935         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
32936              From: Peter Prymmer <pvhp@forte.com>
32937              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
32938              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
32939      Branch: perl
32940            ! t/op/tr.t
32941 ____________________________________________________________________________
32942 [  7192] By: jhi                                   on 2000/10/10  20:57:30
32943         Log: Add versiononly, delete installscripts, from Andy Dougherty.
32944      Branch: metaconfig
32945            - U/installdirs/installscripts.U
32946      Branch: metaconfig/U/perl
32947            + versiononly.U
32948 ____________________________________________________________________________
32949 [  7191] By: jhi                                   on 2000/10/10  19:41:21
32950         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
32951              From: Peter Prymmer <pvhp@forte.com>
32952              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
32953              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
32954      Branch: perl
32955            ! pod/perlebcdic.pod
32956 ____________________________________________________________________________
32957 [  7190] By: jhi                                   on 2000/10/10  19:26:14
32958         Log: Subject: Re: utf8 concat, mg_get
32959              From: Simon Cozens <simon@cozens.net>
32960              Date: Tue, 10 Oct 2000 17:40:17 +0100
32961              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
32962      Branch: perl
32963            ! pp_hot.c
32964 ____________________________________________________________________________
32965 [  7189] By: jhi                                   on 2000/10/10  19:23:03
32966         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
32967              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
32968              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
32969              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
32970      Branch: perl
32971            ! lib/ExtUtils/MM_Unix.pm
32972 ____________________________________________________________________________
32973 [  7188] By: jhi                                   on 2000/10/10  15:31:24
32974         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
32975              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
32976              Date: Fri, 14 Jul 2000 10:47:36 +0100
32977              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
32978      Branch: perl
32979            ! README.win32
32980 ____________________________________________________________________________
32981 [  7187] By: jhi                                   on 2000/10/10  13:30:10
32982         Log: Quote the temp file name, needed in Win32 because the
32983              default name unfortunately contains spaces, shouldn't
32984              hurt elsewhere.
32985              
32986              Subject: FW: perldoc fails if $TEMP contains spaces
32987              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
32988              Date: Thu, 14 Sep 2000 08:58:45 +0100
32989              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
32990      Branch: perl
32991            ! utils/perldoc.PL
32992 ____________________________________________________________________________
32993 [  7186] By: jhi                                   on 2000/10/10  13:16:27
32994         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
32995              From: hv@hugo.hybyte.com
32996              Date: Tue, 10 Oct 2000 14:10:20 +0100
32997              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
32998      Branch: perl
32999            ! t/lib/thr5005.t util.c
33000 ____________________________________________________________________________
33001 [  7185] By: jhi                                   on 2000/10/10  12:06:22
33002         Log: Upgrade to podlators 1.04, from Russ Allbery.
33003      Branch: perl
33004            ! lib/Pod/Man.pm lib/Pod/Text.pm
33005 ____________________________________________________________________________
33006 [  7184] By: jhi                                   on 2000/10/10  12:01:32
33007         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
33008      Branch: perl
33009            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
33010 ____________________________________________________________________________
33011 [  7183] By: jhi                                   on 2000/10/09  23:47:15
33012         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
33013              From: Peter Prymmer <pvhp@forte.com>
33014              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
33015              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
33016      Branch: perl
33017            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
33018 ____________________________________________________________________________
33019 [  7182] By: jhi                                   on 2000/10/09  23:43:16
33020         Log: Make eq work again with utf8 (disabling the upgrading
33021              should no more be necessary since the copies of the
33022              scalars are upgraded, not the scalars themselves).
33023              Takes care of ID 20001009.001.  (The claimed length()
33024              bug in 20001009.001 seems bogus to me.)
33025      Branch: perl
33026            ! sv.c t/pragma/utf8.t
33027 ____________________________________________________________________________
33028 [  7181] By: gsar                                  on 2000/10/09  19:41:54
33029         Log: tweak for change#7173
33030      Branch: perl
33031            ! win32/win32sck.c
33032 ____________________________________________________________________________
33033 [  7180] By: gsar                                  on 2000/10/09  19:26:56
33034         Log: on Windows, clean targets might not work under some flavors of the shell
33035      Branch: perl
33036            ! win32/Makefile win32/makefile.mk
33037 ____________________________________________________________________________
33038 [  7179] By: jhi                                   on 2000/10/09  19:21:02
33039         Log: Update Changes.
33040      Branch: perl
33041            ! Changes patchlevel.h
33042 ____________________________________________________________________________
33043 [  7178] By: jhi                                   on 2000/10/09  19:18:23
33044         Log: Warn about unknown scripts.
33045              
33046              Subject: Re: ideas? patches? [PATCH bleadperl]
33047              From: Dominic Dunlop <domo@computer.org>
33048              Date: Mon, 9 Oct 2000 14:57:17 +0200
33049              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
33050      Branch: perl
33051            ! lib/charnames.pm
33052 ____________________________________________________________________________
33053 [  7177] By: jhi                                   on 2000/10/09  19:13:27
33054         Log: Change #7160 had a nasty typo.
33055      Branch: metaconfig
33056            ! U/compline/Compile.U
33057      Branch: perl
33058            ! Configure config_h.SH
33059 ____________________________________________________________________________
33060 [  7176] By: gsar                                  on 2000/10/09  18:59:33
33061         Log: pod nit
33062      Branch: perl
33063            ! pod/perlport.pod
33064 ____________________________________________________________________________
33065 [  7175] By: gsar                                  on 2000/10/09  18:54:28
33066         Log: Windows9x doesn't support link(), despite what Config.pm
33067              might think
33068      Branch: perl
33069            ! lib/ExtUtils/Manifest.pm
33070 ____________________________________________________________________________
33071 [  7174] By: gsar                                  on 2000/10/09  18:50:03
33072         Log: avoid nonportable example code
33073      Branch: perl
33074            ! lib/File/Copy.pm
33075 ____________________________________________________________________________
33076 [  7173] By: gsar                                  on 2000/10/09  18:46:54
33077         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
33078              being used) when closing a socket handle
33079      Branch: perl
33080            ! win32/win32.c win32/win32.h win32/win32sck.c
33081 ____________________________________________________________________________
33082 [  7172] By: gsar                                  on 2000/10/09  18:41:40
33083         Log: on Windows, cwd strings in the environment should be of the
33084              form =X:=X:\foo instead of =X=X:\foo\
33085      Branch: perl
33086            ! win32/vdir.h
33087 ____________________________________________________________________________
33088 [  7171] By: gsar                                  on 2000/10/09  18:30:09
33089         Log: on Windows, LoadLibrary() could load an extension DLL multiple
33090              times if forward slashes are used in the path
33091      Branch: perl
33092            ! win32/win32.c
33093 ____________________________________________________________________________
33094 [  7170] By: jhi                                   on 2000/10/09  17:53:59
33095         Log: Add a todo note about overloadable assertions.
33096      Branch: perl
33097            ! Todo-5.6
33098 ____________________________________________________________________________
33099 [  7169] By: jhi                                   on 2000/10/09  13:43:45
33100         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
33101              From: mjd@plover.com
33102              Date: 9 Oct 2000 00:24:44 -0000
33103              Message-ID: <20001009002444.10616.qmail@plover.com>
33104      Branch: perl
33105            ! pod/perldebguts.pod
33106 ____________________________________________________________________________
33107 [  7168] By: nick                                  on 2000/10/08  13:16:33
33108         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
33109              is not right thing to do on (e.g. x86). Network order is also "right" for
33110              X fonts.
33111      Branch: perl
33112            ! ext/Encode/Encode.pm
33113 ____________________________________________________________________________
33114 [  7167] By: nick                                  on 2000/10/08  12:54:42
33115         Log: Make "encodings" work post-install when Encode/*.enc files may not
33116              be in same directory as Encode.pm
33117      Branch: perl
33118            ! ext/Encode/Encode.pm
33119 ____________________________________________________________________________
33120 [  7166] By: nick                                  on 2000/10/08  11:51:26
33121         Log: Work round the fact that $hash->{$key} does not take into account
33122              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
33123              so that key is always in the "expected" encoding - i.e. same way we put
33124              it in the hash.
33125      Branch: perl
33126            ! ext/Encode/Encode.pm
33127 ____________________________________________________________________________
33128 [  7165] By: gsar                                  on 2000/10/08  04:15:29
33129         Log: save_re_context() could reset PL_curcop to freed memory, causing core
33130              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
33131      Branch: perl
33132            ! pp_ctl.c
33133 ____________________________________________________________________________
33134 [  7164] By: jhi                                   on 2000/10/06  20:51:48
33135         Log: UTF8ize split() so that the cloned substrings get the UTF8
33136              flag of the original scalar.  Problem reported by Simon Cozens.
33137      Branch: perl
33138            ! pp.c t/pragma/utf8.t
33139 ____________________________________________________________________________
33140 [  7163] By: nick                                  on 2000/10/06  20:48:34
33141         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
33142              got a false +ve and so did not reach code which would have un-FAKEd the SV.
33143      Branch: perl
33144            ! sv.c
33145 ____________________________________________________________________________
33146 [  7162] By: nick                                  on 2000/10/06  20:25:37
33147         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
33148              To fix  (sort {$a <=> $b} keys %hash) in particular but
33149              should cover a number of other as-yet-unknown cases as well.
33150      Branch: perl
33151            ! sv.c
33152 ____________________________________________________________________________
33153 [  7161] By: jhi                                   on 2000/10/06  19:56:18
33154         Log: Change the version number of Tie::Handle in the core to 4.0,
33155              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
33156              
33157              Subject: Note on Tie::Handle
33158              From: andreas.koenig@anima.de (Andreas J. Koenig)
33159              Date:      06 Oct 2000 21:48:58 +0200
33160              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
33161      Branch: perl
33162            ! lib/Tie/Handle.pm
33163 ____________________________________________________________________________
33164 [  7160] By: jhi                                   on 2000/10/06  18:20:35
33165         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
33166              as the first option of cc/ld because of ultrapicky compilers
33167              (e.g. OS/390 R2.5)
33168      Branch: metaconfig
33169            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
33170            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
33171            ! U/compline/orderlib.U U/modified/Cppsym.U
33172            ! U/modified/d_access.U
33173      Branch: metaconfig/U/perl
33174            ! Checkcc.U d_dlsymun.U gccvers.U
33175      Branch: perl
33176            ! Configure config_h.SH
33177 ____________________________________________________________________________
33178 [  7159] By: jhi                                   on 2000/10/06  13:56:39
33179         Log: Update Changes.
33180      Branch: perl
33181            ! Changes patchlevel.h
33182 ____________________________________________________________________________
33183 [  7158] By: jhi                                   on 2000/10/06  12:48:40
33184         Log: Eliminate $Is_VMS code from the test.
33185              
33186              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
33187              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33188              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
33189              Date:     Thu, 5 Oct 2000 07:46:33 EDT
33190      Branch: perl
33191            ! t/lib/b.t
33192 ____________________________________________________________________________
33193 [  7157] By: jhi                                   on 2000/10/06  12:47:13
33194         Log: Also the $ccflags is needed for the C compiler check.
33195              
33196              Subject: Configure (check for C-compiler)
33197              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33198              Date: Fri, 06 Oct 2000 08:47:15 +0200
33199              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
33200      Branch: metaconfig/U/perl
33201            ! Checkcc.U
33202      Branch: perl
33203            ! Configure config_h.SH
33204 ____________________________________________________________________________
33205 [  7156] By: jhi                                   on 2000/10/06  11:45:15
33206         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
33207      Branch: perl
33208            ! perl.c pp_ctl.c sv.h utf8.c
33209 ____________________________________________________________________________
33210 [  7155] By: jhi                                   on 2000/10/06  11:40:41
33211         Log: IO::Handle->syswrite() did not handle length omission
33212              like CORE::syswrite() does.
33213              
33214              Subject: [Fwd] IO::Handle, syswrite and arguments
33215              From: Graham Barr <gbarr@pobox.com>
33216              Date: Fri, 6 Oct 2000 10:22:05 +0100
33217              Message-ID: <20001006102205.U6312@pobox.com>
33218              
33219              The original patch from andrew@ugh.net.au.
33220      Branch: perl
33221            ! ext/IO/lib/IO/Handle.pm
33222 ____________________________________________________________________________
33223 [  7154] By: jhi                                   on 2000/10/06  01:42:15
33224         Log: Tweak #7153.
33225      Branch: perl
33226            ! utf8.h
33227 ____________________________________________________________________________
33228 [  7153] By: jhi                                   on 2000/10/06  00:39:55
33229         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
33230      Branch: perl
33231            ! utf8.h
33232 ____________________________________________________________________________
33233 [  7152] By: jhi                                   on 2000/10/06  00:38:11
33234         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
33235      Branch: perl
33236            ! perl.c pp_ctl.c sv.h utf8.c
33237 ____________________________________________________________________________
33238 [  7151] By: jhi                                   on 2000/10/06  00:36:38
33239         Log: Subject: Re: Questions about Tie::Array and perl modules
33240              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33241              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
33242              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
33243              
33244              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
33245      Branch: perl
33246            ! lib/Tie/Array.pm t/op/array.t
33247 ____________________________________________________________________________
33248 [  7150] By: jhi                                   on 2000/10/05  00:20:45
33249         Log: Regen Changes.
33250      Branch: perl
33251            ! Changes patchlevel.h
33252 ____________________________________________________________________________
33253 [  7149] By: jhi                                   on 2000/10/05  00:20:01
33254         Log: Regen toc.
33255      Branch: perl
33256            ! pod/perltoc.pod
33257 ____________________________________________________________________________
33258 [  7148] By: jhi                                   on 2000/10/04  23:35:08
33259         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
33260              reported several times by Dominic Dunlop, for example in
33261              ID 20000315.008.  Patch from Dominic.  Patch affects at
33262              least MachTen, and possibly other oldish BSDs. Should not
33263              break non-broken platforms (tested on LinuxPPC). 
33264      Branch: perl
33265            ! doio.c
33266 ____________________________________________________________________________
33267 [  7147] By: jhi                                   on 2000/10/04  23:26:34
33268         Log: The one that got away from 7146.
33269      Branch: metaconfig
33270            + U/installdirs/installscripts.U
33271 ____________________________________________________________________________
33272 [  7146] By: jhi                                   on 2000/10/04  23:25:04
33273         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
33274              suggested by H. Merijn Brand.
33275      Branch: perl
33276            ! Configure INSTALL Makefile.SH Porting/Glossary
33277            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
33278            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
33279            ! win32/config.vc
33280 ____________________________________________________________________________
33281 [  7145] By: jhi                                   on 2000/10/04  22:08:21
33282         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
33283              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33284              Date: Wed, 4 Oct 2000 17:37:46 -0400
33285              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
33286      Branch: perl
33287            ! utils/h2xs.PL
33288 ____________________________________________________________________________
33289 [  7144] By: jhi                                   on 2000/10/04  18:11:41
33290         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
33291              From: Jeff Pinyan <jeffp@crusoe.net>
33292              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
33293              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
33294      Branch: perl
33295            ! pod/perlrun.pod
33296 ____________________________________________________________________________
33297 [  7143] By: jhi                                   on 2000/10/04  18:09:58
33298         Log: Subject: perlhack.pod Patch for Externals Tools
33299              From: Fisher Mark <fisherm@tce.com>
33300              Date: Tue, 3 Oct 2000 15:43:27 -0500 
33301              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
33302      Branch: perl
33303            ! pod/perlhack.pod
33304 ____________________________________________________________________________
33305 [  7142] By: jhi                                   on 2000/10/04  18:08:41
33306         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
33307              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33308              Date:     Wed, 4 Oct 2000 12:11:11 EDT
33309              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
33310      Branch: perl
33311            ! vms/vms.c
33312 ____________________________________________________________________________
33313 [  7141] By: jhi                                   on 2000/10/04  12:20:16
33314         Log: Subject: [PATCH 5.7.0] h2xs not working
33315              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33316              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
33317              Date: Tue, 3 Oct 2000 21:43:01 -0400
33318              
33319              Subject: [PATCH 5.7.0] h2xs not documenting the created module
33320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33321              Date: Tue, 3 Oct 2000 22:55:19 -0400
33322              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
33323      Branch: perl
33324            ! utils/h2xs.PL
33325 ____________________________________________________________________________
33326 [  7140] By: jhi                                   on 2000/10/04  11:53:44
33327         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
33328              From: nick@babyhippo.com
33329              Date: Wed, 4 Oct 2000 12:06:45 +0100
33330              Message-Id: <20001004120645.A7356@babyhippo.com>
33331              
33332              Retract 7118 and 7135.
33333      Branch: perl
33334            ! installman installperl op.c t/pragma/subs.t
33335 ____________________________________________________________________________
33336 [  7139] By: jhi                                   on 2000/10/03  22:09:41
33337         Log: It is possible to have no hosts database at all.  Pointed out in
33338              
33339              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
33340              From: Peter Prymmer <pvhp@forte.com>
33341              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
33342              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
33343      Branch: metaconfig
33344            ! U/modified/myhostname.U
33345      Branch: perl
33346            ! Configure config_h.SH
33347 ____________________________________________________________________________
33348 [  7138] By: jhi                                   on 2000/10/03  21:49:49
33349         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
33350              From: Peter Prymmer <pvhp@forte.com>
33351              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
33352              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
33353      Branch: perl
33354            ! pp_sys.c
33355 ____________________________________________________________________________
33356 [  7137] By: jhi                                   on 2000/10/03  20:10:05
33357         Log: One remaining nit less at the VMS mailbox sizing.
33358      Branch: perl
33359            ! vms/vms.c
33360 ____________________________________________________________________________
33361 [  7136] By: jhi                                   on 2000/10/03  20:08:47
33362         Log: Test harness update to sync with the new perlcc,
33363              from Simon Cozens.
33364      Branch: perl
33365            ! t/TEST t/UTEST
33366 ____________________________________________________________________________
33367 [  7135] By: jhi                                   on 2000/10/03  15:15:42
33368         Log: Subject: Re: PATCH for 20001003.004
33369              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
33370              From: "AARON B. DOSSETT" <aaron@iglou.com>
33371              Message-Id: <E13gTay-0006od-00@iglou.com>
33372      Branch: perl
33373            ! installman installperl
33374 ____________________________________________________________________________
33375 [  7134] By: jhi                                   on 2000/10/03  15:00:34
33376         Log: Subject: [ID 20001003.006] B::Debug not -w clean
33377              From: Nicholas Clark <nick@babyhippo.co.uk>
33378              Date: Tue, 03 Oct 2000 15:46:32 +0100
33379              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
33380      Branch: perl
33381            ! ext/B/B/Debug.pm
33382 ____________________________________________________________________________
33383 [  7133] By: jhi                                   on 2000/10/03  14:58:39
33384         Log: Scale down the VMS message boxes, by Charles Lane.
33385              Fix for ID 20000903.009, workaround at
33386              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
33387      Branch: perl
33388            ! vms/vms.c
33389 ____________________________________________________________________________
33390 [  7132] By: jhi                                   on 2000/10/03  11:20:37
33391         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
33392      Branch: perl
33393            + t/lib/st-lock.t t/lib/st-utf8.t
33394            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
33395            ! ext/Storable/Storable.xs t/lib/st-recurse.t
33396 ____________________________________________________________________________
33397 [  7131] By: jhi                                   on 2000/10/03  03:38:23
33398         Log: Encode nits.
33399      Branch: perl
33400            ! MANIFEST Makefile.SH
33401 ____________________________________________________________________________
33402 [  7130] By: jhi                                   on 2000/10/03  03:31:05
33403         Log: Update Changes.
33404      Branch: perl
33405            ! Changes patchlevel.h
33406 ____________________________________________________________________________
33407 [  7129] By: jhi                                   on 2000/10/03  02:24:02
33408         Log: Misplaced else.
33409      Branch: metaconfig/U/perl
33410            ! d_strtoll.U
33411      Branch: perl
33412            ! Configure config_h.SH
33413 ____________________________________________________________________________
33414 [  7128] By: jhi                                   on 2000/10/03  02:08:29
33415         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
33416              From: sthoenna@efn.org
33417              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
33418              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
33419      Branch: metaconfig/U/perl
33420            ! d_strtoll.U
33421      Branch: perl
33422            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
33423 ____________________________________________________________________________
33424 [  7127] By: jhi                                   on 2000/10/03  01:13:14
33425         Log: Update Changes.
33426      Branch: perl
33427            ! Changes patchlevel.h
33428 ____________________________________________________________________________
33429 [  7126] By: jhi                                   on 2000/10/03  00:57:08
33430         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
33431              as suggested by Olaf Flebbe and Nick Clark.
33432      Branch: perl
33433            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
33434 ____________________________________________________________________________
33435 [  7125] By: jhi                                   on 2000/10/03  00:50:56
33436         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
33437              From: Nick Clark <nick@plum.flirble.org>
33438              Date: Mon, 2 Oct 2000 11:03:24 +0100
33439              Message-Id: <20001002110324.D20073@plum.flirble.org>
33440              
33441              Also fixes bug ID 20001002.005.
33442      Branch: perl
33443            ! t/lib/encode.t
33444 ____________________________________________________________________________
33445 [  7124] By: jhi                                   on 2000/10/03  00:34:59
33446         Log: Subject: [PATCH 5.7.0] Epoc update
33447              From: Olaf Flebbe <o.flebbe@gmx.de>
33448              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
33449              Message-ID: <26423.969484586@www10.gmx.net>
33450      Branch: perl
33451            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
33452            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
33453            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
33454            ! util.c util.h
33455 ____________________________________________________________________________
33456 [  7123] By: jhi                                   on 2000/10/03  00:30:07
33457         Log: Regen headers.
33458      Branch: perl
33459            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
33460 ____________________________________________________________________________
33461 [  7122] By: jhi                                   on 2000/10/03  00:10:48
33462         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
33463      Branch: perl
33464            ! hints/openbsd.sh
33465 ____________________________________________________________________________
33466 [  7121] By: jhi                                   on 2000/10/03  00:05:06
33467         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
33468              From: <abigail@foad.org>
33469              Date: Tue, 26 Sep 2000 13:36:14 -0400
33470              Message-ID: <20000926173614.4356.qmail@foad.org>
33471      Branch: perl
33472            ! pod/perlop.pod
33473 ____________________________________________________________________________
33474 [  7120] By: jhi                                   on 2000/10/03  00:04:00
33475         Log: Inside require() $^S was always left undefined.
33476              
33477              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
33478              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33479              Date: Wed, 27 Sep 2000 18:54:49 -0400
33480              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
33481      Branch: perl
33482            ! cop.h mg.c pp_ctl.c util.c
33483 ____________________________________________________________________________
33484 [  7119] By: jhi                                   on 2000/10/03  00:00:16
33485         Log: Subject: [PATCH] DLL not restartabke with threaded perl
33486              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
33487              Date: Thu, 28 Sep 2000 09:20:46 +0100
33488              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
33489      Branch: perl
33490            ! perl.c
33491 ____________________________________________________________________________
33492 [  7118] By: jhi                                   on 2000/10/02  23:59:20
33493         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
33494              From: Nicholas Clark <nick@ccl4.org>
33495              Date: Thu, 28 Sep 2000 11:52:24 +0100
33496              Message-ID: <20000928115224.D7924@plum.flirble.org>
33497      Branch: perl
33498            ! op.c
33499 ____________________________________________________________________________
33500 [  7117] By: jhi                                   on 2000/10/02  23:57:51
33501         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
33502              From: Nicholas Clark <nick@babyhippo.co.uk>
33503              Date: Thu, 28 Sep 2000 12:18:10 +0100
33504              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
33505              
33506              Did not apply cleanly, manual intervention was needed.
33507      Branch: perl
33508            ! ext/B/B/Bytecode.pm utils/perlcc.PL
33509 ____________________________________________________________________________
33510 [  7116] By: jhi                                   on 2000/10/02  23:50:40
33511         Log: Document the issue (is not a syntax error, kind of)
33512              
33513              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
33514              From: Nicholas Clark <nick@ccl4.org>
33515              Date: Thu, 28 Sep 2000 17:12:42 +0100
33516              Message-ID: <20000928171242.K7924@plum.flirble.org>
33517      Branch: perl
33518            ! pod/perldata.pod
33519 ____________________________________________________________________________
33520 [  7115] By: jhi                                   on 2000/10/02  23:48:58
33521         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
33522              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33523              Date: Thu, 28 Sep 2000 21:55:31 -0400
33524              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
33525      Branch: perl
33526            ! regexec.c
33527 ____________________________________________________________________________
33528 [  7114] By: jhi                                   on 2000/10/02  23:47:57
33529         Log: Subject: DOC PATCH 5.6.0
33530              From: mjd@plover.com
33531              Date: 30 Sep 2000 06:02:34 -0000
33532              Message-ID: <20000930060234.4559.qmail@plover.com>
33533      Branch: perl
33534            ! pod/perldebguts.pod
33535 ____________________________________________________________________________
33536 [  7113] By: jhi                                   on 2000/10/02  23:46:43
33537         Log: SOCK_DGRAM and listen() do not mix as reported in
33538              
33539              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
33540              From: Petter Reinholdtsen <pere@hungry.com>
33541              Date: Sun, 1 Oct 2000 10:57:20 +0800
33542              Message-Id: <200010010257.KAA05735@localhost.localdomain>
33543              
33544              The patch for 5.7.0+ had to be reengineered, though.
33545      Branch: perl
33546            ! ext/IO/lib/IO/Socket/UNIX.pm
33547 ____________________________________________________________________________
33548 [  7112] By: jhi                                   on 2000/10/02  23:36:57
33549         Log: Subject: Re: [PATCH 5.005_64 missed]
33550              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33551              Date: Sun, 1 Oct 2000 18:50:10 -0400
33552              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
33553      Branch: perl
33554            ! pod/perlxs.pod
33555 ____________________________________________________________________________
33556 [  7111] By: jhi                                   on 2000/10/02  23:35:40
33557         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
33558              From: Radu Greab <radu@netsoft.ro>
33559              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
33560              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
33561      Branch: perl
33562            ! op.c opcode.pl t/op/substr.t
33563 ____________________________________________________________________________
33564 [  7110] By: jhi                                   on 2000/10/02  23:32:38
33565         Log: Subject: [PATCH] Fix aliasing of tied filehandles
33566              From: Daniel Chetlin <daniel@chetlin.com>
33567              Date: Mon, 2 Oct 2000 14:53:27 -0700
33568              Message-ID: <20001002145327.C1617@ilmd>
33569      Branch: perl
33570            ! perl.h pp_hot.c t/op/tiehandle.t
33571 ____________________________________________________________________________
33572 [  7109] By: jhi                                   on 2000/10/02  23:31:30
33573         Log: s/Robin Parker/Robin Barker/
33574      Branch: perl
33575            ! Changes5.6
33576 ____________________________________________________________________________
33577 [  7108] By: jhi                                   on 2000/10/02  23:15:46
33578         Log: Retract #7091 as suggested in
33579              
33580              From: Robin Barker <rmb1@cise.npl.co.uk> 
33581              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
33582              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
33583              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
33584      Branch: perl
33585            ! embed.pl proto.h
33586 ____________________________________________________________________________
33587 [  7107] By: nick                                  on 2000/10/02  18:23:14
33588         Log: A few tweaks to get Tk803 to work with Encode scheme.
33589      Branch: perl
33590            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
33591 ____________________________________________________________________________
33592 [  7106] By: nick                                  on 2000/10/01  21:34:14
33593         Log: Add checking cases to Encode's toUnicode and fromUnicode.
33594      Branch: perl
33595            ! ext/Encode/Encode.pm
33596 ____________________________________________________________________________
33597 [  7105] By: nick                                  on 2000/10/01  17:18:01
33598         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
33599              To read and use them.
33600              Add a lib/encode.t which checks a few things.
33601      Branch: perl
33602            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
33603            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
33604            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
33605            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
33606            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
33607            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
33608            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
33609            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
33610            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
33611            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
33612            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
33613            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
33614            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
33615            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
33616            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
33617            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
33618            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
33619            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
33620            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
33621            + ext/Encode/Encode/iso2022-jp.enc
33622            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
33623            + ext/Encode/Encode/iso8859-1.enc
33624            + ext/Encode/Encode/iso8859-2.enc
33625            + ext/Encode/Encode/iso8859-3.enc
33626            + ext/Encode/Encode/iso8859-4.enc
33627            + ext/Encode/Encode/iso8859-5.enc
33628            + ext/Encode/Encode/iso8859-6.enc
33629            + ext/Encode/Encode/iso8859-7.enc
33630            + ext/Encode/Encode/iso8859-8.enc
33631            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
33632            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
33633            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
33634            + ext/Encode/Encode/macCentEuro.enc
33635            + ext/Encode/Encode/macCroatian.enc
33636            + ext/Encode/Encode/macCyrillic.enc
33637            + ext/Encode/Encode/macDingbats.enc
33638            + ext/Encode/Encode/macGreek.enc
33639            + ext/Encode/Encode/macIceland.enc
33640            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
33641            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
33642            + ext/Encode/Encode/macTurkish.enc
33643            + ext/Encode/Encode/macUkraine.enc
33644            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
33645            + t/lib/encode.t
33646            ! MANIFEST ext/Encode/Encode.pm
33647 ____________________________________________________________________________
33648 [  7104] By: nick                                  on 2000/09/30  13:04:30
33649         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
33650              From: Daniel Chetlin <daniel@chetlin.com>
33651              Date: Mon, 18 Sep 2000 05:05:40 -0700
33652              Message-Id: <20000918050540.C652@ilmd>
33653      Branch: perl
33654            ! lib/overload.pm sv.c t/pragma/overload.t
33655 ____________________________________________________________________________
33656 [  7103] By: nick                                  on 2000/09/30  12:53:36
33657         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
33658              From: Johan Vromans <jvromans@squirrel.nl>
33659              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
33660              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
33661      Branch: perl
33662            ! pod/Makefile.SH
33663 ____________________________________________________________________________
33664 [  7102] By: nick                                  on 2000/09/30  12:52:31
33665         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
33666              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33667              Date: Sat, 16 Sep 2000 16:36:45 -0400
33668              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
33669      Branch: perl
33670            ! ext/B/B/Deparse.pm
33671 ____________________________________________________________________________
33672 [  7101] By: nick                                  on 2000/09/30  12:51:41
33673         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
33674              From: Craig A. Berry <craig.berry@psinetcs.com>
33675              Date: Sat, 16 Sep 2000 10:11:10 -0500
33676              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
33677      Branch: perl
33678            ! vms/vms.c
33679 ____________________________________________________________________________
33680 [  7100] By: nick                                  on 2000/09/30  12:50:33
33681         Log: Subject: Re: unicode support and perl [ID 20000901.097]
33682              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33683              Date: Fri, 15 Sep 2000 16:37:58 -0400
33684              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
33685      Branch: perl
33686            ! t/op/append.t
33687 ____________________________________________________________________________
33688 [  7099] By: nick                                  on 2000/09/30  12:49:35
33689         Log: Subject: Re: unicode support and perl [ID 20000901.097]
33690              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33691              Date: Fri, 15 Sep 2000 16:25:30 -0400
33692              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
33693      Branch: perl
33694            ! pp_hot.c
33695 ____________________________________________________________________________
33696 [  7098] By: nick                                  on 2000/09/30  12:48:00
33697         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
33698              From: Gisle Aas <gisle@ActiveState.com>
33699              Date: 15 Sep 2000 16:23:41 +0200
33700              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
33701      Branch: perl
33702            ! toke.c
33703 ____________________________________________________________________________
33704 [  7097] By: nick                                  on 2000/09/30  12:45:16
33705         Log: Subject: [PATCH] Nits in perlmod.pod
33706              From: Daniel Chetlin <daniel@chetlin.com>
33707              Date: Fri, 15 Sep 2000 02:04:09 -0700
33708              Message-Id: <20000915020409.A2104@ilmd>
33709      Branch: perl
33710            ! pod/perlmod.pod
33711 ____________________________________________________________________________
33712 [  7096] By: nick                                  on 2000/09/30  12:18:00
33713         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
33714              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
33715              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
33716              0 to checking to get the warning.
33717      Branch: perl
33718            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
33719            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
33720            ! regexec.c sv.c toke.c utf8.c
33721 ____________________________________________________________________________
33722 [  7095] By: nick                                  on 2000/09/15  16:55:59
33723         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
33724              
33725              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
33726              From: Spider Boardman <spider@Orb.Nashua.NH.US>
33727              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
33728              Date: Fri, 15 Sep 2000 06:37:30 -0400
33729      Branch: perl
33730            ! ext/Encode/Encode.xs sv.c
33731 ____________________________________________________________________________
33732 [  7094] By: jhi                                   on 2000/09/15  03:23:32
33733         Log: Update Changes.
33734      Branch: perl
33735            ! Changes patchlevel.h
33736 ____________________________________________________________________________
33737 [  7093] By: jhi                                   on 2000/09/15  03:11:44
33738         Log: Fix for the charnames.t failures from Spider Boardman.
33739      Branch: perl
33740            ! toke.c
33741 ____________________________________________________________________________
33742 [  7092] By: jhi                                   on 2000/09/15  00:15:48
33743         Log: Botched the #7090 check-in.
33744      Branch: perl
33745            ! sv.c
33746 ____________________________________________________________________________
33747 [  7091] By: jhi                                   on 2000/09/14  23:33:24
33748         Log: Part of #7081 didn't come through.
33749      Branch: perl
33750            ! embed.pl proto.h
33751 ____________________________________________________________________________
33752 [  7090] By: jhi                                   on 2000/09/14  23:17:39
33753         Log: Subject: Re: perl@7078 
33754              From: Spider Boardman <spider@web.zk3.dec.com>
33755              Date: Thu, 14 Sep 2000 19:06:36 -0400
33756              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
33757      Branch: perl
33758            ! sv.c toke.c
33759 ____________________________________________________________________________
33760 [  7089] By: jhi                                   on 2000/09/14  23:11:21
33761         Log: Small portability tweaks.
33762      Branch: perl
33763            ! ext/Encode/Encode.xs
33764 ____________________________________________________________________________
33765 [  7088] By: jhi                                   on 2000/09/14  22:57:23
33766         Log: Fake return to pacify picky compilers.
33767      Branch: perl
33768            ! ext/Encode/Encode.xs
33769 ____________________________________________________________________________
33770 [  7087] By: jhi                                   on 2000/09/14  22:53:37
33771         Log: Subject: [PATCH] utf8.c apidoc
33772              From: Simon Cozens <simon@cozens.net>
33773              Date: Thu, 14 Sep 2000 23:46:57 +0100
33774              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
33775      Branch: perl
33776            ! perlapi.c pod/perlapi.pod utf8.c
33777 ____________________________________________________________________________
33778 [  7086] By: jhi                                   on 2000/09/14  22:40:38
33779         Log: We don't need to count the high bit bytes, a boolean is enough. 
33780      Branch: perl
33781            ! sv.c
33782 ____________________________________________________________________________
33783 [  7085] By: jhi                                   on 2000/09/14  21:20:09
33784         Log: Replace #7084 with
33785              
33786              Subject: Re: perl@7078 
33787              From: Spider Boardman <spider@web.zk3.dec.com>
33788              Date: Thu, 14 Sep 2000 17:09:36 -0400
33789              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
33790      Branch: perl
33791            ! sv.c utf8.c
33792 ____________________________________________________________________________
33793 [  7084] By: jhi                                   on 2000/09/14  20:03:34
33794         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
33795              convertable to bytes by checking it doesn't go above 0xc3
33796              
33797              Subject: Re: perl@7078
33798              From: Simon Cozens <simon@cozens.net>
33799              Date: Thu, 14 Sep 2000 20:59:19 +0100
33800              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
33801      Branch: perl
33802            ! utf8.c
33803 ____________________________________________________________________________
33804 [  7083] By: jhi                                   on 2000/09/14  19:38:47
33805         Log: Subject: Re: perl@7078
33806              From: Simon Cozens <simon@cozens.net>
33807              Date: Thu, 14 Sep 2000 20:13:09 +0100
33808              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
33809      Branch: perl
33810            ! t/op/bop.t
33811 ____________________________________________________________________________
33812 [  7082] By: jhi                                   on 2000/09/14  17:50:44
33813         Log: The one that got away.
33814      Branch: perl
33815            ! lib/File/Find.pm
33816 ____________________________________________________________________________
33817 [  7081] By: jhi                                   on 2000/09/14  17:45:35
33818         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
33819              From: Robin Barker <rmb1@cise.npl.co.uk>
33820              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
33821              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
33822      Branch: perl
33823            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
33824            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
33825            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
33826            ! regcomp.c toke.c universal.c
33827 ____________________________________________________________________________
33828 [  7080] By: jhi                                   on 2000/09/14  17:40:35
33829         Log: Problems picked up by AIX cc.
33830              
33831              Subject: Re: perl@7078 (patch included)
33832              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33833              Date: Thu, 14 Sep 2000 18:53:30 +0200
33834              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
33835      Branch: perl
33836            ! ext/Encode/Encode.xs
33837 ____________________________________________________________________________
33838 [  7079] By: jhi                                   on 2000/09/14  17:38:27
33839         Log: Subject: File::Find 5.7.0 POD nits
33840              From: Rich Morin <rdm@cfcl.com>
33841              Date: Wed, 13 Sep 2000 22:03:58 -0700
33842              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
33843      Branch: perl
33844            ! lib/File/Find.pm
33845 ____________________________________________________________________________
33846 [  7078] By: jhi                                   on 2000/09/14  14:58:20
33847         Log: Update Changes.
33848      Branch: perl
33849            ! Changes patchlevel.h
33850 ____________________________________________________________________________
33851 [  7077] By: jhi                                   on 2000/09/14  14:55:54
33852         Log: Compilation warnings and an error.
33853      Branch: perl
33854            ! sv.c
33855 ____________________________________________________________________________
33856 [  7076] By: jhi                                   on 2000/09/14  14:42:56
33857         Log: Fix for a parsing bug, not for the original bug.
33858              
33859              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
33860              From: Spider Boardman <spider@web.zk3.dec.com>
33861              Date: Wed, 13 Sep 2000 17:52:20 -0400
33862              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
33863      Branch: perl
33864            ! regcomp.c
33865 ____________________________________________________________________________
33866 [  7075] By: jhi                                   on 2000/09/14  14:40:40
33867         Log: Batch of UTF-8 patches from Simon Cozens.
33868      Branch: perl
33869            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
33870            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
33871            ! toke.c utf8.c
33872 ____________________________________________________________________________
33873 [  7074] By: jhi                                   on 2000/09/14  14:29:58
33874         Log: Subject: Re: Two advertising clauses need to be removed
33875              From: Russ Allbery <rra@stanford.edu>
33876              Date: 13 Sep 2000 18:50:26 -0700
33877              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
33878      Branch: perl
33879            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
33880 ____________________________________________________________________________
33881 [  7073] By: jhi                                   on 2000/09/14  14:28:20
33882         Log: Subject: [PATCH] de-wall t/README
33883              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33884              Date: Wed, 13 Sep 2000 17:46:55 -0700
33885              Message-ID: <//Bw5gzkge/e092yn@efn.org>
33886      Branch: perl
33887            ! t/README
33888 ____________________________________________________________________________
33889 [  7072] By: jhi                                   on 2000/09/14  14:25:10
33890         Log: Hints optimization.
33891              
33892              Subject: Minor nit
33893              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33894              Date: Wed, 13 Sep 2000 21:42:07 +0200
33895              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
33896      Branch: perl
33897            ! hints/hpux.sh
33898 ____________________________________________________________________________
33899 [  7071] By: jhi                                   on 2000/09/14  14:23:30
33900         Log: Allow chop() and chomp() to be overridden.
33901              
33902              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
33903              From: "Casey R. Tweten" <crt@kiski.net>
33904              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
33905              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
33906      Branch: perl
33907            ! toke.c
33908 ____________________________________________________________________________
33909 [  7070] By: jhi                                   on 2000/09/14  14:20:36
33910         Log: The return value of setlocale must be copied away.
33911              
33912              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
33913              From: Alan Burlison <Alan.Burlison@uk.sun.com>
33914              Date: Wed, 13 Sep 2000 16:27:37 +0100 
33915              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
33916      Branch: perl
33917            ! util.c
33918 ____________________________________________________________________________
33919 [  7069] By: jhi                                   on 2000/09/14  14:16:27
33920         Log: Remove vestiges of tr//CU.
33921              
33922              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33923              From: Nick Clark <nick@plum.flirble.org>
33924              Date: Tue, 12 Sep 2000 22:50:14 +0100
33925              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
33926              
33927              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
33928              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33929              Date: Tue, 12 Sep 2000 21:38:48 -0700
33930              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
33931      Branch: perl
33932            ! op.h pod/perlunicode.pod
33933 ____________________________________________________________________________
33934 [  7068] By: jhi                                   on 2000/09/13  14:18:39
33935         Log: Add the Encode extension.  The code is still largely just skeleton.
33936      Branch: perl
33937            + ext/Encode/Encode.pm ext/Encode/Encode.xs
33938            + ext/Encode/Makefile.PL ext/Encode/Todo
33939            ! MANIFEST Todo-5.6
33940 ____________________________________________________________________________
33941 [  7067] By: jhi                                   on 2000/09/12  17:43:33
33942         Log: Allow for whitespace between "#" and "line" in cpp output.
33943              
33944              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
33945              From: Calle Dybedahl <calle@lysator.liu.se>
33946              Date: 12 Sep 2000 19:38:02 +0200 
33947              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
33948      Branch: perl
33949            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
33950 ____________________________________________________________________________
33951 [  7066] By: gsar                                  on 2000/09/12  17:24:29
33952         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
33953              initialization in all the threads on Windows
33954      Branch: perl
33955            ! win32/win32.c
33956 ____________________________________________________________________________
33957 [  7065] By: jhi                                   on 2000/09/12  15:11:31
33958         Log: Update Changes.
33959      Branch: perl
33960            ! Changes patchlevel.h
33961 ____________________________________________________________________________
33962 [  7064] By: jhi                                   on 2000/09/12  14:54:54
33963         Log: Retract #7062, the pod tests are not ready.
33964      Branch: perl
33965            ! t/TEST t/harness
33966 ____________________________________________________________________________
33967 [  7063] By: jhi                                   on 2000/09/12  14:25:41
33968         Log: The #7054 truncated Configure badly.
33969      Branch: metaconfig/U/perl
33970            ! End.U
33971      Branch: perl
33972            ! Configure config_h.SH
33973 ____________________________________________________________________________
33974 [  7062] By: jhi                                   on 2000/09/12  14:08:32
33975         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
33976              From: sthoenna@efn.org
33977              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
33978              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
33979      Branch: perl
33980            ! t/TEST t/harness
33981 ____________________________________________________________________________
33982 [  7061] By: jhi                                   on 2000/09/12  14:07:18
33983         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
33984              From: sthoenna@efn.org
33985              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
33986              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
33987      Branch: perl
33988            ! pod/perlxs.pod
33989 ____________________________________________________________________________
33990 [  7060] By: jhi                                   on 2000/09/12  14:06:08
33991         Log: Break up the myconfig lines a bit.
33992              
33993              Subject: perlbug/perl -V output format
33994              From: sthoenna@efn.org
33995              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
33996              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
33997      Branch: perl
33998            ! myconfig.SH
33999 ____________________________________________________________________________
34000 [  7059] By: jhi                                   on 2000/09/12  14:05:04
34001         Log: Test for the #7049.
34002              
34003              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
34004              From: andreas.koenig@anima.de (Andreas J. Koenig)
34005              Date: 12 Sep 2000 06:42:01 +0200
34006              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
34007      Branch: perl
34008            ! t/op/my.t
34009 ____________________________________________________________________________
34010 [  7058] By: jhi                                   on 2000/09/12  14:03:05
34011         Log: Subject: [patch: perl@7045] vms updates
34012              From: Peter Prymmer <pvhp@forte.com>
34013              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
34014              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
34015      Branch: perl
34016            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
34017 ____________________________________________________________________________
34018 [  7057] By: jhi                                   on 2000/09/12  14:00:51
34019         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
34020              From: sthoenna@efn.org
34021              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
34022              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
34023      Branch: perl
34024            ! t/op/64bitint.t
34025 ____________________________________________________________________________
34026 [  7056] By: jhi                                   on 2000/09/12  13:58:14
34027         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
34028              From: Jeff Pinyan <jeffp@crusoe.net>
34029              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
34030              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
34031      Branch: perl
34032            ! pod/perlfunc.pod
34033 ____________________________________________________________________________
34034 [  7055] By: jhi                                   on 2000/09/12  13:56:32
34035         Log: Do in VMS as the #7054 does.
34036      Branch: perl
34037            ! configure.com
34038 ____________________________________________________________________________
34039 [  7054] By: jhi                                   on 2000/09/12  13:50:31
34040         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
34041              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34042              Date: Mon, 11 Sep 2000 08:33:09 +0100
34043              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
34044      Branch: metaconfig/U/perl
34045            ! End.U
34046      Branch: perl
34047            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
34048            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
34049 ____________________________________________________________________________
34050 [  7053] By: jhi                                   on 2000/09/12  13:29:19
34051         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
34052              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34053              Date:     Tue, 12 Sep 2000 08:35:59 EDT
34054              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
34055      Branch: perl
34056            ! vms/test.com
34057 ____________________________________________________________________________
34058 [  7052] By: jhi                                   on 2000/09/11  23:01:50
34059         Log: Document the SvUTF8*().
34060      Branch: perl
34061            ! pod/perlapi.pod sv.h
34062 ____________________________________________________________________________
34063 [  7051] By: gsar                                  on 2000/09/11  14:46:30
34064         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
34065              (missed a spot when fixing up op_pmreplroot hack for ithreads)
34066      Branch: perl
34067            ! op.c t/op/split.t
34068 ____________________________________________________________________________
34069 [  7050] By: nick                                  on 2000/09/11  10:03:51
34070         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
34071              
34072              Subject: borland C++ win32.c tweak
34073              From: Vadim Konovalov <vkonovalov@lucent.com>
34074              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
34075              Date: Mon, 11 Sep 2000 11:22:33 +0400
34076      Branch: perl
34077            ! win32/win32.c
34078 ____________________________________________________________________________
34079 [  7049] By: nick                                  on 2000/09/11  09:57:33
34080         Log: Point fix for s/// on foreach (keys %xxx).
34081      Branch: perl
34082            ! pp_hot.c
34083 ____________________________________________________________________________
34084 [  7048] By: jhi                                   on 2000/09/10  23:37:09
34085         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
34086              by Pod::Text, from Brad Appleton.
34087      Branch: perl
34088            ! t/pod/testp2pt.pl
34089 ____________________________________________________________________________
34090 [  7047] By: jhi                                   on 2000/09/10  14:32:53
34091         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
34092              by Russ Allbery.
34093      Branch: perl
34094            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
34095 ____________________________________________________________________________
34096 [  7046] By: jhi                                   on 2000/09/10  14:15:08
34097         Log: Upgrade to CPAN 1.57_65, from Andreas König.
34098      Branch: perl
34099            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34100 ____________________________________________________________________________
34101 [  7045] By: jhi                                   on 2000/09/08  21:36:32
34102         Log: Update Changes.
34103      Branch: perl
34104            ! Changes patchlevel.h
34105 ____________________________________________________________________________
34106 [  7044] By: jhi                                   on 2000/09/08  21:29:56
34107         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
34108              From: Peter Prymmer <pvhp@forte.com>
34109              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
34110              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
34111      Branch: perl
34112            ! configure.com
34113 ____________________________________________________________________________
34114 [  7043] By: jhi                                   on 2000/09/08  21:27:50
34115         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
34116              From: Peter Prymmer <pvhp@forte.com>
34117              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
34118              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
34119      Branch: perl
34120            ! Makefile.SH installperl
34121 ____________________________________________________________________________
34122 [  7042] By: jhi                                   on 2000/09/08  21:23:21
34123         Log: Continue #7041.
34124      Branch: perl
34125            ! cygwin/Makefile.SHs os2/Makefile.SHs
34126 ____________________________________________________________________________
34127 [  7041] By: jhi                                   on 2000/09/08  21:18:10
34128         Log: Do away with memory models cruft.  Sorry, PDP users.
34129      Branch: metaconfig
34130            ! U/modified/cc.U U/modified/libpth.U
34131      Branch: perl
34132            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
34133            ! Porting/config_H cflags.SH config_h.SH configure.com
34134            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
34135            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
34136            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
34137 ____________________________________________________________________________
34138 [  7040] By: jhi                                   on 2000/09/08  14:34:18
34139         Log: Major rewrite of s2p.  And I mean really major, it is
34140              an implementation of sed in perl.  If called as s2p it
34141              will function as s2p.  Note: needs non-UNIXifying.
34142              
34143              Subject: s2p
34144              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
34145              Date: Mon, 28 Aug 2000 14:05:12 +0200
34146              Message-ID: <39AA5578.2102E2AA@alcatel.at>
34147      Branch: perl
34148            ! x2p/s2p.PL
34149 ____________________________________________________________________________
34150 [  7039] By: jhi                                   on 2000/09/08  14:19:49
34151         Log: Re-allow vec() for characters > 255.
34152              
34153              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
34154              From: Spider Boardman <spider@web.zk3.dec.com>
34155              Date: Fri, 08 Sep 2000 02:21:02 -0400
34156              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
34157      Branch: perl
34158            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
34159            ! t/op/vec.t
34160 ____________________________________________________________________________
34161 [  7038] By: jhi                                   on 2000/09/08  14:14:18
34162         Log: Subject: [PATCH lib/Benchmark.pm]
34163              From: <abigail@foad.org>
34164              Date: Thu, 7 Sep 2000 15:03:20 -0400
34165              Message-ID: <20000907190320.888.qmail@foad.org>
34166      Branch: perl
34167            ! lib/Benchmark.pm
34168 ____________________________________________________________________________
34169 [  7037] By: jhi                                   on 2000/09/08  14:11:06
34170         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
34171              
34172              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
34173              From: Spider Boardman <spider@web.zk3.dec.com>
34174              Date: Fri, 08 Sep 2000 01:30:27 -0400
34175              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
34176      Branch: perl
34177            ! op.c
34178 ____________________________________________________________________________
34179 [  7036] By: jhi                                   on 2000/09/08  14:08:58
34180         Log: Subject: [ID 20000908.002] perlipc documentation bug.
34181              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
34182              Date: Fri, 08 Sep 2000 12:38:32 +0200
34183              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
34184      Branch: perl
34185            ! pod/perlipc.pod
34186 ____________________________________________________________________________
34187 [  7035] By: jhi                                   on 2000/09/08  14:03:12
34188         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34190              Date: Fri, 08 Sep 2000 11:47:34 +0200
34191              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
34192      Branch: perl
34193            ! hints/dec_osf.sh
34194 ____________________________________________________________________________
34195 [  7034] By: jhi                                   on 2000/09/08  13:59:35
34196         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
34197              From: Simon Cozens <simon@cozens.net>
34198              Date: Thu, 7 Sep 2000 20:40:38 +0100
34199              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
34200      Branch: perl
34201            ! pp_hot.c
34202 ____________________________________________________________________________
34203 [  7033] By: jhi                                   on 2000/09/08  04:03:03
34204         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
34205              From: "Larry W. Virden" <lvirden@cas.org>
34206              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
34207              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
34208      Branch: perl
34209            ! pod/perldiag.pod
34210 ____________________________________________________________________________
34211 [  7032] By: jhi                                   on 2000/09/07  22:18:30
34212         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
34213              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
34214              Date: Mon, 04 Sep 2000 13:16:38 -0700
34215              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
34216      Branch: perl
34217            ! lib/perl5db.pl
34218 ____________________________________________________________________________
34219 [  7031] By: jhi                                   on 2000/09/07  22:02:29
34220         Log: Fix the ccversion detection for 5.1 and beyond.
34221              
34222              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
34223              From: Spider Boardman <spider@leggy.zk3.dec.com>
34224              Date: Thu, 7 Sep 2000 17:54:27 -0400
34225              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
34226      Branch: perl
34227            ! hints/dec_osf.sh
34228 ____________________________________________________________________________
34229 [  7030] By: jhi                                   on 2000/09/07  19:12:28
34230         Log: Fix for
34231              
34232              Subject: [ID 20000903.001] \w in utf8-strings
34233              From: Marc Lehmann <pcg@goof.com>
34234              Date: Sun, 03 Sep 2000 09:44:29 +0200
34235              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
34236              
34237              and various related nits.
34238      Branch: perl
34239            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
34240 ____________________________________________________________________________
34241 [  7029] By: jhi                                   on 2000/09/07  18:49:09
34242         Log: Fix the URL, but the server is still missing in action.
34243              
34244              Subject: [ID 20000905.002] perlfaq1.pod URL error
34245              From: "Larry W. Virden" <lvirden@cas.org>
34246              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
34247              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
34248      Branch: perl
34249            ! pod/perlfaq1.pod
34250 ____________________________________________________________________________
34251 [  7028] By: jhi                                   on 2000/09/07  18:47:13
34252         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
34253              From: Hugo <hv@crypt.compulink.co.uk>
34254              Date: Tue, 05 Sep 2000 14:13:37 +0100
34255              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
34256      Branch: perl
34257            ! toke.c
34258 ____________________________________________________________________________
34259 [  7027] By: jhi                                   on 2000/09/07  18:45:35
34260         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
34261              From: Daniel Chetlin <daniel@chetlin.com>
34262              Date: Tue, 5 Sep 2000 04:57:07 -0700
34263              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
34264      Branch: perl
34265            ! pod/perlfaq6.pod pod/perlop.pod
34266 ____________________________________________________________________________
34267 [  7026] By: jhi                                   on 2000/09/07  18:44:01
34268         Log: Document the new ref() semantics.
34269              
34270              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
34271              From: Gisle Aas <gisle@ActiveState.com>
34272              Date: 05 Sep 2000 08:10:30 +0200
34273              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
34274      Branch: perl
34275            ! pod/perldelta.pod
34276 ____________________________________________________________________________
34277 [  7025] By: jhi                                   on 2000/09/07  18:42:27
34278         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
34279              
34280              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
34281              From: Gisle Aas <gisle@ActiveState.com>
34282              Date: 05 Sep 2000 08:11:40 +0200
34283              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
34284      Branch: perl
34285            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
34286 ____________________________________________________________________________
34287 [  7024] By: jhi                                   on 2000/09/07  18:39:32
34288         Log: Subject: [PATCH] Modernize Opcode.pm documentation
34289              From: Gisle Aas <gisle@ActiveState.com>
34290              Date: 4 Sep 2000 00:18:55 -0000
34291              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
34292      Branch: perl
34293            ! ext/Opcode/Opcode.pm
34294 ____________________________________________________________________________
34295 [  7023] By: jhi                                   on 2000/09/07  18:37:42
34296         Log: Subject: [PATCH] Tied filehandle documentation
34297              From: Gisle Aas <gisle@ActiveState.com>
34298              Date: 4 Sep 2000 00:14:40 -0000
34299              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
34300      Branch: perl
34301            ! pod/perlfunc.pod pod/perltie.pod
34302 ____________________________________________________________________________
34303 [  7022] By: jhi                                   on 2000/09/07  18:35:37
34304         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
34305              From: Gisle Aas <gisle@ActiveState.com>
34306              Date: 4 Sep 2000 00:04:22 -0000
34307              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
34308      Branch: perl
34309            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
34310 ____________________________________________________________________________
34311 [  7021] By: jhi                                   on 2000/09/07  18:33:22
34312         Log: Subject: small apidoc fix
34313              From: Marc Lehmann <pcg@goof.com>
34314              Date: Sun, 3 Sep 2000 05:12:06 +0200
34315              Message-ID: <20000903051206.A5909@cerebro.laendle>
34316      Branch: perl
34317            ! pod/perlapi.pod utf8.c
34318 ____________________________________________________________________________
34319 [  7020] By: jhi                                   on 2000/09/07  16:14:57
34320         Log: Tiny perldelta nits.
34321      Branch: perl
34322            ! pod/perldelta.pod
34323 ____________________________________________________________________________
34324 [  7019] By: jhi                                   on 2000/09/07  16:04:20
34325         Log: Guard against bad string->int conversion for quads.
34326      Branch: perl
34327            ! t/op/64bitint.t
34328 ____________________________________________________________________________
34329 [  7018] By: jhi                                   on 2000/09/06  17:07:03
34330         Log: Update Unicode todo list.
34331      Branch: perl
34332            ! Todo-5.6
34333 ____________________________________________________________________________
34334 [  7017] By: jhi                                   on 2000/09/05  21:16:01
34335         Log: Document the SvIOK_.*UV().
34336      Branch: perl
34337            ! pod/perlapi.pod sv.h
34338 ____________________________________________________________________________
34339 [  7016] By: nick                                  on 2000/09/03  21:54:46
34340         Log: Hash lookup of constant strings optimization:
34341              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
34342              to string table (as per sharepvn). Add newSV_pvn_share to create such
34343              a thing. Make hv.c compare addresses of strings and skip string compare
34344              if equal. Make method_named and helem ops use these shared-string SVs
34345              when arg is constant. Make keys op return shared-string SVs (less clearly
34346              a win).
34347      Branch: perl
34348            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
34349            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
34350            ! pod/perlintern.pod pp_hot.c proto.h sv.c
34351 ____________________________________________________________________________
34352 [  7015] By: jhi                                   on 2000/09/02  17:48:59
34353         Log: This is 5.7.0.
34354      Branch: perl
34355            ! Changes
34356 ____________________________________________________________________________
34357 [  7014] By: jhi                                   on 2000/09/02  17:35:45
34358         Log: Changes and patchlevel tweaks.
34359      Branch: perl
34360            ! Changes patchlevel.h
34361 ____________________________________________________________________________
34362 [  7013] By: jhi                                   on 2000/09/02  17:30:50
34363         Log: Update Changes.
34364      Branch: perl
34365            ! Changes patchlevel.h
34366 ____________________________________________________________________________
34367 [  7012] By: nick                                  on 2000/09/02  17:25:20
34368         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
34369      Branch: perl
34370            ! gv.c lib/overload.pm
34371 ____________________________________________________________________________
34372 [  7011] By: jhi                                   on 2000/09/02  17:16:25
34373         Log: Update perlhist.
34374      Branch: perl
34375            ! pod/perlhist.pod
34376 ____________________________________________________________________________
34377 [  7010] By: jhi                                   on 2000/09/02  17:01:35
34378         Log: perldelta nits.
34379      Branch: perl
34380            ! pod/perldelta.pod
34381 ____________________________________________________________________________
34382 [  7009] By: nick                                  on 2000/09/02  16:48:35
34383         Log: If overloaded %{} etc. return the object do not loop.
34384              Thus  sub deref { $_[0] } functions if object is wanted type.
34385      Branch: perl
34386            ! pp.h
34387 ____________________________________________________________________________
34388 [  7008] By: jhi                                   on 2000/09/02  16:26:11
34389         Log: Retab MANIFEST.
34390      Branch: perl
34391            ! ext/Storable/MANIFEST
34392 ____________________________________________________________________________
34393 [  7007] By: jhi                                   on 2000/09/02  16:23:02
34394         Log: Make certain cc is set before trying to run it.
34395      Branch: perl
34396            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
34397 ____________________________________________________________________________
34398 [  7006] By: jhi                                   on 2000/09/02  15:45:41
34399         Log: Unicode notes.
34400      Branch: perl
34401            ! pod/perldelta.pod
34402 ____________________________________________________________________________
34403 [  7005] By: jhi                                   on 2000/09/02  15:42:11
34404         Log: Various Configure nits by Philip Newton,
34405              plus the ebcdic one by me.
34406      Branch: metaconfig
34407            + U/modified/pager.U
34408            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
34409      Branch: metaconfig/U/perl
34410            ! Devel.U quadfio.U
34411      Branch: perl
34412            ! Configure config_h.SH
34413 ____________________________________________________________________________
34414 [  7004] By: jhi                                   on 2000/09/02  15:06:14
34415         Log: Apparently avoiding the swapping is too costly.
34416              
34417              From: "Ben Tilly" <ben_tilly@hotmail.com>
34418              Subject: Re: the door is closed.
34419              Date: Fri, 01 Sep 2000 20:23:16 EDT
34420              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
34421      Branch: perl
34422            ! pod/perlfaq4.pod
34423 ____________________________________________________________________________
34424 [  7003] By: nick                                  on 2000/09/02  12:26:04
34425         Log: Undo part of change 6489 which looks like a bulk edit which
34426              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
34427              The supressing of main:: on return from select() is undesirable.
34428      Branch: perl
34429            ! pp_sys.c
34430 ____________________________________________________________________________
34431 [  7002] By: jhi                                   on 2000/09/01  23:08:54
34432         Log: Update Changes.
34433      Branch: perl
34434            ! Changes patchlevel.h
34435 ____________________________________________________________________________
34436 [  7001] By: jhi                                   on 2000/09/01  23:00:13
34437         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
34438              From: Peter Prymmer <pvhp@forte.com>
34439              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
34440              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
34441              
34442              plus rework the http: spots as suggested by Tom Christiansen,
34443              plus regen perltoc.
34444      Branch: perl
34445            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
34446            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
34447 ____________________________________________________________________________
34448 [  7000] By: jhi                                   on 2000/09/01  22:36:01
34449         Log: Only the first line, thank you very much.
34450      Branch: perl
34451            ! hints/solaris_2.sh
34452 ____________________________________________________________________________
34453 [  6999] By: gsar                                  on 2000/09/01  22:16:40
34454         Log: change#6791 accidentally clobbered change#6710, put it back
34455      Branch: perl
34456            ! win32/win32.c
34457 ____________________________________________________________________________
34458 [  6998] By: jhi                                   on 2000/09/01  22:14:16
34459         Log: Mention the HP-UX LP64 freak failure.
34460      Branch: perl
34461            ! pod/perldelta.pod
34462 ____________________________________________________________________________
34463 [  6997] By: jhi                                   on 2000/09/01  21:48:32
34464         Log: Detypo.
34465      Branch: perl
34466            ! hints/hpux.sh
34467 ____________________________________________________________________________
34468 [  6996] By: jhi                                   on 2000/09/01  21:27:10
34469         Log: Update Changes.
34470      Branch: perl
34471            ! Changes patchlevel.h
34472 ____________________________________________________________________________
34473 [  6995] By: jhi                                   on 2000/09/01  21:14:24
34474         Log: Mi splgn s gnin.g
34475      Branch: perl
34476            ! pp_ctl.c
34477 ____________________________________________________________________________
34478 [  6994] By: jhi                                   on 2000/09/01  21:09:54
34479         Log: Subject: http:// in L<>
34480              From: Nicholas Clark <nick@ccl4.org>
34481              Date: Fri, 1 Sep 2000 22:03:21 +0100
34482              Message-ID: <20000901220321.B72074@plum.flirble.org>
34483      Branch: perl
34484            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
34485 ____________________________________________________________________________
34486 [  6993] By: jhi                                   on 2000/09/01  21:06:54
34487         Log: Update to Storable 1.0, from Raphael Manfredi.
34488      Branch: perl
34489            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
34490            ! ext/Storable/Makefile.PL ext/Storable/README
34491            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
34492            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
34493            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
34494            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
34495            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
34496            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
34497 ____________________________________________________________________________
34498 [  6992] By: jhi                                   on 2000/09/01  20:43:05
34499         Log: Mention known sfio+linux buglet.
34500      Branch: perl
34501            ! pod/perldelta.pod
34502 ____________________________________________________________________________
34503 [  6991] By: jhi                                   on 2000/09/01  20:40:11
34504         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
34505              From: Peter Prymmer <pvhp@forte.com>
34506              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
34507              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
34508      Branch: perl
34509            ! vms/vms.c
34510 ____________________________________________________________________________
34511 [  6990] By: jhi                                   on 2000/09/01  20:25:26
34512         Log: Retract #6986.
34513      Branch: perl
34514            ! hints/solaris_2.sh
34515 ____________________________________________________________________________
34516 [  6989] By: jhi                                   on 2000/09/01  20:23:00
34517         Log: Mergesort is back.
34518      Branch: perl
34519            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
34520 ____________________________________________________________________________
34521 [  6988] By: jhi                                   on 2000/09/01  19:37:40
34522         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
34523              From: Mike Guy <mjtg@cam.ac.uk>
34524              Date: Fri, 01 Sep 2000 17:43:33 +0100
34525              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
34526      Branch: perl
34527            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
34528            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
34529 ____________________________________________________________________________
34530 [  6987] By: jhi                                   on 2000/09/01  19:17:10
34531         Log: Regen perltoc.
34532      Branch: perl
34533            ! pod/perltoc.pod
34534 ____________________________________________________________________________
34535 [  6986] By: jhi                                   on 2000/09/01  18:51:10
34536         Log: Subject: Re: Solaris x86 has no SPARC libraries!
34537              From: Lupe Christoph <lupe@lupe-christoph.de>
34538              Date: Fri, 1 Sep 2000 20:41:20 +0200
34539              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
34540      Branch: perl
34541            ! hints/solaris_2.sh
34542 ____________________________________________________________________________
34543 [  6985] By: jhi                                   on 2000/09/01  18:28:10
34544         Log: Update Changes.
34545      Branch: perl
34546            ! Changes patchlevel.h
34547 ____________________________________________________________________________
34548 [  6984] By: jhi                                   on 2000/09/01  18:26:53
34549         Log: Feature ordering tweak.
34550      Branch: perl
34551            ! myconfig.SH
34552 ____________________________________________________________________________
34553 [  6983] By: jhi                                   on 2000/09/01  18:19:50
34554         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34555              From: <abigail@foad.org>
34556              Date: Fri, 1 Sep 2000 13:07:32 -0400
34557              Message-ID: <20000901170732.18249.qmail@foad.org>
34558      Branch: perl
34559            ! t/pragma/overload.t
34560 ____________________________________________________________________________
34561 [  6982] By: jhi                                   on 2000/09/01  18:17:54
34562         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
34563              so that case-ignoring systems like DCL can tell them from
34564              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
34565      Branch: metaconfig/U/perl
34566            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
34567      Branch: perl
34568            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34569            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
34570            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
34571            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
34572            ! vos/config.def vos/config.h vos/config_h.SH_orig
34573            ! win32/config.bc win32/config.gc win32/config.vc
34574 ____________________________________________________________________________
34575 [  6981] By: nick                                  on 2000/09/01  17:21:57
34576         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
34577              warning when UNTIE exists and instead pass the cound of extra references to
34578              the UNTIE method.
34579      Branch: perl
34580            ! pod/perltie.pod pp_sys.c
34581 ____________________________________________________________________________
34582 [  6980] By: jhi                                   on 2000/09/01  16:54:44
34583         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
34584              From: Peter Prymmer <pvhp@forte.com>
34585              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
34586              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
34587      Branch: perl
34588            ! configure.com
34589 ____________________________________________________________________________
34590 [  6979] By: jhi                                   on 2000/09/01  16:06:20
34591         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
34592              From: Mike Guy <mjtg@cam.ac.uk> 
34593              Date: Fri, 01 Sep 2000 16:49:27 +0100
34594              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
34595      Branch: perl
34596            ! t/base/rs.t
34597 ____________________________________________________________________________
34598 [  6978] By: jhi                                   on 2000/09/01  16:00:42
34599         Log: Update to PodParser 1.18, from Brad Appleton.
34600      Branch: perl
34601            ! lib/Pod/Checker.pm t/pod/find.t
34602 ____________________________________________________________________________
34603 [  6977] By: jhi                                   on 2000/09/01  14:48:58
34604         Log: Subject: Nit in Configure (bleadperl@6961)
34605              From: Lupe Christoph <lupe@lupe-christoph.de>
34606              Date: Fri, 1 Sep 2000 16:34:29 +0200
34607              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
34608      Branch: metaconfig
34609            ! U/compline/ccflags.U
34610      Branch: perl
34611            ! Configure config_h.SH
34612 ____________________________________________________________________________
34613 [  6976] By: jhi                                   on 2000/09/01  14:39:52
34614         Log: Update Changes.
34615      Branch: perl
34616            ! Changes patchlevel.h
34617 ____________________________________________________________________________
34618 [  6975] By: jhi                                   on 2000/09/01  14:37:36
34619         Log: microperl config update.
34620      Branch: perl
34621            ! uconfig.h uconfig.sh
34622 ____________________________________________________________________________
34623 [  6974] By: jhi                                   on 2000/09/01  14:36:53
34624         Log: Document known deficiencies.
34625      Branch: perl
34626            ! pod/perldelta.pod
34627 ____________________________________________________________________________
34628 [  6973] By: jhi                                   on 2000/09/01  14:10:20
34629         Log: Mention warnings fixes and updates.
34630      Branch: perl
34631            ! pod/perldelta.pod
34632 ____________________________________________________________________________
34633 [  6972] By: jhi                                   on 2000/09/01  14:01:52
34634         Log: Drop unused argument.
34635              
34636              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
34637              From: Spider Boardman <spider@web.zk3.dec.com>
34638              Date: Thu, 31 Aug 2000 16:10:15 -0400
34639              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
34640      Branch: perl
34641            ! toke.c
34642 ____________________________________________________________________________
34643 [  6971] By: jhi                                   on 2000/09/01  13:59:24
34644         Log: Add the overload warnings to perldiag.
34645      Branch: perl
34646            ! lib/overload.pm pod/perldiag.pod
34647 ____________________________________________________________________________
34648 [  6970] By: jhi                                   on 2000/09/01  13:55:10
34649         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34650              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
34651              Date: Fri, 1 Sep 2000 13:43:15 +0100 
34652              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
34653      Branch: perl
34654            ! lib/overload.pm t/pragma/overload.t
34655 ____________________________________________________________________________
34656 [  6969] By: jhi                                   on 2000/09/01  13:52:27
34657         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
34658              From: <abigail@foad.org>
34659              Date: Fri, 1 Sep 2000 05:46:54 -0400
34660              Message-ID: <20000901094654.6476.qmail@foad.org>
34661      Branch: perl
34662            ! lib/overload.pm
34663 ____________________________________________________________________________
34664 [  6968] By: jhi                                   on 2000/09/01  13:50:05
34665         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
34666              From: Daniel Chetlin <daniel@chetlin.com>
34667              Date: Fri, 1 Sep 2000 02:10:55 -0700
34668              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
34669      Branch: perl
34670            ! pod/perlretut.pod
34671 ____________________________________________________________________________
34672 [  6967] By: jhi                                   on 2000/09/01  13:47:54
34673         Log: Part of the solution.
34674              
34675              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
34676              From: Mike Guy <mjtg@cam.ac.uk>
34677              Date: Fri, 01 Sep 2000 14:16:01 +0100
34678              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
34679      Branch: perl
34680            ! gv.c mg.c
34681 ____________________________________________________________________________
34682 [  6966] By: jhi                                   on 2000/09/01  13:46:17
34683         Log: Subject: CPAN.pm beta 1.57_57 for the core
34684              From: andreas.koenig@anima.de (Andreas J. Koenig)
34685              Date: 01 Sep 2000 15:16:31 +0200
34686              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
34687      Branch: perl
34688            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34689 ____________________________________________________________________________
34690 [  6965] By: jhi                                   on 2000/09/01  13:43:18
34691         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
34692              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34693              Date: Fri, 01 Sep 2000 01:47:22 -0500
34694              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
34695      Branch: perl
34696            ! pod/perldelta.pod vms/vms.c
34697 ____________________________________________________________________________
34698 [  6964] By: jhi                                   on 2000/09/01  13:35:35
34699         Log: File::Temp patches from Andreas König,
34700              
34701              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
34702              From: andreas.koenig@anima.de (Andreas J. Koenig)
34703              Date: 01 Sep 2000 10:07:20 +0200
34704              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
34705              
34706              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
34707              From: andreas.koenig@anima.de (Andreas J. Koenig)
34708              Date: 31 Aug 2000 23:26:08 +0200
34709              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
34710      Branch: perl
34711            ! lib/File/Temp.pm t/lib/ftmp-security.t
34712 ____________________________________________________________________________
34713 [  6963] By: jhi                                   on 2000/09/01  02:22:24
34714         Log: Retract the mergesort code, way too incompatible licensing
34715              and copyrights.
34716      Branch: perl
34717            ! pod/perldelta.pod pp_ctl.c
34718 ____________________________________________________________________________
34719 [  6962] By: jhi                                   on 2000/08/31  23:27:32
34720         Log: Update Changes.
34721      Branch: perl
34722            ! Changes patchlevel.h
34723 ____________________________________________________________________________
34724 [  6961] By: jhi                                   on 2000/08/31  23:20:04
34725         Log: Small tweaks all over.
34726      Branch: metaconfig
34727            ! U/compline/d_gconvert.U
34728      Branch: perl
34729            ! AUTHORS Configure config_h.SH pp_ctl.c
34730 ____________________________________________________________________________
34731 [  6960] By: jhi                                   on 2000/08/31  22:39:36
34732         Log: Further rewording.
34733      Branch: perl
34734            ! pp_ctl.c
34735 ____________________________________________________________________________
34736 [  6959] By: jhi                                   on 2000/08/31  21:26:44
34737         Log: More address tweaking.
34738      Branch: perl
34739            ! AUTHORS Changes
34740 ____________________________________________________________________________
34741 [  6958] By: jhi                                   on 2000/08/31  20:47:25
34742         Log: AUTHORS tweaks, from Peter Prymmer.
34743              
34744              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
34745              From: Peter Prymmer <pvhp@forte.com>
34746              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
34747              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
34748      Branch: perl
34749            ! AUTHORS MAINTAIN
34750 ____________________________________________________________________________
34751 [  6957] By: jhi                                   on 2000/08/31  20:34:43
34752         Log: perldelta tweaks.
34753      Branch: perl
34754            ! pod/perldelta.pod
34755 ____________________________________________________________________________
34756 [  6956] By: jhi                                   on 2000/08/31  19:11:06
34757         Log: Regen perltoc.
34758      Branch: perl
34759            ! pod/perltoc.pod
34760 ____________________________________________________________________________
34761 [  6955] By: jhi                                   on 2000/08/31  19:06:30
34762         Log: Clarify the mergesort situation.
34763      Branch: perl
34764            ! pp_ctl.c
34765 ____________________________________________________________________________
34766 [  6954] By: jhi                                   on 2000/08/31  18:24:17
34767         Log: Move the Solaris 7 scan to use64bitall, make the
34768              failure to find 64-bot sparc libc to mention the
34769              possibility of being in an intel, from Lupe and Alan.
34770      Branch: perl
34771            ! hints/solaris_2.sh
34772 ____________________________________________________________________________
34773 [  6953] By: jhi                                   on 2000/08/31  18:09:20
34774         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
34775              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
34776      Branch: metaconfig
34777            ! U/compline/d_gconvert.U U/threads/archname.U
34778      Branch: metaconfig/U/perl
34779            ! perlxv.U
34780      Branch: perl
34781            ! Configure config_h.SH sv.c
34782 ____________________________________________________________________________
34783 [  6952] By: jhi                                   on 2000/08/31  17:42:24
34784         Log: :: not allowed in pathnames, change to .
34785              
34786              Subject: [PATCH perl@6938] cygwin port
34787              From: "Fifer, Eric" <EFifer@sanwaint.com>
34788              Date: Thu, 31 Aug 2000 16:32:59 +0100
34789              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
34790      Branch: metaconfig/U/perl
34791            ! perlxv.U
34792 ____________________________________________________________________________
34793 [  6951] By: jhi                                   on 2000/08/31  17:02:05
34794         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
34795      Branch: perl
34796            ! perl.h
34797 ____________________________________________________________________________
34798 [  6950] By: jhi                                   on 2000/08/31  16:26:08
34799         Log: More author updates.
34800              
34801              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
34802              From: Simon Cozens <simon@cozens.net>
34803              Date: Thu, 31 Aug 2000 17:13:32 +0100
34804              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
34805      Branch: perl
34806            ! AUTHORS
34807 ____________________________________________________________________________
34808 [  6949] By: jhi                                   on 2000/08/31  16:04:49
34809         Log: POSIX doesn't report long double values under -Duselongdouble
34810              when the long doubles are "real" (bigger than doubles).
34811              
34812              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
34813              From: Spider Boardman <spider@peano.zk3.dec.com>
34814              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
34815              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
34816      Branch: perl
34817            ! ext/POSIX/POSIX.xs
34818 ____________________________________________________________________________
34819 [  6948] By: jhi                                   on 2000/08/31  15:25:10
34820         Log: Update Changes.
34821      Branch: perl
34822            ! Changes patchlevel.h
34823 ____________________________________________________________________________
34824 [  6947] By: jhi                                   on 2000/08/31  15:22:29
34825         Log: Document UNTIE in a very minimalistic way.
34826      Branch: perl
34827            ! pod/perlfunc.pod pod/perltie.pod
34828 ____________________________________________________________________________
34829 [  6946] By: jhi                                   on 2000/08/31  15:15:23
34830         Log: Document known failures.
34831      Branch: perl
34832            ! pod/perldelta.pod
34833 ____________________________________________________________________________
34834 [  6945] By: jhi                                   on 2000/08/31  15:07:00
34835         Log: Don't attach -ld to the archname if pointless.
34836      Branch: metaconfig
34837            ! U/threads/archname.U
34838      Branch: perl
34839            ! Configure config_h.SH
34840 ____________________________________________________________________________
34841 [  6944] By: jhi                                   on 2000/08/31  14:37:42
34842         Log: Wrap the test in eval.
34843              
34844              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
34845              From: Tim Jenness <timj@jach.hawaii.edu>
34846              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
34847              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
34848      Branch: perl
34849            ! t/lib/ftmp-security.t
34850 ____________________________________________________________________________
34851 [  6943] By: jhi                                   on 2000/08/31  14:30:57
34852         Log: Make -Dusemorebits find long doubles in Solaris.
34853      Branch: perl
34854            ! hints/solaris_2.sh
34855 ____________________________________________________________________________
34856 [  6942] By: jhi                                   on 2000/08/31  13:48:45
34857         Log: Clarify the third case of ftmp-security warnings.
34858      Branch: perl
34859            ! INSTALL
34860 ____________________________________________________________________________
34861 [  6941] By: jhi                                   on 2000/08/31  13:40:31
34862         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
34863              From: <abigail@foad.org>
34864              Date: Thu, 31 Aug 2000 01:35:05 -0400
34865              Message-ID: <20000831053505.32120.qmail@foad.org>
34866      Branch: perl
34867            ! pod/perldelta.pod
34868 ____________________________________________________________________________
34869 [  6940] By: jhi                                   on 2000/08/31  13:38:48
34870         Log: Issue useful diagnostic on unknown pod commands.
34871              
34872              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
34873              From: <abigail@foad.org>
34874              Date: Thu, 31 Aug 2000 03:41:18 -0400
34875              Message-ID: <20000831074118.24880.qmail@foad.org>
34876      Branch: perl
34877            ! lib/Pod/Man.pm
34878 ____________________________________________________________________________
34879 [  6939] By: jhi                                   on 2000/08/31  13:34:33
34880         Log: Reveal Borland's isnan.
34881              
34882              Subject: build with BC++ tweak
34883              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34884              Date: Thu, 31 Aug 2000 13:09:37 +0400
34885              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
34886      Branch: perl
34887            ! win32/win32.h
34888 ____________________________________________________________________________
34889 [  6938] By: jhi                                   on 2000/08/31  05:01:20
34890         Log: Update Changes.
34891      Branch: perl
34892            ! Changes patchlevel.h
34893 ____________________________________________________________________________
34894 [  6937] By: jhi                                   on 2000/08/31  04:26:23
34895         Log: sscanf() may be the only way to read long doubles from strings.
34896      Branch: metaconfig/U/perl
34897            ! longdblfio.U
34898      Branch: perl
34899            ! Configure config_h.SH perl.h util.c
34900 ____________________________________________________________________________
34901 [  6936] By: jhi                                   on 2000/08/31  04:18:19
34902         Log: The #6929 was too skimpy.
34903      Branch: perl
34904            ! sv.c
34905 ____________________________________________________________________________
34906 [  6935] By: jhi                                   on 2000/08/31  02:47:07
34907         Log: Subject: Re: typos in pods
34908              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34909              Date: Wed, 30 Aug 2000 19:25:34 -0700
34910              Message-ID: <eIcr5gzkg25X092yn@efn.org>
34911      Branch: perl
34912            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
34913 ____________________________________________________________________________
34914 [  6934] By: jhi                                   on 2000/08/31  02:42:55
34915         Log: Missed one Unicode file.
34916      Branch: perl
34917            + lib/unicode/UCDFF301.html
34918 ____________________________________________________________________________
34919 [  6933] By: jhi                                   on 2000/08/30  23:42:27
34920         Log: Update Changes.
34921      Branch: perl
34922            ! Changes patchlevel.h
34923 ____________________________________________________________________________
34924 [  6932] By: jhi                                   on 2000/08/30  23:40:07
34925         Log: Mention UNTIE in perldelta.  Still needs documenting
34926              in perltie et alia.
34927      Branch: perl
34928            ! pod/perldelta.pod
34929 ____________________________________________________________________________
34930 [  6931] By: jhi                                   on 2000/08/30  23:36:02
34931         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
34932              From: <abigail@foad.org>
34933              Date: Wed, 30 Aug 2000 19:28:07 -0400
34934              Message-ID: <20000830232807.305.qmail@foad.org>
34935      Branch: perl
34936            ! pod/perldelta.pod
34937 ____________________________________________________________________________
34938 [  6930] By: jhi                                   on 2000/08/30  23:32:40
34939         Log: Update to Unicode 3.0.1.
34940      Branch: perl
34941            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
34942            + lib/unicode/PropList.txt lib/unicode/README.perl
34943            + lib/unicode/UCD301.html lib/unicode/Unicode.301
34944            - lib/unicode/Props.txt lib/unicode/UCD300.html
34945            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
34946            ! (edit 257 files)
34947 ____________________________________________________________________________
34948 [  6929] By: jhi                                   on 2000/08/30  22:38:18
34949         Log: Heap decorruption.
34950              
34951              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
34952              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34953              Date: Wed, 30 Aug 2000 22:39:52 +0100
34954              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
34955      Branch: perl
34956            ! sv.c
34957 ____________________________________________________________________________
34958 [  6928] By: jhi                                   on 2000/08/30  22:29:34
34959         Log: Retract the dummy test, skip the security tests (instead of failing),
34960              explain what the warnings mean.
34961      Branch: perl
34962            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
34963 ____________________________________________________________________________
34964 [  6927] By: jhi                                   on 2000/08/30  22:14:13
34965         Log: Change the internal implementation of sort() to be mergesort
34966              instead of quicksort, from John Linderman <jpl@research.att.com>.
34967              Gives us better worst case, better average case, and stability.
34968              What's there not to like?  (Small fixes for threaded builds
34969              were required).
34970      Branch: perl
34971            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
34972 ____________________________________________________________________________
34973 [  6926] By: jhi                                   on 2000/08/30  20:55:20
34974         Log: A better fix for the Socket building problem from Craig Berry.
34975      Branch: perl
34976            ! vms/vms.c
34977 ____________________________________________________________________________
34978 [  6925] By: jhi                                   on 2000/08/30  20:20:25
34979         Log: Subject: [PATCH] Re: UNTIE method 
34980              From: Nick Ing-Simmons <nik@tiuk.ti.com>
34981              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
34982              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
34983      Branch: perl
34984            ! pp_sys.c t/op/tie.t
34985 ____________________________________________________________________________
34986 [  6924] By: jhi                                   on 2000/08/30  20:17:11
34987         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
34988              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34989              Date: Wed, 30 Aug 2000 15:03:14 -0500
34990              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
34991      Branch: perl
34992            ! vms/vms.c
34993 ____________________________________________________________________________
34994 [  6923] By: jhi                                   on 2000/08/30  20:15:18
34995         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
34996              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34997              Date: Wed, 30 Aug 2000 13:30:36 -0500
34998              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
34999      Branch: perl
35000            ! vms/vms.c
35001 ____________________________________________________________________________
35002 [  6922] By: jhi                                   on 2000/08/30  19:54:43
35003         Log: Better options for rsync.
35004      Branch: perl
35005            ! pod/perlhack.pod
35006 ____________________________________________________________________________
35007 [  6921] By: jhi                                   on 2000/08/30  19:40:16
35008         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
35009              From: Rick Delaney <rick@consumercontact.com>
35010              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
35011              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
35012      Branch: perl
35013            ! pod/perlfunc.pod
35014 ____________________________________________________________________________
35015 [  6920] By: jhi                                   on 2000/08/30  19:36:40
35016         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
35017              From: Peter Prymmer <pvhp@forte.com>
35018              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
35019              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
35020      Branch: perl
35021            ! configure.com
35022 ____________________________________________________________________________
35023 [  6919] By: jhi                                   on 2000/08/30  14:52:02
35024         Log: Update Changes.
35025      Branch: perl
35026            ! Changes patchlevel.h
35027 ____________________________________________________________________________
35028 [  6918] By: jhi                                   on 2000/08/30  14:48:34
35029         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
35030      Branch: perl
35031            ! lib/ExtUtils/typemap
35032 ____________________________________________________________________________
35033 [  6917] By: jhi                                   on 2000/08/30  14:46:34
35034         Log: Subject: typos in pods
35035              From: Nicholas Clark <nick@ccl4.org>
35036              Date: Wed, 30 Aug 2000 01:12:50 +0100
35037              Message-ID: <20000830011249.A61388@plum.flirble.org>
35038      Branch: perl
35039            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
35040            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
35041            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
35042            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
35043 ____________________________________________________________________________
35044 [  6916] By: jhi                                   on 2000/08/30  14:19:09
35045         Log: Document Storable problems on Crays.  (Will have
35046              to document all the other Storable problems, too.)
35047      Branch: perl
35048            ! pod/perldelta.pod
35049 ____________________________________________________________________________
35050 [  6915] By: jhi                                   on 2000/08/30  14:06:02
35051         Log: Subject: [PATCH] fix misc cast warnings
35052              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35053              Date: Tue, 29 Aug 2000 23:16:14 -0700
35054              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
35055      Branch: perl
35056            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
35057            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
35058            ! os2/os2ish.h
35059 ____________________________________________________________________________
35060 [  6914] By: jhi                                   on 2000/08/30  14:03:45
35061         Log: Timestamp mismatch again.  Need to fix this dependence on
35062              config_h.SH timestamp, since it's the contents of config_h.SH
35063              that matter.
35064      Branch: perl
35065            ! uconfig.h uconfig.sh
35066 ____________________________________________________________________________
35067 [  6913] By: jhi                                   on 2000/08/30  13:54:06
35068         Log: Don't say "Perl 5.0 source kit".
35069      Branch: perl
35070            ! perl.c
35071 ____________________________________________________________________________
35072 [  6912] By: jhi                                   on 2000/08/30  13:51:24
35073         Log: Reset archname and archname64 always, forcing them be
35074              recomputed at each Configure run, make Configure and
35075              the hints files agree on the naming of largefiles variables.
35076      Branch: metaconfig
35077            ! U/threads/archname.U
35078      Branch: metaconfig/U/perl
35079            ! use64bits.U
35080      Branch: perl
35081            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
35082            ! hints/linux.sh hints/solaris_2.sh
35083 ____________________________________________________________________________
35084 [  6911] By: jhi                                   on 2000/08/30  13:30:13
35085         Log: Put back the slice accidentally removed by #6907.
35086      Branch: perl
35087            ! hints/solaris_2.sh
35088 ____________________________________________________________________________
35089 [  6910] By: jhi                                   on 2000/08/30  01:24:26
35090         Log: Be consistent: other Net::get* do export theirs.
35091              
35092              Subject: Re: Net::protoent does not export 'getproto'
35093              From: Yasushi Nakajima <sey@jkc.co.jp>
35094              Date: Wed, 30 Aug 2000 09:53:14 +0900
35095              Message-Id: <200008300051.DAA24700@taku.hut.fi>
35096      Branch: perl
35097            ! lib/Net/protoent.pm
35098 ____________________________________________________________________________
35099 [  6909] By: jhi                                   on 2000/08/30  01:17:25
35100         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
35101              From: Gurusamy Sarathy <gsar@ActiveState.com>
35102              Date: Tue, 29 Aug 2000 17:17:07 -0700
35103              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
35104      Branch: perl
35105            ! cop.h
35106 ____________________________________________________________________________
35107 [  6908] By: jhi                                   on 2000/08/30  00:58:05
35108         Log: Update Changes.
35109      Branch: perl
35110            ! Changes patchlevel.h
35111 ____________________________________________________________________________
35112 [  6907] By: jhi                                   on 2000/08/30  00:57:22
35113         Log: Introduce ccname to keep track of what compiler kind of we have.
35114      Branch: metaconfig/U/perl
35115            ! Checkcc.U gccvers.U
35116      Branch: perl
35117            ! Configure config_h.SH hints/solaris_2.sh
35118 ____________________________________________________________________________
35119 [  6906] By: jhi                                   on 2000/08/30  00:25:47
35120         Log: Put back the flags dump as reasoned in
35121              
35122              Subject: Re: [PATCH] Glob dumping
35123              From: Mike Guy <mjtg@cam.ac.uk> 
35124              Date: Tue, 29 Aug 2000 21:41:32 +0100
35125              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
35126      Branch: perl
35127            ! dump.c t/lib/peek.t
35128 ____________________________________________________________________________
35129 [  6905] By: jhi                                   on 2000/08/30  00:16:17
35130         Log: Make the epsilon to be relative, not absolute.
35131              
35132              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
35133              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
35134              Date: Tue, 29 Aug 2000 19:58:56 -0400
35135              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
35136      Branch: perl
35137            ! t/lib/trig.t
35138 ____________________________________________________________________________
35139 [  6904] By: jhi                                   on 2000/08/30  00:13:09
35140         Log: From now on, Gisle is on my list of usual suspects :-)
35141              Retract #6902.
35142      Branch: perl
35143            ! ext/Opcode/Safe.pm
35144 ____________________________________________________________________________
35145 [  6903] By: jhi                                   on 2000/08/29  23:51:20
35146         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
35147              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35148              Date: Tue, 29 Aug 2000 18:43:26 -0500
35149              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
35150      Branch: perl
35151            + vms/vmspipe.com
35152            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
35153            ! vms/vms.c
35154 ____________________________________________________________________________
35155 [  6902] By: jhi                                   on 2000/08/29  23:44:14
35156         Log: Retry what #6882 attempted.
35157              
35158              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
35159              From: Gisle Aas <gisle@ActiveState.com>
35160              Date: 30 Aug 2000 00:33:09 +0200
35161              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
35162      Branch: perl
35163            ! ext/Opcode/Safe.pm
35164 ____________________________________________________________________________
35165 [  6901] By: jhi                                   on 2000/08/29  22:59:32
35166         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
35167              From: Hugo <hv@crypt.compulink.co.uk>
35168              Date: Mon, 12 Jun 2000 19:36:08 +0100
35169              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
35170      Branch: perl
35171            ! sv.c
35172 ____________________________________________________________________________
35173 [  6900] By: jhi                                   on 2000/08/29  22:58:35
35174         Log: Admit that we are leaking scalars.
35175              
35176              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
35177              From: Spider Boardman <spider@leggy.zk3.dec.com>
35178              Date: Tue, 29 Aug 2000 18:48:29 -0400
35179              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
35180      Branch: perl
35181            ! t/pragma/warnings.t
35182 ____________________________________________________________________________
35183 [  6899] By: jhi                                   on 2000/08/29  20:53:13
35184         Log: Update Changes.
35185      Branch: perl
35186            ! Changes patchlevel.h
35187 ____________________________________________________________________________
35188 [  6898] By: jhi                                   on 2000/08/29  20:46:21
35189         Log: Undo namespace pollution of #6878.
35190              
35191              Subject: Re: Net::protoent does not export 'getproto'
35192              From: Mike Guy <mjtg@cam.ac.uk>
35193              Date: Tue, 29 Aug 2000 21:32:37 +0100
35194              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
35195      Branch: perl
35196            ! lib/Net/protoent.pm
35197 ____________________________________________________________________________
35198 [  6897] By: jhi                                   on 2000/08/29  20:44:29
35199         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
35200              From: Peter Prymmer <pvhp@forte.com>
35201              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
35202              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
35203      Branch: perl
35204            ! pod/perlebcdic.pod
35205 ____________________________________________________________________________
35206 [  6896] By: jhi                                   on 2000/08/29  20:40:57
35207         Log: There's no point repeating the 'revision' (5) of perl5.
35208      Branch: metaconfig/U/perl
35209            ! Devel.U patchlevel.U
35210      Branch: perl
35211            ! Configure config_h.SH
35212 ____________________________________________________________________________
35213 [  6895] By: jhi                                   on 2000/08/29  20:16:58
35214         Log: Regen Configure for #6894.
35215      Branch: metaconfig/U/perl
35216            ! perladmin.U
35217      Branch: perl
35218            ! Configure config_h.SH
35219 ____________________________________________________________________________
35220 [  6894] By: jhi                                   on 2000/08/29  19:59:52
35221         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
35222              From: "Philip Newton" <Philip.Newton@gmx.net>
35223              Date: Tue, 29 Aug 2000 21:39:14 +0200
35224              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
35225      Branch: perl
35226            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
35227            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
35228            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
35229            ! utils/perlbug.PL
35230 ____________________________________________________________________________
35231 [  6893] By: jhi                                   on 2000/08/29  19:55:30
35232         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
35233              From: "Philip Newton" <Philip.Newton@gmx.net>
35234              Date: Tue, 29 Aug 2000 21:39:14 +0200
35235              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
35236      Branch: perl
35237            ! installhtml
35238 ____________________________________________________________________________
35239 [  6892] By: jhi                                   on 2000/08/29  19:53:59
35240         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
35241              From: "Philip Newton" <Philip.Newton@gmx.net>
35242              Date: Tue, 29 Aug 2000 21:48:18 +0200
35243              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
35244      Branch: perl
35245            ! lib/File/Temp.pm
35246 ____________________________________________________________________________
35247 [  6891] By: jhi                                   on 2000/08/29  18:30:03
35248         Log: Nail the ID 20000828.023.
35249      Branch: perl
35250            ! ext/Storable/Storable.xs
35251 ____________________________________________________________________________
35252 [  6890] By: jhi                                   on 2000/08/29  16:50:17
35253         Log: Under usethreads the dumped variable is IN_PAD.
35254              
35255              Subject: Re: [PATCH] Glob dumping
35256              From: Gisle Aas <gisle@ActiveState.com>
35257              Date: 29 Aug 2000 18:45:05 +0200
35258              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
35259      Branch: perl
35260            ! t/lib/peek.t
35261 ____________________________________________________________________________
35262 [  6889] By: jhi                                   on 2000/08/29  15:17:37
35263         Log: Update Changes.
35264      Branch: perl
35265            ! Changes patchlevel.h
35266 ____________________________________________________________________________
35267 [  6888] By: jhi                                   on 2000/08/29  14:49:59
35268         Log: Retract #6882, broke the safe tests.
35269      Branch: perl
35270            ! ext/Opcode/Safe.pm
35271 ____________________________________________________________________________
35272 [  6887] By: jhi                                   on 2000/08/29  14:47:06
35273         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
35274              From: Gisle Aas <gisle@ActiveState.com> 
35275              Date: 09 Jun 2000 20:00:11 +0200
35276              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
35277      Branch: perl
35278            ! utils/perldoc.PL
35279 ____________________________________________________________________________
35280 [  6886] By: jhi                                   on 2000/08/29  14:42:45
35281         Log: The #6881 removed one dump line.
35282      Branch: perl
35283            ! t/lib/peek.t
35284 ____________________________________________________________________________
35285 [  6885] By: jhi                                   on 2000/08/29  14:30:47
35286         Log: Don't forget to tidy up.
35287      Branch: perl
35288            ! t/lib/ftmp-security.t
35289 ____________________________________________________________________________
35290 [  6884] By: jhi                                   on 2000/08/29  14:25:17
35291         Log: Disabling the one test is a bit tricky.
35292      Branch: perl
35293            ! t/lib/ftmp-security.t
35294 ____________________________________________________________________________
35295 [  6883] By: jhi                                   on 2000/08/29  14:16:25
35296         Log: Disable one of the tests for now.
35297      Branch: perl
35298            ! t/lib/ftmp-security.t
35299 ____________________________________________________________________________
35300 [  6882] By: jhi                                   on 2000/08/29  14:05:50
35301         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
35302              From: gisle@aas.no
35303              Date: 29 Aug 2000 10:35:06 -0000
35304              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
35305      Branch: perl
35306            ! ext/Opcode/Safe.pm
35307 ____________________________________________________________________________
35308 [  6881] By: jhi                                   on 2000/08/29  14:03:51
35309         Log: Subject: [PATCH] Glob dumping
35310              From: Gisle Aas <gisle@ActiveState.com>
35311              Date: 29 Aug 2000 07:59:42 -0000
35312              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
35313      Branch: perl
35314            ! dump.c
35315 ____________________________________________________________________________
35316 [  6880] By: jhi                                   on 2000/08/29  14:02:01
35317         Log: Subject: [PATCH] Warnings in B::Deparse
35318              From: <abigail@foad.org>
35319              Date: Tue, 29 Aug 2000 00:00:01 -0400
35320              Message-ID: <20000829040001.2999.qmail@foad.org>
35321      Branch: perl
35322            ! ext/B/B/Deparse.pm
35323 ____________________________________________________________________________
35324 [  6879] By: jhi                                   on 2000/08/29  13:57:26
35325         Log: Missed a change in #6869.
35326      Branch: perl
35327            ! mg.c
35328 ____________________________________________________________________________
35329 [  6878] By: jhi                                   on 2000/08/29  13:45:04
35330         Log: Subject: Net::protoent does not export 'getproto'
35331              From: Yasushi Nakajima <sey@jkc.co.jp>
35332              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
35333      Branch: perl
35334            ! lib/Net/protoent.pm
35335 ____________________________________________________________________________
35336 [  6877] By: jhi                                   on 2000/08/29  13:39:19
35337         Log: Patches all over for people and the files they (hopefully) care about.
35338      Branch: perl
35339            ! AUTHORS Changes MAINTAIN
35340 ____________________________________________________________________________
35341 [  6876] By: jhi                                   on 2000/08/29  12:53:54
35342         Log: Fix for thinko in #6848.
35343              
35344              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
35345              From: Lupe Christoph <lupe@lupe-christoph.de>
35346              Date: Tue, 29 Aug 2000 09:04:08 +0200
35347              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
35348      Branch: perl
35349            ! ext/Thread/Thread.xs
35350 ____________________________________________________________________________
35351 [  6875] By: jhi                                   on 2000/08/29  12:50:14
35352         Log: Update to Getopt::Long 2.24, from Johan Vromans.
35353      Branch: perl
35354            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
35355 ____________________________________________________________________________
35356 [  6874] By: jhi                                   on 2000/08/29  02:09:53
35357         Log: Use minimal @INC in tests, most of the time just '../lib',
35358              so that we simply can't pick up stuff from other Perls than
35359              the one we are testing.  Pointed out by
35360              
35361              From: Mike Guy <mjtg@cam.ac.uk>
35362              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
35363              Date: Fri, 25 Aug 2000 15:15:59 +0100
35364              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
35365      Branch: perl
35366            ! (edit 185 files)
35367 ____________________________________________________________________________
35368 [  6873] By: jhi                                   on 2000/08/29  01:07:11
35369         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
35370              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35371              Date: Mon, 28 Aug 2000 17:45:52 -0700
35372              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
35373      Branch: perl
35374            ! Makefile.SH hints/os2.sh
35375 ____________________________________________________________________________
35376 [  6872] By: jhi                                   on 2000/08/28  23:33:39
35377         Log: Subject: [PATCH bleedperl@6866] spellings
35378              From: marcel@codewerk.com (Marcel Grunauer)
35379              Date: Tue, 29 Aug 2000 01:19:59 +0200
35380              Message-Id: <200008282319.BAA29862@gandalf.local>
35381      Branch: perl
35382            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
35383            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
35384            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
35385 ____________________________________________________________________________
35386 [  6871] By: jhi                                   on 2000/08/28  23:22:09
35387         Log: Take out the SUIDMAIL thing, that will not be
35388              a problem in 5.7.*.
35389      Branch: perl
35390            ! patchlevel.h
35391 ____________________________________________________________________________
35392 [  6870] By: jhi                                   on 2000/08/28  23:19:30
35393         Log: -S is the silent flag, -s is the strip flag.
35394              
35395              Subject: [PATCH] Re: [PATCH] make no-install          
35396              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
35397              Date: Mon, 28 Aug 2000 15:12:55 -0700
35398              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
35399      Branch: perl
35400            ! Makefile.SH
35401 ____________________________________________________________________________
35402 [  6869] By: jhi                                   on 2000/08/28  23:12:05
35403         Log: Subject: [PATCH bleedperl@6856] warnings fixes
35404              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
35405              Date: Mon, 28 Aug 2000 23:55:06 +0100
35406              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
35407      Branch: perl
35408            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
35409            ! warnings.h warnings.pl
35410 ____________________________________________________________________________
35411 [  6868] By: jhi                                   on 2000/08/28  21:38:22
35412         Log: Potential cruft.
35413      Branch: perl
35414            ! Makefile.SH
35415 ____________________________________________________________________________
35416 [  6867] By: jhi                                   on 2000/08/28  21:35:36
35417         Log: Update Changes.
35418      Branch: perl
35419            ! Changes patchlevel.h
35420 ____________________________________________________________________________
35421 [  6866] By: jhi                                   on 2000/08/28  21:33:49
35422         Log: Subject: hv.h Doc Patch
35423              From: Fisher Mark <fisherm@tce.com>
35424              Date: Mon, 28 Aug 2000 16:24:59 -0500
35425              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
35426      Branch: perl
35427            ! hv.h
35428 ____________________________________________________________________________
35429 [  6865] By: jhi                                   on 2000/08/28  21:02:15
35430         Log: Add -ld to archname on long tr...double platforms.
35431      Branch: metaconfig
35432            ! U/threads/archname.U
35433      Branch: perl
35434            ! Configure config_h.SH
35435 ____________________________________________________________________________
35436 [  6864] By: jhi                                   on 2000/08/28  20:38:59
35437         Log: An attempt to fix the problem reported in
35438              
35439              Subject: Building perl@6856 using gcc/AIX 4.3.3 
35440              From: Daniel Muino <dmuino@afip.gov.ar> 
35441              Date: Mon, 28 Aug 2000 15:50:01 -0300   
35442              Message-ID: <20000828155001.A14403@con2-dgi>
35443              
35444              I can't test this properly since the gcc installation I have
35445              access to seems to be botched (gcc is calling the AIX cpp,
35446              a losing proposition...)
35447      Branch: perl
35448            ! hints/aix.sh
35449 ____________________________________________________________________________
35450 [  6863] By: jhi                                   on 2000/08/28  18:57:52
35451         Log: Fix for ID 20000828.001, long doubles were not formatted
35452              correctly (showed up in $], which stopped installing perl).
35453      Branch: perl
35454            ! sv.c
35455 ____________________________________________________________________________
35456 [  6862] By: jhi                                   on 2000/08/28  18:07:15
35457         Log: Typo in #6858.
35458      Branch: perl
35459            ! lib/Cwd.pm
35460 ____________________________________________________________________________
35461 [  6861] By: jhi                                   on 2000/08/28  17:57:27
35462         Log: opmini.o may be left around if a build is interrupted.
35463      Branch: perl
35464            ! Makefile.SH
35465 ____________________________________________________________________________
35466 [  6860] By: jhi                                   on 2000/08/28  16:52:50
35467         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
35468              From: Daniel Chetlin <daniel@chetlin.com>
35469              Date: Mon, 28 Aug 2000 01:14:18 -0700
35470              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
35471      Branch: perl
35472            ! lib/overload.pm
35473 ____________________________________________________________________________
35474 [  6859] By: jhi                                   on 2000/08/28  16:08:46
35475         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
35476              From: Nicholas Clark <nick@ccl4.org>
35477              Date: Mon, 28 Aug 2000 16:03:27 +0100
35478              Message-Id: <20000828160327.C49785@plum.flirble.org>
35479      Branch: perl
35480            ! ext/ByteLoader/bytecode.h
35481 ____________________________________________________________________________
35482 [  6858] By: jhi                                   on 2000/08/28  16:02:10
35483         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
35484              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
35485              Date: Mon, 28 Aug 2000 13:08:30 +0200
35486              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
35487      Branch: perl
35488            ! lib/Cwd.pm
35489 ____________________________________________________________________________
35490 [  6857] By: jhi                                   on 2000/08/28  15:42:47
35491         Log: display_format used as a class method without arguments was broken,
35492              reported in
35493              
35494              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
35495              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
35496              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
35497              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
35498      Branch: perl
35499            ! lib/Math/Complex.pm t/lib/complex.t
35500 ____________________________________________________________________________
35501 [  6856] By: jhi                                   on 2000/08/27  22:09:48
35502         Log: Update Changes.
35503      Branch: perl
35504            ! Changes patchlevel.h
35505 ____________________________________________________________________________
35506 [  6855] By: jhi                                   on 2000/08/27  21:59:21
35507         Log: Retract #6853 (false alarm).
35508      Branch: perl
35509            ! lib/ExtUtils/xsubpp
35510 ____________________________________________________________________________
35511 [  6854] By: jhi                                   on 2000/08/27  21:37:44
35512         Log: Update Changes.
35513      Branch: perl
35514            ! Changes patchlevel.h
35515 ____________________________________________________________________________
35516 [  6853] By: jhi                                   on 2000/08/27  21:37:16
35517         Log: Subject: [PATCH perl@6850] workaround for xsubpp
35518              From: Hugo <hv@crypt.compulink.co.uk>
35519              Date: Sun, 27 Aug 2000 22:30:25 +0100
35520              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
35521      Branch: perl
35522            ! lib/ExtUtils/xsubpp
35523 ____________________________________________________________________________
35524 [  6852] By: jhi                                   on 2000/08/27  21:33:58
35525         Log: Big-endian 64-bit patch from Raphael Manfredi.
35526      Branch: perl
35527            ! ext/Storable/Storable.xs
35528 ____________________________________________________________________________
35529 [  6851] By: jhi                                   on 2000/08/27  21:22:21
35530         Log: More ruthless editing from Hugo van der Sanden.
35531      Branch: perl
35532            ! pod/perldelta.pod
35533 ____________________________________________________________________________
35534 [  6850] By: jhi                                   on 2000/08/27  16:11:46
35535         Log: Update Changes.
35536      Branch: perl
35537            ! Changes patchlevel.h
35538 ____________________________________________________________________________
35539 [  6849] By: jhi                                   on 2000/08/27  16:11:05
35540         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
35541      Branch: perl
35542            ! configpm pod/perldelta.pod
35543 ____________________________________________________________________________
35544 [  6848] By: jhi                                   on 2000/08/27  15:35:08
35545         Log: Use the actual thread type, not the pointer-to-struct.
35546      Branch: perl
35547            ! ext/Thread/Thread.xs
35548 ____________________________________________________________________________
35549 [  6847] By: jhi                                   on 2000/08/27  15:30:49
35550         Log: Test nit.
35551      Branch: perl
35552            ! t/pragma/warn/pp_sys
35553 ____________________________________________________________________________
35554 [  6846] By: jhi                                   on 2000/08/27  15:19:02
35555         Log: Passing -R in ldflags makes now it to appear in the default
35556              for lddlflags, just like with -L.
35557              
35558              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35559              From: Lupe Christoph <lupe@lupe-christoph.de>
35560              Date: Sun, 27 Aug 2000 10:28:21 +0200
35561              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
35562      Branch: metaconfig/U/perl
35563            ! dlsrc.U
35564      Branch: perl
35565            ! Configure
35566 ____________________________________________________________________________
35567 [  6845] By: jhi                                   on 2000/08/27  15:08:54
35568         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
35569              From: Alan Burlison <Alan.Burlison@uk.sun.com>
35570              Date: Sat, 26 Aug 2000 22:23:27 +0100
35571              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
35572      Branch: perl
35573            ! lib/ExtUtils/MM_Unix.pm
35574 ____________________________________________________________________________
35575 [  6844] By: jhi                                   on 2000/08/27  15:02:37
35576         Log: DJGPP update from Laszlo Molnar.
35577              
35578              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
35579              From: ml1050 <ml1050@freemail.hu>
35580              Date: Sat, 26 Aug 2000 23:24:40 +0200
35581              Message-Id: <20000826232440.A439@freemail.hu>
35582      Branch: perl
35583            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
35584            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
35585 ____________________________________________________________________________
35586 [  6843] By: jhi                                   on 2000/08/27  14:53:58
35587         Log: Subject: installman buglet
35588              From: Lupe Christoph <lupe@lupe-christoph.de>
35589              Date: Sun, 27 Aug 2000 14:38:59 +0200
35590              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
35591      Branch: perl
35592            ! installman
35593 ____________________________________________________________________________
35594 [  6842] By: jhi                                   on 2000/08/27  14:52:08
35595         Log: Can't get the test to reliably work thanks to the
35596              inaccurateness of floating point.  "Resolves" bug ids
35597              20000826.003, 20000826.009, 20000826.010,
35598      Branch: perl
35599            ! t/lib/trig.t
35600 ____________________________________________________________________________
35601 [  6841] By: jhi                                   on 2000/08/26  15:53:58
35602         Log: Update Changes.
35603      Branch: perl
35604            ! Changes patchlevel.h
35605 ____________________________________________________________________________
35606 [  6840] By: jhi                                   on 2000/08/26  14:23:03
35607         Log: grep -e isn't portable.
35608              
35609              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
35610              From: chris@broadband.att.com
35611              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
35612              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
35613      Branch: perl
35614            ! hints/solaris_2.sh
35615 ____________________________________________________________________________
35616 [  6839] By: jhi                                   on 2000/08/26  14:12:23
35617         Log: no-install target a la make -n.
35618              
35619              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
35620              From: <abigail@foad.org>
35621              Date: Sat, 26 Aug 2000 03:57:34 -0400
35622              Message-ID: <20000826075735.18912.qmail@foad.org>
35623      Branch: perl
35624            ! Makefile.SH installman installperl
35625 ____________________________________________________________________________
35626 [  6838] By: jhi                                   on 2000/08/26  14:06:33
35627         Log: Retract #6826 as the #6828 should be do the same
35628              in a More Correct Way.
35629      Branch: perl
35630            ! installperl
35631 ____________________________________________________________________________
35632 [  6837] By: jhi                                   on 2000/08/26  05:24:00
35633         Log: More casting.
35634      Branch: perl
35635            ! ext/Storable/Storable.xs
35636 ____________________________________________________________________________
35637 [  6836] By: jhi                                   on 2000/08/26  05:05:46
35638         Log: Nicer in decimal.
35639      Branch: perl
35640            ! ext/Storable/Storable.xs
35641 ____________________________________________________________________________
35642 [  6835] By: jhi                                   on 2000/08/26  05:03:50
35643         Log: There be no UVdf.
35644      Branch: perl
35645            ! ext/Storable/Storable.xs
35646 ____________________________________________________________________________
35647 [  6834] By: jhi                                   on 2000/08/26  05:00:18
35648         Log: Continue IVdfing and UVxfing.
35649      Branch: perl
35650            ! ext/Storable/Storable.xs
35651 ____________________________________________________________________________
35652 [  6833] By: jhi                                   on 2000/08/26  04:53:14
35653         Log: Use IVdf.
35654      Branch: perl
35655            ! ext/Storable/Storable.xs
35656 ____________________________________________________________________________
35657 [  6832] By: jhi                                   on 2000/08/26  04:40:41
35658         Log: Document PTR2XX and INT2PTR.
35659      Branch: perl
35660            ! pod/perlguts.pod
35661 ____________________________________________________________________________
35662 [  6831] By: jhi                                   on 2000/08/26  04:33:18
35663         Log: Use UVxf, PTR2UV, NVff.
35664      Branch: perl
35665            ! ext/Storable/Storable.xs
35666 ____________________________________________________________________________
35667 [  6830] By: jhi                                   on 2000/08/26  04:31:32
35668         Log: Update the test count.
35669      Branch: perl
35670            ! t/lib/trig.t
35671 ____________________________________________________________________________
35672 [  6829] By: jhi                                   on 2000/08/26  03:05:50
35673         Log: Subject: [PATCH] installation not quite silent yet.
35674              From: <abigail@foad.org>
35675              Date: Fri, 25 Aug 2000 20:07:53 -0400
35676              Message-ID: <20000826000753.7822.qmail@foad.org>
35677      Branch: perl
35678            ! installman installperl
35679 ____________________________________________________________________________
35680 [  6828] By: jhi                                   on 2000/08/26  03:05:14
35681         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
35682              From: Spider Boardman <spider@web.zk3.dec.com>
35683              Date: Fri, 25 Aug 2000 19:12:40 -0400
35684              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
35685      Branch: perl
35686            ! gv.c
35687 ____________________________________________________________________________
35688 [  6827] By: jhi                                   on 2000/08/25  23:54:34
35689         Log: Support preserving extremely big/small angles.
35690      Branch: perl
35691            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
35692 ____________________________________________________________________________
35693 [  6826] By: jhi                                   on 2000/08/25  23:01:20
35694         Log: Patch installperl to be long double-aware.
35695              
35696              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
35697              From: Spider Boardman <spider@web.zk3.dec.com>
35698              Date: Fri, 25 Aug 2000 18:15:23 -0400
35699              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
35700      Branch: perl
35701            ! installperl
35702 ____________________________________________________________________________
35703 [  6825] By: jhi                                   on 2000/08/25  22:58:25
35704         Log: Remove duplicately applied patch shards.
35705              
35706              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
35707              From: Spider Boardman <spider@leggy.zk3.dec.com>
35708              Date: Fri, 25 Aug 2000 16:45:03 -0400
35709              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
35710      Branch: perl
35711            ! t/lib/cgi-html.t
35712 ____________________________________________________________________________
35713 [  6824] By: jhi                                   on 2000/08/25  22:57:00
35714         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
35715              From: Daniel Chetlin <daniel@chetlin.com>
35716              Date: Fri, 25 Aug 2000 12:23:16 -0700
35717              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
35718              
35719              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
35720              From: Daniel Chetlin <daniel@chetlin.com>
35721              Date: Fri, 25 Aug 2000 14:47:19 -0700
35722              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
35723      Branch: perl
35724            ! installman
35725 ____________________________________________________________________________
35726 [  6823] By: jhi                                   on 2000/08/25  22:44:17
35727         Log: Timestamp problem?
35728      Branch: perl
35729            ! uconfig.h uconfig.sh
35730 ____________________________________________________________________________
35731 [  6822] By: jhi                                   on 2000/08/25  19:01:06
35732         Log: One forgotten file from #6816.
35733      Branch: perl
35734            ! vos/config.h
35735 ____________________________________________________________________________
35736 [  6821] By: jhi                                   on 2000/08/25  18:56:39
35737         Log: Regen Changes.
35738      Branch: perl
35739            ! Changes patchlevel.h
35740 ____________________________________________________________________________
35741 [  6820] By: jhi                                   on 2000/08/25  18:52:35
35742         Log: Fix Changes ordering.
35743      Branch: perl
35744            ! Changes
35745 ____________________________________________________________________________
35746 [  6819] By: jhi                                   on 2000/08/25  18:50:25
35747         Log: Update Changes.
35748      Branch: perl
35749            ! Changes patchlevel.h
35750 ____________________________________________________________________________
35751 [  6818] By: jhi                                   on 2000/08/25  18:47:45
35752         Log: Tweak the sfio/useperlio logic, hopefully as wished in
35753              
35754              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
35755              From: Nicholas Clark <nick@babyhippo.co.uk>
35756              Date: Fri, 25 Aug 2000 12:01:45 +0100
35757              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
35758      Branch: metaconfig/U/perl
35759            ! d_sfio.U
35760      Branch: perl
35761            ! Configure
35762 ____________________________________________________________________________
35763 [  6817] By: jhi                                   on 2000/08/25  18:32:51
35764         Log: Allow microperl to assume <math.h>, without it the math
35765              functions like floor() are assumed to return int, which makes
35766              for core dumps in machines where integer and floating register
35767              don't mix.
35768      Branch: perl
35769            ! uconfig.h uconfig.sh
35770 ____________________________________________________________________________
35771 [  6816] By: jhi                                   on 2000/08/25  18:27:17
35772         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
35773              the problem reported in
35774              
35775              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
35776              From: danhale@us.ibm.com
35777              Date: Fri, 25 Aug 2000 10:58:06 -0400
35778              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
35779      Branch: metaconfig/U/perl
35780            + d_socks5_init.U
35781      Branch: perl
35782            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
35783            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
35784            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
35785            ! win32/config.gc win32/config.vc
35786 ____________________________________________________________________________
35787 [  6815] By: jhi                                   on 2000/08/25  17:43:31
35788         Log: A solution for the retrieve_fd autosplit warning,
35789              idea suggested by Mike Guy.
35790      Branch: perl
35791            ! ext/Storable/Storable.pm
35792 ____________________________________________________________________________
35793 [  6814] By: jhi                                   on 2000/08/25  17:16:03
35794         Log: Add install-silent target.
35795      Branch: perl
35796            ! Makefile.SH
35797 ____________________________________________________________________________
35798 [  6813] By: jhi                                   on 2000/08/25  17:14:23
35799         Log: Subject: Re: [PATCH] More silencing of installman.
35800              From: <abigail@foad.org>
35801              Date: Thu, 24 Aug 2000 19:27:03 -0400
35802              Message-ID: <20000824232703.7001.qmail@foad.org>
35803              
35804              Subject: Re: [PATCH] More silencing of installman.
35805              From: <abigail@foad.org>
35806              Date: Fri, 25 Aug 2000 03:00:58 -0400
35807              Message-ID: <20000825070058.10697.qmail@foad.org>
35808      Branch: perl
35809            ! installman
35810 ____________________________________________________________________________
35811 [  6812] By: jhi                                   on 2000/08/25  17:11:28
35812         Log: installperl --verbose and --silent.
35813              
35814              Subject: Re: [PATCH] More silencing of installman.
35815              From: <abigail@foad.org>
35816              Message-ID: <20000825064430.9719.qmail@foad.org>
35817              Date: Fri, 25 Aug 2000 02:44:30 -0400
35818      Branch: perl
35819            ! installperl
35820 ____________________________________________________________________________
35821 [  6811] By: jhi                                   on 2000/08/25  17:05:43
35822         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
35823              From: "Peter J. Farley III" <pjfarley@banet.net>
35824              Date: Thu, 24 Aug 2000 21:58:03 -0400
35825              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
35826              
35827              (applied slightly modified)
35828      Branch: perl
35829            ! lib/ExtUtils/MM_Unix.pm
35830 ____________________________________________________________________________
35831 [  6810] By: jhi                                   on 2000/08/25  17:01:18
35832         Log: Missing parts of 
35833              
35834              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
35835              From: Peter Prymmer <pvhp@forte.com>
35836              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
35837              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
35838      Branch: perl
35839            ! t/lib/cgi-html.t
35840 ____________________________________________________________________________
35841 [  6809] By: jhi                                   on 2000/08/25  16:46:32
35842         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
35843              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35844              Date: Thu, 24 Aug 2000 19:13:11 -0500
35845              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
35846      Branch: perl
35847            ! vms/vms.c
35848 ____________________________________________________________________________
35849 [  6808] By: jhi                                   on 2000/08/25  16:39:22
35850         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
35851              From: Peter Prymmer <pvhp@forte.com>
35852              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
35853              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
35854      Branch: perl
35855            ! configure.com
35856 ____________________________________________________________________________
35857 [  6807] By: jhi                                   on 2000/08/25  16:36:37
35858         Log: Better wording for the vec lvalue diagnostic.
35859              
35860              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35861              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35862              Date: Wed, 23 Aug 2000 14:12:16 -0400
35863              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
35864      Branch: perl
35865            ! pod/perldiag.pod
35866 ____________________________________________________________________________
35867 [  6806] By: jhi                                   on 2000/08/24  18:17:22
35868         Log: Subject: [PATCH] More silencing of installman.
35869              From: <abigail@foad.org>
35870              Date: Thu, 24 Aug 2000 14:01:44 -0400
35871              Message-ID: <20000824180144.20062.qmail@foad.org>
35872      Branch: perl
35873            ! installman
35874 ____________________________________________________________________________
35875 [  6805] By: jhi                                   on 2000/08/24  15:00:31
35876         Log: Update Changes.
35877      Branch: perl
35878            ! Changes patchlevel.h
35879 ____________________________________________________________________________
35880 [  6804] By: jhi                                   on 2000/08/24  14:59:07
35881         Log: Regen perltoc.
35882      Branch: perl
35883            ! pod/perltoc.pod
35884 ____________________________________________________________________________
35885 [  6803] By: jhi                                   on 2000/08/24  14:44:39
35886         Log: Show the doc file, not the temp file.
35887      Branch: perl
35888            ! installman
35889 ____________________________________________________________________________
35890 [  6802] By: jhi                                   on 2000/08/24  14:41:53
35891         Log: Continue silencing.
35892      Branch: perl
35893            ! installman
35894 ____________________________________________________________________________
35895 [  6801] By: jhi                                   on 2000/08/24  14:34:40
35896         Log: Actually do something with the silencer option.
35897      Branch: perl
35898            ! installman
35899 ____________________________________________________________________________
35900 [  6800] By: jhi                                   on 2000/08/24  14:26:22
35901         Log: Make installman to recognize the silence flag -S.
35902      Branch: perl
35903            ! installman
35904 ____________________________________________________________________________
35905 [  6799] By: jhi                                   on 2000/08/24  13:49:38
35906         Log: DOS patches and portability/porting notes, from Tim Jenness.
35907      Branch: perl
35908            ! lib/File/Temp.pm
35909 ____________________________________________________________________________
35910 [  6798] By: jhi                                   on 2000/08/24  13:48:27
35911         Log: Create directories in silence.
35912              
35913              Subject: [PATCH] Another silencer for MakeMaker
35914              From: andreas.koenig@anima.de (Andreas J. Koenig)
35915              Date: 24 Aug 2000 14:18:52 +0200
35916              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
35917      Branch: perl
35918            ! lib/ExtUtils/Command.pm
35919 ____________________________________________________________________________
35920 [  6797] By: jhi                                   on 2000/08/24  13:46:42
35921         Log: More liberal parsing of version numbers.
35922              
35923              Subject: Re: CPAN.pm beta for testing available
35924              From: andreas.koenig@anima.de (Andreas J. Koenig)
35925              Date: 24 Aug 2000 13:51:57 +0200
35926              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
35927      Branch: perl
35928            ! lib/CPAN.pm
35929 ____________________________________________________________________________
35930 [  6796] By: jhi                                   on 2000/08/24  13:44:36
35931         Log: Make "make install" by default silent.  A new "install-verbose"
35932              target is verbose.
35933      Branch: perl
35934            ! Makefile.SH
35935 ____________________________________________________________________________
35936 [  6795] By: jhi                                   on 2000/08/24  13:39:14
35937         Log: Add silencer flags to installperl.
35938              
35939              Subject: [PATCH] Making installperl silent.
35940              From: <abigail@foad.org>
35941              Date: Thu, 24 Aug 2000 05:01:45 -0400
35942              Message-ID: <20000824090145.13141.qmail@foad.org>
35943      Branch: perl
35944            ! installperl
35945 ____________________________________________________________________________
35946 [  6794] By: jhi                                   on 2000/08/24  13:35:50
35947         Log: installperl couldn't tell whether it had run tests or not.
35948              
35949              Subject: [PATCH] Re: installperl and t/TEST
35950              From: <abigail@foad.org>
35951              Date: Thu, 24 Aug 2000 04:00:53 -0400
35952              Message-ID: <20000824080053.2494.qmail@foad.org>
35953      Branch: perl
35954            ! Makefile.SH installperl
35955 ____________________________________________________________________________
35956 [  6793] By: jhi                                   on 2000/08/24  13:27:50
35957         Log: Drop the separate perlbc, perlcc -b should be enough.
35958      Branch: perl
35959            - utils/perlbc.PL
35960            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
35961 ____________________________________________________________________________
35962 [  6792] By: jhi                                   on 2000/08/24  04:41:30
35963         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
35964              plus the typo fix from Peter Prymmer.
35965      Branch: perl
35966            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
35967            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
35968 ____________________________________________________________________________
35969 [  6791] By: jhi                                   on 2000/08/24  02:10:43
35970         Log: Replace #6705 with a minimal doc patch.
35971              
35972              Subject: [PATCH 5.6.0] replace change #6705
35973              From: Jan Dubois <jand@ActiveState.com>
35974              Date: Wed, 23 Aug 2000 18:31:51 -0700
35975              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
35976      Branch: perl
35977            ! lib/Win32.pod win32/win32.c
35978 ____________________________________________________________________________
35979 [  6790] By: jhi                                   on 2000/08/23  17:52:00
35980         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
35981              From: Mike Guy <mjtg@cam.ac.uk>
35982              Date: Wed, 23 Aug 2000 18:38:46 +0100
35983              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
35984      Branch: perl
35985            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
35986 ____________________________________________________________________________
35987 [  6789] By: jhi                                   on 2000/08/23  15:34:21
35988         Log: Update Changes.
35989      Branch: perl
35990            ! Changes patchlevel.h
35991 ____________________________________________________________________________
35992 [  6788] By: jhi                                   on 2000/08/23  15:33:40
35993         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
35994              From: Wilfredo Sánchez <wsanchez@apple.com>
35995              Date: Tue, 22 Aug 2000 19:31:27 -0700
35996              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
35997      Branch: perl
35998            ! perl.h
35999 ____________________________________________________________________________
36000 [  6787] By: jhi                                   on 2000/08/23  15:29:31
36001         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
36002              From: Spider Boardman <spider@leggy.zk3.dec.com>
36003              Date: Wed, 23 Aug 2000 10:33:23 -0400
36004              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
36005      Branch: perl
36006            ! lib/Pod/Html.pm
36007 ____________________________________________________________________________
36008 [  6786] By: jhi                                   on 2000/08/23  15:28:11
36009         Log: Bad makefile.
36010      Branch: perl
36011            ! ext/B/Makefile.PL
36012 ____________________________________________________________________________
36013 [  6785] By: jhi                                   on 2000/08/23  14:37:04
36014         Log: Update Changes.
36015      Branch: perl
36016            ! Changes patchlevel.h
36017 ____________________________________________________________________________
36018 [  6784] By: jhi                                   on 2000/08/23  13:58:41
36019         Log: Portability fix from Hugo van der Sanden.
36020      Branch: perl
36021            ! ext/re/Makefile.PL
36022 ____________________________________________________________________________
36023 [  6783] By: jhi                                   on 2000/08/23  13:53:53
36024         Log: Storable support, v-version fixes.
36025              
36026              Subject: CPAN.pm beta for testing available
36027              From: andreas.koenig@anima.de (Andreas J. Koenig)
36028              Date: 22 Aug 2000 23:31:33 +0200
36029              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
36030      Branch: perl
36031            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36032 ____________________________________________________________________________
36033 [  6782] By: jhi                                   on 2000/08/23  13:51:26
36034         Log: Mac and other portability updates from Chris Nandor.
36035      Branch: perl
36036            ! pod/perlmodinstall.pod
36037 ____________________________________________________________________________
36038 [  6781] By: jhi                                   on 2000/08/23  13:47:33
36039         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
36040              From: Peter Prymmer <pvhp@forte.com>
36041              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
36042              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
36043      Branch: perl
36044            ! ext/Storable/Storable.xs
36045 ____________________________________________________________________________
36046 [  6780] By: jhi                                   on 2000/08/23  13:33:34
36047         Log: VMS MMS (make) wants null action.
36048      Branch: perl
36049            ! ext/B/Makefile.PL
36050 ____________________________________________________________________________
36051 [  6779] By: jhi                                   on 2000/08/22  19:44:47
36052         Log: Forgot portability nit.
36053      Branch: perl
36054            ! t/lib/st-forgive.t
36055 ____________________________________________________________________________
36056 [  6778] By: jhi                                   on 2000/08/22  19:35:25
36057         Log: Be portable.
36058      Branch: perl
36059            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
36060            ! t/lib/st-store.t
36061 ____________________________________________________________________________
36062 [  6777] By: jhi                                   on 2000/08/22  18:50:53
36063         Log: Update Changes.
36064      Branch: perl
36065            ! Changes patchlevel.h
36066 ____________________________________________________________________________
36067 [  6776] By: jhi                                   on 2000/08/22  18:44:46
36068         Log: cSVOPo_*v things index into the current PL_curpad
36069              under ithreads, which is different from the curpad
36070              used by the XSUB.  (In other words, the code as-is
36071              before this patch wouldn't work under ithreads.)
36072              From Sarathy.
36073      Branch: perl
36074            ! ext/B/B.xs
36075 ____________________________________________________________________________
36076 [  6775] By: jhi                                   on 2000/08/22  18:18:37
36077         Log: Make the selection of NVff et al stricter.
36078      Branch: metaconfig/U/perl
36079            ! perlxvf.U
36080      Branch: perl
36081            ! Configure config_h.SH
36082 ____________________________________________________________________________
36083 [  6774] By: jhi                                   on 2000/08/22  17:19:42
36084         Log: perldelta nits.
36085      Branch: perl
36086            ! pod/perldelta.pod
36087 ____________________________________________________________________________
36088 [  6773] By: jhi                                   on 2000/08/22  17:06:26
36089         Log: Long double fixes from Spider Boardman.
36090              
36091              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
36092              From: system PRIVILEGED account <root@peano.zk3.dec.com>
36093              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
36094              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
36095      Branch: perl
36096            ! t/lib/bigfltpm.t t/lib/st-06compat.t
36097 ____________________________________________________________________________
36098 [  6772] By: jhi                                   on 2000/08/22  15:04:53
36099         Log: Update Changes.
36100      Branch: perl
36101            ! Changes patchlevel.h
36102 ____________________________________________________________________________
36103 [  6771] By: jhi                                   on 2000/08/22  15:01:44
36104         Log: perldelta fixes from Hugo van der Sanden.
36105      Branch: perl
36106            ! pod/perldelta.pod
36107 ____________________________________________________________________________
36108 [  6770] By: jhi                                   on 2000/08/22  14:34:49
36109         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
36110              From: Hugo <hv@crypt.compulink.co.uk>
36111              Date: Tue, 22 Aug 2000 11:21:53 +0100
36112              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
36113      Branch: perl
36114            ! regcomp.c
36115 ____________________________________________________________________________
36116 [  6769] By: jhi                                   on 2000/08/22  14:30:02
36117         Log: Add Yitzchak, reformat.
36118      Branch: perl
36119            ! Changes config_h.SH
36120 ____________________________________________________________________________
36121 [  6768] By: jhi                                   on 2000/08/22  14:21:35
36122         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
36123              and Spider Boardman.
36124      Branch: metaconfig
36125            ! U/compline/d_gconvert.U
36126      Branch: perl
36127            ! Configure
36128 ____________________________________________________________________________
36129 [  6767] By: jhi                                   on 2000/08/22  14:11:24
36130         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
36131              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36132              Date: Mon, 21 Aug 2000 19:08:31 -0700
36133              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
36134      Branch: perl
36135            - ext/Storable/patchlevel.h
36136            ! MANIFEST ext/Storable/MANIFEST
36137 ____________________________________________________________________________
36138 [  6766] By: jhi                                   on 2000/08/22  13:49:29
36139         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
36140              From: Peter Prymmer <pvhp@forte.com>
36141              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
36142              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
36143      Branch: perl
36144            ! configure.com ext/Storable/Makefile.PL
36145 ____________________________________________________________________________
36146 [  6765] By: jhi                                   on 2000/08/22  13:44:59
36147         Log: Subject: [PATCH blead] B:: missing dependency
36148              From: Hugo <hv@crypt.compulink.co.uk>
36149              Date: Tue, 22 Aug 2000 06:44:33 +0100
36150              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
36151      Branch: perl
36152            ! ext/B/Makefile.PL
36153 ____________________________________________________________________________
36154 [  6764] By: jhi                                   on 2000/08/22  13:38:12
36155         Log: More bytecompiler.
36156      Branch: perl
36157            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
36158 ____________________________________________________________________________
36159 [  6763] By: jhi                                   on 2000/08/22  13:36:44
36160         Log: Bytecompiler patches from Benjamin Stuhl.
36161      Branch: perl
36162            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
36163            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
36164            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
36165            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
36166            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
36167            ! perl.c perlapi.h pod/perldelta.pod
36168 ____________________________________________________________________________
36169 [  6762] By: jhi                                   on 2000/08/21  23:43:40
36170         Log: An obsoleted diagnostic.
36171      Branch: perl
36172            ! pod/perldelta.pod
36173 ____________________________________________________________________________
36174 [  6761] By: jhi                                   on 2000/08/21  23:01:45
36175         Log: The #6759 wasn't quite right.
36176      Branch: perl
36177            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
36178            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
36179            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
36180            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
36181            ! t/lib/st-tieditems.t
36182 ____________________________________________________________________________
36183 [  6760] By: jhi                                   on 2000/08/21  22:35:49
36184         Log: Be verydeepclean.
36185      Branch: perl
36186            ! Makefile.SH
36187 ____________________________________________________________________________
36188 [  6759] By: jhi                                   on 2000/08/21  22:25:40
36189         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
36190              From: Peter Prymmer <pvhp@forte.com>
36191              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
36192              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
36193      Branch: perl
36194            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
36195            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
36196            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
36197            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
36198            ! t/lib/st-tieditems.t
36199 ____________________________________________________________________________
36200 [  6758] By: jhi                                   on 2000/08/21  22:22:32
36201         Log: Few more casts, need reported in
36202              
36203              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
36204              From: Mike Stok <mike@stok.co.uk>
36205              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
36206              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
36207              
36208              and
36209              
36210              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
36211              From: abigail@foad.org
36212              Date: 21 Aug 2000 21:31:34 -0000
36213              Message-Id: <20000821213134.30170.qmail@foad.org>
36214      Branch: perl
36215            ! ext/Storable/Storable.xs
36216 ____________________________________________________________________________
36217 [  6757] By: jhi                                   on 2000/08/21  18:37:07
36218         Log: Update Changes.
36219      Branch: perl
36220            ! Changes patchlevel.h
36221 ____________________________________________________________________________
36222 [  6756] By: jhi                                   on 2000/08/21  18:34:02
36223         Log: A pod nit.
36224              
36225              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
36226              From: <abigail@foad.org>
36227              Date: Mon, 21 Aug 2000 14:00:16 -0400
36228              Message-ID: <20000821180016.28627.qmail@foad.org>
36229      Branch: perl
36230            ! pod/perlre.pod
36231 ____________________________________________________________________________
36232 [  6755] By: jhi                                   on 2000/08/21  18:30:56
36233         Log: Use PodParser 1.18 new test.
36234      Branch: perl
36235            ! t/pod/special_seqs.t t/pod/special_seqs.xr
36236 ____________________________________________________________________________
36237 [  6754] By: jhi                                   on 2000/08/21  18:28:35
36238         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
36239              patches cannot be applied since #6712 conflicts.
36240      Branch: perl
36241            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
36242 ____________________________________________________________________________
36243 [  6753] By: jhi                                   on 2000/08/21  18:15:11
36244         Log: Weed out some smaller changes.
36245      Branch: perl
36246            ! pod/perldelta.pod
36247 ____________________________________________________________________________
36248 [  6752] By: jhi                                   on 2000/08/21  18:02:30
36249         Log: Also under djgpp the timestamps are funky.
36250      Branch: perl
36251            ! t/op/stat.t
36252 ____________________________________________________________________________
36253 [  6751] By: jhi                                   on 2000/08/21  17:55:56
36254         Log: Tweak the floating point output routine preferences.
36255      Branch: metaconfig
36256            ! U/compline/d_gconvert.U
36257      Branch: perl
36258            ! Configure
36259 ____________________________________________________________________________
36260 [  6750] By: jhi                                   on 2000/08/21  17:51:29
36261         Log: Unicos/mk requires elaborate paranoia.
36262      Branch: perl
36263            ! lib/Math/Complex.pm
36264 ____________________________________________________________________________
36265 [  6749] By: gsar                                  on 2000/08/21  16:53:31
36266         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
36267      Branch: perl
36268            ! lib/Cwd.pm
36269 ____________________________________________________________________________
36270 [  6748] By: gsar                                  on 2000/08/21  16:22:19
36271         Log: free TLS slot properly on Windows
36272      Branch: perl
36273            ! thread.h win32/perllib.c win32/win32thread.h
36274 ____________________________________________________________________________
36275 [  6747] By: jhi                                   on 2000/08/21  16:20:58
36276         Log: Rename the macro argument because some preprocessors
36277              can't tell the difference and expand arguments also inside
36278              double quoted strings.
36279      Branch: perl
36280            ! regcomp.c
36281 ____________________________________________________________________________
36282 [  6746] By: jhi                                   on 2000/08/21  16:09:41
36283         Log: Support long doubles in Storable.
36284              
36285              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
36286              From: Radu Greab <radu@netsoft.ro>
36287              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
36288              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
36289      Branch: perl
36290            ! ext/Storable/Storable.xs
36291 ____________________________________________________________________________
36292 [  6745] By: jhi                                   on 2000/08/21  15:51:40
36293         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
36294              From: "Fifer, Eric" <EFifer@sanwaint.com>
36295              Date: Mon, 21 Aug 2000 15:34:49 +0100
36296              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
36297      Branch: perl
36298            ! t/pragma/warn/9enabled
36299 ____________________________________________________________________________
36300 [  6744] By: jhi                                   on 2000/08/21  15:39:35
36301         Log: Document the endianness of Alpha more precisely.
36302      Branch: perl
36303            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
36304            ! pod/perlport.pod
36305 ____________________________________________________________________________
36306 [  6743] By: jhi                                   on 2000/08/21  14:47:05
36307         Log: perldelta fixes from the p5p crowd.
36308      Branch: perl
36309            ! pod/perldelta.pod pod/perlop.pod
36310 ____________________________________________________________________________
36311 [  6742] By: jhi                                   on 2000/08/21  13:34:51
36312         Log: Update to Pod::LaTeX 0.53.
36313              
36314              Subject: [PATCH] lib/Pod/LaTeX.pm updates
36315              From: Tim Jenness <timj@jach.hawaii.edu>
36316              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
36317              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
36318      Branch: perl
36319            ! lib/Pod/LaTeX.pm
36320 ____________________________________________________________________________
36321 [  6741] By: jhi                                   on 2000/08/21  13:33:01
36322         Log: Subject: [PATCH] os2.c fix for use64bitint
36323              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36324              Date: Mon, 21 Aug 2000 01:32:25 -0700
36325              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
36326      Branch: perl
36327            ! os2/os2.c
36328 ____________________________________________________________________________
36329 [  6740] By: jhi                                   on 2000/08/21  13:28:52
36330         Log: Array context keeps slithering in.
36331              
36332              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
36333              From: Daniel Chetlin <daniel@chetlin.com>
36334              Date: Sun, 20 Aug 2000 21:40:25 -0700
36335              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
36336      Branch: perl
36337            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
36338            ! pod/perldebtut.pod
36339 ____________________________________________________________________________
36340 [  6739] By: jhi                                   on 2000/08/21  13:23:55
36341         Log: Big-endian quad fixes for Storable from Radu Greab,
36342              plus few explicit null casts for picky compilers.
36343      Branch: perl
36344            ! ext/Storable/Storable.xs
36345 ____________________________________________________________________________
36346 [  6738] By: gsar                                  on 2000/08/21  05:56:13
36347         Log: small tweaks for change#6705: avoid C++ style comments in C code;
36348              use Perl's malloc API rather than the low level system one
36349      Branch: perl
36350            ! win32/win32.c
36351 ____________________________________________________________________________
36352 [  6737] By: gsar                                  on 2000/08/21  05:35:41
36353         Log: add Storable to list of extensions on Windows
36354      Branch: perl
36355            ! win32/Makefile win32/makefile.mk
36356 ____________________________________________________________________________
36357 [  6736] By: jhi                                   on 2000/08/21  02:57:53
36358         Log: Update Changes.
36359      Branch: perl
36360            ! Changes patchlevel.h
36361 ____________________________________________________________________________
36362 [  6735] By: jhi                                   on 2000/08/21  02:57:20
36363         Log: Draft 0.
36364      Branch: perl
36365            ! pod/perldelta.pod
36366 ____________________________________________________________________________
36367 [  6734] By: jhi                                   on 2000/08/21  02:57:03
36368         Log: Add Storable 0.7.2 from Raphael Manfredi,
36369              plus the patch from
36370              
36371              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
36372              From: Radu Greab <radu@netsoft.ro>
36373              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
36374              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
36375              
36376              plus changes to get Storable to compile with
36377              picky ANSI compilers.
36378      Branch: perl
36379            + ext/Storable/ChangeLog ext/Storable/MANIFEST
36380            + ext/Storable/Makefile.PL ext/Storable/README
36381            + ext/Storable/Storable.pm ext/Storable/Storable.xs
36382            + ext/Storable/patchlevel.h t/lib/st-06compat.t
36383            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
36384            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
36385            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
36386            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
36387            + t/lib/st-tieditems.t
36388            ! MANIFEST
36389 ____________________________________________________________________________
36390 [  6733] By: jhi                                   on 2000/08/21  02:29:09
36391         Log: The correct cleaning order is an art.
36392      Branch: perl
36393            ! Makefile.SH
36394 ____________________________________________________________________________
36395 [  6732] By: jhi                                   on 2000/08/21  01:23:39
36396         Log: The #6724 is here.
36397      Branch: perl
36398            ! t/lib/ftmp-security.t
36399 ____________________________________________________________________________
36400 [  6731] By: jhi                                   on 2000/08/20  23:17:03
36401         Log: s/this one/the 5.6.0 release/
36402      Branch: perl
36403            ! pod/perl56delta.pod
36404 ____________________________________________________________________________
36405 [  6730] By: jhi                                   on 2000/08/20  23:07:34
36406         Log: Mention perlebcdic and perlposix-bc.
36407      Branch: perl
36408            ! pod/perlport.pod
36409 ____________________________________________________________________________
36410 [  6729] By: jhi                                   on 2000/08/20  21:32:59
36411         Log: Document the number of exponent digits.
36412      Branch: perl
36413            ! pod/perlfunc.pod
36414 ____________________________________________________________________________
36415 [  6728] By: jhi                                   on 2000/08/20  21:16:47
36416         Log: Use File::Spec->tmpdir().
36417              
36418              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
36419              From: Tim Jenness <timj@jach.hawaii.edu>
36420              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
36421              MIME-Version: 1.0
36422              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
36423      Branch: perl
36424            ! utils/perlbug.PL
36425 ____________________________________________________________________________
36426 [  6727] By: jhi                                   on 2000/08/20  20:43:32
36427         Log: Update Changes.
36428      Branch: perl
36429            ! Changes patchlevel.h
36430 ____________________________________________________________________________
36431 [  6726] By: jhi                                   on 2000/08/20  20:41:44
36432         Log: The veryclean target needs to clobber.
36433      Branch: perl
36434            ! Makefile.SH
36435 ____________________________________________________________________________
36436 [  6725] By: jhi                                   on 2000/08/20  20:37:38
36437         Log: Document odd vs even subreleases and -Dusedevel.
36438      Branch: perl
36439            ! INSTALL
36440 ____________________________________________________________________________
36441 [  6724] By: jhi                                   on 2000/08/20  19:58:05
36442         Log: Use temporary directory instead of current directory.
36443              
36444              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
36445              From: Tim Jenness <timj@jach.hawaii.edu>
36446              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
36447              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
36448      Branch: perl
36449            ! t/lib/ftmp-security.t
36450 ____________________________________________________________________________
36451 [  6723] By: jhi                                   on 2000/08/20  19:55:55
36452         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
36453              From: andreas.koenig@anima.de (Andreas J. Koenig)
36454              Date: 20 Aug 2000 15:52:03 +0200
36455              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
36456      Branch: perl
36457            ! lib/ExtUtils/MM_Unix.pm
36458 ____________________________________________________________________________
36459 [  6722] By: jhi                                   on 2000/08/20  19:46:01
36460         Log: Update to CGI 2.72, from Lincoln Stein.
36461      Branch: perl
36462            ! lib/CGI.pm
36463 ____________________________________________________________________________
36464 [  6721] By: jhi                                   on 2000/08/20  19:43:54
36465         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
36466              From: Radu Greab <radu@netsoft.ro>
36467              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
36468              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
36469      Branch: perl
36470            ! ext/GDBM_File/GDBM_File.xs
36471 ____________________________________________________________________________
36472 [  6720] By: jhi                                   on 2000/08/20  19:42:01
36473         Log: pp_open() could pass an uninitialized filename down to do_open9().
36474      Branch: perl
36475            ! pp_sys.c
36476 ____________________________________________________________________________
36477 [  6719] By: jhi                                   on 2000/08/20  14:06:41
36478         Log: UTF8 concat fixes.
36479              
36480              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
36481              From: Hugo <hv@crypt.compulink.co.uk>
36482              Date: Sun, 20 Aug 2000 07:30:46 +0100
36483              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
36484      Branch: perl
36485            ! pp_hot.c t/op/append.t
36486 ____________________________________________________________________________
36487 [  6718] By: jhi                                   on 2000/08/20  02:09:37
36488         Log: Let's try #6717 again.
36489      Branch: perl
36490            ! lib/File/Temp.pm
36491 ____________________________________________________________________________
36492 [  6717] By: jhi                                   on 2000/08/20  01:56:55
36493         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
36494              From: "Craig A. Berry" <craig.berry@metamorgs.com>
36495              Date: Sat, 19 Aug 2000 18:15:39 -0500
36496              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
36497      Branch: perl
36498            ! lib/File/Temp.pm
36499 ____________________________________________________________________________
36500 [  6716] By: jhi                                   on 2000/08/19  15:50:11
36501         Log: Update Changes.
36502      Branch: perl
36503            ! Changes patchlevel.h
36504 ____________________________________________________________________________
36505 [  6715] By: jhi                                   on 2000/08/19  15:39:09
36506         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
36507              From: Jonathan D Johnston <jdjohnston2@juno.com>
36508              Date: Thu, 17 Aug 2000 23:13:01 -0400       
36509              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
36510      Branch: perl
36511            ! pod/perlfunc.pod
36512 ____________________________________________________________________________
36513 [  6714] By: jhi                                   on 2000/08/19  15:34:04
36514         Log: Introduce a 'veryclean' target that is like 'distclean'
36515              but also removes *~ and *.orig.
36516      Branch: perl
36517            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
36518            ! utils/Makefile x2p/Makefile.SH
36519 ____________________________________________________________________________
36520 [  6713] By: jhi                                   on 2000/08/19  14:15:45
36521         Log: Put back the long double avoidance code to POSIX.xs
36522              because VMS seems to need it still.
36523      Branch: perl
36524            ! ext/POSIX/POSIX.xs
36525 ____________________________________________________________________________
36526 [  6712] By: jhi                                   on 2000/08/19  14:10:41
36527         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
36528              From: Peter Prymmer <pvhp@forte.com>
36529              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
36530              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
36531      Branch: perl
36532            ! lib/Pod/Find.pm t/pod/find.t
36533 ____________________________________________________________________________
36534 [  6711] By: jhi                                   on 2000/08/19  14:09:19
36535         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
36536              From: Peter Prymmer <pvhp@forte.com>
36537              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
36538              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
36539              cc: vmsperl@perl.org
36540      Branch: perl
36541            ! t/lib/peek.t
36542 ____________________________________________________________________________
36543 [  6710] By: jhi                                   on 2000/08/19  14:08:01
36544         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
36545              From: Jan Dubois <jand@ActiveState.com>
36546              Date: Fri, 18 Aug 2000 16:31:48 -0700
36547              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
36548      Branch: perl
36549            ! win32/win32.c
36550 ____________________________________________________________________________
36551 [  6709] By: jhi                                   on 2000/08/19  14:06:57
36552         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
36553              
36554              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
36555              From: Spider.Boardman@Orb.Nashua.NH.US
36556              Date: Fri, 18 Aug 2000 18:41:14 -0400
36557              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
36558      Branch: perl
36559            ! regcomp.c
36560 ____________________________________________________________________________
36561 [  6708] By: jhi                                   on 2000/08/18  22:04:49
36562         Log: Update Changes.
36563      Branch: perl
36564            ! Changes patchlevel.h
36565 ____________________________________________________________________________
36566 [  6707] By: jhi                                   on 2000/08/18  21:55:14
36567         Log: Add warnif(), check warnings further up the stack,
36568              all the warnings functions now can take an optional object reference.
36569              
36570              Subject: [PATCH bleedperl@6691] warnings pragma update
36571              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
36572              Date: Fri, 18 Aug 2000 22:42:06 +0100
36573              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
36574      Branch: perl
36575            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
36576            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
36577            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
36578 ____________________________________________________________________________
36579 [  6706] By: jhi                                   on 2000/08/18  21:41:45
36580         Log: Typo in pp_complement().
36581              
36582              Subject: [PATCH perl-current] Deparse
36583              From: Peter Scott <Peter@PSDT.com>
36584              Date: Fri, 18 Aug 2000 12:44:37 -0700
36585              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
36586      Branch: perl
36587            ! ext/B/B/Deparse.pm
36588 ____________________________________________________________________________
36589 [  6705] By: jhi                                   on 2000/08/18  21:25:59
36590         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
36591              From: Jan Dubois <jand@ActiveState.com>
36592              Date: Fri, 18 Aug 2000 14:22:51 -0700
36593              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
36594      Branch: perl
36595            ! lib/Win32.pod win32/win32.c
36596 ____________________________________________________________________________
36597 [  6704] By: jhi                                   on 2000/08/18  21:16:14
36598         Log: Don't eat leading os from index entries.
36599              
36600              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
36601              From: Russ Allbery <rra@stanford.edu>
36602              Date: 10 Aug 2000 20:49:25 -0700
36603              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
36604      Branch: perl
36605            ! lib/Pod/Man.pm
36606 ____________________________________________________________________________
36607 [  6703] By: jhi                                   on 2000/08/18  21:07:06
36608         Log: Add [[:blank:]] as suggested in
36609              
36610              Subject: [ID 20000716.024] [=cc=] / [:blank:]
36611              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
36612              Date: Sun, 16 Jul 2000 17:55:29 -0700
36613              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
36614              
36615              (the [=cc=] has already been taken care of by #6439
36616              so the whole bug report can be closed)
36617              
36618              and make [[:space:]] to be equivalent to isspace(3)
36619              (as opposed to \s, which is isSPACE()).  The difference
36620              is that now [[:space:]] matches the mythical vertical tab,
36621              while \s doesn't.
36622      Branch: perl
36623            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
36624            ! regexec.c t/op/pat.t
36625 ____________________________________________________________________________
36626 [  6702] By: jhi                                   on 2000/08/18  18:47:47
36627         Log: The new tests were missing from #6415.
36628      Branch: perl
36629            ! t/op/bop.t
36630 ____________________________________________________________________________
36631 [  6701] By: jhi                                   on 2000/08/18  18:20:40
36632         Log: Document the NDBM_File and ODBM_File as SDBM_File
36633              was documented in #6417.
36634      Branch: perl
36635            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
36636            ! ext/SDBM_File/SDBM_File.pm
36637 ____________________________________________________________________________
36638 [  6700] By: jhi                                   on 2000/08/18  18:10:39
36639         Log: Subject: [PATCH perl@6698] cygwin port
36640              From: "Fifer, Eric" <EFifer@sanwaint.com>
36641              Date: Fri, 18 Aug 2000 17:30:05 +0100
36642              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
36643      Branch: perl
36644            ! lib/File/Temp.pm
36645 ____________________________________________________________________________
36646 [  6699] By: jhi                                   on 2000/08/18  16:21:49
36647         Log: Document code point which makes if (defined %stash::) to work
36648              (noted by Spider Boardman).
36649      Branch: perl
36650            ! op.c
36651 ____________________________________________________________________________
36652 [  6698] By: jhi                                   on 2000/08/18  13:43:27
36653         Log: Update Changes.
36654      Branch: perl
36655            ! Changes patchlevel.h
36656 ____________________________________________________________________________
36657 [  6697] By: jhi                                   on 2000/08/18  13:35:57
36658         Log: Tiny Getopt::Long patch from Johan Vromans.
36659      Branch: perl
36660            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
36661 ____________________________________________________________________________
36662 [  6696] By: jhi                                   on 2000/08/18  13:26:14
36663         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
36664              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
36665              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
36666              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
36667      Branch: perl
36668            ! pod/perldiag.pod pod/perlsyn.pod
36669 ____________________________________________________________________________
36670 [  6695] By: jhi                                   on 2000/08/18  13:13:26
36671         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
36672              From: Daniel Chetlin <daniel@chetlin.com>
36673              Date: Fri, 18 Aug 2000 03:13:36 -0700
36674              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
36675      Branch: perl
36676            ! pod/perlfunc.pod
36677 ____________________________________________________________________________
36678 [  6694] By: jhi                                   on 2000/08/18  13:08:05
36679         Log: Subject: [PATCH] perltrap.pod spring cleaning
36680              From: Daniel Chetlin <daniel@chetlin.com>
36681              Date: Fri, 18 Aug 2000 03:06:54 -0700
36682              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
36683              
36684              plus Mike Guy's nitfix.
36685      Branch: perl
36686            ! pod/perltrap.pod
36687 ____________________________________________________________________________
36688 [  6693] By: jhi                                   on 2000/08/18  13:00:26
36689         Log: Unbuffer the output.
36690              
36691              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
36692              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36693              Date: Thu, 17 Aug 2000 18:39:29 -0700
36694              Message-ID: <RPJn5gzkgydf092yn@efn.org>
36695      Branch: perl
36696            ! t/op/fork.t
36697 ____________________________________________________________________________
36698 [  6692] By: jhi                                   on 2000/08/18  05:19:17
36699         Log: Delete the image, too, not just its MANIFEStation.
36700      Branch: perl
36701            - lib/CGI/eg/wilogo.gif
36702 ____________________________________________________________________________
36703 [  6691] By: jhi                                   on 2000/08/18  05:10:26
36704         Log: Propagate new Configure vars.
36705      Branch: perl
36706            ! configure.com epoc/config.sh uconfig.h uconfig.sh
36707            ! vos/config.def vos/config.h vos/config_h.SH_orig
36708            ! win32/config.bc win32/config.gc win32/config.vc
36709            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
36710 ____________________________________________________________________________
36711 [  6690] By: jhi                                   on 2000/08/18  04:30:56
36712         Log: Update Changes.
36713      Branch: perl
36714            ! Changes patchlevel.h
36715 ____________________________________________________________________________
36716 [  6689] By: jhi                                   on 2000/08/18  04:12:30
36717         Log: Fix the lib/complex failure of
36718              
36719              From: abigail@foad.org
36720              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
36721              Date: 15 Aug 2000 04:06:38 -0000
36722              Message-Id: <20000815040638.8524.qmail@foad.org> 
36723              
36724              Linux long double accuracy issue: something that
36725              when printed with %g looks like "2" but int() of it is 1.
36726      Branch: perl
36727            ! lib/Math/Complex.pm
36728 ____________________________________________________________________________
36729 [  6688] By: jhi                                   on 2000/08/18  03:15:35
36730         Log: The byteorder code in #6671 was wrong.
36731      Branch: perl
36732            ! configpm
36733 ____________________________________________________________________________
36734 [  6687] By: jhi                                   on 2000/08/18  02:08:42
36735         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
36736              From: Jan Dubois <jand@ActiveState.com>
36737              Date: Thu, 17 Aug 2000 18:31:55 -0700
36738              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
36739      Branch: perl
36740            ! sv.c
36741 ____________________________________________________________________________
36742 [  6686] By: jhi                                   on 2000/08/18  02:04:15
36743         Log: Use NVs in POSIX math, not doubles.
36744              
36745              From: abigail@foad.org
36746              Subject: [ID 20000817.014] POSIX & modfl
36747              Date: 17 Aug 2000 20:49:18 -0000
36748              Message-Id: <20000817204918.23123.qmail@foad.org>
36749      Branch: perl
36750            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
36751 ____________________________________________________________________________
36752 [  6685] By: jhi                                   on 2000/08/18  02:02:12
36753         Log: Introduce NVef, NVff, and NVgf, use the middle one.
36754              (helps for lib/peek + Linux + long doubles)  Reported in
36755              
36756              From: abigail@foad.org
36757              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
36758              Date: 15 Aug 2000 04:06:38 -0000
36759              Message-Id: <20000815040638.8524.qmail@foad.org> 
36760              
36761              (note: the lib/complex failure has not yet been addressed)
36762      Branch: metaconfig/U/perl
36763            ! perlxvf.U
36764      Branch: perl
36765            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36766            ! config_h.SH dump.c perl.h pod/perlguts.pod
36767 ____________________________________________________________________________
36768 [  6684] By: jhi                                   on 2000/08/17  23:22:19
36769         Log: Add byteorder to the myconfig output.
36770      Branch: perl
36771            ! myconfig.SH
36772 ____________________________________________________________________________
36773 [  6683] By: jhi                                   on 2000/08/17  23:20:19
36774         Log: The image doth not exist, spotted by Johan Vromans.
36775      Branch: perl
36776            ! MANIFEST
36777 ____________________________________________________________________________
36778 [  6682] By: jhi                                   on 2000/08/17  22:38:16
36779         Log: Document what the backtick returns if the command fails.
36780      Branch: perl
36781            ! pod/perlop.pod
36782 ____________________________________________________________________________
36783 [  6681] By: jhi                                   on 2000/08/17  22:33:12
36784         Log: Do not use prototyping here.
36785              
36786              Subject: [ID 20000817.016] [PATCH] Peek.xs
36787              From: abigail@foad.org
36788              Date: 17 Aug 2000 20:55:56 -0000
36789              Message-Id: <20000817205556.24270.qmail@foad.org>
36790      Branch: perl
36791            ! ext/Devel/Peek/Makefile.PL
36792 ____________________________________________________________________________
36793 [  6680] By: jhi                                   on 2000/08/17  19:46:43
36794         Log: Don't propose using modules built for 5.005 if no binary
36795              compatibility with 5.005 is attempted.
36796              
36797              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36798              Subject: Minor nit with 5.7.0 (6655)
36799              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
36800              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
36801      Branch: metaconfig
36802            ! U/installdirs/inc_version_list.U
36803      Branch: perl
36804            ! Configure config_h.SH
36805 ____________________________________________________________________________
36806 [  6679] By: jhi                                   on 2000/08/17  19:16:39
36807         Log: Microperl config update.
36808      Branch: perl
36809            ! uconfig.h uconfig.sh
36810 ____________________________________________________________________________
36811 [  6678] By: jhi                                   on 2000/08/17  19:16:13
36812         Log: The #6648 wasn't protective enough for limited platforms
36813              (like microperl).
36814      Branch: perl
36815            ! dump.c sv.c
36816 ____________________________________________________________________________
36817 [  6677] By: jhi                                   on 2000/08/17  14:46:35
36818         Log: Update Changes.
36819      Branch: perl
36820            ! Changes patchlevel.h
36821 ____________________________________________________________________________
36822 [  6676] By: jhi                                   on 2000/08/17  14:44:02
36823         Log: Add perlebcdic from Peter Prymmer, regen toc.
36824      Branch: perl
36825            + pod/perlebcdic.pod
36826            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
36827 ____________________________________________________________________________
36828 [  6675] By: jhi                                   on 2000/08/17  14:41:52
36829         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
36830      Branch: perl
36831            ! pod/perldebtut.pod
36832 ____________________________________________________________________________
36833 [  6674] By: jhi                                   on 2000/08/17  14:29:43
36834         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
36835              
36836              Subject: [ID 20000724.006] -DLEAKTEST problem
36837              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
36838              Date: Tue, 25 Jul 2000 00:36:32 -0500
36839              Message-Id: <20000725003632.A26186@www.llamacom.com>
36840              
36841              Reminder sent
36842              
36843              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
36844              From: Hugo <hv@crypt.compulink.co.uk>
36845              Date: Thu, 17 Aug 2000 15:23:42 +0100
36846              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
36847      Branch: perl
36848            ! util.c
36849 ____________________________________________________________________________
36850 [  6673] By: jhi                                   on 2000/08/17  04:07:10
36851         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
36852              From: John Peacock <JPeacock@UnivPress.com>
36853              Date: Tue, 01 Aug 2000 09:38:12 -0400
36854              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
36855      Branch: perl
36856            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
36857 ____________________________________________________________________________
36858 [  6672] By: jhi                                   on 2000/08/17  03:04:35
36859         Log: Subject: [PATCH] Cwd.pm now uses strict
36860              From: Tim Jenness <timj@jach.hawaii.edu>
36861              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
36862              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
36863      Branch: perl
36864            ! lib/Cwd.pm
36865 ____________________________________________________________________________
36866 [  6671] By: jhi                                   on 2000/08/17  02:16:35
36867         Log: Make $Config{byteorder} more magical so that it is
36868              dynamically computed: nice for 'fat binaries'.
36869              
36870              Subject: [PATCH]: default byteorder
36871              From: Wilfredo Sánchez <wsanchez@apple.com>
36872              Date: Mon, 31 Jul 2000 19:45:31 -0700
36873              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
36874      Branch: perl
36875            ! configpm
36876 ____________________________________________________________________________
36877 [  6670] By: gsar                                  on 2000/08/17  01:22:21
36878         Log: move WNOHANG definition to where other such things are
36879      Branch: perl
36880            ! win32/win32.h
36881 ____________________________________________________________________________
36882 [  6669] By: jhi                                   on 2000/08/17  01:19:17
36883         Log: Update Changes.
36884      Branch: perl
36885            ! Changes patchlevel.h
36886 ____________________________________________________________________________
36887 [  6668] By: jhi                                   on 2000/08/17  01:16:29
36888         Log: Doc nits spotted by Richard Soderberg.
36889      Branch: perl
36890            ! README.posix-bc README.vmesa
36891 ____________________________________________________________________________
36892 [  6667] By: jhi                                   on 2000/08/17  01:12:11
36893         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
36894              From: "Casey R. Tweten" <crt@kiski.net>
36895              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
36896              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
36897      Branch: perl
36898            ! pod/perldebtut.pod
36899 ____________________________________________________________________________
36900 [  6666] By: jhi                                   on 2000/08/17  01:09:31
36901         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
36902              From: "Casey R. Tweten" <crt@kiski.net>
36903              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
36904              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
36905      Branch: perl
36906            ! lib/Shell.pm
36907 ____________________________________________________________________________
36908 [  6665] By: gsar                                  on 2000/08/17  01:03:52
36909         Log: add "ok" targets from change#6632 in makefile.mk
36910      Branch: perl
36911            ! pod/perlport.pod win32/Makefile win32/makefile.mk
36912 ____________________________________________________________________________
36913 [  6664] By: gsar                                  on 2000/08/17  00:56:11
36914         Log: avoid warnings from dense compiler
36915      Branch: perl
36916            ! win32/win32.c
36917 ____________________________________________________________________________
36918 [  6663] By: jhi                                   on 2000/08/17  00:51:49
36919         Log: Tweak the regex compilation errors once more.
36920      Branch: perl
36921            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
36922            ! t/op/regmesg.t t/pragma/warn/regcomp
36923 ____________________________________________________________________________
36924 [  6662] By: gsar                                  on 2000/08/17  00:28:19
36925         Log: trailing new %ENV entries weren't being pushed into the real
36926              environment of subprocesses on Windows
36927      Branch: perl
36928            ! t/op/magic.t win32/perlhost.h
36929 ____________________________________________________________________________
36930 [  6661] By: gsar                                  on 2000/08/17  00:19:20
36931         Log: waitpid() now handles externally spawned pids correctly;
36932              fixes for backtick/wait/waitpid failures on Windows 9x
36933              
36934              these changes make the pid returned by process functions on
36935              Windows 9x always positive by clearing the high bit (which
36936              is always set on Win9x); pseudo-process PIDs are likewise
36937              always negative now on Win9x (just as on NT/2000)
36938      Branch: perl
36939            ! pp_sys.c win32/perlhost.h win32/win32.c
36940 ____________________________________________________________________________
36941 [  6660] By: jhi                                   on 2000/08/17  00:04:32
36942         Log: Retract #6645.
36943      Branch: perl
36944            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36945            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
36946            ! t/op/sprintf.t
36947 ____________________________________________________________________________
36948 [  6659] By: gsar                                  on 2000/08/16  23:59:28
36949         Log: on windows, the return values from wait() and waitpid() don't
36950              match those of pseudo-pids
36951      Branch: perl
36952            ! pp_sys.c t/op/fork.t util.c win32/win32.c
36953 ____________________________________________________________________________
36954 [  6658] By: gsar                                  on 2000/08/16  23:56:14
36955         Log: pod nit seen in passing
36956      Branch: perl
36957            ! pod/perlfunc.pod
36958 ____________________________________________________________________________
36959 [  6657] By: gsar                                  on 2000/08/16  23:53:42
36960         Log: change#6328 could make close(SOCKET) return false on windows
36961              when it shouldn't
36962      Branch: perl
36963            ! win32/win32sck.c
36964 ____________________________________________________________________________
36965 [  6656] By: gsar                                  on 2000/08/16  23:46:57
36966         Log: check that the number pseudo children doesn't exceed
36967              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
36968              the WaitForMultipleObjects() limit that would cause wait()
36969              to crash)
36970              
36971              wait() and waitpid() could potentially be rewritten to use
36972              more than one thread to do the waiting to eliminate this
36973              limitation
36974      Branch: perl
36975            ! win32/perlhost.h
36976 ____________________________________________________________________________
36977 [  6655] By: jhi                                   on 2000/08/16  14:11:05
36978         Log: Update Changes.
36979      Branch: perl
36980            ! Changes patchlevel.h
36981 ____________________________________________________________________________
36982 [  6654] By: jhi                                   on 2000/08/16  14:10:12
36983         Log: Update to perldebtut 1.9, from Richard Foley.
36984      Branch: perl
36985            ! pod/perldebtut.pod
36986 ____________________________________________________________________________
36987 [  6653] By: jhi                                   on 2000/08/16  14:08:17
36988         Log: Change the regx compilation error markers to use = instead of <
36989              since pod makes using the latter quite messy.  Reported in
36990              ID 20000814.006 by Abigail and in
36991              Subject: Unknown escape E<> ?
36992              From: Lupe Christoph <lupe@lupe-christoph.de>
36993              Date: Fri, 11 Aug 2000 00:30:27 +0200
36994              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
36995      Branch: perl
36996            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
36997            ! t/op/regmesg.t t/pragma/warn/regcomp
36998 ____________________________________________________________________________
36999 [  6652] By: jhi                                   on 2000/08/16  13:25:31
37000         Log: Change the perlbug address to perl.org since it's more forgiving.
37001              
37002              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
37003              From: abigail@foad.org
37004              Date: 15 Aug 2000 04:15:40 -0000
37005              Message-Id: <20000815041540.8633.qmail@foad.org>
37006      Branch: perl
37007            ! utils/perlbug.PL
37008 ____________________________________________________________________________
37009 [  6651] By: jhi                                   on 2000/08/16  13:22:35
37010         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
37011              From: Tim Jenness <timj@jach.hawaii.edu>
37012              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
37013              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
37014      Branch: perl
37015            ! lib/Cwd.pm
37016 ____________________________________________________________________________
37017 [  6650] By: jhi                                   on 2000/08/16  13:18:13
37018         Log: Update to CPAN 1.57.
37019              
37020              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
37021              From: andreas.koenig@anima.de (Andreas J. Koenig)
37022              Date: 16 Aug 2000 15:09:46 +0200
37023              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
37024      Branch: perl
37025            ! lib/CPAN.pm
37026 ____________________________________________________________________________
37027 [  6649] By: jhi                                   on 2000/08/16  13:12:31
37028         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
37029              From: "Larry W. Virden" <lvirden@cas.org>
37030              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
37031              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
37032      Branch: perl
37033            ! README.hpux
37034 ____________________________________________________________________________
37035 [  6648] By: jhi                                   on 2000/08/16  13:03:53
37036         Log: The numeric locale was reset to "C" by s?printf and never restored.
37037              
37038              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37039              From: Christian Kirsch <ck@held.mind.de>
37040              Date: Wed, 9 Aug 2000 17:05:17 +0200
37041              Message-Id: <20000809170517.A25389@held>
37042              
37043              No test since adding the failing example to locale.t
37044              does not fail -- probably because the locale settings are so
37045              thoroughly tweaked by that time.  Running the example standalone
37046              does fail, though.  UPDATE: test case added at change #7540.
37047      Branch: perl
37048            ! dump.c perl.h pp.c pp_ctl.c sv.c
37049 ____________________________________________________________________________
37050 [  6647] By: jhi                                   on 2000/08/16  00:07:54
37051         Log: Update Changes and test semi-automatic patchlevel updating.
37052      Branch: perl
37053            ! Changes patchlevel.h
37054 ____________________________________________________________________________
37055 [  6646] By: jhi                                   on 2000/08/15  23:35:07
37056         Log: Fix a dependency problem.
37057              
37058              Subject: [PATCH: 6640] VMS Makefile.SH update
37059              From: Peter Prymmer <pvhp@forte.com>
37060              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
37061              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
37062      Branch: perl
37063            ! vms/descrip_mms.template
37064 ____________________________________________________________________________
37065 [  6645] By: jhi                                   on 2000/08/15  23:33:23
37066         Log: (Retracted by #6660)
37067              
37068              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
37069              From: Dominic Dunlop <domo@computer.org>
37070              Date: Tue, 15 Aug 2000 22:20:52 +0200
37071              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
37072      Branch: metaconfig/U/perl
37073            + d_printfed.U
37074      Branch: perl
37075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37076            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
37077            ! t/op/sprintf.t
37078 ____________________________________________________________________________
37079 [  6644] By: jhi                                   on 2000/08/15  21:17:20
37080         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
37081              From: abigail@foad.org
37082              Date: 15 Aug 2000 20:12:41 -0000
37083              Message-Id: <20000815201241.25556.qmail@foad.org>
37084      Branch: perl
37085            ! INSTALL
37086 ____________________________________________________________________________
37087 [  6643] By: jhi                                   on 2000/08/15  21:15:28
37088         Log: (an already applied patch)
37089      Branch: perl
37090            ! lib/CGI.pm
37091 ____________________________________________________________________________
37092 [  6642] By: gsar                                  on 2000/08/15  19:54:05
37093         Log: magic callbacks all need to have same type signature
37094      Branch: perl
37095            ! embed.pl mg.c proto.h
37096 ____________________________________________________________________________
37097 [  6641] By: jhi                                   on 2000/08/15  17:56:27
37098         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)
37099              From: Mike Guy <mjtg@cam.ac.uk>
37100              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
37101              Date: Tue, 15 Aug 2000 18:26:45 +0100
37102              
37103              Only the peek.t part applied, not the hash quality part.
37104      Branch: perl
37105            ! t/lib/peek.t
37106 ____________________________________________________________________________
37107 [  6640] By: jhi                                   on 2000/08/15  16:37:37
37108         Log: Update Changes.
37109      Branch: perl
37110            ! Changes
37111 ____________________________________________________________________________
37112 [  6639] By: jhi                                   on 2000/08/15  16:34:55
37113         Log: Missed a file from #6638.
37114      Branch: perl
37115            ! lib/File/Temp.pm
37116 ____________________________________________________________________________
37117 [  6638] By: jhi                                   on 2000/08/15  16:33:19
37118         Log: Subject: [PATCH perl@6620] cygwin port
37119              From: "Fifer, Eric" <EFifer@sanwaint.com>
37120              Date: Tue, 15 Aug 2000 17:00:49 +0100
37121              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
37122      Branch: perl
37123            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
37124 ____________________________________________________________________________
37125 [  6637] By: jhi                                   on 2000/08/15  16:29:22
37126         Log: Subject: [PATCH] debugger exit code should reflect user exit code
37127              From: Mike Guy <mjtg@cam.ac.uk>
37128              Date: Tue, 15 Aug 2000 16:55:59 +0100
37129              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
37130      Branch: perl
37131            ! lib/perl5db.pl
37132 ____________________________________________________________________________
37133 [  6636] By: jhi                                   on 2000/08/15  15:30:58
37134         Log: Update Changes.
37135      Branch: perl
37136            ! Changes
37137 ____________________________________________________________________________
37138 [  6635] By: jhi                                   on 2000/08/15  15:27:21
37139         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
37140      Branch: metaconfig
37141            ! U/mkglossary U/mksample
37142      Branch: metaconfig/U/perl
37143            ! Devel.U
37144      Branch: perl
37145            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37146 ____________________________________________________________________________
37147 [  6634] By: jhi                                   on 2000/08/15  14:11:55
37148         Log: Don't blow limited stacks, a lower number is enough to
37149              tickle the lookbehind limit.
37150              
37151              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
37152              From: Dominic Dunlop <domo@computer.org>
37153              Date: Tue, 15 Aug 2000 13:51:24 +0200
37154              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
37155      Branch: perl
37156            ! t/op/regmesg.t
37157 ____________________________________________________________________________
37158 [  6633] By: jhi                                   on 2000/08/15  14:01:46
37159         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
37160              From: Mike Guy <mjtg@cam.ac.uk>
37161              Date: Tue, 15 Aug 2000 12:10:50 +0100
37162              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
37163      Branch: perl
37164            ! utils/perldoc.PL
37165 ____________________________________________________________________________
37166 [  6632] By: jhi                                   on 2000/08/15  13:58:48
37167         Log: make ok etc also for win32.
37168              
37169              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
37170              From: Prymmer/Kahn <pvhp@best.com>
37171              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
37172              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
37173      Branch: perl
37174            ! win32/Makefile
37175 ____________________________________________________________________________
37176 [  6631] By: jhi                                   on 2000/08/15  13:45:03
37177         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
37178      Branch: perl
37179            ! lib/Test.pm
37180 ____________________________________________________________________________
37181 [  6630] By: jhi                                   on 2000/08/15  03:25:09
37182         Log: Update Changes.
37183      Branch: perl
37184            ! Changes
37185 ____________________________________________________________________________
37186 [  6629] By: jhi                                   on 2000/08/15  03:23:53
37187         Log: magic_regdatum_set() is void, not int.
37188      Branch: perl
37189            ! embed.pl mg.c proto.h
37190 ____________________________________________________________________________
37191 [  6628] By: jhi                                   on 2000/08/15  03:08:02
37192         Log: Make the user to give up his firstborn, err, to knowingly
37193              verify installing an unstable developer release.  Also bump
37194              the release to 5.7.0, but leave a patch tag in the local
37195              patches saying that this is not yet the real thing.
37196      Branch: metaconfig
37197            ! U/modified/Instruct.U
37198      Branch: metaconfig/U/perl
37199            + Devel.U
37200      Branch: perl
37201            ! Configure patchlevel.h
37202 ____________________________________________________________________________
37203 [  6627] By: jhi                                   on 2000/08/14  22:32:52
37204         Log: README.os2 update.
37205              
37206              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
37207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
37208              Date: Wed, 02 Aug 2000 21:55:09 -0700
37209              Message-ID: <tsPi5gzkgegX092yn@efn.org>
37210      Branch: perl
37211            ! README.os2
37212 ____________________________________________________________________________
37213 [  6626] By: jhi                                   on 2000/08/14  21:00:02
37214         Log: Subject: Re: File::Temp problems on VMS in bleedperl
37215              From: Tim Jenness <timj@jach.hawaii.edu>
37216              cc: vmsperl@perl.org
37217              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
37218              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
37219      Branch: perl
37220            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
37221 ____________________________________________________________________________
37222 [  6625] By: jhi                                   on 2000/08/14  20:52:16
37223         Log: Add SUIDMAIL as was done for the CERT alert.
37224      Branch: perl
37225            ! patchlevel.h
37226 ____________________________________________________________________________
37227 [  6624] By: jhi                                   on 2000/08/14  20:48:50
37228         Log: Subject: sfio2000
37229              From: Daniel Muino <dmuino@afip.gov.ar>
37230              Date: Mon, 14 Aug 2000 16:58:11 -0300
37231              Message-ID: <20000814165811.B16368@con2-dgi>
37232      Branch: perl
37233            ! perlsdio.h perlsfio.h
37234 ____________________________________________________________________________
37235 [  6623] By: jhi                                   on 2000/08/14  20:47:36
37236         Log: Subject: warning: storage class after type is obsolescent
37237              From: Daniel Muino <dmuino@afip.gov.ar>
37238              Date: Mon, 14 Aug 2000 16:42:47 -0300
37239              Message-ID: <20000814164247.A16368@con2-dgi>
37240      Branch: perl
37241            ! regcomp.pl regnodes.h
37242 ____________________________________________________________________________
37243 [  6622] By: jhi                                   on 2000/08/14  20:43:05
37244         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
37245              From: abigail@foad.org
37246              Date: 14 Aug 2000 20:00:10 -0000
37247              Message-Id: <20000814200010.27271.qmail@foad.org>
37248      Branch: perl
37249            ! Changes
37250 ____________________________________________________________________________
37251 [  6621] By: jhi                                   on 2000/08/14  15:23:05
37252         Log: Update Changes.
37253      Branch: perl
37254            ! Changes
37255 ____________________________________________________________________________
37256 [  6620] By: jhi                                   on 2000/08/14  15:22:14
37257         Log: Subject: Re: [PATCH] @+, @- readonly
37258              From: Mike Guy <mjtg@cam.ac.uk>
37259              Date: Mon, 14 Aug 2000 15:26:55 +0100
37260              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
37261      Branch: perl
37262            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
37263            ! sv.c t/op/pat.t
37264 ____________________________________________________________________________
37265 [  6619] By: jhi                                   on 2000/08/14  14:12:08
37266         Log: Update Changes.
37267      Branch: perl
37268            ! Changes
37269 ____________________________________________________________________________
37270 [  6618] By: jhi                                   on 2000/08/14  14:09:34
37271         Log: For now remove the mail code.
37272      Branch: perl
37273            ! perl.c
37274 ____________________________________________________________________________
37275 [  6617] By: jhi                                   on 2000/08/14  14:08:28
37276         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
37277      Branch: perl
37278            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
37279            ! pod/perlfaq8.pod pod/perlsec.pod
37280 ____________________________________________________________________________
37281 [  6616] By: jhi                                   on 2000/08/14  14:00:11
37282         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37283              From: Mike Guy <mjtg@cam.ac.uk>
37284              Date: Mon, 14 Aug 2000 08:26:02 +0100
37285              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
37286      Branch: perl
37287            ! lib/perl5db.pl
37288 ____________________________________________________________________________
37289 [  6615] By: jhi                                   on 2000/08/14  13:58:45
37290         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
37291              From: Mike Guy <mjtg@cam.ac.uk>
37292              Date: Mon, 14 Aug 2000 08:04:22 +0100
37293              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
37294      Branch: perl
37295            ! gv.c mg.c t/op/pat.t
37296 ____________________________________________________________________________
37297 [  6614] By: jhi                                   on 2000/08/14  13:56:45
37298         Log: Subject: Test fails / warnings with perl-current #6612
37299              From: Mike Guy <mjtg@cam.ac.uk>
37300              Date: Mon, 14 Aug 2000 07:57:23 +0100
37301              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
37302      Branch: perl
37303            ! t/lib/b.t t/lib/peek.t
37304 ____________________________________________________________________________
37305 [  6613] By: jhi                                   on 2000/08/14  13:45:33
37306         Log: VMS configure.com update continues.
37307      Branch: perl
37308            - vms/configure.com
37309            ! MANIFEST configure.com
37310 ____________________________________________________________________________
37311 [  6612] By: jhi                                   on 2000/08/13  22:13:35
37312         Log: Update Changes.
37313      Branch: perl
37314            ! Changes
37315 ____________________________________________________________________________
37316 [  6611] By: jhi                                   on 2000/08/13  16:21:45
37317         Log: Upgrade to CGI 2.71, from Lincoln Stein.
37318      Branch: perl
37319            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
37320 ____________________________________________________________________________
37321 [  6610] By: jhi                                   on 2000/08/13  15:09:16
37322         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
37323              From: Mike Guy <mjtg@cam.ac.uk>
37324              Date: Sun, 13 Aug 2000 13:45:51 +0100
37325              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
37326      Branch: perl
37327            ! t/op/regmesg.t
37328 ____________________________________________________________________________
37329 [  6609] By: jhi                                   on 2000/08/13  14:31:26
37330         Log: Andreas says that 1.56 is fine, so reverting back to it.
37331      Branch: perl
37332            ! lib/CPAN.pm
37333 ____________________________________________________________________________
37334 [  6608] By: jhi                                   on 2000/08/13  05:34:20
37335         Log: Update Changes.
37336      Branch: perl
37337            ! Changes
37338 ____________________________________________________________________________
37339 [  6607] By: jhi                                   on 2000/08/13  05:32:01
37340         Log: Put back the \z changes of #5406 to CPAN.pm.
37341      Branch: perl
37342            ! lib/CPAN.pm
37343 ____________________________________________________________________________
37344 [  6606] By: jhi                                   on 2000/08/13  05:20:16
37345         Log: Fix-n-skip the tests under 5005threads.
37346      Branch: perl
37347            ! t/lib/b.t
37348 ____________________________________________________________________________
37349 [  6605] By: jhi                                   on 2000/08/13  05:07:48
37350         Log: Fix the test for 5005threads.
37351      Branch: perl
37352            ! t/lib/peek.t
37353 ____________________________________________________________________________
37354 [  6604] By: jhi                                   on 2000/08/13  03:35:37
37355         Log: Should have deleted this in #6603.
37356      Branch: perl
37357            - vms/subconfigure.com
37358 ____________________________________________________________________________
37359 [  6603] By: jhi                                   on 2000/08/12  18:29:32
37360         Log: Rewrite of vms/subconfigure.com as configure.com,
37361              from Peter Prymmer and the vmsperl crew.
37362      Branch: perl
37363            + vms/configure.com
37364            ! MANIFEST
37365 ____________________________________________________________________________
37366 [  6602] By: jhi                                   on 2000/08/11  13:00:01
37367         Log: PlainText.pm is dead.
37368      Branch: perl
37369            - lib/Pod/PlainText.pm
37370            ! MANIFEST
37371 ____________________________________________________________________________
37372 [  6601] By: jhi                                   on 2000/08/11  04:06:45
37373         Log: Update Changes.
37374      Branch: perl
37375            ! Changes
37376 ____________________________________________________________________________
37377 [  6600] By: jhi                                   on 2000/08/11  04:06:10
37378         Log: Add a few missing files, update MANIFEST.
37379      Branch: perl
37380            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
37381            + lib/Pod/PlainText.pm t/pod/find.t
37382            ! MANIFEST t/op/regmesg.t
37383 ____________________________________________________________________________
37384 [  6599] By: jhi                                   on 2000/08/11  03:31:10
37385         Log: Add Perl debugging tutorial, regen toc. 
37386              
37387              Subject: perldebtut.pod
37388              From: Richard Foley <Richard.Foley@m.dasa.de>
37389              Date: Wed, 09 Aug 2000 10:17:15 +0200
37390              Message-id: <3991138B.262247B8@m.dasa.de>
37391      Branch: perl
37392            + pod/perldebtut.pod
37393            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
37394 ____________________________________________________________________________
37395 [  6598] By: jhi                                   on 2000/08/11  02:48:56
37396         Log: tiny Changes edit
37397      Branch: perl
37398            ! Changes
37399 ____________________________________________________________________________
37400 [  6597] By: jhi                                   on 2000/08/11  02:39:04
37401         Log: Tests for #6589.
37402              
37403              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37404              From: simon@brecon.co.uk (Simon Cozens)
37405              Date: 11 Aug 2000 02:24:52 GMT
37406              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
37407      Branch: perl
37408            ! t/lib/b.t
37409 ____________________________________________________________________________
37410 [  6596] By: jhi                                   on 2000/08/11  01:50:07
37411         Log: Update Changes.
37412      Branch: perl
37413            ! Changes
37414 ____________________________________________________________________________
37415 [  6595] By: jhi                                   on 2000/08/11  01:47:16
37416         Log: nitfix
37417      Branch: perl
37418            ! Changes
37419 ____________________________________________________________________________
37420 [  6594] By: jhi                                   on 2000/08/11  01:36:16
37421         Log: Subject: Getting perlio and threads to compile
37422              From: Lupe Christoph <lupe@lupe-christoph.de>
37423              Date: Wed, 9 Aug 2000 11:35:54 +0200
37424              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
37425              
37426              (the Solaris version changes in Configure skipped)
37427      Branch: perl
37428            ! hints/solaris_2.sh thread.h
37429 ____________________________________________________________________________
37430 [  6593] By: jhi                                   on 2000/08/11  01:30:16
37431         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
37432              From: simon@brecon.co.uk (Simon Cozens)
37433              Date: 1 Aug 2000 06:55:19 GMT
37434              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
37435      Branch: perl
37436            ! lib/utf8.pm
37437 ____________________________________________________________________________
37438 [  6592] By: jhi                                   on 2000/08/11  01:26:39
37439         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
37440              From: Peter Scott <Peter@PeterScott.com>
37441              Date: Thu, 10 Aug 2000 08:23:27 -0700
37442              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
37443      Branch: perl
37444            ! lib/perl5db.pl
37445 ____________________________________________________________________________
37446 [  6591] By: jhi                                   on 2000/08/11  01:22:02
37447         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
37448              From: Hugo <hv@crypt.compulink.co.uk>
37449              Date: Thu, 10 Aug 2000 19:23:04 +0100
37450              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
37451      Branch: perl
37452            ! regexec.c t/op/pat.t
37453 ____________________________________________________________________________
37454 [  6590] By: jhi                                   on 2000/08/11  01:19:19
37455         Log: Preprocessing and postprocessing for File::Find.
37456              
37457              Subject: Patch to Find::File.pm to allow alphabetical results
37458              From: Joe Smith <jsmith@inwap.com>
37459              Date: Wed, 9 Aug 2000 02:44:54 -0700
37460              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
37461      Branch: perl
37462            ! lib/File/Find.pm
37463 ____________________________________________________________________________
37464 [  6589] By: jhi                                   on 2000/08/11  01:12:39
37465         Log: B::Deparse didn't do sub attributes.
37466              
37467              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
37468              From: simon@brecon.co.uk (Simon Cozens)
37469              Date: 9 Aug 2000 04:49:20 GMT
37470              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
37471      Branch: perl
37472            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
37473 ____________________________________________________________________________
37474 [  6588] By: jhi                                   on 2000/08/11  01:06:40
37475         Log: Subject: debugger "d" command doesnt check line number
37476              From: Mike Guy <mjtg@cam.ac.uk>
37477              Date: Tue, 08 Aug 2000 21:54:29 +0100
37478              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
37479      Branch: perl
37480            ! lib/perl5db.pl mg.c pod/perldiag.pod
37481 ____________________________________________________________________________
37482 [  6587] By: jhi                                   on 2000/08/11  00:45:03
37483         Log: sleep(1) does not necessarily return 1.
37484              
37485              Subject: [PATCH bleadperl] op/lex_assign.t  
37486              From: Hugo <hv@crypt.compulink.co.uk>
37487              Date: Thu, 03 Aug 2000 14:34:22 +0100        
37488              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
37489      Branch: perl
37490            ! t/op/lex_assign.t
37491 ____________________________________________________________________________
37492 [  6586] By: jhi                                   on 2000/08/11  00:31:50
37493         Log: Document the IO::Select timeout.
37494      Branch: perl
37495            ! ext/IO/lib/IO/Select.pm
37496 ____________________________________________________________________________
37497 [  6585] By: jhi                                   on 2000/08/11  00:13:54
37498         Log: Forgot contributor.
37499      Branch: perl
37500            ! Changes
37501 ____________________________________________________________________________
37502 [  6584] By: jhi                                   on 2000/08/11  00:09:19
37503         Log: detypo
37504      Branch: perl
37505            ! Changes
37506 ____________________________________________________________________________
37507 [  6583] By: jhi                                   on 2000/08/11  00:07:53
37508         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
37509              
37510              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
37511              From: Mike Guy <mjtg@cam.ac.uk> 
37512              Date: Thu, 10 Aug 2000 15:50:54 +0100
37513              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
37514      Branch: perl
37515            ! sv.c t/op/int.t
37516 ____________________________________________________________________________
37517 [  6582] By: jhi                                   on 2000/08/10  23:29:32
37518         Log: Update Changes.
37519      Branch: perl
37520            ! Changes
37521 ____________________________________________________________________________
37522 [  6581] By: jhi                                   on 2000/08/10  23:26:16
37523         Log: Put back the std @INC thing.
37524      Branch: perl
37525            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
37526            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
37527            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
37528            ! t/lib/gol-oo.t
37529 ____________________________________________________________________________
37530 [  6580] By: jhi                                   on 2000/08/10  23:03:34
37531         Log: Update to CGI 2.70, from Lincoln Stein.
37532      Branch: perl
37533            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
37534            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
37535            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
37536            ! t/lib/cgi-request.t
37537 ____________________________________________________________________________
37538 [  6579] By: jhi                                   on 2000/08/10  22:41:50
37539         Log: Update to CPAN 1.56, from Andreas König.
37540      Branch: perl
37541            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37542 ____________________________________________________________________________
37543 [  6578] By: jhi                                   on 2000/08/10  22:38:13
37544         Log: Update to Pod::Parser 1.17, from Brad Appleton.
37545      Branch: perl
37546            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
37547            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
37548            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
37549            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
37550            ! t/pod/include.t t/pod/included.t t/pod/lref.t
37551            ! t/pod/multiline_items.t t/pod/nested_items.t
37552            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
37553            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
37554            ! t/pod/special_seqs.t
37555 ____________________________________________________________________________
37556 [  6577] By: jhi                                   on 2000/08/10  22:35:41
37557         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
37558      Branch: perl
37559            ! AUTHORS MAINTAIN
37560 ____________________________________________________________________________
37561 [  6576] By: jhi                                   on 2000/08/10  22:24:54
37562         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
37563      Branch: perl
37564            + t/lib/gol-oo.t
37565            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
37566            ! t/lib/gol-compat.t t/lib/gol-linkage.t
37567 ____________________________________________________________________________
37568 [  6575] By: jhi                                   on 2000/08/10  22:02:07
37569         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
37570      Branch: perl
37571            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
37572 ____________________________________________________________________________
37573 [  6574] By: jhi                                   on 2000/08/10  21:55:03
37574         Log: Iterating perl6 description.
37575      Branch: perl
37576            ! pod/perlfaq1.pod
37577 ____________________________________________________________________________
37578 [  6573] By: jhi                                   on 2000/08/10  21:48:26
37579         Log: Revert the sv.c part of #6559, a better fix is needed.
37580      Branch: perl
37581            ! sv.c
37582 ____________________________________________________________________________
37583 [  6572] By: jhi                                   on 2000/08/10  20:33:43
37584         Log: It's the 2ndO'ROSSC.
37585      Branch: perl
37586            ! pod/perlfaq1.pod
37587 ____________________________________________________________________________
37588 [  6571] By: jhi                                   on 2000/08/10  15:55:48
37589         Log: detypo
37590      Branch: perl
37591            ! pod/perlfaq1.pod
37592 ____________________________________________________________________________
37593 [  6570] By: jhi                                   on 2000/08/10  14:11:17
37594         Log: An exceptionally sticky typo.
37595      Branch: perl
37596            ! Changes
37597 ____________________________________________________________________________
37598 [  6569] By: jhi                                   on 2000/08/10  14:09:33
37599         Log: detypo (and test Changes updating script)
37600      Branch: perl
37601            ! Changes
37602 ____________________________________________________________________________
37603 [  6568] By: jhi                                   on 2000/08/10  14:07:07
37604         Log: Update Changes.
37605      Branch: perl
37606            ! Changes
37607 ____________________________________________________________________________
37608 [  6567] By: jhi                                   on 2000/08/10  14:06:19
37609         Log: Amend the description of Perl6.
37610              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
37611              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
37612              Date: Wed, 9 Aug 2000 22:11:06 -0500
37613              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
37614      Branch: perl
37615            ! pod/perlfaq1.pod
37616 ____________________________________________________________________________
37617 [  6566] By: jhi                                   on 2000/08/10  13:58:57
37618         Log: Subject: Remove dead entry in perldiag
37619              From: Mike Guy <mjtg@cam.ac.uk>
37620              Date: Thu, 10 Aug 2000 14:19:19 +0100
37621              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
37622      Branch: perl
37623            ! pod/perldiag.pod
37624 ____________________________________________________________________________
37625 [  6565] By: jhi                                   on 2000/08/10  13:51:48
37626         Log: Zero entries were skipped, fix from Adrian Goalby
37627              <argoalby@yahoo.co.uk>
37628      Branch: perl
37629            ! lib/unicode/Number.pl lib/unicode/mktables.PL
37630 ____________________________________________________________________________
37631 [  6564] By: jhi                                   on 2000/08/10  13:00:12
37632         Log: Subject: [PATCH 5.6.0] cygwin port
37633              From: "Fifer, Eric" <EFifer@sanwaint.com>
37634              Date: Thu, 10 Aug 2000 13:15:36 +0100
37635              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
37636      Branch: perl
37637            ! README.cygwin hints/cygwin.sh
37638 ____________________________________________________________________________
37639 [  6563] By: jhi                                   on 2000/08/10  12:55:16
37640         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
37641      Branch: perl
37642            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
37643 ____________________________________________________________________________
37644 [  6562] By: gsar                                  on 2000/08/10  08:38:39
37645         Log: warn is a macro, avoid using at a variable to avoid warnings
37646              in some configurations; readdir.t is too conservative in
37647              estimating number of *.t's
37648      Branch: perl
37649            ! t/op/readdir.t util.c
37650 ____________________________________________________________________________
37651 [  6561] By: jhi                                   on 2000/08/09  23:35:42
37652         Log: Update Changes.
37653      Branch: perl
37654            ! Changes
37655 ____________________________________________________________________________
37656 [  6560] By: jhi                                   on 2000/08/09  23:05:47
37657         Log: Subject: Re: enhanced(?) regex error messages
37658              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37659              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
37660              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
37661              
37662              (plus two small patches sent privately)
37663              (this still seems to leave few test failures)
37664      Branch: perl
37665            + t/op/regmesg.t
37666            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
37667            ! t/pragma/warn/regcomp
37668 ____________________________________________________________________________
37669 [  6559] By: jhi                                   on 2000/08/09  20:41:18
37670         Log: (The fix did work but was not right, retracted in #6573)
37671              
37672              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
37673              From: Christian Kirsch <ck@held.mind.de>
37674              Date: Wed, 9 Aug 2000 17:05:17 +0200
37675              Message-Id: <20000809170517.A25389@held>
37676      Branch: perl
37677            ! sv.c t/pragma/locale.t
37678 ____________________________________________________________________________
37679 [  6558] By: jhi                                   on 2000/08/08  22:34:08
37680         Log: Tiny updates on the contributors list.
37681      Branch: perl
37682            ! Changes
37683 ____________________________________________________________________________
37684 [  6557] By: jhi                                   on 2000/08/08  19:34:28
37685         Log: Double check that we have a dirhandle.
37686      Branch: perl
37687            ! util.c
37688 ____________________________________________________________________________
37689 [  6556] By: jhi                                   on 2000/08/08  19:01:51
37690         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
37691              May be repopulated with fresh maintained examples.
37692      Branch: perl
37693            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
37694            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
37695            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
37696            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
37697            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
37698            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
37699            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
37700            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
37701            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
37702            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
37703            + lib/CGI/eg/wilogo_gif.uu
37704            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
37705            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
37706            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
37707            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
37708            - eg/cgi/frameset.cgi eg/cgi/index.html
37709            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
37710            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
37711            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
37712            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
37713            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
37714            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
37715            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
37716            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
37717            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
37718            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
37719            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
37720            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
37721            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
37722            - eg/van/vanish eg/who eg/wrapsuid
37723            ! MANIFEST
37724 ____________________________________________________________________________
37725 [  6555] By: jhi                                   on 2000/08/08  18:51:08
37726         Log: Delete chat2 as requested by Randal.
37727              
37728              Subject: Re: perlfaq8 coyness
37729              From: merlyn@stonehenge.com (Randal L. Schwartz) 
37730              Date: 15 May 2000 18:52:42 -0700 
37731              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
37732      Branch: perl
37733            - lib/chat2.pl
37734            ! MANIFEST
37735 ____________________________________________________________________________
37736 [  6554] By: jhi                                   on 2000/08/08  18:31:35
37737         Log: Regen global.sym.
37738      Branch: perl
37739            ! global.sym
37740 ____________________________________________________________________________
37741 [  6553] By: jhi                                   on 2000/08/08  18:28:13
37742         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
37743              (either perlbug or p5p ate the original), plus regen
37744              perlapi and perltoc. 
37745      Branch: perl
37746            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
37747            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
37748            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
37749            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
37750            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
37751            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
37752            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
37753            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
37754            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
37755            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
37756 ____________________________________________________________________________
37757 [  6552] By: jhi                                   on 2000/08/08  18:06:29
37758         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
37759              From: Mike Guy <mjtg@cam.ac.uk>
37760              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
37761              Date: Tue, 08 Aug 2000 15:51:27 +0100
37762      Branch: perl
37763            ! doop.c sv.h t/op/join.t t/pragma/overload.t
37764 ____________________________________________________________________________
37765 [  6551] By: jhi                                   on 2000/08/08  18:01:11
37766         Log: Re-apply #6549.
37767      Branch: perl
37768            ! lib/perl5db.pl
37769 ____________________________________________________________________________
37770 [  6550] By: jhi                                   on 2000/08/08  17:43:08
37771         Log: Accidental retraction of #6549.
37772      Branch: perl
37773            ! lib/perl5db.pl
37774 ____________________________________________________________________________
37775 [  6549] By: jhi                                   on 2000/08/08  17:40:04
37776         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
37777              From: Mike Guy <mjtg@cam.ac.uk>
37778              Date: Mon, 07 Aug 2000 21:49:58 +0100
37779              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
37780      Branch: perl
37781            ! lib/perl5db.pl
37782 ____________________________________________________________________________
37783 [  6548] By: jhi                                   on 2000/08/08  17:37:57
37784         Log: Document here-doc better.
37785              
37786              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
37787              From: Mike Guy <mjtg@cam.ac.uk>
37788              Date: Mon, 07 Aug 2000 14:02:09 +0100
37789              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
37790      Branch: perl
37791            ! pod/perldata.pod
37792 ____________________________________________________________________________
37793 [  6547] By: jhi                                   on 2000/08/08  17:33:34
37794         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
37795              From: "Randy J. Ray" <rjray@redhat.com>
37796              Date: Mon, 07 Aug 2000 19:12:25 -0700
37797              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
37798      Branch: perl
37799            ! perl.c pod/perlrun.pod
37800 ____________________________________________________________________________
37801 [  6546] By: jhi                                   on 2000/08/08  17:29:26
37802         Log: Subject: Re: enhanced(?) regex error messages 
37803              From: Hugo <hv@crypt.compulink.co.uk>
37804              Date: Tue, 08 Aug 2000 03:25:51 +0100
37805              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
37806              
37807              plus Capitalize the error messages, plus perldiag them.
37808      Branch: perl
37809            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
37810 ____________________________________________________________________________
37811 [  6545] By: jhi                                   on 2000/08/08  13:59:28
37812         Log: Augment #6539 a bit: don't croak if there's magic in the air.
37813              
37814              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
37815              From: Hugo <hv@crypt.compulink.co.uk>
37816              Date: Tue, 08 Aug 2000 03:02:03 +0100
37817              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
37818      Branch: perl
37819            ! pp.c t/op/bless.t
37820 ____________________________________________________________________________
37821 [  6544] By: jhi                                   on 2000/08/07  21:11:52
37822         Log: Make the test -w clean.
37823      Branch: perl
37824            ! t/op/bless.t
37825 ____________________________________________________________________________
37826 [  6543] By: jhi                                   on 2000/08/07  19:49:53
37827         Log: use warnings instead of $^W.
37828      Branch: perl
37829            ! t/op/bless.t
37830 ____________________________________________________________________________
37831 [  6542] By: jhi                                   on 2000/08/07  17:41:41
37832         Log: Disable a portability warning Because We Know What We Are Doing.
37833      Branch: perl
37834            ! t/op/bless.t
37835 ____________________________________________________________________________
37836 [  6541] By: jhi                                   on 2000/08/07  17:29:51
37837         Log: Tiny tidying on report_evil_fh().
37838      Branch: perl
37839            ! util.c
37840 ____________________________________________________________________________
37841 [  6540] By: jhi                                   on 2000/08/07  16:37:38
37842         Log: Make regular expression parse error messages easier to understand.
37843              
37844              Subject: Re: enhanced(?) regex error messages
37845              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
37846              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
37847              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
37848      Branch: perl
37849            ! regcomp.c
37850 ____________________________________________________________________________
37851 [  6539] By: jhi                                   on 2000/08/07  16:12:27
37852         Log: Make bless(REF, REF) a fatal error, add bless tests.
37853              
37854              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
37855              From: Hugo <hv@crypt.compulink.co.uk>
37856              Date: Mon, 07 Aug 2000 16:59:38 +0100
37857              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
37858      Branch: perl
37859            + t/op/bless.t
37860            ! MANIFEST pod/perldiag.pod pp.c sv.c
37861 ____________________________________________________________________________
37862 [  6538] By: jhi                                   on 2000/08/07  15:59:43
37863         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
37864              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
37865              Date: Thu, 3 Aug 2000 14:29:21 -0700
37866              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
37867      Branch: perl
37868            ! lib/lib_pm.PL
37869 ____________________________________________________________________________
37870 [  6537] By: jhi                                   on 2000/08/07  15:47:18
37871         Log: Retract #6419 for now since it breaks in AFS and MachTen.
37872      Branch: perl
37873            ! lib/Cwd.pm
37874 ____________________________________________________________________________
37875 [  6536] By: jhi                                   on 2000/08/07  15:05:29
37876         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
37877              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
37878              The security hole exists only in suidperls, which isn't
37879              installed or even built by default.
37880      Branch: perl
37881            ! perl.c
37882 ____________________________________________________________________________
37883 [  6535] By: jhi                                   on 2000/08/07  14:45:14
37884         Log: tr memory corruption fix from Simon Cozens.
37885      Branch: perl
37886            ! doop.c
37887 ____________________________________________________________________________
37888 [  6534] By: jhi                                   on 2000/08/06  11:38:16
37889         Log: Document a bit that UDP is not what you might think.
37890              
37891              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
37892              From: Lupe Christoph <lupe@lupe-christoph.de>
37893              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
37894              Date: Mon, 24 Jul 2000 08:59:15 +0200
37895      Branch: perl
37896            ! pod/perlipc.pod
37897 ____________________________________________________________________________
37898 [  6533] By: jhi                                   on 2000/08/06  11:35:01
37899         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
37900              From: Jeff Pinyan <jeffp@hut.crusoe.net>
37901              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
37902              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
37903      Branch: perl
37904            ! pod/perlfunc.pod
37905 ____________________________________________________________________________
37906 [  6532] By: jhi                                   on 2000/08/06  03:45:41
37907         Log: Have symbols for the IoTYPEs.
37908      Branch: perl
37909            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
37910 ____________________________________________________________________________
37911 [  6531] By: jhi                                   on 2000/08/06  01:33:55
37912         Log: Continue fixing the io warnings.  This also
37913              sort of fixes bug ID 20000802.003: the core dump
37914              is no more.  Whether the current behaviour is correct
37915              (giving a warning: "Not a format reference"), is another matter.
37916      Branch: perl
37917            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
37918            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
37919 ____________________________________________________________________________
37920 [  6530] By: jhi                                   on 2000/08/05  21:33:12
37921         Log: Change the Policy policy: now -Dprefix= with an existing
37922              Policy.sh and prefix == siteprefix == vendorprefix, then all
37923              of them follow along the new prefix.
37924              
37925              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
37926              From: Andy Dougherty <doughera@lafayette.edu>
37927              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
37928              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
37929      Branch: perl
37930            ! Policy_sh.SH
37931 ____________________________________________________________________________
37932 [  6529] By: jhi                                   on 2000/08/05  18:57:28
37933         Log: Zap lib/Sys directory when cleaning up.
37934      Branch: perl
37935            ! Makefile.SH
37936 ____________________________________________________________________________
37937 [  6528] By: jhi                                   on 2000/08/05  18:40:44
37938         Log: Essential prototype changes were missing from #6527.
37939              Also make report_evil_fh() more bomb-proof.
37940      Branch: perl
37941            ! embed.h util.c
37942 ____________________________________________________________________________
37943 [  6527] By: jhi                                   on 2000/08/05  03:22:05
37944         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
37945              From: "Ronald F. Guilmette" <rfg@monkeys.com>
37946              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
37947              Message-Id: <200007242247.PAA52177@monkeys.com>
37948      Branch: perl
37949            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
37950 ____________________________________________________________________________
37951 [  6526] By: jhi                                   on 2000/08/04  21:23:27
37952         Log: gcc versions might have (parentheses) in them.
37953      Branch: metaconfig/U/perl
37954            ! gccvers.U
37955      Branch: perl
37956            ! Configure config_h.SH
37957 ____________________________________________________________________________
37958 [  6525] By: jhi                                   on 2000/08/04  20:23:12
37959         Log: Weed buglets pointed out by
37960              
37961              From: Lupe Christoph <lupe@lupe-christoph.de>
37962              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
37963              Date: Fri, 4 Aug 2000 17:34:39 +0200
37964              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
37965      Branch: metaconfig/U/perl
37966            ! gccvers.U uselfs.U
37967      Branch: perl
37968            ! Configure config_h.SH
37969 ____________________________________________________________________________
37970 [  6524] By: jhi                                   on 2000/08/04  19:02:08
37971         Log: Warn under -w if lstat(FH) is attempted.
37972              
37973              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
37974              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
37975              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
37976              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
37977      Branch: perl
37978            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
37979            ! t/pragma/warn/pp_sys
37980 ____________________________________________________________________________
37981 [  6523] By: jhi                                   on 2000/08/04  12:31:11
37982         Log: Subject: New perlcc, take 2
37983              From: simon@brecon.co.uk (Simon Cozens)
37984              Date: 4 Aug 2000 06:21:04 GMT
37985              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
37986      Branch: perl
37987            ! utils/perlcc.PL
37988 ____________________________________________________________________________
37989 [  6522] By: jhi                                   on 2000/08/04  12:26:33
37990         Log: Subject: Re: Array vs. List context
37991              From: Daniel Chetlin <daniel@chetlin.com>
37992              Date: Fri, 4 Aug 2000 00:22:44 -0700
37993              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
37994      Branch: perl
37995            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
37996            ! pod/perlfaq4.pod
37997 ____________________________________________________________________________
37998 [  6521] By: jhi                                   on 2000/08/04  12:22:38
37999         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
38000              From: Raymund Will <ray@caldera.de>
38001              Date: Fri, 4 Aug 2000 12:07:09 +0200
38002              Message-Id: <20000804120709.A14982@caldera.de>
38003      Branch: perl
38004            ! configure.gnu
38005 ____________________________________________________________________________
38006 [  6520] By: jhi                                   on 2000/08/04  04:09:06
38007         Log: After the #6519 a warning about stat() is just that,
38008              not about a filetest, which now have their own warning.
38009      Branch: perl
38010            ! pod/perldiag.pod
38011 ____________________________________________________________________________
38012 [  6519] By: jhi                                   on 2000/08/04  04:06:30
38013         Log: In the warnings call filehandles consistently so;
38014              add "unopened" warning for stat().
38015      Branch: perl
38016            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
38017            ! t/pragma/warn/pp_sys
38018 ____________________________________________________________________________
38019 [  6518] By: jhi                                   on 2000/08/04  02:55:35
38020         Log: Subject: Minor tweak to perlvar.pod
38021              From: "Stephen P. Potter" <spp@ds.net>
38022              Date: Tue, 18 Apr 2000 09:26:03 -0400
38023              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
38024      Branch: perl
38025            ! pod/perlvar.pod
38026 ____________________________________________________________________________
38027 [  6517] By: jhi                                   on 2000/08/04  02:50:08
38028         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
38029              From: "Clinton Pierce" <cpierce1@ford.com>
38030              Date: Wed, 21 Jul 1999 16:45:31 -0400
38031              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
38032              
38033              Fix by Stephen Potter (visible in the bug db but not in p5p?)
38034      Branch: perl
38035            ! pod/perlfunc.pod pod/perlop.pod
38036 ____________________________________________________________________________
38037 [  6516] By: jhi                                   on 2000/08/04  02:09:25
38038         Log: This is 6512.  Really.
38039      Branch: perl
38040            ! dump.c
38041 ____________________________________________________________________________
38042 [  6515] By: jhi                                   on 2000/08/04  01:25:50
38043         Log: mention the idea of @( and @)
38044      Branch: perl
38045            ! Todo-5.6
38046 ____________________________________________________________________________
38047 [  6514] By: bailey                                on 2000/08/04  01:18:46
38048         Log: YA resync with mainstem, including VMS patches from others
38049      Branch: vmsperl
38050           +> (branch 48 files)
38051            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
38052           !> (integrate 354 files)
38053 ____________________________________________________________________________
38054 [  6513] By: jhi                                   on 2000/08/04  01:18:18
38055         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
38056              From: Mark Dickinson <dickins3@fas.harvard.edu>
38057              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
38058              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
38059      Branch: perl
38060            ! t/op/grent.t t/op/pwent.t
38061 ____________________________________________________________________________
38062 [  6512] By: jhi                                   on 2000/08/04  01:14:06
38063         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
38064              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38065              Date: Wed, 02 Aug 2000 10:51:01 +0100
38066              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
38067      Branch: perl
38068            ! sv.c
38069 ____________________________________________________________________________
38070 [  6511] By: jhi                                   on 2000/08/04  00:57:00
38071         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
38072              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38073              Date: Thu, 03 Aug 2000 17:20:04 -0700
38074              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
38075      Branch: metaconfig
38076            ! U/modified/Cppsym.U
38077      Branch: perl
38078            ! Configure config_h.SH
38079 ____________________________________________________________________________
38080 [  6510] By: jhi                                   on 2000/08/04  00:25:28
38081         Log: detypo
38082      Branch: perl
38083            ! Makefile.SH
38084 ____________________________________________________________________________
38085 [  6509] By: jhi                                   on 2000/08/03  23:43:18
38086         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
38087              From: Dominic Dunlop <domo@computer.org>
38088              Date: Thu, 3 Aug 2000 22:16:46 +0200
38089              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
38090      Branch: perl
38091            ! t/op/sprintf.t
38092 ____________________________________________________________________________
38093 [  6508] By: jhi                                   on 2000/08/03  23:40:37
38094         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
38095              From: Hugo <hv@crypt.compulink.co.uk>
38096              Date: Thu, 03 Aug 2000 18:25:30 +0100
38097              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
38098      Branch: perl
38099            ! regcomp.c t/op/re_tests
38100 ____________________________________________________________________________
38101 [  6507] By: jhi                                   on 2000/08/03  23:38:28
38102         Log: Subject: [PATCH] sv.h documentation - SvLEN
38103              From: Mike Guy <mjtg@cam.ac.uk>
38104              Date: Thu, 03 Aug 2000 14:43:09 +0100
38105              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
38106      Branch: perl
38107            ! sv.h
38108 ____________________________________________________________________________
38109 [  6506] By: jhi                                   on 2000/08/03  15:49:14
38110         Log: Disable the fix_pl hack for now.
38111      Branch: perl
38112            ! Makefile.SH
38113 ____________________________________________________________________________
38114 [  6505] By: jhi                                   on 2000/08/03  13:49:04
38115         Log: Add a URL for FSF.
38116              
38117              Subject: Patch for README
38118              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
38119              Date: Wed, 2 Aug 2000 13:25:09 -0500
38120              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
38121      Branch: perl
38122            ! README
38123 ____________________________________________________________________________
38124 [  6504] By: jhi                                   on 2000/08/03  13:29:19
38125         Log: Be more informative on what is skipped and why,
38126              also repeat the list at the end.
38127      Branch: perl
38128            ! Porting/p4desc
38129 ____________________________________________________________________________
38130 [  6503] By: jhi                                   on 2000/08/03  13:07:05
38131         Log: Circumvent the removal of .patch by fix_pl.
38132              
38133              Subject: Re: [ID 20000802.011] unable to 'make test'          
38134              From: simon@brecon.co.uk (Simon Cozens) 
38135              Date: 3 Aug 2000 04:17:00 GMT
38136              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
38137      Branch: perl
38138            ! Makefile.SH
38139 ____________________________________________________________________________
38140 [  6502] By: jhi                                   on 2000/08/03  00:14:34
38141         Log: Add the missing setproctitle unit.
38142      Branch: metaconfig/U/perl
38143            + d_setproctitle.U
38144 ____________________________________________________________________________
38145 [  6501] By: jhi                                   on 2000/08/03  00:00:26
38146         Log: The subtest 4 may fail also on VOBS, as pointed out
38147              by Nick Ing-Simmons in November 1999, bug id 19991124.003
38148              (but the failure in that bug report isn't the subtest 4).
38149      Branch: perl
38150            ! t/op/stat.t
38151 ____________________________________________________________________________
38152 [  6500] By: jhi                                   on 2000/08/02  23:49:30
38153         Log: Better skip message for the test; one of the two problems in
38154              
38155              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
38156              From: Lupe Christoph <lupe@lupe-christoph.de>
38157              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
38158              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
38159      Branch: perl
38160            ! t/op/numconvert.t
38161 ____________________________________________________________________________
38162 [  6499] By: jhi                                   on 2000/08/02  22:49:16
38163         Log: Allow "no Module;" even if there is no 'unimport'.
38164              
38165              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
38166              From: mjd@plover.com
38167              Date: 24 Mar 2000 15:24:34 -0000
38168              Message-Id: <20000324152434.15160.qmail@plover.com>
38169      Branch: perl
38170            ! gv.c
38171 ____________________________________________________________________________
38172 [  6498] By: jhi                                   on 2000/08/02  22:42:58
38173         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
38174              that are hopefully soon put into use.
38175      Branch: perl
38176            ! opcode.h opcode.pl opnames.h
38177 ____________________________________________________________________________
38178 [  6497] By: gsar                                  on 2000/08/02  22:28:59
38179         Log: require.t needs binmode() to work on windows
38180      Branch: perl
38181            ! t/comp/require.t
38182 ____________________________________________________________________________
38183 [  6496] By: jhi                                   on 2000/08/02  22:08:51
38184         Log: Document the IVdf UVuf UVof UVxf.
38185      Branch: perl
38186            ! pod/perlguts.pod
38187 ____________________________________________________________________________
38188 [  6495] By: jhi                                   on 2000/08/02  21:54:26
38189         Log: detypo #6494
38190      Branch: perl
38191            ! ext/Data/Dumper/Dumper.xs
38192 ____________________________________________________________________________
38193 [  6494] By: jhi                                   on 2000/08/02  21:49:17
38194         Log: Dump UVs as UVs in Data::Dumper.
38195              
38196              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
38197              From: Gurusamy Sarathy <gsar@ActiveState.com>
38198              Date: Thu, 27 Apr 2000 12:26:25 -0700
38199              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
38200      Branch: perl
38201            ! ext/Data/Dumper/Dumper.xs
38202 ____________________________________________________________________________
38203 [  6493] By: jhi                                   on 2000/08/02  17:01:58
38204         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
38205              From: Hugo <hv@crypt.compulink.co.uk>
38206              Date: Wed, 02 Aug 2000 14:53:56 +0100
38207              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
38208      Branch: perl
38209            ! regexec.c t/op/re_tests
38210 ____________________________________________________________________________
38211 [  6492] By: jhi                                   on 2000/08/02  15:02:46
38212         Log: The new setproctitle() feature is available only in 
38213              bleeding edge FreeBSD.  From Paul Saab.
38214      Branch: perl
38215            ! mg.c
38216 ____________________________________________________________________________
38217 [  6491] By: jhi                                   on 2000/08/02  13:34:36
38218         Log: The tr utf8 patching continues.
38219              
38220              Subject: Re: #6469, too many tests claimed in require.t
38221              From: simon@brecon.co.uk (Simon Cozens)
38222              Date: 2 Aug 2000 02:37:17 GMT
38223              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
38224              
38225              (the logic of the test was the wrong way round in the patch)
38226      Branch: perl
38227            ! doop.c
38228 ____________________________________________________________________________
38229 [  6490] By: jhi                                   on 2000/08/02  13:27:38
38230         Log: The name of a filehandle does not have <these>.
38231      Branch: perl
38232            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
38233            ! t/pragma/warn/pp_sys util.c
38234 ____________________________________________________________________________
38235 [  6489] By: jhi                                   on 2000/08/02  04:26:46
38236         Log: Remove the extraneous "main::" prefix from all the
38237              "opened only for", "on closed", and "never opened" warnings.
38238              
38239              Subject: Re: inappropriate warning
38240              From: Gurusamy Sarathy <gsar@ActiveState.com>
38241              Date: Mon, 20 Mar 2000 11:28:02 -0800
38242              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
38243      Branch: perl
38244            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
38245            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
38246            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
38247 ____________________________________________________________________________
38248 [  6488] By: jhi                                   on 2000/08/02  03:02:57
38249         Log: memcpy has n o in it, as pinted ut by Sarathy.
38250      Branch: perl
38251            ! pod/perlguts.pod
38252 ____________________________________________________________________________
38253 [  6487] By: jhi                                   on 2000/08/02  02:44:51
38254         Log: Document in one place the memory abstractions used in Perl core.
38255              
38256              Subject: Re: Memory abstraction
38257              From: simon@brecon.co.uk (Simon Cozens)
38258              Date: 2 Aug 2000 02:20:23 GMT
38259              Organization: Earth.li Origins
38260      Branch: perl
38261            ! pod/perlguts.pod
38262 ____________________________________________________________________________
38263 [  6486] By: jhi                                   on 2000/08/02  02:41:57
38264         Log: regen_headers, regen perltoc.
38265      Branch: perl
38266            ! perlapi.c pod/perltoc.pod
38267 ____________________________________________________________________________
38268 [  6485] By: jhi                                   on 2000/08/02  01:43:33
38269         Log: "This little thing tests for a file .patch, and if it contains
38270              a number, pops into patchlevel.h" (making it easier to track
38271              which development version people are reporting bugs against)
38272              
38273              Subject: Patchlevel autogeneration for repository perls
38274              From: simon@brecon.co.uk (Simon Cozens)
38275              Date: 14 Jul 2000 07:12:15 GMT
38276              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
38277      Branch: perl
38278            + fix_pl
38279            ! MANIFEST Makefile.SH
38280 ____________________________________________________________________________
38281 [  6484] By: jhi                                   on 2000/08/02  01:32:54
38282         Log: FreeBSD 3.* updates from
38283              
38284              From: Paul Saab <ps@yahoo-inc.com>
38285              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
38286              Date: Tue, 1 Aug 2000 15:41:39 -0700
38287              Message-Id: <20000801154139.A53740@yahoo-inc.com>
38288      Branch: perl
38289            ! hints/freebsd.sh
38290 ____________________________________________________________________________
38291 [  6483] By: jhi                                   on 2000/08/02  01:27:44
38292         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
38293              instead one must use setproctitle().  This was already addressed
38294              by change #6457, but the below has a new variant for FreeBSD 4.0
38295              or later, and the matter is also documented more.
38296              
38297              From: Paul Saab <ps@yahoo-inc.com>
38298              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
38299              Date: Tue, 1 Aug 2000 15:41:39 -0700
38300              Message-Id: <20000801154139.A53740@yahoo-inc.com>
38301      Branch: metaconfig/U/perl
38302            + i_libutil.U
38303      Branch: perl
38304            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
38305 ____________________________________________________________________________
38306 [  6482] By: jhi                                   on 2000/08/01  22:17:32
38307         Log: The test from this
38308              
38309              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
38310              Date: Sat, 15 Apr 2000 17:03:44 +0100
38311              From: Tom Hughes <tom@compton.nu>
38312              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
38313              
38314              was missing, the code change went in as #5989
38315              (which had a different test?)
38316      Branch: perl
38317            ! t/op/misc.t
38318 ____________________________________________________________________________
38319 [  6481] By: jhi                                   on 2000/08/01  21:48:38
38320         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
38321              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
38322              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
38323              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
38324      Branch: perl
38325            ! perl.h
38326 ____________________________________________________________________________
38327 [  6480] By: jhi                                   on 2000/08/01  18:05:28
38328         Log: Make p4desc to skip non-mainperl branches by default.
38329      Branch: perl
38330            ! Porting/p4desc
38331 ____________________________________________________________________________
38332 [  6479] By: jhi                                   on 2000/08/01  17:29:19
38333         Log: If gccosandvers is equal to osname, clear gccosandvers.
38334      Branch: metaconfig/U/perl
38335            ! gccvers.U
38336      Branch: perl
38337            ! Configure config_h.SH
38338 ____________________________________________________________________________
38339 [  6478] By: jhi                                   on 2000/08/01  15:54:08
38340         Log: BOM patching from Simon Cozens.
38341      Branch: perl
38342            ! toke.c
38343 ____________________________________________________________________________
38344 [  6477] By: jhi                                   on 2000/08/01  04:50:33
38345         Log: Stash away the largefiles flags and libswanted.
38346      Branch: perl
38347            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
38348 ____________________________________________________________________________
38349 [  6476] By: gsar                                  on 2000/08/01  04:24:24
38350         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
38351              on Windows)
38352      Branch: perl
38353            ! t/pragma/utf8.t utf8.c win32/win32.c
38354 ____________________________________________________________________________
38355 [  6475] By: jhi                                   on 2000/08/01  03:35:24
38356         Log: Make chr() for values >127 to create utf8 when under utf8.
38357              
38358              Subject: Re: uft8/chr()
38359              From: simon@brecon.co.uk (Simon Cozens)
38360              Date: 1 Aug 2000 02:37:02 GMT
38361              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
38362      Branch: perl
38363            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
38364 ____________________________________________________________________________
38365 [  6474] By: jhi                                   on 2000/08/01  02:36:18
38366         Log: In Digital UNIX warn if gcc explicitly chosen because even
38367              2.95.2 is known to cause problems.
38368      Branch: perl
38369            ! hints/dec_osf.sh
38370 ____________________________________________________________________________
38371 [  6473] By: jhi                                   on 2000/08/01  02:00:56
38372         Log: Make the safety catch for buggy gccs work with triple version
38373              numbers like 2.95.2.  Reported in
38374              
38375              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
38376              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
38377              Date: Mon, 31 Jul 2000 14:55:06 +0200
38378              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
38379      Branch: perl
38380            ! hints/dec_osf.sh
38381 ____________________________________________________________________________
38382 [  6472] By: jhi                                   on 2000/08/01  01:13:33
38383         Log: Subject: fix and question re: waitpid() under win32
38384              From: Brian Clarke <clarke@appliedmeta.com>
38385              Date: Fri, 28 Jul 2000 15:18:29 -0400
38386              Message-ID: <3981DC85.290314EB@appliedmeta.com>
38387              
38388              Slightly reformatted and WNOHANG # define moved to win32.h
38389              so that also POSIX.xs sees it, as suggsted by Sarathy.
38390      Branch: perl
38391            ! win32/win32.c win32/win32.h
38392 ____________________________________________________________________________
38393 [  6471] By: jhi                                   on 2000/08/01  00:55:05
38394         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
38395              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38396              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
38397              Date: Mon, 31 Jul 2000 13:28:51 +0100
38398              
38399              (aka ID 20000730.002)
38400      Branch: perl
38401            ! op.c t/op/tr.t
38402 ____________________________________________________________________________
38403 [  6470] By: jhi                                   on 2000/07/31  23:34:42
38404         Log: Document the problem with -P in HP-UX and its workaround.
38405              
38406              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
38407              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
38408              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
38409              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
38410      Branch: perl
38411            ! README.hpux
38412 ____________________________________________________________________________
38413 [  6469] By: jhi                                   on 2000/07/31  04:15:02
38414         Log: The swallow_bom() saga continues.  The #23 of require.t
38415              (UTF16-LE) still fails (silently, no output) but the #22
38416              (UTF16-BE) seems to be working now.  The root of the
38417              failure may be in sv_gets(): is it UTF-16LE-aware,
38418              especially when it comes to line endings? 
38419      Branch: perl
38420            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
38421            ! t/comp/require.t toke.c utf8.c
38422 ____________________________________________________________________________
38423 [  6468] By: jhi                                   on 2000/07/30  19:05:48
38424         Log: Find green threads before native threads.
38425              
38426              Subject: Re: Patch to jpl/JNI/Makefile.PL
38427              From: Jens Thomsen <jens@fiend.cis.com>
38428              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
38429              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
38430      Branch: perl
38431            ! jpl/JNI/Makefile.PL
38432 ____________________________________________________________________________
38433 [  6467] By: jhi                                   on 2000/07/30  18:36:22
38434         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
38435      Branch: perl
38436            ! doop.c
38437 ____________________________________________________________________________
38438 [  6466] By: jhi                                   on 2000/07/30  04:37:29
38439         Log: A new version of the "remove UPPERACSE string comparison"
38440              operators.  The problem with the previous one (change #6454)
38441              was that it was for Perl 5.6.0.  From Paul Marquess.
38442      Branch: perl
38443            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
38444            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
38445            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
38446 ____________________________________________________________________________
38447 [  6465] By: jhi                                   on 2000/07/29  22:39:56
38448         Log: Do not upgrade SVs into utf8 just because they participate
38449              in eq or cmp.  Reported and fix suggested in
38450              
38451              Subject: [ID 20000720.009] sv_eq UTF8 bug
38452              From: "Simon Cozens" <simon@othersideofthe.earth.li>
38453              Date: 21 Jul 2000 04:37:29 -0000
38454              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
38455              
38456              Exercise for the kind reader: should we or should we not
38457              cache the utf8 conversion alonside the SV? (as magic,
38458              as thestrxfrm()ed version is cached under use locale)
38459              Argue both for and against.
38460      Branch: perl
38461            ! sv.c
38462 ____________________________________________________________________________
38463 [  6464] By: jhi                                   on 2000/07/29  22:36:22
38464         Log: Subject: UTF8 concat
38465              From: simon@brecon.co.uk (Simon Cozens) 
38466              Date: 30 Jun 2000 06:13:25 GMT
38467              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
38468              
38469              (with a memory leak fixed, plus a few casts added)
38470              
38471              This also seems to help for
38472              
38473              Subject: [ID 20000716.015] join UTF8 weirdness
38474              From: root <root@ak-71.mind.de> 
38475              Date: Sat, 15 Jul 2000 15:29:54 +0200
38476              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
38477              
38478              (from Andreas König)
38479      Branch: perl
38480            ! pp_hot.c
38481 ____________________________________________________________________________
38482 [  6463] By: jhi                                   on 2000/07/29  00:55:39
38483         Log: Tune the comments and hopefully stop a memory leak.
38484      Branch: perl
38485            ! toke.c utf8.c
38486 ____________________________________________________________________________
38487 [  6462] By: jhi                                   on 2000/07/29  00:16:53
38488         Log: The problem described in this
38489              
38490              Subject: [ID 20000322.018] named chars aren't magical enough
38491              From: root <root@dixie.cscaper.com>     
38492              Date: Wed, 22 Mar 2000 18:37:42 -0700
38493              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
38494              
38495              has been fixed in perl 5.6.0 but just in case added a test
38496              to keep it away.  (The report from Joseph Hall.)
38497      Branch: perl
38498            ! t/lib/charnames.t
38499 ____________________________________________________________________________
38500 [  6461] By: jhi                                   on 2000/07/28  23:56:36
38501         Log: Tiny fixes for #6460.
38502      Branch: metaconfig/U/perl
38503            ! gccvers.U
38504      Branch: perl
38505            ! Configure config_h.SH
38506 ____________________________________________________________________________
38507 [  6460] By: jhi                                   on 2000/07/28  23:24:41
38508         Log: Warn if the version of the operating system used to compile gcc
38509              differs from the current version of the operating system.
38510              Also display the gcc compilation os and version in myconfig.
38511              Inspiration from
38512              
38513              Subject: Re: [ID 20000710.003] ERRORS!!         
38514              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38515              Date: Mon, 10 Jul 2000 15:54:16 -0400
38516              Message-ID: <20000710155416.A1384@O2.chapin.edu>
38517      Branch: metaconfig/U/perl
38518            ! gccvers.U
38519      Branch: perl
38520            ! Configure config_h.SH myconfig.SH
38521 ____________________________________________________________________________
38522 [  6459] By: jhi                                   on 2000/07/28  22:00:32
38523         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
38524              letter to $Config{osvers}.
38525      Branch: metaconfig
38526            ! U/modified/Oldconfig.U
38527      Branch: perl
38528            ! Configure config_h.SH
38529 ____________________________________________________________________________
38530 [  6458] By: jhi                                   on 2000/07/28  04:15:39
38531         Log: Back out #6454, doesn't seem to work.
38532              (Reason: that patch was for perl 5.6.0, not perl-current)
38533              (A version of the patch for perl-current came in later as #6466)
38534      Branch: perl
38535            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
38536            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
38537            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
38538 ____________________________________________________________________________
38539 [  6457] By: jhi                                   on 2000/07/27  23:31:49
38540         Log: Use setproctitle() if available to modify $0.
38541              
38542              Subject: setting $* on BSD4 broken
38543              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
38544              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
38545              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
38546      Branch: metaconfig
38547            ! U/modified/Myinit.U
38548      Branch: perl
38549            ! Configure config_h.SH mg.c
38550 ____________________________________________________________________________
38551 [  6456] By: jhi                                   on 2000/07/27  14:50:47
38552         Log: Allow "no AutoLoader;", based on change #6444,
38553              suggested by Graham Barr.
38554      Branch: perl
38555            ! lib/AutoLoader.pm
38556 ____________________________________________________________________________
38557 [  6455] By: jhi                                   on 2000/07/27  14:19:10
38558         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
38559              From: rspier@pobox.com (Robert Spier)
38560              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
38561              Message-ID: <14720.15855.787664.424783@rls.cx>
38562      Branch: perl
38563            ! pod/perldiag.pod
38564 ____________________________________________________________________________
38565 [  6454] By: jhi                                   on 2000/07/27  14:03:02
38566         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
38567              for a long time).
38568              
38569              Reported in
38570              
38571              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
38572              From: Ryan Herbert <rherbert@sycamorehq.com>
38573              Date: Mon, 17 Jul 2000 11:40:42 -0400
38574              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
38575              
38576              Patched in
38577              
38578              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
38579              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
38580              Date: Wed, 26 Jul 2000 23:40:18 +0100
38581              Message-ID: <000001bff752$79511880$0a17073e@tiny>
38582              
38583              based on an earlier patch from Stephen P. Potter.
38584              
38585              (Removed later by change #6458 because this patch was for
38586              perl 5.6.0, not perl-current)
38587      Branch: perl
38588            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
38589            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
38590            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
38591 ____________________________________________________________________________
38592 [  6453] By: jhi                                   on 2000/07/27  13:48:02
38593         Log: Subject: [PATCH] fixes bug 20000508.004
38594              From: Michael Stevens <mstevens@globnix.org>
38595              Date: Thu, 27 Jul 2000 13:49:04 +0100
38596              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
38597      Branch: perl
38598            ! pod/perldata.pod
38599 ____________________________________________________________________________
38600 [  6452] By: jhi                                   on 2000/07/26  23:51:26
38601         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
38602              and Craig A. Berry.
38603      Branch: perl
38604            ! lib/File/Temp.pm pod/perlport.pod
38605 ____________________________________________________________________________
38606 [  6451] By: jhi                                   on 2000/07/26  19:43:30
38607         Log: Be wary of close()s, too.
38608              
38609              Subject: Re: [PATCH] perlbug cleanup
38610              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38611              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
38612              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
38613      Branch: perl
38614            ! utils/perlbug.PL
38615 ____________________________________________________________________________
38616 [  6450] By: jhi                                   on 2000/07/26  18:41:40
38617         Log: Subject: Minor doc patch: handy.h
38618              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
38619              Date: Wed, 26 Jul 2000 15:34:25 -0300
38620              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
38621      Branch: perl
38622            ! handy.h pod/perlapi.pod
38623 ____________________________________________________________________________
38624 [  6449] By: jhi                                   on 2000/07/26  18:23:55
38625         Log: Subject: [PATCH] minor doc change - perlguts
38626              From: Michael Stevens <mstevens@globnix.org>
38627              Date: Thu, 13 Jul 2000 12:39:18 +0100
38628              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
38629      Branch: perl
38630            ! pod/perlguts.pod
38631 ____________________________________________________________________________
38632 [  6448] By: jhi                                   on 2000/07/26  18:20:30
38633         Log: open() wariness in perlbug.
38634              
38635              Subject: [PATCH] perlbug cleanup
38636              From: Michael Stevens <mstevens@globnix.org>
38637              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
38638              Date: Thu, 13 Jul 2000 15:52:23 +0100
38639      Branch: perl
38640            ! utils/perlbug.PL
38641 ____________________________________________________________________________
38642 [  6447] By: jhi                                   on 2000/07/26  18:13:04
38643         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
38644      Branch: perl
38645            ! lib/File/Temp.pm t/lib/ftmp-security.t
38646 ____________________________________________________________________________
38647 [  6446] By: jhi                                   on 2000/07/26  18:06:32
38648         Log: docfix from Peter Scott <Peter@PSDT.com>.
38649      Branch: perl
38650            ! pod/perlfunc.pod
38651 ____________________________________________________________________________
38652 [  6445] By: jhi                                   on 2000/07/26  17:53:31
38653         Log: Fix *foo{FORMAT}.
38654              
38655              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38656              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
38657              Date: Wed, 26 Jul 2000 19:51:02 +0200
38658              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
38659              
38660              From: Graham Barr <gbarr@pobox.com>
38661              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
38662              Date: Wed, 26 Jul 2000 17:38:36 +0100
38663              Message-ID: <20000726173836.L472@pobox.com>
38664      Branch: perl
38665            ! pp.c sv.c t/op/gv.t
38666 ____________________________________________________________________________
38667 [  6444] By: jhi                                   on 2000/07/26  17:49:14
38668         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
38669              from Graham Barr in the module list.
38670      Branch: perl
38671            ! gv.c pod/perlobj.pod
38672 ____________________________________________________________________________
38673 [  6443] By: jhi                                   on 2000/07/26  16:06:56
38674         Log: More split() doc and test patches from Mike Guy.
38675      Branch: perl
38676            ! pod/perlfunc.pod t/op/split.t
38677 ____________________________________________________________________________
38678 [  6442] By: jhi                                   on 2000/07/26  16:05:30
38679         Log: MacOS nits from Matthias Neeracher.
38680      Branch: perl
38681            ! perl.c pp_ctl.c
38682 ____________________________________________________________________________
38683 [  6441] By: jhi                                   on 2000/07/26  04:39:57
38684         Log: Subject: [PATCH] split /^/
38685              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38686              Date: Tue, 25 Jul 2000 14:18:57 +0100
38687              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
38688              
38689              (with notes from tchrist and gbarr)
38690      Branch: perl
38691            ! pod/perlfunc.pod t/op/split.t
38692 ____________________________________________________________________________
38693 [  6440] By: jhi                                   on 2000/07/26  04:32:32
38694         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
38695              From: Peter Prymmer <pvhp@forte.com>
38696              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
38697              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
38698      Branch: perl
38699            ! vms/munchconfig.c
38700 ____________________________________________________________________________
38701 [  6439] By: jhi                                   on 2000/07/26  04:31:01
38702         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
38703              to be fatal errors (instead of by default ignoring them, and
38704              ignoring with a bug: even though -w gave an error, the opening [
38705              was left in)  Reported in:
38706              
38707              Subject: [ID 20000716.024] [=cc=] / [:blank:]
38708              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
38709              Date: Sun, 16 Jul 2000 17:55:29 -0700
38710              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
38711      Branch: perl
38712            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
38713 ____________________________________________________________________________
38714 [  6438] By: jhi                                   on 2000/07/25  15:41:15
38715         Log: Subject: [PATCH] av.c apidoc
38716              From: simon@brecon.co.uk (Simon Cozens)
38717              Date: 24 Jul 2000 06:40:52 GMT
38718              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
38719      Branch: perl
38720            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
38721            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
38722 ____________________________________________________________________________
38723 [  6437] By: jhi                                   on 2000/07/25  14:05:36
38724         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
38725              From: "Stephen P. Potter" <spp@ds.net>
38726              Date: Mon, 24 Jul 2000 14:22:23 -0400
38727              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
38728      Branch: perl
38729            ! pod/perllocale.pod
38730 ____________________________________________________________________________
38731 [  6436] By: jhi                                   on 2000/07/25  14:02:03
38732         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
38733              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38734              Date: Mon, 24 Jul 2000 18:04:28 +0100
38735              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
38736      Branch: perl
38737            ! t/lib/syslfs.t t/op/lfs.t
38738 ____________________________________________________________________________
38739 [  6435] By: jhi                                   on 2000/07/25  13:59:28
38740         Log: Get UTF16 BOMs working.  Patch from
38741              
38742              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
38743              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38744              Date: Tue, 25 Jul 2000 12:52:45 +0100
38745              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
38746              
38747              and notes from
38748              
38749              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
38750              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38751              Date: Tue, 25 Jul 2000 11:43:25 +0100
38752              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
38753      Branch: perl
38754            ! t/comp/require.t toke.c utf8.c
38755 ____________________________________________________________________________
38756 [  6434] By: jhi                                   on 2000/07/25  02:39:54
38757         Log: Make the "uninit variable" warning to say "concat or string"
38758              or "join or string" when in concat or join .
38759              
38760              Subject: Re: [ID 20000403.009] uninitialised concatenation???
38761              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38762              Date: Tue, 04 Apr 2000 18:22:58 +0100
38763              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
38764              
38765              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
38766              From: William R Ward <hermit@BayView.COM>
38767              Date: Thu, 30 Mar 2000 19:50:03 -0800
38768              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
38769      Branch: perl
38770            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
38771            ! t/pragma/warn/op t/pragma/warn/sv
38772 ____________________________________________________________________________
38773 [  6433] By: jhi                                   on 2000/07/24  17:52:56
38774         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
38775      Branch: perl
38776            ! lib/File/Spec/VMS.pm
38777 ____________________________________________________________________________
38778 [  6432] By: jhi                                   on 2000/07/24  17:44:44
38779         Log: Test cases for #6431.
38780              
38781              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
38782              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38783              Date: Mon, 24 Jul 2000 15:32:29 +0100
38784              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
38785      Branch: perl
38786            ! t/op/pat.t t/op/split.t
38787 ____________________________________________________________________________
38788 [  6431] By: jhi                                   on 2000/07/24  17:43:17
38789         Log: Bind op fix.
38790              
38791              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
38792              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38793              Date: Mon, 17 Jul 2000 20:04:56 +0100
38794              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
38795      Branch: perl
38796            ! op.c
38797 ____________________________________________________________________________
38798 [  6430] By: jhi                                   on 2000/07/24  03:42:42
38799         Log: Subject: [ID 20000716.023] syslog test fails without sockets
38800              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38801              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
38802              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
38803      Branch: metaconfig/U/perl
38804            ! Extensions.U
38805      Branch: perl
38806            ! Configure config_h.SH
38807 ____________________________________________________________________________
38808 [  6429] By: jhi                                   on 2000/07/24  03:11:52
38809         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
38810              case, but add also notes explaining the relationship of this
38811              patch and the earlier notes by Sarathy.
38812              
38813              Subject: Map is still slow
38814              From: "Ben Tilly" <ben_tilly@hotmail.com>
38815              Date: Sat, 15 Jul 2000 17:23:27 EDT
38816              Message-ID: <20000715212327.21656.qmail@hotmail.com>
38817      Branch: perl
38818            ! pp_ctl.c
38819 ____________________________________________________________________________
38820 [  6428] By: jhi                                   on 2000/07/24  02:58:52
38821         Log: Documentation to explain the behaviour of map().
38822              
38823              Subject: Re: Map is still slow 
38824              From: Gurusamy Sarathy <gsar@ActiveState.com>
38825              Date: Sat, 15 Jul 2000 16:05:09 -0700
38826              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
38827      Branch: perl
38828            ! pp_ctl.c
38829 ____________________________________________________________________________
38830 [  6427] By: jhi                                   on 2000/07/24  02:50:03
38831         Log: Add tests for
38832              [ID 19991110.003] another matching finding by pcre author
38833              which has already been fixed by some patch, as verified in
38834              
38835              Subject: Re: two regex bugs from the mists of time (well, last November)
38836              From: Hugo <hv@crypt.compulink.co.uk>
38837              Date: Sat, 22 Jul 2000 18:12:58 +0100
38838              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
38839      Branch: perl
38840            ! t/op/re_tests
38841 ____________________________________________________________________________
38842 [  6426] By: jhi                                   on 2000/07/24  02:11:20
38843         Log: A missing 'break' after the [[:space:]] switch case.
38844              
38845              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
38846              From: "Stephen P. Potter" <spp@ds.net>
38847              Date: Tue, 18 Jul 2000 16:25:17 -0400
38848              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
38849      Branch: perl
38850            ! regcomp.c
38851 ____________________________________________________________________________
38852 [  6425] By: jhi                                   on 2000/07/24  02:06:12
38853         Log: The output might have been produced in the wrong order.
38854              
38855              Subject: [ID 20000720.003] [PATCH] t/op/write.t
38856              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38857              Date: Thu, 20 Jul 2000 18:49:18 +0100
38858              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
38859      Branch: perl
38860            ! t/op/write.t
38861 ____________________________________________________________________________
38862 [  6424] By: jhi                                   on 2000/07/24  02:00:07
38863         Log: Use STDOUT consistently.
38864              
38865              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
38866              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38867              Date: Thu, 20 Jul 2000 18:04:01 +0100
38868              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
38869      Branch: perl
38870            ! lib/Test/Harness.pm
38871 ____________________________________________________________________________
38872 [  6423] By: jhi                                   on 2000/07/24  01:54:54
38873         Log: Protect against "wild next"s, that is, callbacks doing "next"
38874              instead of "return".
38875              
38876              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
38877              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38878              Date: Tue, 18 Jul 2000 11:30:16 +0100
38879              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
38880      Branch: perl
38881            ! lib/File/Find.pm
38882 ____________________________________________________________________________
38883 [  6422] By: jhi                                   on 2000/07/24  01:35:47
38884         Log: Out-of-date note removed.
38885              
38886              Subject: [PATCH] documentation perlipc
38887              From: rspier@pobox.com (Robert Spier)
38888              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
38889              Message-ID: <14711.35178.572612.502654@rls.cx>
38890      Branch: perl
38891            ! pod/perlipc.pod
38892 ____________________________________________________________________________
38893 [  6421] By: jhi                                   on 2000/07/24  00:09:18
38894         Log: Send all installperl messages to STDERR and be -w clean.
38895              
38896              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
38897              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38898              Date: Sat, 22 Jul 2000 14:02:11 +0100
38899              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
38900      Branch: perl
38901            ! installperl
38902 ____________________________________________________________________________
38903 [  6420] By: jhi                                   on 2000/07/24  00:04:19
38904         Log: Decutandpasto.
38905              
38906              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
38907              From: "Richard Soderberg" <rs@crystalflame.net>
38908              Date: Sun, 23 Jul 2000 01:37:23 -0700
38909              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
38910      Branch: perl
38911            ! pod/perlipc.pod
38912 ____________________________________________________________________________
38913 [  6419] By: jhi                                   on 2000/07/24  00:01:12
38914         Log: A cleaner abs_path().
38915              Subject: Re: unix alternative to Cwd.pm
38916              From: Jeff Pinyan <jeffp@crusoe.net>
38917              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
38918              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
38919      Branch: perl
38920            ! lib/Cwd.pm
38921 ____________________________________________________________________________
38922 [  6418] By: jhi                                   on 2000/07/23  23:48:56
38923         Log: Detypo.
38924              
38925              Subject: [PATCH perl-current] Typo in hints/powerux.sh
38926              From: "Richard Soderberg" <rs@crystalflame.net>
38927              Date: Sun, 23 Jul 2000 01:27:33 -0700
38928              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
38929      Branch: perl
38930            ! hints/powerux.sh
38931 ____________________________________________________________________________
38932 [  6417] By: jhi                                   on 2000/07/17  22:13:31
38933         Log: Subject: SDBM_File documentation
38934              From: mjd@plover.com
38935              Date: 16 Jul 2000 17:41:17 -0000
38936              Message-ID: <20000716174117.18515.qmail@plover.com>
38937      Branch: perl
38938            ! ext/SDBM_File/SDBM_File.pm
38939 ____________________________________________________________________________
38940 [  6416] By: jhi                                   on 2000/07/17  19:13:26
38941         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
38942      Branch: perl
38943            ! hints/mpeix.sh mpeix/relink
38944 ____________________________________________________________________________
38945 [  6415] By: jhi                                   on 2000/07/15  14:11:02
38946         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
38947              the utf8 'characters' can be more than one octet).
38948              
38949              Date: Sat, 15 Jul 2000 00:21:56 +0100
38950              From: Tom Hughes <tom@compton.nu>
38951              Subject: Re: [ID 20000714.002]
38952              Message-ID: <db2334de49.tom@compton.compton.nu>
38953              
38954              Reported in
38955              
38956              Subject: [ID 20000714.002]
38957              From: "Simon Cozens" <simon@othersideofthe.earth.li>
38958              Date: 14 Jul 2000 15:13:09 -0000
38959              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
38960      Branch: perl
38961            ! doop.c
38962 ____________________________________________________________________________
38963 [  6414] By: jhi                                   on 2000/07/15  03:13:41
38964         Log: another VMS build tweak from Peter Prymmer
38965      Branch: perl
38966            ! vms/descrip_mms.template
38967 ____________________________________________________________________________
38968 [  6413] By: jhi                                   on 2000/07/15  03:10:40
38969         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
38970      Branch: perl
38971            ! vms/perlvms.pod
38972 ____________________________________________________________________________
38973 [  6412] By: jhi                                   on 2000/07/15  00:31:05
38974         Log: More docs for sv functions.
38975              
38976              Subject: [PATCH cfgperl] sv.c apidoc
38977              From: simon@brecon.co.uk (Simon Cozens)
38978              Date: 13 Jul 2000 09:00:20 GMT
38979              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
38980              
38981              Subject: Re: [PATCH cfgperl] sv.c apidoc
38982              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38983              Date: Thu, 13 Jul 2000 12:27:41 +0100
38984              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
38985              
38986              Subject: Re: [PATCH cfgperl] sv.c apidoc
38987              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
38988              Date: Thu, 13 Jul 2000 13:23:09 +0100
38989              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
38990              
38991              Subject: Re: [PATCH cfgperl] sv.c apidoc
38992              From: simon@brecon.co.uk (Simon Cozens)
38993              Date: 14 Jul 2000 06:51:02 GMT
38994              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
38995      Branch: perl
38996            ! embed.pl pod/perlapi.pod sv.c
38997 ____________________________________________________________________________
38998 [  6411] By: jhi                                   on 2000/07/15  00:10:41
38999         Log: lib/b test fixes from Peter Prymmer.
39000      Branch: perl
39001            ! t/lib/b.t
39002 ____________________________________________________________________________
39003 [  6410] By: jhi                                   on 2000/07/15  00:02:09
39004         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
39005              From: Hugo <hv@crypt.compulink.co.uk>
39006              Date: Fri, 14 Jul 2000 23:05:20 +0100
39007              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
39008              
39009              Didn't anymore apply, but that point still could use another fix.
39010      Branch: perl
39011            ! pod/perlfunc.pod
39012 ____________________________________________________________________________
39013 [  6409] By: jhi                                   on 2000/07/14  23:15:15
39014         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
39015              not in pod, from Peter Prymmer
39016      Branch: perl
39017            ! vms/descrip_mms.template
39018 ____________________________________________________________________________
39019 [  6408] By: jhi                                   on 2000/07/14  20:35:05
39020         Log: The bug report
39021              [ID 19991110.002] minimal matching discrepancy found by pcre author
39022              seems to have been fixed (though differently from what was suggested
39023              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
39024      Branch: perl
39025            ! t/op/re_tests
39026 ____________________________________________________________________________
39027 [  6407] By: jhi                                   on 2000/07/14  17:38:08
39028         Log: Fix AutoSplit to use File::Spec the right way in VMS,
39029              from Peter Prymmer.
39030      Branch: perl
39031            ! lib/AutoSplit.pm
39032 ____________________________________________________________________________
39033 [  6406] By: jhi                                   on 2000/07/14  14:13:22
39034         Log: Merge perlhacktut into perlhack, update perlguts.
39035              
39036              Subject: Re: Perlhacktut
39037              From: simon@brecon.co.uk (Simon Cozens)
39038              Date: 14 Jul 2000 06:49:21 GMT
39039              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
39040              
39041              Subject: Re: Perlhacktut
39042              From: simon@brecon.co.uk (Simon Cozens)
39043              Date: 14 Jul 2000 07:09:45 GMT
39044              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
39045      Branch: perl
39046            ! pod/perlguts.pod pod/perlhack.pod
39047 ____________________________________________________________________________
39048 [  6405] By: jhi                                   on 2000/07/14  14:02:31
39049         Log: Integrate with Sarathy.
39050      Branch: cfgperl
39051           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
39052           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
39053           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
39054 ____________________________________________________________________________
39055 [  6404] By: gsar                                  on 2000/07/14  12:15:02
39056         Log: PERL_OBJECT build tweaks
39057      Branch: perl
39058            ! toke.c
39059 ____________________________________________________________________________
39060 [  6403] By: gsar                                  on 2000/07/14  11:23:41
39061         Log: inconsistent types needs casts
39062      Branch: perl
39063            ! toke.c
39064 ____________________________________________________________________________
39065 [  6402] By: gsar                                  on 2000/07/14  11:12:04
39066         Log: typos in change#6399, regen headers
39067      Branch: perl
39068            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
39069 ____________________________________________________________________________
39070 [  6401] By: gsar                                  on 2000/07/14  10:59:12
39071         Log: typecasts needed for change#6394
39072      Branch: perl
39073            ! toke.c
39074 ____________________________________________________________________________
39075 [  6400] By: gsar                                  on 2000/07/14  10:49:37
39076         Log: integrate cfgperl contents into mainline
39077      Branch: perl
39078           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
39079           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
39080 ____________________________________________________________________________
39081 [  6399] By: gsar                                  on 2000/07/14  10:38:35
39082         Log: enable UTF-16 filter by default if relevant BOM is seen; various
39083              cleanups (typos, misformatted code, and small bugs)
39084      Branch: perl
39085            ! doop.c embed.pl mg.c op.c pp.c toke.c
39086 ____________________________________________________________________________
39087 [  6398] By: gsar                                  on 2000/07/14  08:55:38
39088         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
39089              name suggests anyway)
39090      Branch: perl
39091            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
39092 ____________________________________________________________________________
39093 [  6397] By: gsar                                  on 2000/07/14  08:44:33
39094         Log: move new variables to the end of the interpreter structure (for
39095              bincompat in code that doesn't #include XSUB.h)
39096      Branch: perl
39097            ! intrpvar.h
39098 ____________________________________________________________________________
39099 [  6396] By: gsar                                  on 2000/07/14  08:13:58
39100         Log: MakeMaker should not remove editor backups (*~) on `make clean`
39101              by default (completes change#6383)
39102      Branch: perl
39103            ! lib/ExtUtils/MM_Unix.pm
39104 ____________________________________________________________________________
39105 [  6395] By: jhi                                   on 2000/07/14  05:20:33
39106         Log: Replace change #6337 with a better one.
39107              
39108              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
39109              From: Hugo <hv@crypt.compulink.co.uk>
39110              Date: Fri, 14 Jul 2000 04:16:20 +0100
39111              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
39112      Branch: cfgperl
39113            ! regexec.c t/op/re_tests
39114 ____________________________________________________________________________
39115 [  6394] By: jhi                                   on 2000/07/14  01:33:59
39116         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
39117      Branch: cfgperl
39118            ! embed.pl global.sym proto.h toke.c
39119 ____________________________________________________________________________
39120 [  6393] By: jhi                                   on 2000/07/13  23:41:23
39121         Log: remove discarded test
39122      Branch: cfgperl
39123            ! MANIFEST
39124 ____________________________________________________________________________
39125 [  6392] By: jhi                                   on 2000/07/13  23:32:25
39126         Log: The {multiplier} of a fixed substring was overlooked which
39127              caused a wrong initial search offset for that substring.
39128              
39129              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
39130              From: Hugo <hv@crypt.compulink.co.uk>
39131              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
39132              Date: Thu, 13 Jul 2000 19:27:13 +0100
39133      Branch: cfgperl
39134            ! regcomp.c t/op/re_tests
39135 ____________________________________________________________________________
39136 [  6391] By: jhi                                   on 2000/07/13  16:37:42
39137         Log: typo fix from Craig Berry
39138      Branch: cfgperl
39139            ! vms/subconfigure.com
39140 ____________________________________________________________________________
39141 [  6390] By: jhi                                   on 2000/07/13  13:20:12
39142         Log: Integrate with Sarathy.
39143      Branch: cfgperl
39144            - t/op/method2entersub.t
39145           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
39146           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
39147           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
39148           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
39149 ____________________________________________________________________________
39150 [  6389] By: jhi                                   on 2000/07/13  13:18:48
39151         Log: Detypo from Peter Prymmer, part of #6388.
39152      Branch: cfgperl
39153            ! Configure config_h.SH
39154      Branch: metaconfig
39155            ! U/modified/d_longlong.U
39156 ____________________________________________________________________________
39157 [  6388] By: gsar                                  on 2000/07/13  06:33:40
39158         Log: typos (spotted by Peter Prymmer)
39159      Branch: perl
39160            ! Configure t/lib/english.t
39161 ____________________________________________________________________________
39162 [  6387] By: gsar                                  on 2000/07/13  05:35:28
39163         Log: new selfloader.t in change#6183 doesn't close DATA handles,
39164              and thus fails to clean up tmp files on dosish platforms
39165      Branch: perl
39166            ! t/lib/selfloader.t
39167 ____________________________________________________________________________
39168 [  6386] By: gsar                                  on 2000/07/12  21:42:39
39169         Log: sprintf test tweaks (from Dominic Dunlop)
39170      Branch: perl
39171            ! t/op/sprintf.t
39172 ____________________________________________________________________________
39173 [  6385] By: gsar                                  on 2000/07/12  21:33:46
39174         Log: fix bugs in processing %v-*d and similar format specs (from
39175              Avi Finkel <avi@finkel.org>)
39176      Branch: perl
39177            ! sv.c t/op/sprintf.t
39178 ____________________________________________________________________________
39179 [  6384] By: gsar                                  on 2000/07/12  16:04:19
39180         Log: readd missing perldelta.pod changes from changes#6339,6376
39181      Branch: perl
39182            ! pod/perldelta.pod
39183 ____________________________________________________________________________
39184 [  6383] By: gsar                                  on 2000/07/12  16:00:51
39185         Log: don't clobber *.orig files on *clean targets
39186      Branch: perl
39187            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
39188 ____________________________________________________________________________
39189 [  6382] By: gsar                                  on 2000/07/12  07:59:12
39190         Log: fix broken integrations in cfgperl
39191      Branch: cfgperl
39192           !> Changes pod/perldelta.pod
39193 ____________________________________________________________________________
39194 [  6381] By: gsar                                  on 2000/07/12  07:42:17
39195         Log: integrate cfgperl changes into mainline
39196      Branch: perl
39197            ! Changes
39198           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
39199           !> pod/perlre.pod
39200 ____________________________________________________________________________
39201 [  6380] By: gsar                                  on 2000/07/12  07:31:00
39202         Log: get sprintf.t to adjust properly for 3-digit exponents
39203      Branch: perl
39204            ! t/op/sprintf.t
39205 ____________________________________________________________________________
39206 [  6379] By: gsar                                  on 2000/07/12  06:40:04
39207         Log: change#6174 needs corresponding change in win32/config_h.PL,
39208              which grovels through config_h.SH to find the config.h name
39209      Branch: perl
39210            ! win32/config_h.PL
39211 ____________________________________________________________________________
39212 [  6378] By: jhi                                   on 2000/07/12  05:03:59
39213         Log: Do the cc sanity check both before the hints and
39214              after the cc selction.
39215      Branch: cfgperl
39216            ! Configure config_h.SH
39217      Branch: metaconfig
39218            ! U/modified/Oldconfig.U U/modified/cc.U
39219      Branch: metaconfig/U/perl
39220            + Checkcc.U
39221 ____________________________________________________________________________
39222 [  6377] By: jhi                                   on 2000/07/12  02:49:22
39223         Log: Fix nits noticed by Boston.pm.
39224      Branch: cfgperl
39225            ! pod/perlre.pod
39226 ____________________________________________________________________________
39227 [  6376] By: jhi                                   on 2000/07/11  21:22:13
39228         Log: Configure cosmetics and perldelta.
39229      Branch: cfgperl
39230            ! Configure config_h.SH pod/perldelta.pod
39231      Branch: metaconfig
39232            ! U/modified/cc.U
39233 ____________________________________________________________________________
39234 [  6375] By: gsar                                  on 2000/07/11  21:17:35
39235         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
39236      Branch: perl
39237            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
39238            ! win32/win32sck.c
39239 ____________________________________________________________________________
39240 [  6374] By: gsar                                  on 2000/07/11  20:48:50
39241         Log: tweak for build failure under multiplicity
39242      Branch: perl
39243            ! toke.c
39244 ____________________________________________________________________________
39245 [  6373] By: gsar                                  on 2000/07/11  20:37:23
39246         Log: integrate cfgperl changes#6325..6373 into mainline
39247              (NOTE: today's batch of integrations still untested)
39248      Branch: perl
39249           +> ext/DynaLoader/hints/netbsd.pl
39250            ! Changes
39251           !> (integrate 26 files)
39252 ____________________________________________________________________________
39253 [  6372] By: jhi                                   on 2000/07/11  20:30:36
39254         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
39255              regen perltoc.
39256      Branch: cfgperl
39257            + pod/perlbook.pod
39258            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
39259            ! pod/perltoc.pod
39260 ____________________________________________________________________________
39261 [  6371] By: jhi                                   on 2000/07/11  20:08:56
39262         Log: Minor cleanups on the booklist.
39263      Branch: cfgperl
39264            ! pod/perlfaq2.pod
39265 ____________________________________________________________________________
39266 [  6370] By: jhi                                   on 2000/07/11  19:31:13
39267         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
39268      Branch: cfgperl
39269            ! t/pragma/overload.t
39270 ____________________________________________________________________________
39271 [  6369] By: gsar                                  on 2000/07/11  19:27:48
39272         Log: integrate cfgperl changes#6293..6324 into mainline
39273      Branch: perl
39274           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
39275            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
39276           !> (integrate 30 files)
39277 ____________________________________________________________________________
39278 [  6368] By: gsar                                  on 2000/07/11  19:18:57
39279         Log: skip integrate of problematic change#6292 from cfgperl into mainline
39280      Branch: perl
39281           !> pp_hot.c
39282 ____________________________________________________________________________
39283 [  6367] By: gsar                                  on 2000/07/11  19:17:21
39284         Log: integrate cfgperl changes#6288..6290 into mainline
39285      Branch: perl
39286           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
39287 ____________________________________________________________________________
39288 [  6366] By: gsar                                  on 2000/07/11  19:11:18
39289         Log: integrate cfgperl changes#6268..6282 into mainline
39290      Branch: perl
39291           !> (integrate 30 files)
39292 ____________________________________________________________________________
39293 [  6365] By: gsar                                  on 2000/07/11  18:57:00
39294         Log: delete new accidentally branched file
39295      Branch: perl
39296            - t/op/method2entersub.t
39297 ____________________________________________________________________________
39298 [  6364] By: gsar                                  on 2000/07/11  18:55:13
39299         Log: skip integrate of change#6267 from cfgperl into mainline (the
39300              method call optimization is flawed without additional hints
39301              from user about immutableness of @ISA and no runtime method
39302              definitions)
39303      Branch: perl
39304           +> t/op/method2entersub.t
39305           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
39306           !> perl.h t/op/sprintf.t xsutils.c
39307 ____________________________________________________________________________
39308 [  6363] By: gsar                                  on 2000/07/11  18:49:43
39309         Log: integrate cfgperl changes#6261..6266 into mainline
39310      Branch: perl
39311           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
39312           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
39313           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39314           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
39315 ____________________________________________________________________________
39316 [  6362] By: gsar                                  on 2000/07/11  18:43:26
39317         Log: integrate cfgperl changes#6252..6260 into mainline
39318      Branch: perl
39319           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
39320           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
39321           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
39322           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
39323 ____________________________________________________________________________
39324 [  6361] By: gsar                                  on 2000/07/11  18:37:12
39325         Log: skip integrate of problematic change#6251 from cfgperl into mainline
39326      Branch: perl
39327           !> lib/Exporter.pm
39328 ____________________________________________________________________________
39329 [  6360] By: gsar                                  on 2000/07/11  18:34:56
39330         Log: integrate cfgperl change#6250 into mainline
39331      Branch: perl
39332           +> t/op/my_stash.t
39333           !> MANIFEST embed.pl proto.h toke.c
39334 ____________________________________________________________________________
39335 [  6359] By: gsar                                  on 2000/07/11  18:21:19
39336         Log: integrate cfgperl changes#6242..6249 into mainline
39337      Branch: perl
39338           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
39339           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
39340           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
39341           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
39342           !> t/lib/peek.t utf8.c
39343 ____________________________________________________________________________
39344 [  6358] By: gsar                                  on 2000/07/11  18:15:45
39345         Log: skip integrate of problematic change#6241 from cfgperl into mainline
39346      Branch: perl
39347           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
39348 ____________________________________________________________________________
39349 [  6357] By: jhi                                   on 2000/07/11  18:15:16
39350         Log: Fix for
39351              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
39352              From: Roderick Schertler <roderick@argon.org> 
39353              Date: Tue, 11 Jul 2000 13:55:05 -0400 
39354              Message-Id: <200007111755.NAA05077@jones.argon.org> 
39355      Branch: cfgperl
39356            ! doio.c
39357 ____________________________________________________________________________
39358 [  6356] By: jhi                                   on 2000/07/11  18:12:51
39359         Log: Typo in #6341.
39360      Branch: cfgperl
39361            ! pp_hot.c
39362 ____________________________________________________________________________
39363 [  6355] By: gsar                                  on 2000/07/11  18:12:10
39364         Log: integrate cfgperl changes#6231..6240 into mainline
39365      Branch: perl
39366           +> pod/perlutil.pod
39367           !> (integrate 35 files)
39368 ____________________________________________________________________________
39369 [  6354] By: jhi                                   on 2000/07/11  18:04:34
39370         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
39371              From: Dominic Dunlop <domo@computer.org> 
39372              Date: Tue, 11 Jul 2000 12:27:33 +0200 
39373              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
39374              
39375              Replaces change #6268.
39376      Branch: cfgperl
39377            ! t/op/sprintf.t
39378 ____________________________________________________________________________
39379 [  6353] By: gsar                                  on 2000/07/11  17:59:51
39380         Log: skip integrate of problematic change#6230 from cfgperl into mainline
39381              (a later version of File::Spec is already in mainline)
39382      Branch: perl
39383           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
39384           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
39385 ____________________________________________________________________________
39386 [  6352] By: gsar                                  on 2000/07/11  17:57:48
39387         Log: integrate cfgperl changes#6224..6229 into mainline
39388      Branch: perl
39389           +> lib/lib.pm.PL
39390            - lib/lib.pm
39391           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
39392           !> lib/English.pm op.c t/lib/english.t
39393 ____________________________________________________________________________
39394 [  6351] By: gsar                                  on 2000/07/11  17:50:10
39395         Log: skip integrate of problematic change#6223 from cfgperl into mainline
39396      Branch: perl
39397           !> doio.c
39398 ____________________________________________________________________________
39399 [  6350] By: gsar                                  on 2000/07/11  17:48:28
39400         Log: integrate cfgperl changes#6220..6222 into mainline
39401      Branch: perl
39402           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
39403           !> toke.c utf8.c win32/win32.h
39404 ____________________________________________________________________________
39405 [  6349] By: gsar                                  on 2000/07/11  17:46:13
39406         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
39407              mainline
39408      Branch: perl
39409           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
39410           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
39411           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39412 ____________________________________________________________________________
39413 [  6348] By: jhi                                   on 2000/07/11  17:45:49
39414         Log: README.posix-bc podified from Thomas Dorner.
39415      Branch: cfgperl
39416            ! README.posix-bc
39417 ____________________________________________________________________________
39418 [  6347] By: gsar                                  on 2000/07/11  17:42:04
39419         Log: integrate cfgperl change#6217 into mainline
39420      Branch: perl
39421           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
39422           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
39423           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
39424 ____________________________________________________________________________
39425 [  6346] By: gsar                                  on 2000/07/11  17:39:37
39426         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
39427              mainline
39428      Branch: perl
39429           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
39430           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
39431           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
39432           !> perlapi.h pod/perlapi.pod
39433 ____________________________________________________________________________
39434 [  6345] By: gsar                                  on 2000/07/11  17:36:42
39435         Log: integrate cfgperl changes#6207..6210 into mainline
39436      Branch: perl
39437           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
39438           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
39439 ____________________________________________________________________________
39440 [  6344] By: gsar                                  on 2000/07/11  17:31:20
39441         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
39442              mainline
39443      Branch: perl
39444           !> (integrate 40 files)
39445 ____________________________________________________________________________
39446 [  6343] By: gsar                                  on 2000/07/11  17:19:08
39447         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
39448      Branch: perl
39449           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
39450            ! Changes
39451           !> (integrate 34 files)
39452 ____________________________________________________________________________
39453 [  6342] By: jhi                                   on 2000/07/11  16:05:48
39454         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
39455              To: perl5-porters@perl.org
39456              From: Karsten Sperling <spiff@phreax.net>
39457              Date: Mon, 10 Jul 2000 15:12:52 +0200
39458              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
39459      Branch: cfgperl
39460            ! lib/Symbol.pm
39461 ____________________________________________________________________________
39462 [  6341] By: jhi                                   on 2000/07/11  15:59:23
39463         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
39464              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39465              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
39466              Date: Fri, 07 Jul 2000 17:57:16 +0100
39467      Branch: cfgperl
39468            ! pp_hot.c
39469 ____________________________________________________________________________
39470 [  6340] By: jhi                                   on 2000/07/11  15:55:47
39471         Log: Subject: Re: format bug report  [Patch]
39472              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39473              Date: Wed, 05 Jul 2000 13:12:52 +0200
39474              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
39475              
39476              Subject: Re: format bug report  [Patch]
39477              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39478              Date: Wed, 05 Jul 2000 14:10:01 +0200
39479              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
39480      Branch: cfgperl
39481            ! t/op/write.t toke.c
39482 ____________________________________________________________________________
39483 [  6339] By: jhi                                   on 2000/07/11  13:54:09
39484         Log: Be less forgiving about ambiguous and illegal tr ranges.
39485              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
39486              From: Mark-Jason Dominus <mjd@plover.com>
39487              Date: Tue, 04 Jul 2000 10:00:12 -0400
39488              Message-ID: <20000704140012.17772.qmail@plover.com>
39489              
39490              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
39491              From: Mark-Jason Dominus <mjd@plover.com>
39492              Date: Wed, 05 Jul 2000 09:37:36 -0400
39493              Message-ID: <20000705133736.27293.qmail@plover.com>
39494      Branch: cfgperl
39495            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
39496 ____________________________________________________________________________
39497 [  6338] By: jhi                                   on 2000/07/11  13:31:24
39498         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
39499              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39500              Date: Tue, 11 Jul 2000 13:50:51 +0100
39501              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
39502      Branch: cfgperl
39503            ! sv.c
39504 ____________________________________________________________________________
39505 [  6337] By: jhi                                   on 2000/07/11  13:29:14
39506         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
39507              From: Hugo <hv@crypt.compulink.co.uk>
39508              Date: Tue, 11 Jul 2000 12:44:50 +0100
39509              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
39510      Branch: cfgperl
39511            ! regexec.c t/op/re_tests
39512 ____________________________________________________________________________
39513 [  6336] By: jhi                                   on 2000/07/11  13:26:47
39514         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
39515              From: simon@brecon.co.uk (Simon Cozens)
39516              Date: 7 Jul 2000 11:26:09 GMT
39517              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
39518      Branch: cfgperl
39519            ! mg.c
39520 ____________________________________________________________________________
39521 [  6335] By: jhi                                   on 2000/07/11  13:23:37
39522         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
39523              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
39524              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
39525              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
39526      Branch: cfgperl
39527            + ext/DynaLoader/hints/netbsd.pl
39528            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
39529 ____________________________________________________________________________
39530 [  6334] By: jhi                                   on 2000/07/11  13:20:38
39531         Log: Subject: PATCH perlguts.pod: Document D and d magic types
39532              From: mjd@plover.com
39533              Date: 5 Jul 2000 18:01:51 -0000
39534              Message-ID: <20000705180151.29413.qmail@plover.com>
39535      Branch: cfgperl
39536            ! pod/perlguts.pod
39537 ____________________________________________________________________________
39538 [  6333] By: jhi                                   on 2000/07/11  13:15:51
39539         Log: Precedence goof, fix based on
39540              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
39541              From: Hugo <hv@crypt.compulink.co.uk>
39542              Date: Tue, 11 Jul 2000 12:52:38 +0100
39543              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
39544      Branch: cfgperl
39545            ! t/op/taint.t
39546 ____________________________________________________________________________
39547 [  6332] By: jhi                                   on 2000/07/11  12:40:17
39548         Log: Integrate with Sarathy.
39549      Branch: cfgperl
39550           !> win32/win32sck.c
39551 ____________________________________________________________________________
39552 [  6331] By: jhi                                   on 2000/07/10  20:14:16
39553         Log: Sprinkle ldlibpath.
39554      Branch: cfgperl
39555            ! pod/Makefile.SH
39556 ____________________________________________________________________________
39557 [  6330] By: jhi                                   on 2000/07/10  17:54:49
39558         Log: More POSIX.pod tweaks.
39559      Branch: cfgperl
39560            ! ext/POSIX/POSIX.pod
39561 ____________________________________________________________________________
39562 [  6329] By: jhi                                   on 2000/07/10  14:02:12
39563         Log: Reorder perl.pod once more.
39564      Branch: cfgperl
39565            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39566 ____________________________________________________________________________
39567 [  6328] By: gsar                                  on 2000/07/10  07:06:00
39568         Log: accept() leaks memory on windows due to incorrect ordering of
39569              closesocket() and fclose() calls
39570      Branch: perl
39571            ! win32/win32sck.c
39572 ____________________________________________________________________________
39573 [  6327] By: gsar                                  on 2000/07/10  06:49:17
39574         Log: winsock options weren't being set in all threads under ithreads
39575              (caused send()s from second and subsequent threads to fail)
39576      Branch: perl
39577            ! win32/win32sck.c
39578 ____________________________________________________________________________
39579 [  6326] By: jhi                                   on 2000/07/08  02:45:40
39580         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
39581              was cast to an unsigned (32-bit) integer with wild abandon.
39582      Branch: cfgperl
39583            ! ext/Devel/DProf/DProf.xs
39584 ____________________________________________________________________________
39585 [  6325] By: jhi                                   on 2000/07/07  18:50:33
39586         Log: Remove perlbook, update perlfaq book listing,
39587              rearrange perl.pod, regenerate perltoc.
39588      Branch: cfgperl
39589            - pod/perlbook.pod
39590            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
39591            ! pod/perlfaq2.pod pod/perltoc.pod
39592 ____________________________________________________________________________
39593 [  6324] By: jhi                                   on 2000/07/07  14:03:40
39594         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
39595      Branch: cfgperl
39596            ! sv.h toke.c
39597 ____________________________________________________________________________
39598 [  6323] By: jhi                                   on 2000/07/06  16:03:55
39599         Log: Fix complaints of buildtoc.
39600      Branch: cfgperl
39601            + lib/Win32.pod
39602            - pod/Win32.pod
39603            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
39604 ____________________________________________________________________________
39605 [  6322] By: jhi                                   on 2000/07/06  15:15:52
39606         Log: Add =head1 NAMEs so that buildtoc is happy.
39607              (The CGI::Util nit reported to Lincoln.)
39608      Branch: cfgperl
39609            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
39610            ! pod/perltoc.pod
39611 ____________________________________________________________________________
39612 [  6321] By: jhi                                   on 2000/07/06  03:16:04
39613         Log: Config is being used.
39614      Branch: cfgperl
39615            ! t/op/method.t
39616 ____________________________________________________________________________
39617 [  6320] By: jhi                                   on 2000/07/06  03:13:13
39618         Log: Integrate with Sarathy.
39619      Branch: cfgperl
39620           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
39621 ____________________________________________________________________________
39622 [  6319] By: jhi                                   on 2000/07/06  03:11:46
39623         Log: Autogenerate pod/Makefile and pod/buildtoc.
39624              buildtoc also checks whether the existin pods are
39625              mentioned in MANIFEST and perl.pod, and vice versa.
39626              (None of the thusly found discrepancies fixed yet.)
39627              roffitall also needs to be autogenerated similarly but it
39628              seems so badly out of date that I didn't touch it yet.
39629      Branch: cfgperl
39630            + pod/Makefile.SH pod/buildtoc.PL
39631            - pod/Makefile pod/buildtoc
39632            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
39633 ____________________________________________________________________________
39634 [  6318] By: gsar                                  on 2000/07/05  22:10:54
39635         Log: fix UNC path handling on Windows under ithreads, and chdir()
39636              return value when given a non-existent directory
39637      Branch: perl
39638            ! win32/vdir.h
39639 ____________________________________________________________________________
39640 [  6317] By: gsar                                  on 2000/07/05  22:08:19
39641         Log: winsock cleanup never done on Windows (leads to handle leaks)
39642      Branch: perl
39643            ! win32/perllib.c win32/win32sck.c
39644 ____________________________________________________________________________
39645 [  6316] By: gsar                                  on 2000/07/05  22:06:19
39646         Log: some debugger output does not go to the socket when RemotePort is set
39647      Branch: perl
39648            ! lib/perl5db.pl
39649 ____________________________________________________________________________
39650 [  6315] By: jhi                                   on 2000/07/05  00:25:21
39651         Log: Integrate with Sarathy, preliminary fix for unicos
39652              alignment problems in [ID 20000612.002] Perl problem on Cray system.
39653      Branch: cfgperl
39654            ! sv.h
39655           !> pp_hot.c
39656 ____________________________________________________________________________
39657 [  6314] By: gsar                                  on 2000/07/04  23:34:02
39658         Log: tyop in change#6306
39659      Branch: perl
39660            ! pp_hot.c
39661 ____________________________________________________________________________
39662 [  6313] By: jhi                                   on 2000/07/04  22:14:38
39663         Log: Multiline string literals ENONPORTABLE.
39664      Branch: cfgperl
39665            ! pp_hot.c
39666 ____________________________________________________________________________
39667 [  6312] By: jhi                                   on 2000/07/04  20:34:44
39668         Log: Integrate with Sarathy.
39669      Branch: cfgperl
39670           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
39671           !> t/op/method.t
39672 ____________________________________________________________________________
39673 [  6311] By: jhi                                   on 2000/07/04  20:30:56
39674         Log: More POSIX.pod embellishment.
39675      Branch: cfgperl
39676            ! ext/POSIX/POSIX.pod
39677 ____________________________________________________________________________
39678 [  6310] By: gsar                                  on 2000/07/04  17:28:48
39679         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
39680      Branch: perl
39681            ! t/lib/b.t
39682 ____________________________________________________________________________
39683 [  6309] By: jhi                                   on 2000/07/04  17:22:18
39684         Log: The #6308 required a little bit more.
39685      Branch: cfgperl
39686            ! Makefile.SH win32/Makefile
39687 ____________________________________________________________________________
39688 [  6308] By: jhi                                   on 2000/07/04  16:35:24
39689         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
39690      Branch: cfgperl
39691            + lib/lib_pm.PL
39692            - lib/lib.pm.PL
39693            ! MANIFEST Makefile.SH
39694 ____________________________________________________________________________
39695 [  6307] By: jhi                                   on 2000/07/04  16:28:58
39696         Log: Win32 patches for cfgperl from Sarathy.
39697      Branch: cfgperl
39698            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
39699            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
39700            ! thread.h toke.c util.c win32/Makefile win32/win32.c
39701 ____________________________________________________________________________
39702 [  6306] By: gsar                                  on 2000/07/04  16:28:40
39703         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
39704              (from Richard Soderberg <rs@oregonnet.com>)
39705      Branch: perl
39706            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
39707 ____________________________________________________________________________
39708 [  6305] By: jhi                                   on 2000/07/04  16:24:24
39709         Log: Integrate with Sarathy.
39710      Branch: cfgperl
39711           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
39712           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39713           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
39714           !> proto.h win32/win32.c
39715 ____________________________________________________________________________
39716 [  6304] By: gsar                                  on 2000/07/04  16:17:24
39717         Log: missing perldiag entry for unpack("w",...) diagnostic (from
39718              Andreas Koenig)
39719      Branch: perl
39720            ! pod/perldiag.pod
39721 ____________________________________________________________________________
39722 [  6303] By: gsar                                  on 2000/07/04  16:14:44
39723         Log: remove rel2abs prototypes (from Barrie Slaymaker)
39724      Branch: perl
39725            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
39726            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
39727 ____________________________________________________________________________
39728 [  6302] By: gsar                                  on 2000/07/04  04:59:35
39729         Log: adjust change#6299
39730      Branch: perl
39731            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
39732            ! win32/win32.c
39733 ____________________________________________________________________________
39734 [  6301] By: jhi                                   on 2000/07/04  04:50:07
39735         Log: Integrate with Sarathy.
39736      Branch: cfgperl
39737           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
39738           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
39739           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
39740 ____________________________________________________________________________
39741 [  6300] By: gsar                                  on 2000/07/04  04:42:09
39742         Log: PERL_OBJECT build tweak
39743      Branch: perl
39744            ! perl.h
39745 ____________________________________________________________________________
39746 [  6299] By: gsar                                  on 2000/07/04  04:37:00
39747         Log: fix memory leak on Windows (PL_sys_intern contents were never
39748              freed)
39749      Branch: perl
39750            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
39751            ! perlapi.c proto.h win32/win32.c
39752 ____________________________________________________________________________
39753 [  6298] By: gsar                                  on 2000/07/04  04:15:59
39754         Log: fix large memory leak that has been around for ever, masked by
39755              -DPURIFY (most of the arenas were never freed!)
39756      Branch: perl
39757            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
39758 ____________________________________________________________________________
39759 [  6297] By: gsar                                  on 2000/07/04  04:07:46
39760         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
39761      Branch: perl
39762            ! perl.c
39763 ____________________________________________________________________________
39764 [  6296] By: jhi                                   on 2000/06/30  18:28:37
39765         Log: Elaborate POSIX.pod.  Still needs work.
39766      Branch: cfgperl
39767            ! ext/POSIX/POSIX.pod
39768 ____________________________________________________________________________
39769 [  6295] By: jhi                                   on 2000/06/30  14:58:18
39770         Log: Point to perlipc for more SysV IPC examples.
39771      Branch: cfgperl
39772            ! pod/perlfunc.pod
39773 ____________________________________________________________________________
39774 [  6294] By: gsar                                  on 2000/06/30  14:47:45
39775         Log: slurp mode fix in change#4736 still not quite right
39776      Branch: perl
39777            ! pp_hot.c t/io/argv.t
39778 ____________________________________________________________________________
39779 [  6293] By: jhi                                   on 2000/06/30  12:02:55
39780         Log: Integrate with Sarathy.
39781      Branch: cfgperl
39782           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
39783 ____________________________________________________________________________
39784 [  6292] By: jhi                                   on 2000/06/30  12:01:11
39785         Log: From: simon@brecon.co.uk (Simon Cozens)
39786              Subject: UTF8 concat
39787              Date: 30 Jun 2000 06:13:25 GMT
39788              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
39789      Branch: cfgperl
39790            ! pp_hot.c
39791 ____________________________________________________________________________
39792 [  6291] By: gsar                                  on 2000/06/30  04:37:33
39793         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
39794              when @_ is modified, causing coredumps
39795      Branch: perl
39796            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
39797 ____________________________________________________________________________
39798 [  6290] By: jhi                                   on 2000/06/30  02:21:44
39799         Log: Integrate with Sarathy.
39800      Branch: cfgperl
39801           !> vms/vms.c vms/vmsish.h
39802 ____________________________________________________________________________
39803 [  6289] By: jhi                                   on 2000/06/30  02:21:02
39804         Log: Check VERSIONs.
39805      Branch: cfgperl
39806            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
39807            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
39808            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
39809 ____________________________________________________________________________
39810 [  6288] By: jhi                                   on 2000/06/30  02:18:52
39811         Log: Integrate with Sarathy.
39812      Branch: cfgperl
39813           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
39814           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
39815           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
39816           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
39817 ____________________________________________________________________________
39818 [  6287] By: gsar                                  on 2000/06/30  02:17:08
39819         Log: integrate vmsperl changes into mainline
39820      Branch: perl
39821           !> vms/vms.c vms/vmsish.h
39822 ____________________________________________________________________________
39823 [  6285] By: gsar                                  on 2000/06/30  02:05:28
39824         Log: localize %INC in a Safe compartment so that use/require work
39825              (many other magic globals probably need similar treatment)
39826      Branch: perl
39827            ! ext/Opcode/Opcode.xs
39828 ____________________________________________________________________________
39829 [  6284] By: gsar                                  on 2000/06/30  01:54:54
39830         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
39831              about Windows
39832      Branch: perl
39833            ! pod/perlembed.pod
39834 ____________________________________________________________________________
39835 [  6283] By: jhi                                   on 2000/06/30  01:50:10
39836         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
39837              From: Barrie Slaymaker <barries@jester.slaysys.com>
39838              Date: Wed, 28 Jun 2000 11:35:29 -0400
39839              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
39840      Branch: perl
39841            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
39842            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
39843            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39844            ! lib/File/Spec/Win32.pm
39845 ____________________________________________________________________________
39846 [  6282] By: jhi                                   on 2000/06/29  22:57:22
39847         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
39848              From: Dan Sugalski <dan@sidhe.org>
39849              Date: Tue, 06 Jun 2000 11:59:50 -0400
39850              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
39851      Branch: cfgperl
39852            ! vms/vms.c
39853 ____________________________________________________________________________
39854 [  6281] By: jhi                                   on 2000/06/29  22:52:50
39855         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
39856              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39857              Date: Wed, 7 Jun 2000 04:02:04 -0500
39858              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
39859      Branch: cfgperl
39860            ! utils/h2xs.PL
39861 ____________________________________________________________________________
39862 [  6280] By: jhi                                   on 2000/06/29  22:45:47
39863         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
39864              From: rspier@pobox.com (Robert Spier)
39865              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
39866              Message-ID: <14654.31913.845602.610277@rls.cx>
39867      Branch: cfgperl
39868            ! utils/h2xs.PL
39869 ____________________________________________________________________________
39870 [  6279] By: jhi                                   on 2000/06/29  22:38:16
39871         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
39872              From: Tim Ayers <tayers@bridge.com>
39873              Date: Thu, 08 Jun 2000 08:11:06 +0200
39874              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
39875              [resent by Richard Foley, Message-Id probably wrong]
39876      Branch: cfgperl
39877            ! pod/perlsub.pod
39878 ____________________________________________________________________________
39879 [  6278] By: jhi                                   on 2000/06/29  22:21:45
39880         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
39881              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
39882              Date: Fri, 09 Jun 2000 12:39:27 -0400
39883              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
39884              (plus update the version "number" of Text::Wrap)
39885      Branch: cfgperl
39886            ! lib/Text/Wrap.pm
39887 ____________________________________________________________________________
39888 [  6277] By: jhi                                   on 2000/06/29  22:13:10
39889         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
39890              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39891              Date: Mon, 12 Jun 2000 14:55:59 +0100
39892              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
39893      Branch: cfgperl
39894            ! pod/perlfunc.pod
39895 ____________________________________________________________________________
39896 [  6276] By: jhi                                   on 2000/06/29  22:11:06
39897         Log: Subject: [PATCH] Re: eval documentation: context
39898              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
39899              Date: Mon, 12 Jun 2000 15:07:29 +0100
39900              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
39901      Branch: cfgperl
39902            ! pod/perlfunc.pod
39903 ____________________________________________________________________________
39904 [  6275] By: jhi                                   on 2000/06/29  21:59:46
39905         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
39906              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
39907              Date: Tue, 13 Jun 2000 02:43:48 -0500
39908              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
39909      Branch: cfgperl
39910            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
39911 ____________________________________________________________________________
39912 [  6274] By: jhi                                   on 2000/06/29  21:56:14
39913         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
39914              From: Andy Dougherty <doughera@lafayette.edu>
39915              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
39916              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
39917      Branch: cfgperl
39918            ! ext/File/Glob/Glob.pm
39919 ____________________________________________________________________________
39920 [  6273] By: jhi                                   on 2000/06/29  21:49:09
39921         Log: Subject: [PATCH] xsub attributes
39922              From: Doug MacEachern <dougm@covalent.net>
39923              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
39924              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
39925      Branch: cfgperl
39926            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
39927            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
39928 ____________________________________________________________________________
39929 [  6272] By: jhi                                   on 2000/06/29  21:41:28
39930         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
39931              From: Tom Phoenix <rootbeer@redcat.com>
39932              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
39933              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
39934      Branch: cfgperl
39935            ! lib/Net/Ping.pm
39936 ____________________________________________________________________________
39937 [  6271] By: jhi                                   on 2000/06/29  21:36:55
39938         Log: Subject: PATCH pod/perltie.pod
39939              From: Ian Phillipps <Ian.Phillipps@iname.com>
39940              Date: Fri, 16 Jun 2000 00:17:19 +0100
39941              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
39942              (only the first hunk, the second hunk had already been done
39943              by some other patch)
39944      Branch: cfgperl
39945            ! pod/perltie.pod
39946 ____________________________________________________________________________
39947 [  6270] By: jhi                                   on 2000/06/29  21:24:51
39948         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
39949              From: Nicholas Clark <nick@talking.bollo.cx>
39950              Date: Fri, 23 Jun 2000 16:21:15 +0100
39951              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
39952      Branch: cfgperl
39953            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
39954            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
39955 ____________________________________________________________________________
39956 [  6269] By: jhi                                   on 2000/06/29  19:38:15
39957         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
39958              silence few compiler warnings.
39959      Branch: cfgperl
39960            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
39961 ____________________________________________________________________________
39962 [  6268] By: jhi                                   on 2000/06/29  18:21:50
39963         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
39964              From: Dominic Dunlop <domo@computer.org> 
39965              Date: Thu, 29 Jun 2000 12:32:39 +0200 
39966              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
39967      Branch: cfgperl
39968            ! t/op/sprintf.t
39969 ____________________________________________________________________________
39970 [  6267] By: jhi                                   on 2000/06/29  18:16:07
39971         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
39972              From: Doug MacEachern <dougm@covalent.net>
39973              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
39974              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
39975      Branch: cfgperl
39976            + t/op/method2entersub.t
39977            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
39978            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
39979            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
39980            ! xsutils.c
39981 ____________________________________________________________________________
39982 [  6266] By: jhi                                   on 2000/06/29  15:11:15
39983         Log: Subject: [PATCH 5.6.0] cygwin port
39984              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
39985              From: "Fifer, Eric" <EFifer@sanwaint.com>
39986              Date: Thu, 29 Jun 2000 12:58:29 +0100
39987      Branch: cfgperl
39988            ! cygwin/Makefile.SHs
39989 ____________________________________________________________________________
39990 [  6265] By: jhi                                   on 2000/06/29  15:04:05
39991         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
39992              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39993              Date: Wed, 28 Jun 2000 17:50:12 -0700
39994              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
39995      Branch: cfgperl
39996            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
39997 ____________________________________________________________________________
39998 [  6264] By: jhi                                   on 2000/06/29  15:00:57
39999         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
40000              From: Marty Lucich <marty@netcom.com>
40001              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
40002              Message-Id: <200006282116.OAA11148@netcom.com>
40003              ccdlflags update (the BSD/OS 4.1 part had already been taken
40004              care of by #6141).
40005      Branch: cfgperl
40006            ! hints/bsdos.sh
40007 ____________________________________________________________________________
40008 [  6263] By: jhi                                   on 2000/06/29  13:47:44
40009         Log: tr fixes from Simon Cozens
40010      Branch: cfgperl
40011            ! doop.c
40012 ____________________________________________________________________________
40013 [  6262] By: jhi                                   on 2000/06/28  18:46:01
40014         Log: Subject: 5.6.0 Patch for EPOC
40015              From: Olaf Flebbe <o.flebbe@gmx.de>
40016              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
40017              Message-ID: <23449.960929969@www11.gmx.net>
40018      Branch: cfgperl
40019            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
40020            ! epoc/epocish.h
40021 ____________________________________________________________________________
40022 [  6261] By: jhi                                   on 2000/06/28  18:29:07
40023         Log: Subject: Re: [PATCH cfgperl] BOMs away!
40024              From: simon@brecon.co.uk (Simon Cozens)
40025              Date: 17 Jun 2000 11:49:57 GMT
40026              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
40027      Branch: cfgperl
40028            ! pod/perldiag.pod t/comp/require.t toke.c
40029 ____________________________________________________________________________
40030 [  6260] By: jhi                                   on 2000/06/28  17:47:16
40031         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
40032              From: simon@brecon.co.uk (Simon Cozens) 
40033              Date: 17 Jun 2000 11:56:44 GMT 
40034              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
40035              pack U0, pack C0
40036      Branch: cfgperl
40037            ! pod/perlfunc.pod pp.c t/op/pack.t
40038 ____________________________________________________________________________
40039 [  6259] By: jhi                                   on 2000/06/28  16:43:17
40040         Log: perlnewmod was missing from MANIFEST.
40041      Branch: cfgperl
40042            ! MANIFEST
40043 ____________________________________________________________________________
40044 [  6258] By: jhi                                   on 2000/06/28  15:54:30
40045         Log: linenumber tweak
40046      Branch: cfgperl
40047            ! t/pragma/warn/regcomp
40048 ____________________________________________________________________________
40049 [  6257] By: jhi                                   on 2000/06/28  15:50:44
40050         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
40051              From: Doug MacEachern <dougm@covalent.net>
40052              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
40053              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
40054              (one part of the patch had been applied earlier)
40055      Branch: cfgperl
40056            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
40057 ____________________________________________________________________________
40058 [  6256] By: jhi                                   on 2000/06/28  15:40:22
40059         Log: tweaks from Simon Cozens to further fix tr/// under utf8
40060      Branch: cfgperl
40061            ! doop.c
40062 ____________________________________________________________________________
40063 [  6255] By: jhi                                   on 2000/06/28  15:33:45
40064         Log: small thinko tweaks
40065      Branch: cfgperl
40066            ! lib/IPC/Open3.pm t/op/my_stash.t
40067 ____________________________________________________________________________
40068 [  6254] By: jhi                                   on 2000/06/28  15:33:25
40069         Log: Subject: tr///, help wanted.
40070              From: simon@brecon.co.uk (Simon Cozens)
40071              Date: 28 Jun 2000 11:29:04 GMT
40072              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
40073      Branch: cfgperl
40074            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
40075            ! pp_proto.h proto.h t/op/tr.t
40076 ____________________________________________________________________________
40077 [  6253] By: jhi                                   on 2000/06/28  15:09:17
40078         Log: Paranoia tweak on #6249.
40079              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
40080              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40081              Date: Sun, 25 Jun 2000 23:43:12 -0400
40082              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
40083      Branch: cfgperl
40084            ! lib/IPC/Open3.pm
40085 ____________________________________________________________________________
40086 [  6252] By: jhi                                   on 2000/06/28  15:01:38
40087         Log: Document #6249 and #6251.
40088      Branch: cfgperl
40089            ! lib/Exporter.pm lib/IPC/Open3.pm
40090 ____________________________________________________________________________
40091 [  6251] By: jhi                                   on 2000/06/28  14:50:43
40092         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
40093              From: Doug MacEachern <dougm@covalent.net>
40094              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
40095              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
40096      Branch: cfgperl
40097            ! lib/Exporter.pm
40098 ____________________________________________________________________________
40099 [  6250] By: jhi                                   on 2000/06/28  14:45:23
40100         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
40101              From: Doug MacEachern <dougm@covalent.net>
40102              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
40103              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
40104      Branch: cfgperl
40105            + t/op/my_stash.t
40106            ! MANIFEST embed.pl global.sym proto.h toke.c
40107 ____________________________________________________________________________
40108 [  6249] By: jhi                                   on 2000/06/28  14:36:34
40109         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
40110              From: Frank Tobin <ftobin@uiuc.edu>
40111              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
40112              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
40113      Branch: cfgperl
40114            ! lib/IPC/Open3.pm
40115 ____________________________________________________________________________
40116 [  6248] By: jhi                                   on 2000/06/28  14:11:25
40117         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
40118              From: Mark-Jason Dominus <mjd@plover.com>
40119              Date: Tue, 27 Jun 2000 22:36:42 -0400
40120              Message-ID: <20000628023642.12166.qmail@plover.com>
40121      Branch: cfgperl
40122            ! pod/perlfunc.pod
40123 ____________________________________________________________________________
40124 [  6247] By: jhi                                   on 2000/06/27  12:46:37
40125         Log: Tweak $VERSION, patch from Doug MacEachern.
40126      Branch: cfgperl
40127            ! lib/File/Spec.pm
40128 ____________________________________________________________________________
40129 [  6246] By: jhi                                   on 2000/06/27  03:34:46
40130         Log: Allow for standalone testing.
40131      Branch: cfgperl
40132            ! t/lib/filefunc.t t/lib/filespec.t
40133 ____________________________________________________________________________
40134 [  6245] By: jhi                                   on 2000/06/27  02:50:02
40135         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
40136              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40137              Date: Sat, 24 Jun 2000 13:06:20 +0100
40138              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
40139      Branch: cfgperl
40140            ! ext/DynaLoader/DynaLoader_pm.PL
40141 ____________________________________________________________________________
40142 [  6244] By: jhi                                   on 2000/06/27  02:46:10
40143         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
40144              From: Doug MacEachern <dougm@covalent.net>
40145              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
40146              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
40147      Branch: cfgperl
40148            ! gv.c sv.c t/lib/peek.t
40149 ____________________________________________________________________________
40150 [  6243] By: jhi                                   on 2000/06/27  02:38:07
40151         Log: Subject: [PATCH] is_utf8_string
40152              From: simon@brecon.co.uk (Simon Cozens)
40153              Date: 26 Jun 2000 02:25:59 GMT
40154              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
40155      Branch: cfgperl
40156            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
40157            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
40158            ! proto.h utf8.c
40159 ____________________________________________________________________________
40160 [  6242] By: jhi                                   on 2000/06/27  02:24:00
40161         Log: Subject: [PATCH] bytes<->utf8 fixes
40162              From: simon@brecon.co.uk (Simon Cozens)
40163              Date: 26 Jun 2000 04:55:45 GMT
40164              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
40165      Branch: cfgperl
40166            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
40167 ____________________________________________________________________________
40168 [  6241] By: jhi                                   on 2000/06/27  02:12:42
40169         Log: Do no -warn on \_, only on \alpha.
40170              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
40171              From: David Dyck <dcd@tc.fluke.com>
40172              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
40173              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
40174      Branch: cfgperl
40175            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
40176 ____________________________________________________________________________
40177 [  6240] By: jhi                                   on 2000/06/27  02:00:01
40178         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
40179              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
40180              Date: Mon, 26 Jun 2000 18:40:14 +0100
40181              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
40182      Branch: cfgperl
40183            ! utils/h2xs.PL
40184 ____________________________________________________________________________
40185 [  6239] By: jhi                                   on 2000/06/27  01:53:40
40186         Log: Configure maintenance.  Sever some dependency cycles,
40187              separate gccversion from the cc unit,
40188              address [ID 20000623.006] Configure script patch for using gcc on AIX
40189              (but solve it a little bit differently),
40190              unduplex some accidentally duplicated units,
40191              suggest using gcc if no cc available
40192              (p5p thread: "Solaris configure: counterproposal", 1999-09)
40193      Branch: cfgperl
40194            ! Configure Todo-5.6 config_h.SH
40195      Branch: metaconfig
40196            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
40197            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
40198      Branch: metaconfig/U/perl
40199            + gccvers.U
40200            ! d_getespwnam.U d_getprpwnam.U i_prot.U
40201 ____________________________________________________________________________
40202 [  6238] By: jhi                                   on 2000/06/25  18:04:56
40203         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
40204              From: Dan Sugalski <dan@sidhe.org>
40205              Date: Fri, 23 Jun 2000 17:00:00 -0400
40206              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
40207      Branch: cfgperl
40208            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
40209 ____________________________________________________________________________
40210 [  6237] By: jhi                                   on 2000/06/25  16:36:45
40211         Log: Tweak embed.pl, regen headers.
40212      Branch: cfgperl
40213            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
40214            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
40215            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
40216            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
40217            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
40218 ____________________________________________________________________________
40219 [  6236] By: jhi                                   on 2000/06/25  15:26:42
40220         Log: Regen headers.
40221      Branch: cfgperl
40222            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
40223            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
40224            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
40225            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
40226            ! regnodes.h warnings.h
40227 ____________________________________________________________________________
40228 [  6235] By: jhi                                   on 2000/06/23  19:39:35
40229         Log: The thread begun by
40230              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
40231              From: Kevin.Ruscoe@ubsw.com
40232              Date: Fri, 16 Jun 2000 16:38:51 +0100
40233              Message-Id: <H000019b03c300d6@MHS>
40234      Branch: cfgperl
40235            ! hints/solaris_2.sh
40236 ____________________________________________________________________________
40237 [  6234] By: jhi                                   on 2000/06/23  19:23:36
40238         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
40239              because when run as services (Win32ese for daemons)
40240              no environment variables are set and tmpdir ends up as /tmp,
40241              which is ambiguous.
40242              
40243              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
40244              From: matt@sergeant.org
40245              Date: 16 Jun 2000 16:30:43 -0000
40246              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
40247      Branch: cfgperl
40248            ! lib/File/Spec/Win32.pm
40249 ____________________________________________________________________________
40250 [  6233] By: jhi                                   on 2000/06/23  19:18:58
40251         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
40252              From: Mark-Jason Dominus <mjd@plover.com>
40253              Date: Fri, 16 Jun 2000 20:53:04 -0400
40254              Message-ID: <20000617005304.8008.qmail@plover.com>
40255      Branch: cfgperl
40256            ! op.h
40257 ____________________________________________________________________________
40258 [  6232] By: jhi                                   on 2000/06/23  16:10:02
40259         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
40260              From: simon@brecon.co.uk (Simon Cozens)
40261              Date: 19 Jun 2000 15:18:27 GMT
40262              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
40263              
40264              plus update pod/Makefile and regenerate perltoc
40265      Branch: cfgperl
40266            + pod/perlutil.pod
40267            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
40268 ____________________________________________________________________________
40269 [  6231] By: jhi                                   on 2000/06/23  15:19:18
40270         Log: Subject: [PATCH 5.6.0] cygwin port
40271              From: "Fifer, Eric" <EFifer@sanwaint.com>
40272              Date: Tue, 20 Jun 2000 14:30:58 +0100
40273              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
40274      Branch: cfgperl
40275            ! README.cygwin lib/File/Find.pm
40276 ____________________________________________________________________________
40277 [  6230] By: jhi                                   on 2000/06/23  14:25:21
40278         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
40279      Branch: cfgperl
40280            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
40281            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
40282            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40283            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
40284 ____________________________________________________________________________
40285 [  6229] By: jhi                                   on 2000/06/23  14:13:34
40286         Log: Subject: README.hpux version 0.6.1
40287              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
40288              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
40289              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
40290      Branch: cfgperl
40291            ! README.hpux
40292 ____________________________________________________________________________
40293 [  6228] By: jhi                                   on 2000/06/23  14:07:20
40294         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
40295              From: Doug MacEachern <dougm@covalent.net>
40296              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
40297              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
40298      Branch: cfgperl
40299            ! op.c
40300 ____________________________________________________________________________
40301 [  6227] By: jhi                                   on 2000/06/23  14:01:06
40302         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
40303              From: Doug MacEachern <dougm@covalent.net>
40304              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
40305              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
40306      Branch: cfgperl
40307            + lib/lib.pm.PL
40308            - lib/lib.pm
40309            ! MANIFEST Makefile.SH
40310 ____________________________________________________________________________
40311 [  6226] By: jhi                                   on 2000/06/23  13:53:07
40312         Log: Subject: [PATCH] remove forward declarations in Socket.pm
40313              From: Doug MacEachern <dougm@covalent.net>
40314              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
40315              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
40316              
40317              From: Doug MacEachern <dougm@covalent.net>
40318              Subject: Re: [PATCH] remove forward declarations in Socket.pm
40319              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
40320              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
40321      Branch: cfgperl
40322            ! ext/Socket/Socket.pm op.c
40323 ____________________________________________________________________________
40324 [  6225] By: jhi                                   on 2000/06/23  13:41:52
40325         Log: Add source code filenames to apidoc.
40326              From: simon@brecon.co.uk (Simon Cozens)
40327              Subject: [PATCH embed.pl] Source X-ref
40328              Date: 22 Jun 2000 02:18:49 GMT
40329              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
40330      Branch: cfgperl
40331            ! embed.pl
40332 ____________________________________________________________________________
40333 [  6224] By: jhi                                   on 2000/06/23  13:32:33
40334         Log: A way to avoid English.pm performance hit.
40335              From: root <root@jester.slaysys.com>
40336              Subject: [YAPATCH English.pm] My turn to putt again
40337              Date: Thu, 22 Jun 2000 20:33:58 -0400
40338              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
40339      Branch: cfgperl
40340            ! lib/English.pm t/lib/english.t
40341 ____________________________________________________________________________
40342 [  6223] By: jhi                                   on 2000/06/23  13:27:06
40343         Log: Avoid double close().
40344              Subject: [PATCH] avoid double close()
40345              From: Doug MacEachern <dougm@covalent.net>
40346              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
40347              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
40348      Branch: cfgperl
40349            ! doio.c
40350 ____________________________________________________________________________
40351 [  6222] By: jhi                                   on 2000/06/23  13:25:54
40352         Log: doc typo fix
40353              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
40354              From: Ian Phillipps <Ian.Phillipps@iname.com>
40355              Date: Fri, 23 Jun 2000 10:40:58 +0100
40356              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
40357      Branch: cfgperl
40358            ! lib/Pod/Usage.pm
40359 ____________________________________________________________________________
40360 [  6221] By: jhi                                   on 2000/06/23  13:24:15
40361         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
40362              From: simon@brecon.co.uk (Simon Cozens)
40363              Subject: [PATCH] Eliminate tr///[CU][CU]
40364              Date: 23 Jun 2000 11:05:40 GMT
40365              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
40366      Branch: cfgperl
40367            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
40368 ____________________________________________________________________________
40369 [  6220] By: jhi                                   on 2000/06/22  16:07:51
40370         Log: Win32 patches from Benjamin Stuhl.
40371      Branch: cfgperl
40372            ! makedef.pl win32/win32.h
40373 ____________________________________________________________________________
40374 [  6219] By: jhi                                   on 2000/06/22  16:06:34
40375         Log: Bytecode patches from Benjamin Stuhl.
40376      Branch: cfgperl
40377            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40378            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
40379            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40380 ____________________________________________________________________________
40381 [  6218] By: jhi                                   on 2000/06/15  23:54:16
40382         Log: Bytecode patches from Benjamin Stuhl.
40383      Branch: cfgperl
40384            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40385 ____________________________________________________________________________
40386 [  6217] By: jhi                                   on 2000/06/09  13:38:29
40387         Log: Rename the fdpid locking and integrate with Sarathy.
40388      Branch: cfgperl
40389            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
40390            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
40391            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
40392            ! win32/win32.c
40393           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
40394 ____________________________________________________________________________
40395 [  6216] By: gsar                                  on 2000/06/08  14:54:21
40396         Log: be more optimal about clearing @_
40397      Branch: perl
40398            ! cop.h
40399 ____________________________________________________________________________
40400 [  6215] By: gsar                                  on 2000/06/08  14:33:04
40401         Log: tweak comment about @DB::args
40402      Branch: perl
40403            ! av.h pp_ctl.c
40404 ____________________________________________________________________________
40405 [  6214] By: gsar                                  on 2000/06/08  13:57:54
40406         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
40407              caller() wants to populate @DB::args with it (causes a coredump
40408              in Carp::confess())
40409      Branch: perl
40410            ! cop.h t/op/runlevel.t
40411 ____________________________________________________________________________
40412 [  6213] By: gsar                                  on 2000/06/08  07:06:35
40413         Log: back out change#6106 (seems problematic)
40414      Branch: perl
40415            ! hints/solaris_2.sh
40416 ____________________________________________________________________________
40417 [  6212] By: jhi                                   on 2000/06/07  03:10:36
40418         Log: Continuing mopup for #6204.
40419      Branch: cfgperl
40420            ! ext/B/defsubs_h.PL
40421 ____________________________________________________________________________
40422 [  6211] By: jhi                                   on 2000/06/07  02:41:50
40423         Log: Mopup for #6204.
40424              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
40425              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
40426              This is comes from const() where POK isn't on when expected.
40427      Branch: cfgperl
40428            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
40429            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40430            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
40431            ! perlapi.h pod/perlapi.pod
40432 ____________________________________________________________________________
40433 [  6210] By: jhi                                   on 2000/06/07  01:56:29
40434         Log: Mopup for #6207 and #6209.
40435      Branch: cfgperl
40436            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
40437 ____________________________________________________________________________
40438 [  6209] By: jhi                                   on 2000/06/07  01:33:12
40439         Log: Lock PL_fdpid against race conditions, based on:
40440              Subject: [PATCH 5.6.0]subprocess fixup for threads
40441              From: Dan Sugalski <dan@sidhe.org>
40442              To: perl5-porters@perl.org
40443              Date: Tue, 11 Apr 2000 17:02:32 -0400
40444              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
40445      Branch: cfgperl
40446            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
40447            ! win32/win32.c
40448 ____________________________________________________________________________
40449 [  6208] By: jhi                                   on 2000/06/07  01:05:23
40450         Log: Regen headers for #6207.
40451      Branch: cfgperl
40452            ! embed.h global.sym objXSUB.h proto.h
40453 ____________________________________________________________________________
40454 [  6207] By: jhi                                   on 2000/06/06  23:43:13
40455         Log: Subject: [PATCH 5.6.0] Threadsafe patches
40456              From: Dan Sugalski <dan@sidhe.org>
40457              To: perl5-porters@perl.org
40458              Date: Mon, 08 May 2000 18:08:13 -0400
40459              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
40460      Branch: cfgperl
40461            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
40462            ! proto.h sv.h util.c
40463 ____________________________________________________________________________
40464 [  6206] By: jhi                                   on 2000/06/06  23:21:23
40465         Log: Subject: [PATCH] Eliminate $a/$b in pod
40466              From: David Glasser <me@davidglasser.net>
40467              To: perl5-porters@perl.org
40468              Date: Mon, 29 May 2000 21:15:59 -0400
40469              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
40470      Branch: cfgperl
40471            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
40472            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
40473            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
40474            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
40475            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
40476            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
40477            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
40478            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
40479            ! pod/perlvar.pod pod/perlxs.pod
40480 ____________________________________________________________________________
40481 [  6205] By: jhi                                   on 2000/06/06  23:12:14
40482         Log: Subject: [PATCH] Win32 improvements
40483              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
40484              To: gsar@activestate.com, perl5-porters@perl.org
40485              Date: Mon, 29 May 2000 17:22:24 PDT
40486              Message-ID: <20000530002224.91142.qmail@hotmail.com>
40487              (MUA had mangled many lines by wordwrapping)
40488      Branch: cfgperl
40489            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
40490 ____________________________________________________________________________
40491 [  6204] By: jhi                                   on 2000/06/06  23:01:50
40492         Log: Subject: [PATCH] B::Bytecode patches
40493              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
40494              To: gsar@activestate.com, jhi@iki.fi
40495              Cc: perl5-porters@perl.org
40496              Message-ID: <20000602202526.48694.qmail@hotmail.com>
40497              (MUA had mangled many lines by wordwrapping)
40498      Branch: cfgperl
40499            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
40500            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
40501            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40502            ! intrpvar.h perl.c
40503 ____________________________________________________________________________
40504 [  6203] By: jhi                                   on 2000/06/06  22:32:43
40505         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
40506              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40507              Date: Tue, 06 Jun 2000 13:07:45 -0700
40508              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
40509      Branch: cfgperl
40510            ! pod/perldiag.pod
40511 ____________________________________________________________________________
40512 [  6202] By: jhi                                   on 2000/06/06  19:38:35
40513         Log: Integrate with Sarathy.
40514      Branch: cfgperl
40515           !> perl.c
40516 ____________________________________________________________________________
40517 [  6201] By: gsar                                  on 2000/06/06  00:42:59
40518         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
40519              does a PUSHMARK that's never ever POPMARKed; in general, only
40520              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
40521              Perl_eval_[sp]v() don't because they don't take any incoming
40522              arguments (this leak has been around since the original version
40523              of perl_eval_pv() in 5.003_97e)
40524      Branch: perl
40525            ! perl.c
40526 ____________________________________________________________________________
40527 [  6200] By: jhi                                   on 2000/06/04  03:44:52
40528         Log: Update to cperl-mode.el 4.31 from
40529              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
40530              Subject: A couple of notes
40531              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40532              To: Mailing list Perl5 <perl5-porters@perl.org>
40533              Date: Sat, 3 Jun 2000 23:33:32 -0400
40534              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
40535      Branch: cfgperl
40536            ! emacs/cperl-mode.el
40537 ____________________________________________________________________________
40538 [  6199] By: jhi                                   on 2000/06/03  15:11:05
40539         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
40540              From: Dan Sugalski <dan@sidhe.org>
40541              To: perl5-porters@perl.org, vmsperl@perl.org
40542              Date: Fri, 02 Jun 2000 17:30:51 -0400
40543              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
40544      Branch: cfgperl
40545            ! vms/descrip_mms.template vms/gen_shrfls.pl
40546 ____________________________________________________________________________
40547 [  6198] By: jhi                                   on 2000/06/03  14:59:15
40548         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
40549              From: Dan Sugalski <dan@sidhe.org>
40550              To: vmsperl@perl.org, perl5-porters@perl.org
40551              Date: Fri, 02 Jun 2000 16:00:41 -0400
40552              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
40553              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
40554      Branch: cfgperl
40555            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
40556            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
40557            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
40558 ____________________________________________________________________________
40559 [  6197] By: jhi                                   on 2000/06/03  14:41:30
40560         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
40561              From: John Borwick <jhborwic@unity.ncsu.edu>
40562              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
40563              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
40564      Branch: cfgperl
40565            ! pod/perlsyn.pod
40566 ____________________________________________________________________________
40567 [  6196] By: jhi                                   on 2000/06/03  14:38:09
40568         Log: Integrate with Sarathy.
40569      Branch: cfgperl
40570           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
40571           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
40572           !> vms/perly_c.vms
40573 ____________________________________________________________________________
40574 [  6195] By: gsar                                  on 2000/06/02  22:43:13
40575         Log: fix yet another eval"" leak under USE_ITHREADS
40576      Branch: perl
40577            ! op.c
40578 ____________________________________________________________________________
40579 [  6194] By: gsar                                  on 2000/06/02  18:22:06
40580         Log: fix small eval"" memory leaks under USE_ITHREADS
40581      Branch: perl
40582            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
40583            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
40584            ! vms/perly_c.vms
40585 ____________________________________________________________________________
40586 [  6193] By: jhi                                   on 2000/06/01  13:03:56
40587         Log: Signals-be-gone for microperl.
40588      Branch: cfgperl
40589            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
40590 ____________________________________________________________________________
40591 [  6192] By: jhi                                   on 2000/06/01  12:52:02
40592         Log: Integrate with Sarathy.
40593      Branch: cfgperl
40594           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
40595           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
40596           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
40597           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
40598           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
40599           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
40600           !> t/op/vec.t utils/h2xs.PL
40601 ____________________________________________________________________________
40602 [  6191] By: gsar                                  on 2000/06/01  09:38:21
40603         Log: vec() loses numericalness (modified version of patch suggested
40604              by Robin Barker)
40605      Branch: perl
40606            ! doop.c t/op/vec.t
40607 ____________________________________________________________________________
40608 [  6190] By: gsar                                  on 2000/06/01  09:26:15
40609         Log: submit missing embed.pl change
40610      Branch: perl
40611            ! embed.pl
40612 ____________________________________________________________________________
40613 [  6189] By: gsar                                  on 2000/06/01  09:05:34
40614         Log: counting tr/// corrupts later operation (from M.J.T Guy)
40615      Branch: perl
40616            ! doop.c t/op/tr.t
40617 ____________________________________________________________________________
40618 [  6188] By: gsar                                  on 2000/06/01  08:58:39
40619         Log: h2xs tweaks
40620      Branch: perl
40621            ! utils/h2xs.PL
40622 ____________________________________________________________________________
40623 [  6187] By: gsar                                  on 2000/06/01  08:50:07
40624         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
40625              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40626      Branch: perl
40627            + lib/Pod/LaTeX.pm
40628            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
40629            ! pod/pod2latex.PL
40630 ____________________________________________________________________________
40631 [  6186] By: gsar                                  on 2000/06/01  08:24:40
40632         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
40633              <wolfgang.laun@alcatel.at>)
40634      Branch: perl
40635            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
40636            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
40637 ____________________________________________________________________________
40638 [  6185] By: gsar                                  on 2000/06/01  08:12:00
40639         Log: remove incorrect documentation about implicit split to @_ in
40640              list context, which never really worked in perl 5 (from
40641              M.J.T. Guy)
40642      Branch: perl
40643            ! pod/perlfunc.pod pod/perltrap.pod
40644 ____________________________________________________________________________
40645 [  6184] By: gsar                                  on 2000/06/01  07:52:27
40646         Log: tweak for change#6127
40647      Branch: perl
40648            ! perl.c
40649 ____________________________________________________________________________
40650 [  6183] By: gsar                                  on 2000/06/01  07:41:02
40651         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
40652              <nick@ccl4.org>)
40653      Branch: perl
40654            + t/lib/selfloader.t
40655            ! MANIFEST lib/SelfLoader.pm
40656 ____________________________________________________________________________
40657 [  6182] By: jhi                                   on 2000/06/01  00:34:42
40658         Log: Be Cleaner Part Deux.
40659      Branch: cfgperl
40660            ! Makefile.SH
40661 ____________________________________________________________________________
40662 [  6181] By: jhi                                   on 2000/06/01  00:32:09
40663         Log: Integrate with Sarathy.
40664      Branch: cfgperl
40665           !> pp.c t/op/arith.t
40666 ____________________________________________________________________________
40667 [  6180] By: jhi                                   on 2000/06/01  00:31:13
40668         Log: microperl nits from Simon Cozens.
40669      Branch: cfgperl
40670            + uconfig.h
40671            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
40672            ! unixish.h
40673 ____________________________________________________________________________
40674 [  6179] By: gsar                                  on 2000/05/31  22:37:51
40675         Log: buggy modulus on UVs introduced by change#3378 (resulted in
40676              4063328477 % 65535 amounting to 27406, instead of 27407)
40677      Branch: perl
40678            ! pp.c t/op/arith.t
40679 ____________________________________________________________________________
40680 [  6178] By: jhi                                   on 2000/05/31  21:52:41
40681         Log: Be cleaner.
40682      Branch: cfgperl
40683            ! Makefile.SH
40684 ____________________________________________________________________________
40685 [  6177] By: jhi                                   on 2000/05/31  21:47:33
40686         Log: Substitution utf8 patch from Simon Cozens.
40687      Branch: cfgperl
40688            ! pp_hot.c
40689 ____________________________________________________________________________
40690 [  6176] By: jhi                                   on 2000/05/31  21:45:34
40691         Log: Single-quoted utf8 patch from Simon Cozens.
40692      Branch: cfgperl
40693            ! toke.c
40694 ____________________________________________________________________________
40695 [  6175] By: jhi                                   on 2000/05/31  21:40:18
40696         Log: Integrate with Sarathy.
40697      Branch: cfgperl
40698           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
40699 ____________________________________________________________________________
40700 [  6174] By: jhi                                   on 2000/05/31  21:37:31
40701         Log: microperl changes from Simon Cozens; Makefile for microperl
40702              written from scratch; few casts added as microperl compilation
40703              doesn't have all prototypes available.
40704      Branch: cfgperl
40705            + Makefile.micro README.micro Todo.micro uconfig.sh
40706            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
40707            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
40708      Branch: metaconfig
40709            + U/modified/Config_h.U
40710 ____________________________________________________________________________
40711 [  6173] By: jhi                                   on 2000/05/31  20:00:24
40712         Log: metaconfig maintenance.
40713      Branch: metaconfig
40714            + U/modified/Inhdr.U U/typedefs/inotype.U
40715      Branch: metaconfig/U/perl
40716            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
40717            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
40718 ____________________________________________________________________________
40719 [  6172] By: gsar                                  on 2000/05/31  05:05:42
40720         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
40721              (from Ilya Zakharevich)
40722      Branch: perl
40723            ! regexec.c t/op/re_tests
40724 ____________________________________________________________________________
40725 [  6171] By: gsar                                  on 2000/05/31  05:01:47
40726         Log: scalar() doesn't force scalar context when used in void context
40727              (from Simon Cozens)
40728      Branch: perl
40729            ! op.c t/op/wantarray.t
40730 ____________________________________________________________________________
40731 [  6170] By: gsar                                  on 2000/05/31  04:41:33
40732         Log: change#6142 needs tweaks to tests to work where there's no symlink()
40733              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
40734      Branch: perl
40735            ! t/lib/filefind.t
40736 ____________________________________________________________________________
40737 [  6169] By: gsar                                  on 2000/05/31  04:29:49
40738         Log: integrate cfgperl contents into mainline
40739      Branch: perl
40740           +> pod/perlmodlib.PL pod/perlnewmod.pod
40741           !> (integrate 42 files)
40742 ____________________________________________________________________________
40743 [  6168] By: jhi                                   on 2000/05/30  22:53:37
40744         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
40745      Branch: cfgperl
40746            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40747            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
40748            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
40749            ! win32/config.bc win32/config.gc win32/config.vc
40750            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40751            ! win32/config_h.PL win32/config_sh.PL
40752      Branch: metaconfig/U/perl
40753            ! perlxv.U
40754 ____________________________________________________________________________
40755 [  6167] By: jhi                                   on 2000/05/30  22:20:21
40756         Log: tweak todo 
40757      Branch: cfgperl
40758            ! Todo-5.6
40759 ____________________________________________________________________________
40760 [  6166] By: jhi                                   on 2000/05/30  22:11:51
40761         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
40762              in case somebody wants to write an extension for more
40763              shadow database interfaces.
40764      Branch: cfgperl
40765            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40766            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
40767            ! vos/config.def vos/config.h vos/config_h.SH_orig
40768            ! win32/config.bc win32/config.gc win32/config.vc
40769            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40770      Branch: metaconfig
40771            ! U/modified/Myinit.U
40772      Branch: metaconfig/U/perl
40773            + d_getespwnam.U d_getprpwnam.U i_prot.U
40774 ____________________________________________________________________________
40775 [  6165] By: jhi                                   on 2000/05/30  18:35:34
40776         Log: Integrate with Sarathy.
40777      Branch: cfgperl
40778           !> op.c
40779 ____________________________________________________________________________
40780 [  6164] By: jhi                                   on 2000/05/30  18:30:16
40781         Log: detypo
40782      Branch: cfgperl
40783            ! Configure config_h.SH
40784      Branch: metaconfig/U/perl
40785            ! perlxv.U
40786 ____________________________________________________________________________
40787 [  6163] By: gsar                                  on 2000/05/30  03:24:03
40788         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
40789      Branch: perl
40790            ! op.c
40791 ____________________________________________________________________________
40792 [  6162] By: gsar                                  on 2000/05/30  03:09:38
40793         Log: fix memory leak in method call optimization (change#3768);
40794              made C<eval "$x->foo()"> leak
40795      Branch: perl
40796            ! op.c
40797 ____________________________________________________________________________
40798 [  6161] By: jhi                                   on 2000/05/29  17:56:26
40799         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
40800              both from Simon Cozens.
40801      Branch: cfgperl
40802            + pod/perlmodlib.PL pod/perlnewmod.pod
40803            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
40804            ! pod/perlmodlib.pod pod/perltoc.pod
40805 ____________________________________________________________________________
40806 [  6160] By: jhi                                   on 2000/05/29  17:23:55
40807         Log: Changes for the File::Temp 0.08 (change #6159) test suite
40808              to fit better into the Perl distribution test framework.
40809      Branch: cfgperl
40810            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
40811            ! t/lib/ftmp-tempfile.t
40812 ____________________________________________________________________________
40813 [  6159] By: jhi                                   on 2000/05/29  16:55:36
40814         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
40815      Branch: cfgperl
40816            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40817            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40818 ____________________________________________________________________________
40819 [  6158] By: bailey                                on 2000/05/29  16:22:08
40820         Log: Add fallback to tmpfile for use in cases where user's relying on
40821              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
40822              Lane's patch)
40823      Branch: vmsperl
40824            ! vms/vms.c vms/vmsish.h
40825 ____________________________________________________________________________
40826 [  6157] By: jhi                                   on 2000/05/29  03:10:36
40827         Log: Regen Configure to jive with #6149.
40828      Branch: cfgperl
40829            ! Configure
40830      Branch: metaconfig
40831            ! U/modified/Getfile.U
40832 ____________________________________________________________________________
40833 [  6156] By: jhi                                   on 2000/05/29  03:01:38
40834         Log: Integrate with Sarathy.
40835      Branch: cfgperl
40836           +> ext/DynaLoader/dl_mac.xs
40837           !> (integrate 38 files)
40838 ____________________________________________________________________________
40839 [  6155] By: gsar                                  on 2000/05/28  21:15:58
40840         Log: small bug in change#6144; remove random \xA0 character that snuck
40841              in via change#6145
40842      Branch: perl
40843            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
40844 ____________________________________________________________________________
40845 [  6154] By: gsar                                  on 2000/05/28  21:04:19
40846         Log: avoid type mismatch warning
40847      Branch: perl
40848            ! perl.c
40849 ____________________________________________________________________________
40850 [  6153] By: gsar                                  on 2000/05/28  20:58:31
40851         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
40852              <nick@Bagpuss.uk.boo.com>)
40853      Branch: perl
40854            ! lib/Test/Harness.pm
40855 ____________________________________________________________________________
40856 [  6152] By: gsar                                  on 2000/05/28  20:53:42
40857         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
40858      Branch: perl
40859            ! regexec.c
40860 ____________________________________________________________________________
40861 [  6151] By: gsar                                  on 2000/05/28  20:50:28
40862         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
40863      Branch: perl
40864            ! regexec.c
40865 ____________________________________________________________________________
40866 [  6150] By: gsar                                  on 2000/05/28  20:39:58
40867         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
40868      Branch: perl
40869            ! pod/perlrequick.pod
40870 ____________________________________________________________________________
40871 [  6149] By: gsar                                  on 2000/05/28  20:35:16
40872         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
40873              <troc@netrus.net>)
40874      Branch: perl
40875            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
40876            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
40877            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
40878            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
40879 ____________________________________________________________________________
40880 [  6148] By: gsar                                  on 2000/05/28  20:21:07
40881         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
40882      Branch: perl
40883            ! lib/ExtUtils/MM_Unix.pm
40884 ____________________________________________________________________________
40885 [  6147] By: gsar                                  on 2000/05/28  20:12:41
40886         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
40887              (from Peter Prymmer)
40888      Branch: perl
40889            ! vms/subconfigure.com
40890 ____________________________________________________________________________
40891 [  6146] By: gsar                                  on 2000/05/28  20:06:15
40892         Log: doc typo
40893      Branch: perl
40894            ! lib/warnings.pm warnings.h warnings.pl
40895 ____________________________________________________________________________
40896 [  6145] By: gsar                                  on 2000/05/28  18:44:33
40897         Log: make xsubpp skip embedded pod (from Matthias Neeracher
40898              <neeri@iis.ee.ethz.ch>)
40899      Branch: perl
40900            ! lib/ExtUtils/xsubpp
40901 ____________________________________________________________________________
40902 [  6144] By: gsar                                  on 2000/05/28  18:42:49
40903         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
40904              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
40905              <neeri@iis.ee.ethz.ch>)
40906      Branch: perl
40907            ! lib/AutoSplit.pm
40908 ____________________________________________________________________________
40909 [  6143] By: gsar                                  on 2000/05/28  18:41:12
40910         Log: MacOS support, part 1 (from Matthias Neeracher
40911              <neeri@iis.ee.ethz.ch>)
40912      Branch: perl
40913            + ext/DynaLoader/dl_mac.xs
40914            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
40915            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
40916            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
40917            ! util.h
40918 ____________________________________________________________________________
40919 [  6142] By: gsar                                  on 2000/05/28  18:21:51
40920         Log: File::Find fails to chdir when chasing symlinks (from
40921              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
40922      Branch: perl
40923            ! lib/File/Find.pm t/lib/filefind.t
40924 ____________________________________________________________________________
40925 [  6141] By: jhi                                   on 2000/05/28  14:25:15
40926         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
40927              forwarded by Peter Seebach from the bsdi-users mailing list.
40928              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
40929      Branch: perl
40930            ! hints/bsdos.sh
40931 ____________________________________________________________________________
40932 [  6140] By: jhi                                   on 2000/05/28  14:11:57
40933         Log: Integrate with Sarathy.
40934      Branch: cfgperl
40935           +> (branch 30 files)
40936           !> (integrate 93 files)
40937 ____________________________________________________________________________
40938 [  6139] By: gsar                                  on 2000/05/28  10:01:48
40939         Log: revise mktables.PL for bugs and newness in Unicode 3.0
40940              (from James Bence <jbence@amgen.com>)
40941      Branch: perl
40942            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
40943            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
40944            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
40945            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
40946            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
40947            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
40948            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
40949            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
40950            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
40951            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
40952            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
40953            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
40954            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
40955            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
40956            + lib/unicode/Is/SylWU.pl
40957            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
40958            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
40959            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
40960            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
40961            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
40962            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
40963            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
40964            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
40965            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
40966            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
40967            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
40968            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
40969            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
40970            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
40971            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
40972            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
40973            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
40974            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
40975            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
40976            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
40977            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
40978            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
40979            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
40980            ! lib/unicode/Makefile lib/unicode/mktables.PL
40981 ____________________________________________________________________________
40982 [  6138] By: gsar                                  on 2000/05/28  08:50:32
40983         Log: add note about the handling of negative indices to tied arrays
40984              (from Michael G Schwern <schwern@pobox.com>)
40985      Branch: perl
40986            ! pod/perltie.pod
40987 ____________________________________________________________________________
40988 [  6137] By: gsar                                  on 2000/05/28  08:46:10
40989         Log: fix bogus redeclaration warning for "our" variables in different
40990              scopes
40991      Branch: perl
40992            ! op.c t/pragma/strict-vars
40993 ____________________________________________________________________________
40994 [  6136] By: gsar                                  on 2000/05/28  08:31:20
40995         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
40996      Branch: perl
40997            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
40998 ____________________________________________________________________________
40999 [  6135] By: gsar                                  on 2000/05/28  08:17:50
41000         Log: enable Test::Harness to dynamically determine column width etc.
41001              (from Rob Napier <rnapier@employees.org>)
41002      Branch: perl
41003            ! lib/Test/Harness.pm
41004 ____________________________________________________________________________
41005 [  6134] By: gsar                                  on 2000/05/28  08:13:39
41006         Log: make Test::Harness use wait.h/WCOREDUMP if available
41007              (from Ben Tilly <ben_tilly@hotmail.com>)
41008      Branch: perl
41009            ! lib/Test/Harness.pm
41010 ____________________________________________________________________________
41011 [  6133] By: gsar                                  on 2000/05/28  08:08:05
41012         Log: elide bogus test in change#6132
41013      Branch: perl
41014            ! t/pragma/warn/9enabled
41015 ____________________________________________________________________________
41016 [  6132] By: gsar                                  on 2000/05/28  08:03:14
41017         Log: warnings::enabled() doesn't fall back to looking at $^W if
41018              caller isn't using lexical warnings (from Paul Marquess)
41019      Branch: perl
41020            ! pp_ctl.c t/pragma/warn/9enabled
41021 ____________________________________________________________________________
41022 [  6131] By: gsar                                  on 2000/05/28  07:57:47
41023         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
41024      Branch: perl
41025            ! ext/POSIX/POSIX.pm
41026 ____________________________________________________________________________
41027 [  6130] By: gsar                                  on 2000/05/28  07:29:12
41028         Log: fix places that mean C<"word" character> but say C<alphanumeric
41029              character>
41030      Branch: perl
41031            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
41032 ____________________________________________________________________________
41033 [  6129] By: gsar                                  on 2000/05/28  07:18:41
41034         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
41035      Branch: perl
41036            ! vms/test.com
41037 ____________________________________________________________________________
41038 [  6128] By: gsar                                  on 2000/05/28  07:12:55
41039         Log: new perlxstut example for passing/returning refs to arrays
41040              (from David Lowe <dlowe@pootpoot.com>)
41041      Branch: perl
41042            ! pod/perlxstut.pod
41043 ____________________________________________________________________________
41044 [  6127] By: gsar                                  on 2000/05/28  07:02:50
41045         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
41046              failed (from Gisle Aas)
41047      Branch: perl
41048            ! cop.h perl.c
41049 ____________________________________________________________________________
41050 [  6126] By: gsar                                  on 2000/05/28  06:39:53
41051         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
41052              (reworked variant of patch suggested by Simon Cozens)
41053      Branch: perl
41054            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
41055            ! pp_hot.c proto.h t/op/gv.t
41056 ____________________________________________________________________________
41057 [  6125] By: gsar                                  on 2000/05/28  05:14:55
41058         Log: enable propagating exception objects via Perl_croak() in XS code
41059              (from Gisle Aas)
41060      Branch: perl
41061            ! util.c
41062 ____________________________________________________________________________
41063 [  6124] By: gsar                                  on 2000/05/28  05:07:28
41064         Log: integrate vmsperl contents into mainline
41065      Branch: perl
41066           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
41067           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
41068           !> vms/vmsish.h
41069 ____________________________________________________________________________
41070 [  6123] By: gsar                                  on 2000/05/28  05:03:53
41071         Log: clarify gotcha with #line directives (from Rocco Caputo
41072              <troc@netrus.net>)
41073      Branch: perl
41074            ! pod/perldebug.pod pod/perlsyn.pod
41075 ____________________________________________________________________________
41076 [  6122] By: gsar                                  on 2000/05/28  04:58:29
41077         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
41078              (from Mark-Jason Dominus)
41079      Branch: perl
41080            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
41081            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
41082            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
41083            ! toke.c
41084 ____________________________________________________________________________
41085 [  6121] By: bailey                                on 2000/05/25  04:46:54
41086         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
41087              lists (based on fixes by Craig Berry)
41088      Branch: vmsperl
41089            ! lib/File/Spec/VMS.pm
41090 ____________________________________________________________________________
41091 [  6120] By: bailey                                on 2000/05/25  04:25:38
41092         Log: Add missing escape (Charles Lane)
41093      Branch: vmsperl
41094            ! t/op/lex_assign.t
41095 ____________________________________________________________________________
41096 [  6119] By: bailey                                on 2000/05/25  04:21:25
41097         Log: Quiet error messages in vmsish.t (Charles Lane)
41098      Branch: vmsperl
41099            ! vms/ext/vmsish.t
41100 ____________________________________________________________________________
41101 [  6118] By: bailey                                on 2000/05/25  04:17:57
41102         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
41103              Flatten case labels in switch statements uniformly (Charles Bailey)
41104      Branch: vmsperl
41105            ! vms/vms.c
41106 ____________________________________________________________________________
41107 [  6117] By: bailey                                on 2000/05/25  03:58:09
41108         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
41109      Branch: vmsperl
41110            ! vms/vmsish.h
41111 ____________________________________________________________________________
41112 [  6116] By: bailey                                on 2000/05/25  03:11:15
41113         Log: Miscellaneous cosmetic fixes (Charles Lane)
41114      Branch: vmsperl
41115            ! lib/ExtUtils/MM_VMS.pm
41116 ____________________________________________________________________________
41117 [  6115] By: bailey                                on 2000/05/25  03:10:36
41118         Log: Add bounds checking for several strings (Charles Lane)
41119      Branch: vmsperl
41120            ! vms/vms.c
41121 ____________________________________________________________________________
41122 [  6114] By: bailey                                on 2000/05/25  02:25:34
41123         Log: Urk -- undo previous removal of vmsish 'exit' change
41124      Branch: vmsperl
41125            ! vms/ext/vmsish.pm vms/vmsish.h
41126 ____________________________________________________________________________
41127 [  6113] By: bailey                                on 2000/05/24  02:24:40
41128         Log: Ugly workaround for version-specific RTL error
41129      Branch: vmsperl
41130            ! vms/vms.c
41131 ____________________________________________________________________________
41132 [  6112] By: bailey                                on 2000/05/24  02:19:55
41133         Log: Check for existence of file before trying to delete
41134      Branch: vmsperl
41135            ! vms/test.com
41136 ____________________________________________________________________________
41137 [  6111] By: bailey                                on 2000/05/23  23:35:13
41138         Log: Resync with mainline prior to post-5.6.0 updates
41139      Branch: vmsperl
41140           +> (branch 49 files)
41141            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
41142            ! vms/ext/vmsish.pm
41143           !> (integrate 334 files)
41144 ____________________________________________________________________________
41145 [  6110] By: jhi                                   on 2000/05/23  19:28:32
41146         Log: todo tweak
41147      Branch: cfgperl
41148            ! Todo-5.6
41149 ____________________________________________________________________________
41150 [  6109] By: jhi                                   on 2000/05/18  17:38:54
41151         Log: Integrate with Sarathy.
41152      Branch: cfgperl
41153           !> mg.c perl.h win32/perlhost.h
41154 ____________________________________________________________________________
41155 [  6108] By: gsar                                  on 2000/05/17  02:24:56
41156         Log: reenable fake signal handling on Windows, bugs and all
41157      Branch: perl
41158            ! mg.c perl.h win32/perlhost.h
41159 ____________________________________________________________________________
41160 [  6107] By: jhi                                   on 2000/05/15  18:01:41
41161         Log: Tweak the todo list.
41162      Branch: cfgperl
41163            ! Todo-5.6
41164 ____________________________________________________________________________
41165 [  6106] By: jhi                                   on 2000/05/15  13:41:48
41166         Log: The (Configure) script refuses to go on, after asking for
41167              'You may also choose to try maximal 64-bitness....'.
41168              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
41169              -- Patrick Zima
41170              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
41171      Branch: cfgperl
41172            ! hints/solaris_2.sh
41173 ____________________________________________________________________________
41174 [  6105] By: jhi                                   on 2000/05/11  14:37:43
41175         Log: Integrate with Sarathy.
41176      Branch: cfgperl
41177           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
41178           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
41179 ____________________________________________________________________________
41180 [  6104] By: gsar                                  on 2000/05/11  03:39:07
41181         Log: PL_sys_intern was being initialized too late on windows
41182      Branch: perl
41183            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
41184            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
41185 ____________________________________________________________________________
41186 [  6103] By: jhi                                   on 2000/05/09  19:42:20
41187         Log: Test tweaking for Unicos continues.
41188      Branch: cfgperl
41189            ! t/op/64bitint.t
41190 ____________________________________________________________________________
41191 [  6102] By: jhi                                   on 2000/05/09  16:47:27
41192         Log: The test suite tweak in #6101 wasn't quite right.
41193      Branch: cfgperl
41194            ! t/lib/complex.t
41195 ____________________________________________________________________________
41196 [  6101] By: jhi                                   on 2000/05/09  15:35:34
41197         Log: Hints and test tweaks for Unicos.
41198      Branch: cfgperl
41199            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
41200 ____________________________________________________________________________
41201 [  6100] By: jhi                                   on 2000/05/08  21:15:06
41202         Log: More compilation tweakery from Allen Smith.
41203      Branch: cfgperl
41204            ! hints/irix_6.sh
41205 ____________________________________________________________________________
41206 [  6099] By: jhi                                   on 2000/05/08  19:21:18
41207         Log: Tweaks for the cc bugs from Allen Smith.
41208      Branch: cfgperl
41209            ! hints/irix_6.sh
41210 ____________________________________________________________________________
41211 [  6098] By: jhi                                   on 2000/05/08  19:13:37
41212         Log: Add a note about other, yet unsupported, shadow password APIs.
41213      Branch: cfgperl
41214            ! pp_sys.c
41215 ____________________________________________________________________________
41216 [  6097] By: jhi                                   on 2000/05/08  18:46:34
41217         Log: Add a note about possible compilation problems from Allen Smith.
41218      Branch: cfgperl
41219            ! hints/irix_6.sh
41220 ____________________________________________________________________________
41221 [  6096] By: jhi                                   on 2000/05/08  17:33:10
41222         Log: Integrate with Sarathy.
41223      Branch: cfgperl
41224           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
41225           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
41226 ____________________________________________________________________________
41227 [  6095] By: jhi                                   on 2000/05/08  16:21:33
41228         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
41229              might be useful in future.
41230      Branch: cfgperl
41231            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41232            ! config_h.SH
41233      Branch: metaconfig
41234            ! U/installdirs/inc_version_list.U
41235      Branch: metaconfig/U/perl
41236            ! perlxv.U
41237 ____________________________________________________________________________
41238 [  6094] By: gsar                                  on 2000/05/08  14:22:22
41239         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
41240      Branch: perl
41241            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
41242            ! hints/cygwin.sh pp_sys.c
41243 ____________________________________________________________________________
41244 [  6093] By: gsar                                  on 2000/05/08  12:52:28
41245         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
41246              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
41247      Branch: perl
41248            ! pp_sys.c sv.c win32/perlhost.h
41249 ____________________________________________________________________________
41250 [  6092] By: jhi                                   on 2000/05/07  22:40:34
41251         Log: Regen perltoc with the fixed buildtoc.
41252      Branch: cfgperl
41253            ! pod/perltoc.pod
41254 ____________________________________________________________________________
41255 [  6091] By: jhi                                   on 2000/05/07  22:24:16
41256         Log: Integrate with Sarathy.
41257      Branch: cfgperl
41258           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
41259           !> t/op/substr.t toke.c
41260 ____________________________________________________________________________
41261 [  6090] By: gsar                                  on 2000/05/07  19:47:07
41262         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
41263              [NI]OK; added tests for both
41264      Branch: perl
41265            ! perl.c pp_hot.c sv.c t/op/substr.t
41266 ____________________________________________________________________________
41267 [  6089] By: gsar                                  on 2000/05/07  18:18:38
41268         Log: buildtoc tweak to fix newline lossage
41269      Branch: perl
41270            ! pod/buildtoc
41271 ____________________________________________________________________________
41272 [  6088] By: jhi                                   on 2000/05/07  16:35:36
41273         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
41274              because we do not use those.  The HAS_GETSPNAM remains,
41275              though, because we still do use that.
41276      Branch: cfgperl
41277            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41278            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
41279            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
41280            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
41281            ! win32/config.vc win32/config_H.bc win32/config_H.gc
41282            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
41283 ____________________________________________________________________________
41284 [  6087] By: gsar                                  on 2000/05/07  16:05:16
41285         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
41286      Branch: perl
41287            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
41288 ____________________________________________________________________________
41289 [  6086] By: jhi                                   on 2000/05/07  15:27:07
41290         Log: Integrate with Sarathy.
41291      Branch: cfgperl
41292           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41293           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41294           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
41295           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
41296           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
41297           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
41298 ____________________________________________________________________________
41299 [  6085] By: gsar                                  on 2000/05/07  05:52:02
41300         Log: repeat operator (x) doesn't preserve utf8-ness
41301      Branch: perl
41302            ! pp.c t/op/substr.t
41303 ____________________________________________________________________________
41304 [  6084] By: gsar                                  on 2000/05/07  05:39:55
41305         Log: substr() does not preserve utf8-ness (from Stefan Eissing
41306              <Eissing@medicaldataservice.de>); added tests
41307      Branch: perl
41308            ! pp.c t/op/substr.t
41309 ____________________________________________________________________________
41310 [  6083] By: gsar                                  on 2000/05/07  05:24:46
41311         Log: note about undocumented caller() return value (from M.J.T. Guy);
41312              yet another peek.t tweak
41313      Branch: perl
41314            ! pod/perlfunc.pod t/lib/peek.t
41315 ____________________________________________________________________________
41316 [  6082] By: gsar                                  on 2000/05/07  05:08:40
41317         Log: peek.t non-portable to ithreads
41318      Branch: perl
41319            ! t/lib/peek.t
41320 ____________________________________________________________________________
41321 [  6081] By: gsar                                  on 2000/05/07  04:17:04
41322         Log: better default perlbug categories for ok reports (from Richard Foley)
41323      Branch: perl
41324            ! utils/perlbug.PL
41325 ____________________________________________________________________________
41326 [  6080] By: gsar                                  on 2000/05/07  04:08:07
41327         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
41328              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
41329      Branch: perl
41330            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41331            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
41332            ! AUTHORS MAINTAIN MANIFEST
41333 ____________________________________________________________________________
41334 [  6079] By: gsar                                  on 2000/05/07  04:01:38
41335         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
41336      Branch: perl
41337            ! lib/Carp/Heavy.pm
41338 ____________________________________________________________________________
41339 [  6078] By: gsar                                  on 2000/05/07  01:24:19
41340         Log: workaround for CRT bug in chdir() (from Charles Lane, via
41341              Peter Prymmer)
41342      Branch: perl
41343            ! iperlsys.h vms/vms.c vms/vmsish.h
41344 ____________________________________________________________________________
41345 [  6077] By: gsar                                  on 2000/05/07  01:22:23
41346         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
41347              and Tom Phoenix)
41348      Branch: perl
41349            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
41350 ____________________________________________________________________________
41351 [  6076] By: gsar                                  on 2000/05/06  17:36:29
41352         Log: integrate cfgperl contents into mainline
41353      Branch: perl
41354           +> t/lib/peek.t
41355           !> Configure MANIFEST Porting/Glossary Porting/config.sh
41356           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
41357           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
41358           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
41359 ____________________________________________________________________________
41360 [  6075] By: jhi                                   on 2000/05/05  18:56:10
41361         Log: Make the test more portable.
41362      Branch: cfgperl
41363            ! t/lib/peek.t
41364 ____________________________________________________________________________
41365 [  6074] By: jhi                                   on 2000/05/05  18:49:20
41366         Log: Introduce t/lib/peek.t.
41367      Branch: cfgperl
41368            + t/lib/peek.t
41369            ! MANIFEST
41370 ____________________________________________________________________________
41371 [  6073] By: jhi                                   on 2000/05/05  14:30:45
41372         Log: Complex tweaks.
41373      Branch: cfgperl
41374            ! lib/Math/Complex.pm t/lib/complex.t
41375 ____________________________________________________________________________
41376 [  6072] By: jhi                                   on 2000/05/05  12:27:13
41377         Log: Integrate with Sarathy.
41378      Branch: cfgperl
41379           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41380           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
41381           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
41382           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
41383 ____________________________________________________________________________
41384 [  6071] By: gsar                                  on 2000/05/05  02:24:46
41385         Log: misformatted perllocal.pod (from Tim Jenness
41386              <t.jenness@jach.hawaii.edu>)
41387      Branch: perl
41388            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
41389 ____________________________________________________________________________
41390 [  6070] By: gsar                                  on 2000/05/05  02:16:52
41391         Log: remove misleading comment (from M.J.T. Guy)
41392      Branch: perl
41393            ! t/lib/anydbm.t
41394 ____________________________________________________________________________
41395 [  6069] By: gsar                                  on 2000/05/05  02:15:13
41396         Log: File::Spec compatibility update (from Barrie Slaymaker
41397              <barries@slaysys.com>)
41398      Branch: perl
41399            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
41400            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41401 ____________________________________________________________________________
41402 [  6068] By: gsar                                  on 2000/05/05  02:01:50
41403         Log: note about values()
41404      Branch: perl
41405            ! pod/perlfunc.pod
41406 ____________________________________________________________________________
41407 [  6067] By: gsar                                  on 2000/05/05  01:33:09
41408         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
41409      Branch: perl
41410            ! win32/win32.c
41411 ____________________________________________________________________________
41412 [  6066] By: gsar                                  on 2000/05/05  01:23:43
41413         Log: s/END/CHECK/
41414      Branch: perl
41415            ! perl.c
41416 ____________________________________________________________________________
41417 [  6065] By: jhi                                   on 2000/05/04  17:30:22
41418         Log: Integrate with Sarathy.
41419      Branch: cfgperl
41420           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
41421 ____________________________________________________________________________
41422 [  6064] By: gsar                                  on 2000/05/04  17:26:14
41423         Log: change#5905 wasn't quite right--it's intent only applies when arguments
41424              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
41425      Branch: perl
41426            ! pp_sys.c sv.c
41427 ____________________________________________________________________________
41428 [  6063] By: gsar                                  on 2000/05/04  16:52:29
41429         Log: tokeq() could read unallocated field in argument
41430      Branch: perl
41431            ! toke.c
41432 ____________________________________________________________________________
41433 [  6062] By: gsar                                  on 2000/05/04  16:34:51
41434         Log: additional tests for utf8.t
41435      Branch: perl
41436            ! t/pragma/utf8.t
41437 ____________________________________________________________________________
41438 [  6061] By: gsar                                  on 2000/05/04  16:09:28
41439         Log: change#5921 neglected to make eq honor "use bytes"
41440      Branch: perl
41441            ! sv.c
41442 ____________________________________________________________________________
41443 [  6060] By: jhi                                   on 2000/05/04  15:30:16
41444         Log: Integrate with Sarathy.
41445      Branch: cfgperl
41446           !> perl.c regcomp.c t/pragma/utf8.t
41447 ____________________________________________________________________________
41448 [  6059] By: jhi                                   on 2000/05/04  15:26:37
41449         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
41450              in natively 64-bit platforms where a long is a quad (no need
41451              for long longs).  Also added bias for IVs.
41452      Branch: cfgperl
41453            ! toke.c
41454 ____________________________________________________________________________
41455 [  6058] By: gsar                                  on 2000/05/04  00:19:14
41456         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
41457              (spotted by Donald Kinzer <dkinzer@premia.com>)
41458      Branch: perl
41459            ! perl.c
41460 ____________________________________________________________________________
41461 [  6057] By: gsar                                  on 2000/05/03  18:34:01
41462         Log: fix broken parsing of /\x{ab}/
41463      Branch: perl
41464            ! regcomp.c t/pragma/utf8.t
41465 ____________________________________________________________________________
41466 [  6056] By: jhi                                   on 2000/05/03  17:57:16
41467         Log: The search of infinity continues, this time simplified.
41468      Branch: cfgperl
41469            ! lib/Math/Complex.pm
41470 ____________________________________________________________________________
41471 [  6055] By: jhi                                   on 2000/05/03  17:45:30
41472         Log: Detypo.
41473      Branch: cfgperl
41474            ! hints/unicos.sh
41475 ____________________________________________________________________________
41476 [  6054] By: jhi                                   on 2000/05/02  22:28:27
41477         Log: Be more forgiving in POSIX about HUGE_VALL.
41478      Branch: cfgperl
41479            ! ext/POSIX/POSIX.xs
41480 ____________________________________________________________________________
41481 [  6053] By: jhi                                   on 2000/05/02  22:25:05
41482         Log: Integrate with Sarathy.
41483      Branch: cfgperl
41484           !> hints/irix_6.sh pod/perlop.pod
41485 ____________________________________________________________________________
41486 [  6052] By: jhi                                   on 2000/05/02  22:24:31
41487         Log: Unicos hint tweak.
41488      Branch: cfgperl
41489            ! hints/unicos.sh
41490 ____________________________________________________________________________
41491 [  6051] By: jhi                                   on 2000/05/02  22:21:26
41492         Log: Complex tweakery.
41493      Branch: cfgperl
41494            ! lib/Math/Complex.pm t/lib/complex.t
41495 ____________________________________________________________________________
41496 [  6050] By: jhi                                   on 2000/05/02  19:26:22
41497         Log: Use setxxent()/endxxent().
41498      Branch: cfgperl
41499            ! t/op/grent.t t/op/pwent.t
41500 ____________________________________________________________________________
41501 [  6049] By: jhi                                   on 2000/05/02  19:06:02
41502         Log: Test both the scalar and list contexts.
41503      Branch: cfgperl
41504            ! t/op/grent.t t/op/pwent.t
41505 ____________________________________________________________________________
41506 [  6048] By: gsar                                  on 2000/05/02  18:29:10
41507         Log: add note about how $( doesn't interpolate in REs (from
41508              Philip Newton <newton@ficus.frogspace.net>)
41509      Branch: perl
41510            ! pod/perlop.pod
41511 ____________________________________________________________________________
41512 [  6047] By: jhi                                   on 2000/05/02  17:41:24
41513         Log: Call getspnam() only iff needd.
41514      Branch: cfgperl
41515            ! pp_sys.c
41516 ____________________________________________________________________________
41517 [  6046] By: gsar                                  on 2000/05/02  17:07:25
41518         Log: libscheck has insufficient checks for n32 libs (from
41519              Albert Chin-A-Young <china@thewrittenword.com>)
41520      Branch: perl
41521            ! hints/irix_6.sh
41522 ____________________________________________________________________________
41523 [  6045] By: jhi                                   on 2000/05/02  13:57:17
41524         Log: Integrate with Sarathy.
41525      Branch: cfgperl
41526           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
41527           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
41528 ____________________________________________________________________________
41529 [  6044] By: gsar                                  on 2000/05/02  06:48:19
41530         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
41531              such that underscores are only ignored in literal numbers,
41532              "\x{...}", and hex/oct argument
41533      Branch: perl
41534            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
41535 ____________________________________________________________________________
41536 [  6043] By: gsar                                  on 2000/05/02  02:22:29
41537         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
41538      Branch: perl
41539            ! pod/perlretut.pod
41540 ____________________________________________________________________________
41541 [  6042] By: gsar                                  on 2000/05/02  02:17:51
41542         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
41543      Branch: perl
41544            ! pod/perltrap.pod
41545 ____________________________________________________________________________
41546 [  6041] By: gsar                                  on 2000/05/02  01:53:51
41547         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
41548              to compensate
41549      Branch: perl
41550            ! Porting/makerel
41551 ____________________________________________________________________________
41552 [  6040] By: gsar                                  on 2000/05/02  01:51:57
41553         Log: missing files in MANIFEST
41554      Branch: perl
41555            ! MANIFEST
41556 ____________________________________________________________________________
41557 [  6039] By: jhi                                   on 2000/05/02  00:36:46
41558         Log: Infinite problems.
41559      Branch: cfgperl
41560            ! lib/Math/Complex.pm
41561 ____________________________________________________________________________
41562 [  6038] By: jhi                                   on 2000/05/02  00:06:38
41563         Log: pwent/spent #ifdef imbalance.
41564      Branch: cfgperl
41565            ! pp_sys.c
41566 ____________________________________________________________________________
41567 [  6037] By: jhi                                   on 2000/05/01  22:50:11
41568         Log: Use HUGE_VALL if applicable.
41569      Branch: cfgperl
41570            ! ext/POSIX/POSIX.xs util.c
41571 ____________________________________________________________________________
41572 [  6036] By: jhi                                   on 2000/05/01  22:20:53
41573         Log: Correct Freudian slip.
41574      Branch: cfgperl
41575            ! pp_sys.c
41576 ____________________________________________________________________________
41577 [  6035] By: jhi                                   on 2000/05/01  21:07:38
41578         Log: Continue on the pwent/spent case.
41579      Branch: cfgperl
41580            ! pp_sys.c
41581 ____________________________________________________________________________
41582 [  6034] By: jhi                                   on 2000/05/01  17:45:14
41583         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
41584              adjustments in 6032 conflicted badly with this, will have
41585              to revisit them later.
41586      Branch: cfgperl
41587           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
41588           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
41589           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
41590           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
41591           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
41592           !> t/lib/cgi-html.t t/lib/cgi-request.t
41593 ____________________________________________________________________________
41594 [  6033] By: jhi                                   on 2000/05/01  17:40:49
41595         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
41596      Branch: cfgperl
41597            ! pp_sys.c
41598 ____________________________________________________________________________
41599 [  6032] By: gsar                                  on 2000/05/01  15:56:32
41600         Log: whitespace adjustments
41601      Branch: perl
41602            ! pp_sys.c
41603 ____________________________________________________________________________
41604 [  6031] By: gsar                                  on 2000/05/01  15:19:41
41605         Log: small nits in diagnostics.pm (from Robin Barker)
41606      Branch: perl
41607            ! lib/diagnostics.pm pod/perldiag.pod
41608 ____________________________________________________________________________
41609 [  6030] By: gsar                                  on 2000/05/01  08:39:18
41610         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
41611              for @- and @+ (from Johan Vromans)
41612      Branch: perl
41613            ! lib/English.pm pod/perlvar.pod
41614 ____________________________________________________________________________
41615 [  6029] By: gsar                                  on 2000/05/01  08:16:10
41616         Log: add CGI.pm v2.66 (from Lincoln Stein)
41617      Branch: perl
41618            + lib/CGI/Util.pm t/lib/cgi-pretty.t
41619            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
41620            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
41621            ! t/lib/cgi-html.t t/lib/cgi-request.t
41622 ____________________________________________________________________________
41623 [  6028] By: gsar                                  on 2000/05/01  06:34:41
41624         Log: Pod::Man generates groff-incompatible macro definition (from
41625              Tom Christiansen)
41626      Branch: perl
41627            ! lib/Pod/Man.pm
41628 ____________________________________________________________________________
41629 [  6027] By: gsar                                  on 2000/05/01  06:31:36
41630         Log: podlators-1.02 update (from Russ Allbery)
41631      Branch: perl
41632            ! lib/Pod/Man.pm lib/Pod/Text.pm
41633 ____________________________________________________________________________
41634 [  6026] By: jhi                                   on 2000/04/30  23:24:23
41635         Log: Integrate with Sarathy.
41636      Branch: cfgperl
41637           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
41638           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
41639           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41640           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41641           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
41642           !> t/lib/syslog.t toke.c win32/win32.h
41643 ____________________________________________________________________________
41644 [  6025] By: gsar                                  on 2000/04/30  18:17:47
41645         Log: Is{Alnum,Alpha,Word} don't match titlecase
41646              
41647              TODO: IsSpace is defined recursively!
41648              
41649              (both spotted by Larry)
41650      Branch: perl
41651            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
41652            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
41653 ____________________________________________________________________________
41654 [  6024] By: gsar                                  on 2000/04/30  17:50:19
41655         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
41656              (from Hugo van der Sanden)
41657      Branch: perl
41658            ! toke.c
41659 ____________________________________________________________________________
41660 [  6023] By: gsar                                  on 2000/04/30  17:14:43
41661         Log: debugger stomps on $. (from M.J.T. Guy)
41662      Branch: perl
41663            ! lib/perl5db.pl
41664 ____________________________________________________________________________
41665 [  6022] By: gsar                                  on 2000/04/30  16:59:22
41666         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
41667      Branch: perl
41668            ! sv.c
41669 ____________________________________________________________________________
41670 [  6021] By: gsar                                  on 2000/04/29  21:00:08
41671         Log: remove Win2K issue in pod (fixed by change#6020)
41672      Branch: perl
41673            ! README.win32 pod/perl56delta.pod
41674 ____________________________________________________________________________
41675 [  6020] By: gsar                                  on 2000/04/29  20:51:49
41676         Log: test tweak
41677      Branch: perl
41678            ! t/lib/open3.t
41679 ____________________________________________________________________________
41680 [  6019] By: gsar                                  on 2000/04/29  20:34:27
41681         Log: windows portability tweaks
41682      Branch: perl
41683            ! t/lib/b.t win32/win32.h
41684 ____________________________________________________________________________
41685 [  6018] By: gsar                                  on 2000/04/29  19:55:24
41686         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
41687              make _PATH_LOG() return "" if unavailable
41688      Branch: perl
41689            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
41690            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
41691 ____________________________________________________________________________
41692 [  6017] By: jhi                                   on 2000/04/28  22:49:46
41693         Log: Integrate with Sarathy.
41694      Branch: cfgperl
41695           !> op.c perl.c pod/perldiag.pod t/lib/b.t
41696 ____________________________________________________________________________
41697 [  6016] By: jhi                                   on 2000/04/28  22:46:14
41698         Log: Do not warn that an infinity does not look like a number.
41699      Branch: cfgperl
41700            ! sv.c
41701 ____________________________________________________________________________
41702 [  6015] By: gsar                                  on 2000/04/28  22:35:49
41703         Log: tweak test for portability
41704      Branch: perl
41705            ! t/lib/b.t
41706 ____________________________________________________________________________
41707 [  6014] By: gsar                                  on 2000/04/28  22:05:31
41708         Log: glob() loading File::Glob behind the scenes may cause syntax errors
41709      Branch: perl
41710            ! op.c
41711 ____________________________________________________________________________
41712 [  6013] By: gsar                                  on 2000/04/28  21:25:22
41713         Log: tweak change#5945 to display correct switch name in diagnostic
41714      Branch: perl
41715            ! perl.c pod/perldiag.pod
41716 ____________________________________________________________________________
41717 [  6012] By: jhi                                   on 2000/04/28  21:08:12
41718         Log: Integrate with Sarathy.
41719      Branch: cfgperl
41720           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
41721           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
41722           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
41723 ____________________________________________________________________________
41724 [  6011] By: jhi                                   on 2000/04/28  21:04:46
41725         Log: &HUGE_VAL is not defined, it exists.
41726      Branch: cfgperl
41727            ! lib/Math/Complex.pm
41728 ____________________________________________________________________________
41729 [  6010] By: gsar                                  on 2000/04/28  21:02:58
41730         Log: clarify note about shadow password support (from
41731              gellyfish@gellyfish.com)
41732      Branch: perl
41733            ! pod/perlfunc.pod
41734 ____________________________________________________________________________
41735 [  6009] By: gsar                                  on 2000/04/28  21:00:00
41736         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
41737      Branch: perl
41738            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
41739 ____________________________________________________________________________
41740 [  6008] By: gsar                                  on 2000/04/28  20:56:33
41741         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
41742      Branch: perl
41743            ! installperl vms/subconfigure.com
41744 ____________________________________________________________________________
41745 [  6007] By: gsar                                  on 2000/04/28  20:51:21
41746         Log: note about compile failures and END blocks (from M.J.T. Guy)
41747      Branch: perl
41748            ! pod/perl56delta.pod pod/perlmod.pod
41749 ____________________________________________________________________________
41750 [  6006] By: jhi                                   on 2000/04/28  20:42:14
41751         Log: Regen Configure.
41752      Branch: cfgperl
41753            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41754            ! config_h.SH
41755 ____________________________________________________________________________
41756 [  6005] By: gsar                                  on 2000/04/28  20:41:16
41757         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
41758      Branch: perl
41759            ! utils/perldoc.PL
41760 ____________________________________________________________________________
41761 [  6004] By: jhi                                   on 2000/04/28  20:28:21
41762         Log: Integrate with Sarathy.
41763      Branch: cfgperl
41764           !> Configure INSTALL Porting/Glossary Porting/config.sh
41765           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
41766           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
41767           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
41768           !> win32/config.vc win32/win32.c
41769 ____________________________________________________________________________
41770 [  6003] By: gsar                                  on 2000/04/28  20:11:20
41771         Log: allow REG_EXPAND_SZ keys in Windows registry (from
41772              John Clayton <John.Clayton@barclayscapital.com>)
41773      Branch: perl
41774            ! win32/win32.c
41775 ____________________________________________________________________________
41776 [  6002] By: gsar                                  on 2000/04/28  19:34:16
41777         Log: destructive sv_setsv() can lose UV-ness from source, causing
41778              numeric promotions/comparisons to fail to do the right thing
41779      Branch: perl
41780            ! sv.c
41781 ____________________________________________________________________________
41782 [  6001] By: gsar                                  on 2000/04/28  18:44:15
41783         Log: support additional library locations via $Config{otherlibdirs}
41784              (from Andy Dougherty)
41785      Branch: perl
41786            ! Configure INSTALL Porting/Glossary Porting/config.sh
41787            ! Porting/config_H config_h.SH epoc/config.sh perl.c
41788            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
41789            ! win32/config.bc win32/config.gc win32/config.vc
41790 ____________________________________________________________________________
41791 [  6000] By: gsar                                  on 2000/04/28  18:26:58
41792         Log: reworked otherlibdirs.U (from Andy Dougherty)
41793      Branch: metaconfig
41794            ! U/installdirs/otherlibdirs.U
41795 ____________________________________________________________________________
41796 [  5999] By: gsar                                  on 2000/04/28  18:17:07
41797         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
41798      Branch: perl
41799            ! t/pragma/warn/toke toke.c
41800 ____________________________________________________________________________
41801 [  5998] By: jhi                                   on 2000/04/28  13:32:17
41802         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
41803      Branch: cfgperl
41804            ! lib/Math/Complex.pm
41805 ____________________________________________________________________________
41806 [  5997] By: jhi                                   on 2000/04/28  13:14:04
41807         Log: Preserve $!.
41808      Branch: cfgperl
41809            ! lib/Math/Complex.pm
41810 ____________________________________________________________________________
41811 [  5996] By: jhi                                   on 2000/04/28  12:59:23
41812         Log: Integrate with Sarathy.
41813      Branch: cfgperl
41814           +> pod/perlrequick.pod pod/perlretut.pod
41815           !> (integrate 51 files)
41816 ____________________________________________________________________________
41817 [  5995] By: gsar                                  on 2000/04/28  09:37:36
41818         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
41819      Branch: perl
41820            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
41821 ____________________________________________________________________________
41822 [  5994] By: gsar                                  on 2000/04/28  09:33:26
41823         Log: fix for missed accounting for null byte in pack("Z",...) (from
41824              M.J.T. Guy)
41825      Branch: perl
41826            ! pp.c t/op/pack.t
41827 ____________________________________________________________________________
41828 [  5993] By: gsar                                  on 2000/04/28  09:30:05
41829         Log: various minor tweaks seen on p5p
41830      Branch: perl
41831            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
41832 ____________________________________________________________________________
41833 [  5992] By: gsar                                  on 2000/04/28  09:08:19
41834         Log: pod nit (from Simon Cozens)
41835      Branch: perl
41836            ! pod/perlop.pod
41837 ____________________________________________________________________________
41838 [  5991] By: gsar                                  on 2000/04/28  09:06:36
41839         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
41840      Branch: perl
41841            ! README.posix-bc hints/posix-bc.sh
41842 ____________________________________________________________________________
41843 [  5990] By: gsar                                  on 2000/04/28  08:54:52
41844         Log: use $ENV{LIB} to search for libs under Visual C compiler
41845              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
41846      Branch: perl
41847            ! lib/ExtUtils/Liblist.pm
41848 ____________________________________________________________________________
41849 [  5989] By: gsar                                  on 2000/04/28  08:27:12
41850         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
41851              itself and no other (from Tom Hughes)
41852      Branch: perl
41853            ! t/op/array.t toke.c
41854 ____________________________________________________________________________
41855 [  5988] By: gsar                                  on 2000/04/28  08:01:38
41856         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
41857              <paul@miraclefish.com>)
41858      Branch: perl
41859            ! lib/ExtUtils/MakeMaker.pm
41860 ____________________________________________________________________________
41861 [  5987] By: gsar                                  on 2000/04/28  07:53:09
41862         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
41863      Branch: perl
41864            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
41865 ____________________________________________________________________________
41866 [  5986] By: gsar                                  on 2000/04/28  07:44:17
41867         Log: add regular expressions tutorial and quick-start guide (from
41868              Mark Kvale <kvale@phy.ucsf.edu>)
41869      Branch: perl
41870            + pod/perlrequick.pod pod/perlretut.pod
41871            ! AUTHORS MAINTAIN MANIFEST
41872 ____________________________________________________________________________
41873 [  5985] By: gsar                                  on 2000/04/28  07:30:28
41874         Log: forked child may not exit correctly if it failed to open
41875              /dev/console (from Graham Barr)
41876      Branch: perl
41877            ! ext/Sys/Syslog/Syslog.pm
41878 ____________________________________________________________________________
41879 [  5984] By: gsar                                  on 2000/04/28  07:27:20
41880         Log: attributes::reftype() doesn't work on tied argument
41881      Branch: perl
41882            ! xsutils.c
41883 ____________________________________________________________________________
41884 [  5983] By: gsar                                  on 2000/04/28  07:15:04
41885         Log: numeric conversion of non-number in change#3378 tramples on
41886              OOK offset, causing segfaults
41887      Branch: perl
41888            ! sv.c
41889 ____________________________________________________________________________
41890 [  5982] By: gsar                                  on 2000/04/28  04:48:25
41891         Log: avoid error in IO::Socket::INET when given an unknown service name
41892              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
41893      Branch: perl
41894            ! ext/IO/lib/IO/Socket/INET.pm
41895 ____________________________________________________________________________
41896 [  5981] By: gsar                                  on 2000/04/28  04:31:31
41897         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
41898              prototype mismatch with CORE::glob(); update pod and tests to
41899              suit (File::Glob::glob() is still available for backward
41900              compatibility, but should be considered deprecated)
41901      Branch: perl
41902            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
41903            ! t/lib/glob-taint.t
41904 ____________________________________________________________________________
41905 [  5980] By: gsar                                  on 2000/04/28  03:47:29
41906         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
41907              <ghudson@mit.edu>)
41908      Branch: metaconfig
41909            ! U/modified/Options.U
41910      Branch: perl
41911            ! Configure
41912 ____________________________________________________________________________
41913 [  5979] By: gsar                                  on 2000/04/28  03:07:54
41914         Log: under useithreads, constant pad entries could inadvertantly be
41915              shared across threads (from Eric Blood <eblood@xmission.com>);
41916              added Eric's test case to testsuite
41917      Branch: perl
41918            ! op.c t/op/misc.t
41919 ____________________________________________________________________________
41920 [  5978] By: gsar                                  on 2000/04/27  21:13:00
41921         Log: sync version numbers in File::Spec with the ones on CPAN
41922              (from Barrie Slaymaker)
41923      Branch: perl
41924            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
41925            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
41926            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
41927 ____________________________________________________________________________
41928 [  5977] By: gsar                                  on 2000/04/27  21:07:29
41929         Log: autoquote barewords followed by newline and arrow properly
41930              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
41931      Branch: perl
41932            ! t/pragma/warn/toke toke.c
41933 ____________________________________________________________________________
41934 [  5976] By: gsar                                  on 2000/04/27  20:41:20
41935         Log: DB_File v1.73 update (from Paul Marquess)
41936      Branch: perl
41937            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
41938            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
41939 ____________________________________________________________________________
41940 [  5975] By: gsar                                  on 2000/04/27  20:34:24
41941         Log: allow sort() reentrancy (variant of patch suggested by
41942              Hugo van der Sanden)
41943      Branch: perl
41944            ! pp_ctl.c t/op/sort.t
41945 ____________________________________________________________________________
41946 [  5974] By: gsar                                  on 2000/04/27  19:46:57
41947         Log: change#4197 somehow missed initializing PL_errors, meaning
41948              sytax error queueing wasn't working outside eval"" at all;
41949              also fixed eval"" to localize PL_error_count, so that compile-time
41950              eval's don't clobber the error state of the outer context
41951      Branch: perl
41952            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
41953            ! t/pragma/warn/toke
41954 ____________________________________________________________________________
41955 [  5973] By: gsar                                  on 2000/04/27  18:29:05
41956         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
41957      Branch: perl
41958            ! regcomp.c regexec.c t/op/re_tests
41959 ____________________________________________________________________________
41960 [  5972] By: jhi                                   on 2000/04/27  18:22:41
41961         Log: Integrate with Sarathy.
41962      Branch: cfgperl
41963           +> t/lib/b.t t/lib/syslog.t
41964           !> (integrate 31 files)
41965 ____________________________________________________________________________
41966 [  5971] By: jhi                                   on 2000/04/27  18:18:46
41967         Log: Unicos tweaks from Mark P. Lutz.
41968      Branch: cfgperl
41969            ! hints/unicos.sh lib/Math/Complex.pm
41970 ____________________________________________________________________________
41971 [  5970] By: gsar                                  on 2000/04/27  18:05:11
41972         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
41973              IV is >32bits
41974      Branch: perl
41975            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
41976 ____________________________________________________________________________
41977 [  5969] By: gsar                                  on 2000/04/27  17:50:56
41978         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
41979      Branch: perl
41980            + t/lib/syslog.t
41981            ! MANIFEST ext/Sys/Syslog/Syslog.pm
41982 ____________________________________________________________________________
41983 [  5968] By: gsar                                  on 2000/04/27  17:44:49
41984         Log: tolerate spaces in group names in test on solaris (from David Boyce
41985              <dsb@boyski.com>)
41986      Branch: perl
41987            ! t/op/groups.t
41988 ____________________________________________________________________________
41989 [  5967] By: gsar                                  on 2000/04/27  17:41:22
41990         Log: improved docs on the warn_uninit diagnostic (from David Glasser
41991              and Simon Cozens)
41992      Branch: perl
41993            ! pod/perldiag.pod
41994 ____________________________________________________________________________
41995 [  5966] By: gsar                                  on 2000/04/27  16:54:58
41996         Log: add testsuite for B backends, fix bug in B::Deparse (from
41997              Simon Cozens <simon@brecon.co.uk>)
41998      Branch: perl
41999            + t/lib/b.t
42000            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
42001 ____________________________________________________________________________
42002 [  5965] By: gsar                                  on 2000/04/27  16:10:37
42003         Log: avoid "will not stay shared" warnings for our variables (from
42004              Robin Barker)
42005      Branch: perl
42006            ! op.c t/pragma/warn/op
42007 ____________________________________________________________________________
42008 [  5964] By: gsar                                  on 2000/04/27  07:05:05
42009         Log: reformat to 72 columns (again)
42010      Branch: perl
42011            ! pod/perldiag.pod
42012 ____________________________________________________________________________
42013 [  5963] By: gsar                                  on 2000/04/27  06:28:31
42014         Log: patch from Larry to make (\&) prototype work; added tests for
42015              the same
42016      Branch: perl
42017            ! op.c t/comp/proto.t
42018 ____________________________________________________________________________
42019 [  5962] By: gsar                                  on 2000/04/27  06:15:47
42020         Log: updated README.hpux (from Jeff Okamoto)
42021      Branch: perl
42022            ! README.hpux
42023 ____________________________________________________________________________
42024 [  5961] By: gsar                                  on 2000/04/27  05:55:03
42025         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
42026      Branch: perl
42027            ! emacs/cperl-mode.el
42028 ____________________________________________________________________________
42029 [  5960] By: gsar                                  on 2000/04/27  05:49:26
42030         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
42031      Branch: perl
42032            ! INSTALL
42033 ____________________________________________________________________________
42034 [  5959] By: gsar                                  on 2000/04/27  05:33:41
42035         Log: doubled words in pods (from Simon Cozens
42036              <simon.p.cozens@jp.pwcglobal.com>)
42037      Branch: perl
42038            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
42039            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
42040            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
42041            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
42042            ! pod/perltootc.pod
42043 ____________________________________________________________________________
42044 [  5958] By: gsar                                  on 2000/04/27  05:11:39
42045         Log: change#3569 deleted some essential code, revert; avoid use of
42046              atexit() to make DynaLoader work properly on AIX under mod_perl
42047              (from Jens-Uwe Mager <jum@helios.de>)
42048      Branch: perl
42049            ! ext/DynaLoader/dl_aix.xs
42050 ____________________________________________________________________________
42051 [  5957] By: gsar                                  on 2000/04/27  04:54:51
42052         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
42053      Branch: perl
42054            ! pod/perlmod.pod
42055 ____________________________________________________________________________
42056 [  5956] By: gsar                                  on 2000/04/27  04:51:47
42057         Log: better diagnostics on failed tests (from Ilya Zakharevich)
42058      Branch: perl
42059            ! t/op/lex_assign.t
42060 ____________________________________________________________________________
42061 [  5955] By: gsar                                  on 2000/04/27  04:26:44
42062         Log: longstanding bug exposed by change#3307: sort arguments weren't
42063              compiled with the right wantarray context (ensuing runtime lookup
42064              via block_gimme() was getting the incidental context of the
42065              sort() itself)
42066      Branch: perl
42067            ! op.c t/op/sort.t
42068 ____________________________________________________________________________
42069 [  5954] By: gsar                                  on 2000/04/26  23:42:12
42070         Log: integrate cfgperl contents into mainline
42071      Branch: perl
42072           !> (integrate 30 files)
42073 ____________________________________________________________________________
42074 [  5953] By: jhi                                   on 2000/04/26  23:06:42
42075         Log: Integrate with Sarathy.
42076      Branch: cfgperl
42077           !> README.win32 ext/B/B/Deparse.pm
42078           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42079           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
42080           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
42081           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
42082           !> utils/perldoc.PL vms/perlvms.pod
42083 ____________________________________________________________________________
42084 [  5952] By: jhi                                   on 2000/04/26  23:03:46
42085         Log: Undo "use integer" addition from 64bitint as it seems
42086              to break most of the subtests in Digital UNIX;
42087              Unicos needs to find another way.
42088      Branch: cfgperl
42089            ! t/op/64bitint.t
42090 ____________________________________________________________________________
42091 [  5951] By: jhi                                   on 2000/04/26  22:57:53
42092         Log: Be more robust on "extreme" (large absolute value)
42093              arguments.  Originally reported by Daniel Connelly
42094              as a problem with asinh() on large negative arguments,
42095              asinh() used to bail out because an argument to log()
42096              ended up being zero.  Ilya Zakharevich proposed using
42097              Taylor's series in such cases, which for such large
42098              arguments is a very good approximation.
42099      Branch: cfgperl
42100            ! lib/Math/Complex.pm t/lib/complex.t
42101 ____________________________________________________________________________
42102 [  5950] By: gsar                                  on 2000/04/25  19:13:12
42103         Log: reformat perldiag to avoid long lines
42104      Branch: perl
42105            ! pod/perldiag.pod
42106 ____________________________________________________________________________
42107 [  5949] By: gsar                                  on 2000/04/25  18:41:11
42108         Log: make perldoc use the pod2man from the same version (from
42109              M.J.T. Guy)
42110      Branch: perl
42111            ! utils/perldoc.PL
42112 ____________________________________________________________________________
42113 [  5948] By: gsar                                  on 2000/04/25  18:21:57
42114         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
42115              <kompas@kompas.usr.onet.pl>)
42116      Branch: perl
42117            ! lib/vars.pm
42118 ____________________________________________________________________________
42119 [  5947] By: gsar                                  on 2000/04/25  18:11:53
42120         Log: use &dl_error rather than &dl_load_file as the guard for calling
42121              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
42122              statically built perl)
42123      Branch: perl
42124            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
42125 ____________________________________________________________________________
42126 [  5946] By: jhi                                   on 2000/04/25  17:37:54
42127         Log: Document that tr() is not tr(1).
42128      Branch: cfgperl
42129            ! pod/perlop.pod
42130 ____________________________________________________________________________
42131 [  5945] By: gsar                                  on 2000/04/25  16:34:33
42132         Log: make module name mandatory after -M switch; reorder perldiag
42133              alphabetically (from Mark-Jason Dominus)
42134      Branch: perl
42135            ! perl.c pod/perldiag.pod
42136 ____________________________________________________________________________
42137 [  5944] By: jhi                                   on 2000/04/25  01:15:18
42138         Log: On second thoughts frexp() does have two arguments.
42139      Branch: cfgperl
42140            ! perl.h
42141 ____________________________________________________________________________
42142 [  5943] By: jhi                                   on 2000/04/24  22:56:32
42143         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
42144              Now pp_ncmp() returns undef is either operand is a NaN.
42145      Branch: cfgperl
42146            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42147            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
42148            ! vms/subconfigure.com vos/config.def vos/config.h
42149            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
42150            ! win32/config.vc win32/config_H.bc win32/config_H.gc
42151            ! win32/config_H.vc
42152      Branch: metaconfig/U/perl
42153            + d_modfl.U
42154 ____________________________________________________________________________
42155 [  5942] By: jhi                                   on 2000/04/24  19:45:17
42156         Log: Regen Configure to match #5937.
42157      Branch: cfgperl
42158            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42159            ! config_h.SH
42160      Branch: metaconfig
42161            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
42162 ____________________________________________________________________________
42163 [  5941] By: jhi                                   on 2000/04/24  19:24:11
42164         Log: Further Unicos fixes for Mark Lutz.
42165      Branch: cfgperl
42166            ! hints/unicos.sh pp_ctl.c
42167 ____________________________________________________________________________
42168 [  5940] By: jhi                                   on 2000/04/24  19:09:06
42169         Log: Various Unicos 10.0.0.6 fixes.
42170              
42171              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
42172              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
42173              Reply-To: tecmpl1@triton.ca.boeing.com 
42174              To: perl5-porters@perl.org 
42175              Date: Fri, 14 Apr 2000 20:21:00 GMT 
42176              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
42177      Branch: cfgperl
42178            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
42179 ____________________________________________________________________________
42180 [  5939] By: gsar                                  on 2000/04/24  19:01:24
42181         Log: more pod nits (from Larry Virden)
42182      Branch: perl
42183            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
42184            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
42185            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
42186 ____________________________________________________________________________
42187 [  5938] By: gsar                                  on 2000/04/24  18:54:01
42188         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
42189      Branch: perl
42190            ! ext/B/B/Deparse.pm
42191 ____________________________________________________________________________
42192 [  5937] By: jhi                                   on 2000/04/24  17:39:00
42193         Log: Integrate with Sarathy.
42194      Branch: cfgperl
42195           +> (branch 31 files)
42196           !> (integrate 73 files)
42197 ____________________________________________________________________________
42198 [  5936] By: gsar                                  on 2000/04/24  17:30:06
42199         Log: additional tests for change#5934 (from Paul Marquess, who also
42200              sent in the same fix)
42201      Branch: perl
42202            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
42203            ! t/pragma/warn/5nolint t/pragma/warn/6default
42204 ____________________________________________________________________________
42205 [  5935] By: jhi                                   on 2000/04/24  17:26:05
42206         Log: Do not assume sign propagation.
42207              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
42208              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
42209              To: payner@ncifcrf.gov, perl5-porters@perl.org 
42210              Date: Tue, 18 Apr 2000 18:24:49 +0100 
42211              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
42212      Branch: cfgperl
42213            ! t/op/bop.t t/op/misc.t
42214 ____________________________________________________________________________
42215 [  5934] By: gsar                                  on 2000/04/24  17:16:54
42216         Log: propagate lexical warnings from surrounding scope correctly
42217              within string eval()
42218      Branch: perl
42219            ! pp_ctl.c t/pragma/warn/pp_ctl
42220 ____________________________________________________________________________
42221 [  5933] By: jhi                                   on 2000/04/24  17:01:07
42222         Log: Flatten the cpp jungle doing the nosuid checking.
42223      Branch: cfgperl
42224            ! perl.c
42225 ____________________________________________________________________________
42226 [  5932] By: gsar                                  on 2000/04/24  09:08:14
42227         Log: add rsignal(), whichsig() and do_join() to public API list
42228              (mod_perl uses them to good advantage)
42229      Branch: perl
42230            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
42231 ____________________________________________________________________________
42232 [  5931] By: gsar                                  on 2000/04/24  09:01:40
42233         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
42234      Branch: perl
42235            ! pp_hot.c regexec.c t/op/pat.t
42236 ____________________________________________________________________________
42237 [  5930] By: gsar                                  on 2000/04/24  08:58:33
42238         Log: small os390 tweaks (from Peter Prymmer)
42239      Branch: perl
42240            ! config_h.SH makedepend.SH
42241 ____________________________________________________________________________
42242 [  5929] By: gsar                                  on 2000/04/24  08:55:25
42243         Log: pod nits
42244      Branch: perl
42245            ! pod/perlguts.pod
42246 ____________________________________________________________________________
42247 [  5928] By: gsar                                  on 2000/04/24  08:50:13
42248         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
42249      Branch: perl
42250            ! ext/IO/lib/IO/Poll.pm
42251 ____________________________________________________________________________
42252 [  5927] By: gsar                                  on 2000/04/24  08:43:24
42253         Log: arrange for next() to resume at the unstack op rather than the
42254              loop conditional, so that scope cleanup happens correctly
42255              (from Stephen McCamant)
42256      Branch: perl
42257            ! op.c pp_ctl.c t/op/misc.t
42258 ____________________________________________________________________________
42259 [  5926] By: gsar                                  on 2000/04/24  08:18:40
42260         Log: on windows, reserve 16M of stack rather than 128M (allows more
42261              threads to run concurrently)
42262      Branch: perl
42263            ! win32/Makefile win32/makefile.mk
42264 ____________________________________________________________________________
42265 [  5925] By: gsar                                  on 2000/04/24  08:13:52
42266         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
42267      Branch: perl
42268            ! toke.c
42269 ____________________________________________________________________________
42270 [  5924] By: gsar                                  on 2000/04/24  08:08:59
42271         Log: avoid using uninitialized memory in require version check
42272      Branch: perl
42273            ! pp_ctl.c universal.c
42274 ____________________________________________________________________________
42275 [  5923] By: gsar                                  on 2000/04/24  07:20:14
42276         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
42277      Branch: perl
42278            ! ext/IO/lib/IO/Poll.pm
42279 ____________________________________________________________________________
42280 [  5922] By: gsar                                  on 2000/04/24  07:08:42
42281         Log: commentary about IoTYPE() (from Nathan Torkington)
42282      Branch: perl
42283            ! sv.h
42284 ____________________________________________________________________________
42285 [  5921] By: gsar                                  on 2000/04/24  06:58:26
42286         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
42287              by fix
42288      Branch: perl
42289            ! sv.c t/lib/charnames.t t/pragma/utf8.t
42290 ____________________________________________________________________________
42291 [  5920] By: gsar                                  on 2000/04/24  06:37:59
42292         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
42293      Branch: perl
42294            ! doop.c t/op/ver.t
42295 ____________________________________________________________________________
42296 [  5919] By: gsar                                  on 2000/04/24  06:21:58
42297         Log: Configure might miss old directories when prefix must be
42298              expanded (from Robin Barker)
42299      Branch: metaconfig
42300            ! U/installdirs/inc_version_list.U
42301      Branch: perl
42302            ! Configure
42303 ____________________________________________________________________________
42304 [  5918] By: gsar                                  on 2000/04/24  06:16:11
42305         Log: VMS nits in glob() test (from Charles Lane)
42306      Branch: perl
42307            ! t/lib/glob-basic.t
42308 ____________________________________________________________________________
42309 [  5917] By: gsar                                  on 2000/04/24  06:11:56
42310         Log: various pod nits (from Larry Virden and others)
42311      Branch: perl
42312            ! README.amiga README.hpux README.machten README.os2
42313            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
42314            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
42315            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
42316            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
42317            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
42318            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
42319            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
42320            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
42321 ____________________________________________________________________________
42322 [  5916] By: gsar                                  on 2000/04/24  05:52:43
42323         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
42324              <wjones@tc.fluke.com>)
42325      Branch: perl
42326            ! t/lib/glob-basic.t
42327 ____________________________________________________________________________
42328 [  5915] By: gsar                                  on 2000/04/24  05:07:01
42329         Log: supported platforms mixed up
42330      Branch: perl
42331            ! pod/perl56delta.pod pod/perlport.pod
42332 ____________________________________________________________________________
42333 [  5914] By: gsar                                  on 2000/04/24  04:56:08
42334         Log: caller() wasn't returning the right number of elements for
42335              eval {...}
42336      Branch: perl
42337            ! pp_ctl.c t/pragma/warn/9enabled
42338 ____________________________________________________________________________
42339 [  5913] By: gsar                                  on 2000/04/24  04:35:41
42340         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
42341              Mark-Jason Dominus)
42342      Branch: perl
42343            ! pod/perlfunc.pod
42344 ____________________________________________________________________________
42345 [  5912] By: gsar                                  on 2000/04/24  04:17:15
42346         Log: fix totally broken caching in UNIVERSAL::isa() (from
42347              Nick Ing-Simmons)
42348      Branch: perl
42349            ! t/op/universal.t universal.c
42350 ____________________________________________________________________________
42351 [  5911] By: gsar                                  on 2000/04/24  03:39:47
42352         Log: add linebreak properties from unicode/LineBrk.txt (from
42353              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
42354      Branch: perl
42355            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
42356            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
42357            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
42358            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
42359            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
42360            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
42361            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
42362            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
42363            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
42364            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
42365            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
42366            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
42367            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
42368            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
42369            + lib/unicode/Is/LbrkZW.pl
42370            ! lib/unicode/mktables.PL
42371 ____________________________________________________________________________
42372 [  5910] By: gsar                                  on 2000/04/24  03:23:10
42373         Log: typo in pod
42374      Branch: perl
42375            ! ext/Thread/Thread.pm
42376 ____________________________________________________________________________
42377 [  5909] By: gsar                                  on 2000/04/24  03:22:03
42378         Log: mode argument to do_binmode() should be file mode, not boolean
42379      Branch: perl
42380            ! pp_sys.c
42381 ____________________________________________________________________________
42382 [  5908] By: gsar                                  on 2000/04/16  16:51:08
42383         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
42384              always returns a valid GV even when the symbol is trapped by strictures
42385              (avoids coredumps)
42386              
42387              TODO: the C<package;> hack needs similar treatment
42388      Branch: perl
42389            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
42390            ! t/pragma/strict-vars
42391 ____________________________________________________________________________
42392 [  5907] By: jhi                                   on 2000/03/31  23:42:56
42393         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
42394              an assumption which #5905 demolished.
42395      Branch: cfgperl
42396            ! pp_sys.c
42397 ____________________________________________________________________________
42398 [  5906] By: jhi                                   on 2000/03/31  18:54:37
42399         Log: Typo in #5905.
42400      Branch: cfgperl
42401            ! t/op/64bitint.t
42402 ____________________________________________________________________________
42403 [  5905] By: jhi                                   on 2000/03/31  18:50:54
42404         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
42405              reported by Joseph N. Hall.  The bug was that even with use64bitint
42406              one had to use the prefixes q, L, or ll with printf/sprintf,
42407              contrary to the documentation and common sense.
42408      Branch: cfgperl
42409            ! sv.c t/op/64bitint.t
42410 ____________________________________________________________________________
42411 [  5904] By: gsar                                  on 2000/03/28  02:31:32
42412         Log: add Changes, perldelta.pod
42413      Branch: perl
42414            + Changes pod/perldelta.pod
42415 ____________________________________________________________________________
42416 [  5903] By: gsar                                  on 2000/03/28  02:03:55
42417         Log: rename Changes and perldelta.pod
42418      Branch: perl
42419           +> Changes5.6 pod/perl56delta.pod
42420            - Changes pod/perldelta.pod
42421            ! MANIFEST
42422 ____________________________________________________________________________
42423 [  5902] By: gsar                                  on 2000/03/28  01:59:14
42424         Log: create maint-5.6 branch
42425      Branch: maint-5.6/perl
42426           +> (branch 1611 files)
42427 ____________________________________________________________________________
42428 [  5901] By: jhi                                   on 2000/03/23  05:48:43
42429         Log: Integrate with Sarathy.
42430      Branch: cfgperl
42431           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
42432 ____________________________________________________________________________
42433 [  5900] By: gsar                                  on 2000/03/23  05:42:43
42434         Log: three guesses on what this is :-)
42435      Branch: perl
42436            ! Changes